Large Language Models over Networks: Collaborative Intelligence under Resource Constraints
Abstract
Collaborative intelligence enables multiple distributed LLMs to work together across devices and clouds to provide high-quality responses under diverse resource constraints.
Large language models (LLMs) are transforming society, powering applications from smartphone assistants to autonomous driving. Yet cloud-based LLM services alone cannot serve a growing class of applications, including those operating under intermittent connectivity, sub-second latency budgets, data-residency constraints, or sustained high-volume inference. On-device deployment is in turn constrained by limited computation and memory. No single endpoint can deliver high-quality service across this spectrum. This article focuses on collaborative intelligence, a paradigm in which multiple independent LLMs distributed across device and cloud endpoints collaborate at the task level through natural language or structured messages. Such collaboration strives for superior response quality under heterogeneous resource constraints spanning computation, memory, communication, and cost across network tiers. We present collaborative inference along two complementary and composable dimensions: vertical device-cloud collaboration and horizontal multi-agent collaboration, which can be combined into hybrid topologies in practice. We then examine learning to collaborate, addressing the training of routing policies and the development of cooperative capabilities among LLMs. Finally, we identify open research challenges including scaling under resource heterogeneity and trustworthy collaborative intelligence.
Community
๐ What's this about
Cloud APIs alone can't serve every LLM workload. UAVs hit connectivity gaps, closed-loop control can't tolerate round-trips, and per-token pricing caps sustained agentic deployments. On-device LLMs hit the opposite wall: compute, memory, capability. This survey argues that the answer isn't picking a side. It's collaborative intelligence, where multiple independent LLMs across device and cloud exchange natural language or structured messages at the task level.
๐งญ Two axes, one taxonomy
We organize the design space along two composable dimensions:
- ๐ก Vertical device-cloud collaboration: heuristic routers, classifier-based routers, RL routers for multi-turn, and self-routing where the on-device LLM decides when to escalate based on its own chain-of-thought signals
- ๐ค Horizontal multi-agent collaboration: prompt-driven coordination, cooperative policy optimization (co-training agents in authentic scenarios), and inter-agent network optimization
These compose into hybrid topologies in practice.
๐ Learning to collaborate
Two training threads we trace through the literature:
- ๐งฉ Routing policy learning: from heuristic to LLM-selection, classifier-based, RL-based, to self-routing
- ๐ ๏ธ Cooperative capability learning: agents trained in isolation against fixed partners fail to generalize; genuine cooperation emerges only under simultaneous co-training
๐ฌ Open challenges
Scaling under resource heterogeneity, trustworthy collaborative intelligence (privacy, robustness, verifiability across endpoints), and the gap between black-box API endpoints and white-box on-device models that any real deployment has to bridge.
Get this paper in your agent:
hf papers read 2605.08626 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper
Collections including this paper 0
No Collection including this paper