# 复旦团队复盘 Atria Dawn Preview 开发：AI 智能体承担更多执行，人类仍做绝大多数决策

- 来源：The Decoder：AI News（RSS）
- 作者：Jonathan Kemper
- 发布时间：2026-09-27 23:18
- AIHOT 分数：55
- AIHOT 链接：https://aihot.news/items/cmujz82l112d4ro9hsb2680j6
- 原文链接：https://the-decoder.com/ai-agents-do-more-of-the-work-in-model-development-but-humans-still-make-the-decisions

## AI 摘要

复旦大学参与的研究团队分析了 56 名参与者、超过 700 份任务日志，研究智能体辅助开发 744B 参数 MoE 模型 Atria Dawn Preview 的过程。四周内每个人类输入对应的智能体操作中位数从 11 升至 28.5，约三分之一的 AI 辅助任务没有 AI 就不会启动，但方法和参数的最终决策 85.5% 由人类做出。团队提醒，长链智能体工作可能让人类监督退化为走过场式审批。

## 正文

Nano Banana Pro prompted by THE DECODER

A research team documented how humans and AI agents worked together to build a new AI model. The findings challenge some expectations about how independently agents can work.

When AI agents help build new AI models, who makes the decisions? A team involving researchers from China's Fudan University studied its own project to find out. It analyzed more than 700 task logs from 56 participants, along with logs from the agents they used.

The project centered on developing an agentic language model called Atria Dawn Preview, built on a mixture-of-experts architecture with 744 billion parameters and designed for research and engineering tasks.

The model was trained through a pipeline that ties each task to a real execution environment. It calls tools, generates intermediate results, and gets checked against external signals like tests, metrics, or source evidence. The team says it leads on five of 16 benchmarks, including web search and cybersecurity, though it doesn't hold an overall edge over competitors.

Atria Dawn Preview leads in AutomationBench, CyberGym, and MLE-Bench Lite but trails the field in GDPval and SWE-Bench Pro. | Image: Atria Team

A third of completed AI-assisted tasks wouldn't have been attempted without AI

AI was used in 96.5 percent of the tasks reviewed. Over the course of the project, participants handed off more and more to agents. The median ratio of agent actions to human inputs rose from 11 to 28.5 over four weeks. The team cautions against reading this as growing autonomy. Each human decision led to more agent steps, which didn't mean the agents were making more decisions themselves.

Over four weeks, the median number of agent actions per human input rose from 11 to 28.5. | Image: Atria Team

Participants were also asked whether they could have completed their share of a task without AI, at the same scope and quality. Of 455 completed AI-assisted tasks, 151 were rated infeasible without AI, roughly a third. These tasks were spread across 27 of the 56 participants, so they didn't come from just a handful of power users. AI didn't speed up existing work in these cases. It made work possible that would never have been started otherwise.

Participants said about a third of AI-assisted tasks couldn't have been completed without AI. | Image: Atria Team

AI proposes, humans choose

For methods and parameters, the most common pattern was "AI proposes, human selects" at 55.4 percent. Overall, humans made 85.5 percent of decisions about methods and parameters, while AI made just 9.2 percent. Humans made the final decision on goals and scope in 93.4 percent of cases.

AI's share of proposals ranged from 17 to 55 percent depending on the decision type. Its share of final decisions stayed in the single digits. Who proposed the options varied widely, but humans consistently made most of the final choices. Even among the 151 tasks rated infeasible without AI, humans chose the goal 95.4 percent of the time.

Agents often supply the method proposals, but humans make the final call in over 80 percent of cases. | Image: Atria Team

Humans supply context, not manual labor

The same pattern shows up when things go wrong. Of 588 tasks with a recorded difficulty, 76 percent moved forward through human intervention, and in 23 percent the agent solved the problem on its own. Human help almost always came in the form of information, either by adding context or clarifying requirements (35.2 percent) or by diagnosing issues and switching methods (34.7 percent). Humans rarely did the work themselves. Partial edits accounted for 3.2 percent of cases, and full takeovers just 0.7 percent.

In three quarters of problem cases, human intervention moved work forward, mostly through context or diagnosis rather than taking over. | Image: Atria Team

When AI outputs needed revision, the AI handled the changes itself 75.4 percent of the time after receiving human feedback. Human judgment, rather than execution, was the bottleneck.

The team describes three phases in AI's role, from a subject of research to a tool for individual tasks and now a project partner. In that current role, AI drafts and adjusts plans within goals set by humans. A speculative fourth phase would involve recursive self-improvement, with stronger models producing stronger successors.

The Atria team describes AI's evolution from research object to project partner. The next stage, recursive self-improvement, remains an open question. | Image: Atria Team

The authors say a model can improve at its training tasks without getting better at developing its successor. How AI could propose varied research directions and assess their value before results are available remains an open question.

The rubber-stamp risk

When every decision rests on a longer chain of agent work than any human can review, oversight gets hard. In the worst case, humans become reviewers who can only rubber-stamp what they see, the team writes. Many participants also ran agents in autonomous modes to avoid interrupting long runs with constant approvals. That boundary was drawn out of convenience, not from any deliberate choice about how much authority AI should have.

The paper lands in the middle of a debate about recursive self-improvement. Anthropic considers an AI that develops its own successor possible sooner than expected, and CEO Dario Amodei is calling for a speed limit for the industry as a result. According to Anthropic, humans now make only a single-digit percentage of decisions about research direction at the company. OpenAI uses GPT-5.6 Sol across its entire development cycle, while Google and DeepMind let AI agents explore alternative strategies through recorded search trajectories with Dream-RSI, though they only improve the search strategy, not the model itself.

Over a thousand employees at leading AI companies recently warned that their organizations may be on the verge of automating AI research. A separate study from Princeton and the UK AI Security Institute reached a conclusion more in line with the Atria team's findings, showing that frontier models can handle research engineering but fail at the judgment calls that actually matter.
