This brief covers the trailing ~72 hours (September 11–14, 2026). Every item below was confirmed on the originating organization’s own page, with a published date inside the window. The story of the weekend was Dario Amodei’s “We Must Pace the Frontier,” which committed Anthropic to embedded third-party evaluators and drew public agreement from Sam Altman, Elon Musk and Satya Nadella within a day; Microsoft AI followed on Monday by opening its MAI Code of Conduct to six weeks of public comment. Around that, Anthropic shipped Claude for Financial Advisors, Sakana AI released Fugu Max and Fugu Ultra v2, Andon Labs opened its Pion autonomous-business platform, and OpenAI published a rare look inside the storage layer behind ChatGPT.
Dario Amodei publishes “We Must Pace the Frontier”; Anthropic commits to embedded third-party evaluators, and Altman says OpenAI will match
Anthropic (darioamodei.com) · September 12, 2026
In a new essay, Anthropic’s CEO argues that frontier labs must deliberately slow the rate at which they improve model capabilities so that alignment, interpretability, evaluation and operational rigor can catch up. He cites two triggers: recursive self-improvement accelerating progress “across the industry, including at Anthropic,” and the OpenAI–Hugging Face agent-swarm incident, which he says a more capable but similarly misaligned swarm could escalate within 6–12 months into “taking over the entire internet with a persistent botnet.” The three-step plan is embedded evaluators, coordination among democratic-country labs (with a government antitrust waiver), and eventual global coordination with China. Anthropic is unilaterally committing to the first step: giving an external review team such as METR desks, badges, laptops, access “mostly comparable to what internal risk assessment teams have,” and the right to publish findings without editorial control. Within hours Sam Altman posted that OpenAI agrees and will adopt employee-like evaluator access as well, and Elon Musk posted “Dario is right.”
“We must slow the pace at which we improve the capabilities of AI models. Progress will still seem fast, and we must make wise use of the time we gain.” — Dario Amodei, We Must Pace the Frontier
Source: We Must Pace the Frontier · Amodei’s announcement on X · Sam Altman’s response on X · Industry reaction via TechCrunch
Microsoft AI opens a six-week public consultation on its “Humanist AI” Code of Conduct for MAI models
Microsoft AI · September 14, 2026
A day after Satya Nadella posted that Microsoft “welcomes” the deliberate pacing Amodei called for, Microsoft AI published a first draft of the Code of Conduct that governs how its first-party MAI models are trained and how they are meant to behave in deployment. The document starts from the premise that “people matter more than AI,” states that MAI models must never resist human interruption, correction or shutdown, must not widen their own scope or take on goals no human has given them, and must not hide their reasoning from auditors. It sets Absolute Constraints around weapons of mass harm, child safety and large-scale manipulation while leaving room for enterprise partners to configure defaults. Feedback runs for six weeks; Microsoft says it will publish a summary of what it heard and a revised version later this year to guide model development in 2027.
“Any pursuit of superintelligence has to be grounded in the core principle that if the AI we build is not helping humanity and under human control, it’s not worth pursuing.” — Satya Nadella, Chairman and CEO, Microsoft (X, September 13)
Source: Humanist AI in practice: A public consultation on our Code of Conduct for MAI Models · The draft Code of Conduct · Nadella’s post on X
Anthropic launches Claude for Financial Advisors with Schwab, BlackRock, Vanguard, Addepar and other connectors
Anthropic · September 14, 2026
Four days after OpenAI’s ChatGPT for Financial Services, Anthropic released a plugin for Claude Cowork that bundles connectors to custodians, asset managers and wealth-tech platforms (Charles Schwab Advisor Services, BlackRock Advisor Center, Vanguard, Addepar, Envestnet Tamarac/MoneyGuide, iCapital, Orion/Redtail, SS&C Black Diamond, Wealthbox, Wealth.com and Zocks) with eight advisor workflow skills: onboarding, alternative-investments briefs, compliance and AI-policy review against the SEC Marketing Rule, estate and tax briefs, portfolio rebalance review, post-meeting notes, pre-meeting prep and prospect intake. Claude stages CRM updates and client communications for advisor approval rather than sending them, and Anthropic recommends Enterprise plans for RIAs because of audit logging; firms licensing before the end of September get a one-time usage credit.
“Today we’re releasing Claude for Financial Advisors, a suite of connectors and workflow skills designed to help with research, prep, and documentation tasks that occupy an advisor’s time and keep them from client-facing work.” — Anthropic
Source: Claude for Financial Advisors
Sakana AI releases Fugu Max and Fugu Ultra v2, orchestrators that route across open-weight models and undercut frontier pricing
Sakana AI · September 11, 2026
Sakana shipped two versions of its Fugu orchestration model behind one OpenAI-compatible API. Fugu Max routes each task to the leanest model that can solve it from a pool that now includes NVIDIA’s Nemotron family; Sakana reports best overall scores on six benchmarks including Terminal Bench 2.1 and GPQA Diamond at $2 per million input and $6 per million output tokens, which it says is 40–60% below Sonnet 5, GPT-5.6 Terra and Kimi K3. Fugu Ultra v2 targets peak capability, scoring 48.3 on Chartography (versus 27.3 for Opus 5 and 29.5 for Fable 5, per Sakana) and 74.3 on DeepSWE, and Sakana emphasizes that Fable 5, Fable 5.1 and GPT-6 Astra are not in its agent pool. Both are available today; existing Fugu users upgrade with a single parameter change.
“Fugu Ultra v2 does not rely on individual proprietary frontier models to deliver frontier output.” — Sakana AI
Source: Introducing Fugu Max and Fugu Ultra v2: Orchestrating the Pareto Frontier
Andon Labs opens Pion, its platform for handing real businesses to persistent AI agents
Andon Labs · September 14, 2026
The team behind Vending-Bench and Anthropic’s Project Vend is releasing Pion as a research preview: an agent and cloud platform that gives persistent agents email, phone, banking, a browser and secure compute to run a company end to end, with an overseer agent (“Andonos”) reporting to the human owner. Andon says it built Pion to run its own vending machines, the Andon Market store in San Francisco, Andon Cafe in Stockholm and its AI radio stations; the store and cafe are still unprofitable. The stated reason for opening it up is safety research: casting a wider net of business types to measure how far models can autonomously acquire resources, and to surface collusion, deception and other unwanted behavior before models are capable enough to cause irreversible harm. Access is by waitlist.
“We are well aware that, if agents running thousands of businesses are left unchecked, we risk having more real-world incidents. Therefore, our main priority is to build even stronger automated monitoring techniques than what we have today.” — Andon Labs
Source: Why we built Pion
OpenAI details Habitat, the storage platform behind ChatGPT, and says Codex rewrote it from Python to Rust with two engineers
OpenAI · September 11, 2026
In the first of a two-part engineering series, OpenAI describes Habitat, the online storage layer that started as a Python library for GPTs at DevDay 2023 and now serves more than 70 million requests per second, over 500 petabytes and products used by more than a billion people a week across nearly 40 regions on Azure Cosmos DB. The post walks through the decision to keep Python while scaling 10x a year for three years (asyncio scheduling delay, a metastable failure caused by LIFO connection reuse in aiohttp, thundering-herd risk), and a deliberately constrained TAO-style NoSQL API. It closes with the disclosure that in Q2 2026 two engineers using Codex and GPT-5.5 rewrote the whole service in Rust, which now handles 95% of production traffic at 6x the CPU efficiency and 15x the memory efficiency of the Python version.
“We bet that by the time a full migration off Python was required, Codex and GPT would make that migration achievable. That bet eventually proved correct.” — Jon Lee, Chaomin Yu and Ben Ries, OpenAI
Source: Rapidly scaling online storage to serve over 1 billion ChatGPT users
Still developing
DeepSeek-V4.1-Flash replaces V4-Pro — DeepSeek · September 10, 2026. Just before this window: DeepSeek released V4.1-Flash, a 552B-parameter MoE with a new causal encoder–decoder design that activates only 8B parameters on input and 16B on output, native visual understanding, and a KV cache needing a quarter of the HBM and an eighth of the SSD of the prior generation. Weights and a technical report are on Hugging Face. DeepSeek says third-party tests put it ahead of V4-Pro on performance, cost and speed, and as of 04:00 UTC on September 14 all deepseek-v4-pro API requests are routed to V4.1-Flash at V4.1-Flash prices until V4.1-Pro launches. Source: Introducing DeepSeek-V4.1-Flash
OpenAI ships the Agents API in public beta — OpenAI · September 10, 2026. A managed service that exposes the open-source Codex harness (context compaction, tool search, programmatic tool calling, parallel subagents) through a single API call, with a choice of OpenAI-hosted sandboxes, self-hosted compute, or partners including Cloudflare, Modal, Vercel, E2B, Daytona, Oracle and DigitalOcean. No extra fees beyond tokens and tools. Source: Introducing the Agents API
Anthropic’s September 2026 threat intelligence report — Anthropic · September 10, 2026. Case studies from eight months of operations in which threat actors tried to use Claude for malicious activity, including distillation campaigns, and how misuse has evolved since the 2025 reports. Amodei’s essay cites it as one basis for his call to crack down on unauthorized distillation. Source: Detecting and countering misuse of AI: September 2026
This brief covers the trailing ~72 hours (September 11–14, 2026).
Primary sources:
- Dario Amodei — We Must Pace the Frontier
- Sam Altman — Response on X
- Microsoft AI — Humanist AI in practice: A public consultation on our Code of Conduct for MAI Models
- Satya Nadella — Post on X
- Anthropic — Claude for Financial Advisors
- Sakana AI — Introducing Fugu Max and Fugu Ultra v2
- Andon Labs — Why we built Pion
- OpenAI — Rapidly scaling online storage to serve over 1 billion ChatGPT users
- DeepSeek — Introducing DeepSeek-V4.1-Flash
- OpenAI — Introducing the Agents API
- Anthropic — Detecting and countering misuse of AI: September 2026