Command Palette
Search for a command to run...
Atria Dawn:エージェント型超知能の夜明け——人間とAIの協働における進化する役割
Atria Dawn:エージェント型超知能の夜明け——人間とAIの協働における進化する役割
概要
AIエージェントが自身の後継機の開発に参加するようになると、知能の生産と人間の研究者の役割の両方が再形成される。我々は、科学研究およびエンジニアリングのワークフロー向けに設計された基盤エージェント型言語モデルであるAtria Dawn Previewを紹介する。その目標は、実世界におけるエージェント生産性のフロンティアを拡大することである。このモデルは、ツールを介した相互作用を実行可能な環境および外部検証済みの成果に接続する検証可能な経験パイプライン(Verifiable Experience Pipeline)を通じて訓練される。実世界の研究、エンジニアリング、およびデジタルワークを網羅する16のベンチマークにおいて、Atria Dawn Previewは最先端のエージェントと競合し、そのうち5つで最高報告スコアを達成した。単独の性能に加えて、我々はこのモデルの背後にある実際の研究開発プロセスを人間とAIの協働のケーススタディとして検証し、56名の参加者による769件のタスク記録をエージェントのログとともに分析した。同等の条件下で完了したタスクを評価するよう求められたとき、参加者はAI支援で完了したタスクの約3分の1を、AIなしでは実行不可能と評価した。さらに顕著なことに、エージェントはしばしば手法を提案し改訂を実装する一方で、人間は最終決定の大部分を保持し、判断とフィードバックを通じて探索を導く。これらの観察は、タスクレベルの実行からプロジェクトレベルのパートナーシップへの移行を示しており、人間の労力は何を追求する価値があるか、そして証拠がどのように研究を導くべきかに集中している。より自律的なAI研究への進歩は、したがって、発見の能力と意味のある人間による監視の能力の両方を前進させ、継続的な開発のリスクと方向性に対する説明責任のある人間の権限を維持しなければならない。
One-sentence Summary
Researchers at Fudan University introduce Atria Dawn Preview, a foundation agentic language model for scientific research and engineering, trained via a Verifiable Experience Pipeline that links tool-mediated interactions to executable environments and externally verified outcomes, which matches frontier agents across 16 benchmarks, achieves the highest reported score on five, and, in a case study of 769 task records from 56 participants, reveals that agents frequently propose methods and implement revisions while humans retain final decisions and guide exploration, signaling a shift from task-level execution to project-level partnership that demands both enhanced discovery capacity and meaningful human oversight.
Key Contributions
- Introduces Atria Dawn Preview, a 744-billion-parameter mixture-of-experts agentic language model trained via a Verifiable Experience Pipeline that grounds tasks in executable environments and checks outcomes against external signals, achieving competitive performance across 16 benchmarks and the highest reported score on five.
- Presents a case study of human–AI collaboration during the model’s development, analyzing 769 task records and agent logs from 56 participants, finding that AI proposed 64.6% of methods and decisions while humans made the final choice in 85.5% of cases, and that human intervention advanced 76.0% of difficult tasks.
- Reports empirical evidence on oversight dynamics, showing that participants rated about one-third of completed AI-assisted tasks as infeasible without AI, and that the daily median agent actions per human prompt rose from 11.0 to 28.5 over four weeks, indicating a shift from task-level execution to project-level partnership with humans retaining final authority.
Introduction
As language-model agents take on sustained tool use in software engineering and research, a key question emerges: who decides what problems are worth solving, which methods to pursue, and how to interpret results in a real model-development project? Prior work focuses on task-level competence but does not clarify the division of responsibility between agents and humans, nor whether agents can strengthen the research process itself, not just execute tasks.
The authors introduce Atria Dawn Preview, a 744-billion-parameter mixture-of-experts agentic language model trained for scientific research and engineering workflows. It uses a Verifiable Experience Pipeline that links tasks and agent trajectories to externally checked outcomes. Evaluated on 16 benchmarks, the model achieves top scores on five, though performance varies. The authors also analyze the development of Atria Dawn itself as a case study, drawing on 769 task records from 56 participants. They find that agents proposed 64.6% of methods and decisions, while humans made the final choice in 85.5% of cases, and 76.0% of tasks advanced due to human intervention. This reveals a shift where agents initiate approaches and execute changes, while humans focus on evaluation, selection, and steering direction. The authors argue that sustained recursive self-improvement requires more than task-level competence, including identifying worthwhile directions, designing informative experiments, and deciding when to redirect effort, areas where human judgment remains consequential.
Method
The authors introduce Atria Dawn Preview, a 744-billion-parameter mixture-of-experts foundation model engineered for complex research and engineering tasks. The architecture emphasizes sustained reasoning, tool utilization, and dynamic interaction with external environments.
The core training methodology relies on a Verifiable Experience Pipeline. This framework tightly couples task objectives with tool-mediated reasoning and externally verified outcomes to foster generalizable behaviors. During a rollout, the agent observes the environment state, selects and invokes tools, inspects the resulting outputs, and iteratively revises its actions based on feedback.
Final outcomes are rigorously checked using domain-specific signals, including executable tests, experiment metrics, file and application states, geometric checks, and source support. Following execution, trajectory curation filters the data by removing incomplete, contradictory, duplicate, or behaviorally invalid examples. This ensures that only high-quality experiences linking tasks to their trajectories, artifacts, and verification evidence are integrated into the model's reusable capabilities.
The system employs continuous failure analysis to drive subsequent task construction and environment refinement. Recurring issues such as ineffective tool selection, incomplete verification, missing evidence, and unsuccessful recovery prompt the generation of additional tasks and quality checks. Failed runs are repurposed as diagnostic cases when their outcomes are independently established, teaching the model reusable behaviors for state inspection, feedback interpretation, and error recovery.
In practical deployment, the system design delineates a clear division of labor between human researchers and the AI agent. Humans retain responsibility for defining goals, supplying missing context for failed runs, and specifying necessary changes, while the agent generates options and produces the bulk of the code, text, and revisions. This collaborative dynamic is reflected in the operational metrics, where the ratio of agent actions to human prompts increases significantly as researchers delegate more execution tasks.
As illustrated in the figure below:
The rising ratio indicates that each act of human judgment now propagates through more agent actions, demonstrating a shift toward deeper execution delegation rather than growing autonomy.
Experiment
Atria Dawn Preview is evaluated across 16 benchmarks spanning tool use, search, research, workspace productivity, software engineering, and cybersecurity, achieving the highest reported score on five benchmarks and second-highest on three, with particular strength in general agentic tasks and security-related coding. Case studies demonstrate concrete capabilities across scientific research, software creation, report delivery, and vulnerability remediation, including building a MiniOS from scratch and training a large weather forecasting model. Analysis of human-AI collaboration during development shows that 96.5% of tasks involved AI, with 33.2% of AI-assisted tasks deemed infeasible without AI, while humans retained final decision authority in 85.5% of method or parameter choices and 95.4% of goals for the most AI-dependent tasks. When difficulties arose, human intervention was primarily informational, providing context or diagnosis rather than direct edits, and AI revised outputs after human feedback in 75.4% of substantively revised tasks.
Atria Dawn Preview leads or closely trails the best available models across a broad set of agentic benchmarks, with top scores in tool use, search, and cybersecurity. Its strengths are consistent across general agentic tasks, while in coding it shows particular security capability and competitive performance on software engineering and terminal tasks. Atria Dawn Preview achieves the highest reported score on five benchmarks, including AutomationBench, BFCL v4, DeepSearchQA, BrowseComp, and CyberGym. On three general agentic benchmarks (SkillsBench, Workspace-Bench, Workspace-Bench-Lite), it ranks second with gaps of less than two points to the leader. In cybersecurity (CyberGym), it leads by 2.0 points over the runner-up, indicating notable strength in vulnerability analysis and security tasks. On coding benchmarks, it is comparable to top models on SWE-bench Pro and Terminal-Bench 2.1, while leading on MLE-bench Lite among reported scores. Across remaining general tasks, it stays within the leading tier, often matching or surpassing several comparison models on search and professional benchmarks.
Atria Dawn Preview consistently matches or outperforms leading models across a wide range of agentic benchmarks, achieving top scores in tool use, search, and cybersecurity, and ranking first on five benchmarks including AutomationBench, BFCL v4, DeepSearchQA, BrowseComp, and CyberGym. It holds second place on three general agentic benchmarks with gaps under two points, and shows notable strength in vulnerability analysis. In coding, it is competitive on software engineering and terminal tasks, while leading MLE-bench Lite among reported scores, and remains in the leading tier across remaining general tasks.