NVIDIA 发布 Agora 论文:以 Git 作为研究智能体的共享内存

elvis · @omarsar0 · X·2026-09-18 00:33·36分钟前
AI 导读

NVIDIA 论文提出 Agora,把研究智能体的结果、假设和验证记录为不可变的 Git commit,形成 append-only DAG,避免多个编码智能体重复实验并让彼此复用已验证结果。

elvis@omarsar0
54AI 编辑部评分,满分 100

NVIDIA 发布 Agora 论文:以 Git 作为研究智能体的共享内存

2026-09-18 00:33· 36分钟前
AI 导读

NVIDIA 论文提出 Agora,把研究智能体的结果、假设和验证记录为不可变的 Git commit,形成 append-only DAG,避免多个编码智能体重复实验并让彼此复用已验证结果。

Banger paper from NVIDIA on shared memory for research agents.

(bookmark it)

If you run several coding agents on the same research problem, this design keeps them from repeating each other's experiments and lets each agent build on results the others have already verified.

Agora records every result, hypothesis and verification as an immutable Git commit.

Parent edges show what each claim builds on, and an index lists open branches and which claims have been verified.

They ran 13 LLM workers for nearly 12 days without assigned tasks or a central planner. The workers had to initialize a 119.6M-parameter hybrid model from 141 donor models without training data or gradient updates.

The workers posted 1,703 contributions.

They cut the evaluator from 3.39 to 1.899 bits per byte, closing 62% of the gap to a trained GPT-2 124M. All 165 independent reproductions succeeded.

Paper: https://arxiv.org/abs/2609.18094

Chat with Paper: https://academy.dair.ai/papers/agora-git-as-shared-memory-for-collective-autoresearch-2609.18094