Can decentralized agents coordinate research without a central planner?
This explores whether research agents working in separate sessions can accumulate progress by sharing contributions in a durable, append-only record rather than relying on central coordination or assigned tasks.
Agora's claim is that research agents running in separate, independently scheduled sessions can accumulate progress if their contributions live in a shared, append-only record instead of in transcripts. The abstract describes a directed acyclic graph in Git where each commit records "a result, insight, hypothesis, verification, or report" and links it to prior work. In the reported run, 13 language-model workers "with no assigned tasks or central planner" spent nearly 12 days on a weight-transfer problem: initializing a frozen 119.6M-parameter attention–SSM hybrid from 141 donor models without training data or gradient updates. They published 1,703 contributions, cut the development evaluator score from 3.39 to 1.899 bits per byte, and closed 62% of the gap to a trained GPT-2 124M. The best method's 145-commit ancestry spans 15 accounts, and the record holds 165 reproductions across 95 targets.
The introduction locates the problem in what a lone session leaves behind. If findings stay "in a transcript or a temporary worktree," later sessions must reconstruct "which learning rates diverged, which branches were abandoned, and which results still need independent reproduction." Git supplies persistence and lineage. Searchable views on top show leading results, neglected branches, and verification status, and diversity-aware recommendations point toward experiments beyond the current leaders. Coordination is carried by the artifact rather than by conversation or role assignment, which the introduction sets against multi-agent frameworks that "organize conversations or encode role-specific workflows." The framing is institutional: shared knowledge is what makes problems tractable.
This extends Can decentralized teams outperform central planners in long-running science?. AutoScientists gets decentralization from teams that self-organize around a shared experimental state. Agora adds a different piece, a durable, versioned, verifiable lineage that outlives any single session, and so is a second point of support for dropping the central planner. It also sits at a different place on the record-to-insight spectrum than Can AI research itself without losing human oversight?: the Agora excerpt describes lineage and views but no analyzer stage that distills outcomes. Likewise How can agent systems share learned skills across users? argues for a central evolver, while the Agora excerpt describes no aggregator beyond the graph that workers read directly.
The excerpt reports a single run with no baseline. It does not compare against workers without shared memory, so it cannot say how much of the 62% depends on the record; the authors point to a matched fixed-compute evaluation (Appendix C) as the way to measure that. The score is a development evaluator score, and the excerpt is silent on any held-out result. It also notes "prolonged concentration on one approach": workers refined the bigram recipe for five days, then began exploring state-space edits within a day of the diversity views being deployed. That is a timing observation, not a demonstrated effect of the views. The excerpt does not say how the 15 accounts in the best ancestry relate to the 13 workers. At the strength the evidence allows, the run shows that a persistent, linked record is enough for uncoordinated agents to sustain progress on a hard problem, and that an unmanaged shared record can itself let effort pile onto one line of work. It does not show that shared memory beats other coordination designs.
Inquiring lines that read this note 7
This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.
Can brute-force automated research substitute for iterative depth and human research intuition? When do multi-agent systems outperform single frontier models? What should agent evaluation prioritize to reveal reliable behavior? How can infrastructure records verify actual agent behavior? Why do standard benchmarks fail to predict agent deployment success? What do systematic disagreements between annotators reveal about ground truth?Related concepts in this collection 3
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
Can decentralized teams outperform central planners in long-running science?
Explores whether autonomous agent teams that self-organize around competing hypotheses and share failures can achieve better experimental outcomes than centrally-planned approaches, especially under fixed research budgets.
both drop the central planner; Agora contributes a durable versioned lineage where AutoScientists contributes self-organizing teams
-
Can AI research itself without losing human oversight?
Explores whether AI systems can internalize the human judgment and insight-distillation that normally drives research progress, and what this means for maintaining meaningful human control over AI advancement.
contrast between a distilling analyzer and a raw linked record with searchable views
-
How can agent systems share learned skills across users?
Individual users operating autonomous agents independently rediscover solutions because systems lack mechanisms to propagate discoveries. Can centralized aggregation and automatic evolution convert isolated experiences into shared capabilities?
contrast between a central evolver and a shared graph that workers read directly
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- Agora: Git as Shared Memory for Collective AutoResearch
- AgentRxiv: Towards Collaborative Autonomous Research
- Dr. Claw: An AI Scientist Workspace for Vibe Research
- FrontierChallenge: Evaluating Scientific Workflow Completion
- The Last Human-Written Paper: Agent-Native Research Artifacts
- Counter-Swarm Doctrine: Containing Coordinated Agent Intrusions
- Recursive self-improvement of AI research agents
- Deep Research: A Systematic Survey
Original note title
an append-only Git record of results and lineage lets research agents in separate sessions build on one another without a central planner