Papers
arxiv:2605.08626

Large Language Models over Networks: Collaborative Intelligence under Resource Constraints

Published on May 9
ยท Submitted by
Liangqi Yuan
on May 13
Authors:
,
,
,

Abstract

Collaborative intelligence enables multiple distributed LLMs to work together across devices and clouds to provide high-quality responses under diverse resource constraints.

AI-generated summary

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

Paper author Paper submitter

๐ŸŒ 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.

Sign up or log in to comment

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

Cite arxiv.org/abs/2605.08626 in a model README.md to link it from this page.

Datasets citing this paper 0

No dataset linking this paper

Cite arxiv.org/abs/2605.08626 in a dataset README.md to link it from this page.

Spaces citing this paper 0

No Space linking this paper

Cite arxiv.org/abs/2605.08626 in a Space README.md to link it from this page.

Collections including this paper 0

No Collection including this paper

Add this paper to a collection to link it from this page.