Anthropic公開研發儀表盤
Measurements for understanding the pace of AI development inside frontier labsAI systems are becoming exponentially more powerful and have begun to automate more of the process of building themselves.
As the world considers slowing the pace of frontier AI development, the public needs more information.
In this post, we lay out measurement tools that can illuminate three critical aspects of AI development:The extent to which AI is building the next version of itself, as opposed to being built by humansOur ability to oversee and intervene in actions that AI agents take on Anthropic’s systemsThe resources that power the development of more capable modelsWe also provide a snapshot of these metrics from inside Anthropic.
It’s important to note that we would expect these numbers to shift if there were coordination on pacing the frontier, as called for by Anthropic CEO Dario Amodei.
We plan to embed independent third-party evaluators from multiple organizations at Anthropic, and give them access to internal processes, systems, and data comparable to what internal risk assessment teams have.
These third parties will verify safety practices, report incidents, and monitor key metrics such as the ones in this piece.We are reporting these measurements because they give the public, third parties, and governments better visibility into the pace of AI development inside frontier labs.
For each measurement, we describe what we measured, what the measurement showed, and what it would take to publish these measurements regularly in a form others can verify.We share methodological details in the Appendix.
Reasons to track these measurementsThe measurements in this piece are focused on how models are built.By better understanding the production process of models, we have a better chance of correlating model inputs, like compute, with model outputs, like capabilities.
They complement capability evaluations, which measure what models can do.We publish those separately through our Responsible Scaling Policy (RSP) risk reports, which include evidence on how much our models are accelerating AI R&D.
In our policy proposal on advanced AI, the Advanced AI Framework (AAIF), we propose rules of the road for how any lab releases safe models, including transparency obligations that governments could require, such as risk reports.
Together, these proposed measurements and policies are a starting point for monitoring the pace of AI development from outside the labs.(1) Measuring AI-led AI R&DWhy measure AI-led R&D?Frontier AI labs increasingly use AI to build future AI models.
This process allows labs in democratic countries to develop more capable models more quickly and conduct more safety and testing on models before they are released to secure AI’s benefits while staying on the frontier.
However, models accelerating their own development could make it more challenging for humans to understand or control these systems.
It is therefore important to share these metrics to understand how close the world is to reaching recursive self improvement (a model fully autonomously building its successor).What we measured.
We built a prototype index of how much of Anthropic’s AI research and development (R&D) is performed by Claude, called the Anthropic R&D Automation Index.
It’s built by cataloguing every kind of AI R&D work done at the company, rating how automated each task currently is, and aggregating those ratings.What we found.
To measure the extent to which AI is doing AI R&D at Anthropic, we use an automation rating scale developed by Epoch AI that measures “Automation Level,” or AL.It runs from AL0 (no AI involvement) to AL5 (AI operates fully autonomously, with no human in the loop).
In AL3, AI “collaborates”: it can do large chunks of work under close human direction.In AL4, AI “leads”: it can complete most of the task end-to-end from a high-level prompt, while the human supervises1.
As of August 2026,Claude is not operating fully autonomously for any measured subset of AI R&D work.Claude “leads” 26% of Anthropic’s AI R&D work.The share of work at or above “AI collaborates” is above 90%.What any AI developer could report today.
Any frontier developer could publish these measures regularly, using a public methodology.This would enable the numbers to be compared over time, and potentially across labs.Two obstacles stand in the way of cross-lab comparison on this type of reporting.First is the lack of a common methodology.
Second, we’re using our own models to evaluate our systems, which could mean that the “judge” model could make the same kinds of errors as the model it is checking.
To address these challenges, a developer’s measurements could be verified by a third party, or by other developers’ models, with guardrails in place to limit the exchange of competitively sensitive data.
These measures could also become the trigger for stronger requirements, like a fixed testing window before a new model is used for further AI R&D.(2) Measuring oversight of AI agentsWhy measure oversight of agents?
Like other frontier developers, Anthropic employees increasingly delegate tasks to agents that work semi-autonomously for long stretches, and that delegate work to one another.
As work becomes increasingly automated, from “AI collaborates” toward “AI leads,” agents could make more consequential decisions, such as which research direction to pursue next.
These decisions need safeguards to block harmful behavior from an individual agent, as well as an oversight regime to detect problems that might only arise across many agents.In our monitoring data to date, individual agents rarely misbehave.
But when there are millions or billions of agents operating in the economy, even rare events can happen regularly.What we measured.We’ve built a system that lets us oversee and intervene in actions AI agents take on Anthropic’s systems.
Here, we consider three different metrics: coverage, which describes the share of an agent’s actions that pass through a monitor before or after execution; review latency, which is the time between an action and its review, first by an automated monitor and then by a human; and escalation rate, which is the share of agent activities that are either blocked/redirected (in the case of online monitors) or flagged for further review (in the case of offline monitors).
What we found.As of August 2026, there were approximately 30,000 agents doing research and engineering work at Anthropic at any one time in our most-used internal platform.These measurements cover this platform only.
The actions of these agents are constrained by two kinds of monitors, summarized below:Online monitorsOffline monitorsDescriptionOnline monitors check the actions of agents in real-time and either block dangerous actions or steer agent misbehavior automatically.
They’re built to address harms that would happen quickly and could not be undone, such as an agent copying model weights out of our systems.Offline monitors read agent activities after the fact.
They are built to help address dangerous behaviors that develop slowly and can be reversed, like signs of model misalignment.We use flagged activities to improve our mitigations, like classifiers and deterministic controls.
If the situation caused a large imminent danger, we would shut down the dangerous parts of the agent’s deployment.Coverage100% of these agents’ actions pass through the online monitor before they are executed, usually within seconds.
100% of these agents’ actions are ingested by the monitor after they are taken.Review latencyAutomated review happens before an agent takes action; humans review any blocked actions within one week.
The monitor flags roughly 100,000 transcripts per week that are then reviewed by multiple classifiers for false-positives and initial oversight review.Most of the flags are resolved by this process, and the highest priority flags (approximately ~50 per week) are escalated to human review.
Blocking / escalation rateWe analyzed over a billion decisions from our research & engineering agents over August 2026 and found that 0.002% of them (about 1 in 47,000) were blocked by this monitor.The monitor flags roughly one to two transcripts in every thousand for further review.
What an AI developer could report today.
Any developer running agents on its own research and engineering workloads could publish the same measures: coverage (the share of agent activity that is monitored), review latency (how soon flagged activities are reviewed), and escalation rate (what share of agent activities the monitors block or flag).
Together, these measures would allow society to see whether oversight is keeping pace with the growing role of AI in AI R&D.We published all of these measurements in our recent risk report.
Developers should share how often known agent misbehavior is caught by monitors, and should have third parties do this kind of testing independently.In the past, METR has independently red-teamed our offline monitoring platform.
As described above, we are now setting up external third party evaluators at Anthropic.(3) Measuring compute allocationWhy measure compute allocation?
Broadly speaking, AI developers use compute for building more powerful models, serving customers, and safety-focused work like auditing a model’s “thoughts”, training model organisms to study misalignment, and evaluating whether a model can be safely deployed.
Understanding how AI developers allocate their compute can tell you where a developer is focusing its resources and how that focus changes over time.Additionally, compute is among the most verifiable inputs to the AI R&D process, meaning that it could be a critical lever in a future pacing effort.
A coordinated pacing effort could encourage companies to increase the compute allocated to safety across the industry and devote more resources to alignment, interpretability, safety testing, and evaluation.What we measured.
We examined a snapshot of how Anthropic used all of its compute from July 13 to July 202.To do that, we sorted every workload into a small number of categories, then asked how much of the compute going to AI R&D was safety work.
Safety research tends to use less compute than frontier training runs by its nature, so compute is an imperfect proxy for how much a company focuses on safety.
This is because safety research consists of individual researchers designing experiments, which is time-consuming even though running the experiments is not particularly compute-intensive.
The value of this metric, therefore, is less the absolute numbers and more that it provides a straightforward mechanism to compare like with like, across developers and over time.What we found.
Over the examined week, about 6% of compute that went to AI R&D was allocated toward safety, and about 12% of compute that went to AI-driven AI R&D was allocated toward safety.These are deliberately conservative estimates.
For example, if a token was used to advance capabilities as much as it was to advance safety, it was not counted in these metrics.Additionally, these metrics do not account for safeguards classifiers, which are a separate, comparable amount of compute that make our models much safer for the world.
What an AI developer could report today.Any frontier developer could publish what share of its AI R&D compute goes to safety work, with the category definitions published alongside and the classification checked by an independent third party.
Safety research is hard to distinguish from capabilities research, and each developer will be tempted to draw the line generously.The burden of proof should sit with the developer to show that work is safety-related.
Developers, governments, and the wider research community would benefit from converging on a shared definition ahead of time.A measurement like this could inform future actions, such as a lab’s commitments about the share of compute going to safety research, or limits
Related
相關文章

