IslandRun: Privacy-Aware Multi-Objective Orchestration for Distributed AI Inference
Bala Siva Sai Akhil Malepati
TL;DR
IslandRun addresses the challenge of privacy-aware, multi-objective AI inference across heterogeneous resources by decomposing routing decisions into dedicated agents for privacy, resources, cost, and trust. Its agent-based architecture, coupled with data-locality routing and typed placeholders for cross-boundary contexts, enables per-request decisions that maximize local compute usage while preserving privacy. The framework formalizes a problem of cross-domain, per-request optimization with fail-closed privacy guarantees, and introduces a three-tier island model (personal devices, private edge, public cloud) to balance data sovereignty and scalability. Although primarily theoretical in this work, IslandRun lays a principled foundation for privacy-preserving, decentralized inference orchestration across personal ecosystems and enterprise boundaries, with significant implications for cost, latency, and data governance.
Abstract
Modern AI inference faces an irreducible tension: no single computational resource simultaneously maximizes performance, preserves privacy, minimizes cost, and maintains trust. Existing orchestration frameworks optimize single dimensions (Kubernetes prioritizes latency, federated learning preserves privacy, edge computing reduces network distance), creating solutions that struggle under real-world heterogeneity. We present IslandRun, a multi-objective orchestration system that treats computational resources as autonomous "islands" spanning personal devices, private edge servers, and public cloud. Our key insights: (1) request-level heterogeneity demands policy-constrained multi-objective optimization, (2) data locality enables routing compute to data rather than data to compute, and (3) typed placeholder sanitization preserves context semantics across trust boundaries. IslandRun introduces agent-based routing, tiered island groups with differential trust, and reversible anonymization. This establishes a new paradigm for privacy-aware, decentralized inference orchestration across heterogeneous personal computing ecosystems.