長安汽車首席專家譚歡:未來要用機器人造車、賣車,讓機器人上車、造機器人
作者:清源 責編:清源 評論: 9 月 18 日消息,在今天(18 日)的第 22 屆中國汽車產業發展(泰達)國際論壇“新賽道生態專場:具身智能新賽道”活動中,長安汽車首席專家、長安天樞智能機器人公司總經理譚歡在演講中指出,AI 正推動以物理具身智能為核心的基礎設施革新,汽車未來形態是“汽車機器人”—— 自學習、自組織、自進化的組合智能體。

具身智能技術路線尚未定型,基礎設施卻先收斂
具身智能技術路線尚未成形,但基礎設施需求已開始收斂,重點從製造機器人轉向持續迭代機器人能力。百度集團沈抖指出,智能體能力邊界快速擴展,進入規模化部署階段,但機器人學習新任務與跨環境適應性仍待突破。

88小時抵一個人思考4000年,OpenAI核心研究員:除了自我進化,更可怕的是AI正學會“隱藏自己”
AI正在把4000年的人類認知勞動壓縮進88小時,OpenAI研究員Noam Brown坦言連他自己也被進展速度持續震驚。AI正在把過去需要數千年完成的認知勞動壓縮到數天。真正的問題已經不只是模型能否變得更聰明,而是實驗能否跟上、人類能否在模型繼續自我改進前確認它仍然安全。
Agent辦事、花式P圖、動嘴玩電腦……實測Wildcat Lake輕薄本玩AI有多爽
作者 | ZeR0 編輯 | 漠影 桂林依山傍水,連城市的輪廓,都是一座座山勾勒出來的。抬眼一望,便是翰墨丹青般的自然光景,既沉靜婉約,又意境悠遠。這種乾淨的留白之美,早已被古人融入山水畫藝中,幾筆山石,一帶煙雲,餘下的留給水色,也留給看畫的人。 淨,並非空無一物,而是通過剋制的取捨,讓真正重要的東西凸顯出來。這與今年推出的第三代英特爾酷睿處理器(代號Wildcat Lake)的設計理念不謀而合。

吳恩達回應AI末日論:別被科幻敘事帶偏,應解決現實工程問題
吳恩達曾參與創辦Google Brain和Coursera。吳恩達稱,科技行業早期曾放大AI潛在災難性風險,以獲取關注並影響監管方向;近兩週相關討論再次升溫,也可能存在類似動機。他認為AI確實存在現實風險,尤其包括網絡安全等領域,但不認同將人類滅絕風險作為當前AI發展的核心判斷依據。

智譜 GLM-5.3-FlashX 模型上線,更快、更流暢
作者:汪淼 責編:汪淼 評論: 感謝網友 Agent 的線索投遞!9 月 18 日消息,智譜今日宣佈推出 GLM-5.3-FlashX(最高 200 tokens/s),為企業與開發者帶來更快、更流暢的模型體驗。智譜官方表示,GLM-5.3-Flash 此前以“Ox Alpha”之名與全球開發者見面,獲得海內外開發者的廣泛認可,調用量持續攀升。