The AI Brief

Vol. I · No. 106 · Tuesday, September 8, 2026

Today's brief:

  • OpenAI published the first internal RSI data from a frontier lab, reporting 3.1 agent-workdays per human researcher and declaring its "automated research intern" milestone reached, the closest a major lab has come to putting numbers on AI accelerating its own development.
  • Snowflake's 37% product revenue growth proves the thesis: AI agents don't cannibalize consumption-based platforms, they feed them.
  • Agents handle execution well; the scarce input remains human judgment about what to investigate, and OpenAI's own data shows humans intervened in more than half of all long-running tasks that succeeded.
  • Codebase evidence suggests OpenAI will announce Managed Agents at DevDay on September 29, a platform feature that follows Anthropic's existing offering and opens a new enterprise distribution layer inside ChatGPT.
  • Anthropic walked away from its $6 billion Decart acquisition and is separately recruiting to build in-house billing and fraud-detection infrastructure, signaling a shift from external dependencies toward vertical integration ahead of its IPO. Also today: Anthropic's public S-1 has not yet appeared on SEC EDGAR as of publication, first covered in Vol. I, No. 105.

OpenAI Says Its Research Org Runs 3.1 Agent-Workdays Per Human, Hits Automated-Intern Milestone

Why it matters
For the first time, a frontier lab has attached hard internal numbers to the claim that AI is accelerating AI research, and named a forward milestone (full automated AI researcher by March 2028) that benchmarks the entire industry's trajectory.
What's at stake
If the methodology holds up to outside scrutiny, the ratio becomes a baseline that competitors and regulators will be measured against; if it doesn't, OpenAI has introduced a self-serving RSI metric into public discourse with no independent verification.
Decode
RSI (recursive self-improvement) = the process by which an AI system is used to accelerate the development of the next, more capable AI system. OpenAI frames this disclosure explicitly as a transparency commitment around RSI and calls on other labs to publish comparable data.
Detail

OpenAI published "Research acceleration: The view inside OpenAI" on September 6, disclosing that by mid-August 2026 its research organization used 3.1 agent-workdays of effort for every one human workday, a ratio derived from spend, throughput, and task classification. The company declared it had reached the goal Sam Altman announced in October 2025: fielding an automated research intern capable of carrying out well-defined tasks under human direction, including multi-day assignments, by September 2026. OpenAI's next declared milestone is a full automated AI researcher by March 2028.

By mid-August, the median researcher ranked by agent usage was running more than $600 a day of inference at API prices. OpenAI applied a task taxonomy published by Epoch AI, breaking development into six phases: Decide, Design, Build, Run, Analyze, and Communicate. The dominant use case remained research and infrastructure code, alongside technical troubleshooting and monitoring runs, while high-level planning continued to account for a minimal fraction of agent output tokens. Coding agents excelled at troubleshooting internal research infrastructure; multiple teams that previously held office hours to help researchers troubleshoot experiments noted declining attendance in 2026, and one stopped holding sessions entirely.

OpenAI reports that agents still require significant human steering, especially as task complexity rises, and that in the last six months more than half of successful 4-to-8-hour tasks involved one or more human interventions. OpenAI frames the piece explicitly as a transparency commitment around recursive self-improvement and calls on other labs to publish similar internal data. No independent audit of the methodology has been announced. The disclosure arrived three days after GPT-6 Astra shipped, a sequencing that observers including Simon Willison noted may reflect internal access to a pre-release Astra driving the sharp acceleration in agent spend visible in late-July internal charts.


37%
Snowflake Q2 FY27 product revenue growth, AI agents driving platform consumption, not replacing it

Snowflake's CoCo Coding Agent Defies the Per-Seat Deflation Thesis, Adds $330M to Full-Year Guidance

Why it matters
Snowflake is the most direct rebuttal to the prediction that AI agents would cannibalize data-platform revenue: its consumption model means agent query volume converts to dollars, and CoCo added over 2,000 accounts in a single quarter, making the flywheel empirically visible, not just theoretical.
What's at stake
For most operators, this is context, not a decision. For data-platform procurement teams choosing between seat-licensed and consumption-based AI tooling, Snowflake's numbers are the clearest live argument that the consumption model captures agent-driven growth while per-seat pricing leaves it on the table.
Detail

Snowflake posted product revenue of $1.49 billion, up 37% year over year, in results reported September 2, 2026. CEO Sridhar Ramaswamy told Bloomberg Technology that its CoCo coding agent drove half the Q2 beat. Management raised full-year FY27 product revenue guidance to $6.07 billion, or 36% growth, from a prior $5.84 billion at 31% growth, the second consecutive raise from the initial $5.66 billion set in February 2026.

CoCo now has 9,100 accounts, an increase of over 2,000 during the quarter. Cortex AI sits inside more than 9,100 accounts, and every agentic workload built on top drives more governed queries into the platform underneath. Snowflake is not primarily priced per user; its model is consumption-based, with customers paying for compute, storage, data transfer, and AI usage, and AI work is enormously compute-hungry, running on the data customers have already placed there. The company recorded a net loss of $191.7 million, or 55 cents per share, smaller than the net loss of $297.9 million, or 89 cents per share, one year ago.

Caveat Revenue attribution between CoCo and the core platform is management's own decomposition; no independent breakdown is publicly auditable. The split is worth holding onto because it says the AI contribution is real, but not the whole thing.


OpenAI's 3.1× Agent Ratio Carries a Buried Ceiling: Planning Stays Human, Long Tasks Need Intervention

Why it matters
Every AI productivity headline sells the ratio; OpenAI's own disclosure shows the structural floor under it, agents saturate code execution and troubleshooting while high-level scientific judgment, task selection, and multi-hour autonomous runs still require humans in the loop more than half the time.
What's at stake
For operators building workflows around autonomous AI agents, the ceiling OpenAI describes, not the ratio, is the load-bearing fact: agent runtime is abundant and cheap; the scarce input is still human judgment about which tasks to run and whether results are sound.
Decode
Agent-workday = OpenAI's internal unit combining inference spend and task throughput to estimate the volume of work AI coding agents perform, normalized to what a human researcher would produce in a single day. The numerics are self-reported and blend cost with output quantity, not output quality.
Detail

The headline from OpenAI's September 6 disclosure, 3.1 agent-workdays per human workday, is qualified by structural constraints the company embeds in the same document. Agents still require significant human steering, especially as task complexity rises, and in the last six months more than half of successful 4-to-8-hour tasks involved one or more human interventions. High-level planning continued to account for a minimal fraction of agent output tokens , meaning the strategic layer of research, what to investigate and why, remains a human function.

Coding agents excel at troubleshooting internal research infrastructure, which addresses one meaningful bottleneck to research progress. That is a real gain, but a narrow one: infrastructure debugging is a bounded, well-specified task class. The broader claim, that agents are now conducting research, is not what the data shows. OpenAI is explicit that humans establish research priorities, judge results, and decide whether to scale or pause a line of work. The post frames the disclosure as a transparency commitment around recursive self-improvement and calls on other labs to publish similar data , an ask that implicitly acknowledges the field lacks any external reference point against which to check OpenAI's own measurements.

The practical implication for operators deploying agents on knowledge work: the productivity gains are real and concentrated in execution tasks with well-defined success criteria. The gap between agent capability and autonomous research judgment has not closed, it has simply become more precisely measurable.


OpenAI's DevDay Codebase Reveals Managed Agents Platform, Following Anthropic's Design

Why it matters
A managed agent layer inside ChatGPT's platform would hand OpenAI a distribution channel that reaches 800 million weekly users, compressing the deployment stack from "build your own agent infrastructure" to "configure inside ChatGPT," and shifting competitive pressure from model quality to platform lock-in.
What's at stake
For most operators, this is context until September 29. For development teams currently building agent infrastructure on third-party orchestration tools, the question is whether OpenAI's managed layer will be permissive enough to justify migrating or restrictive enough to justify staying independent.
Detail

Managed Agents appear to be the headline OpenAI is building toward for DevDay 2026, according to a report published September 7, 2026 by TestingCatalog, which found evidence in the company's own codebase for creating agents, configuring environments, and enabling skills and plugins. The agents interface is not live for anyone yet; what exists are strings and structures in shipped code, a reliable signal of intent and an unreliable signal of timing.

The codebase suggests functionality very similar to Anthropic's offering, including creating different agents and environments, managing them, and enabling specific skills and plugins. The new platform feature is expected to let users build, configure, and deploy AI agents with customizable environments, skills, and plugins. TestingCatalog has a track record on OpenAI pre-announcements, including a correct call on Agent Builder before DevDay 2025.

DevDay 2026 runs on September 29, 2026, at Fort Mason in San Francisco; the opening keynote begins at 10 a.m. Pacific and features Sam Altman. New for 2026, OpenAI follows the San Francisco flagship with DevDay Exchanges in eight cities, Bengaluru, Tokyo, Seoul, Paris, Berlin, London, São Paulo, and Mexico City. Model updates and security announcements are also expected alongside Managed Agents.


Anthropic Kills $6B Decart Deal, Simultaneously Recruits to Build In-House Payments Stack

Why it matters
Two moves in 48 hours, a $6 billion acquisition abandoned and a proprietary billing stack initiated, reveal the same strategic logic: Anthropic is reducing external dependencies on both the inference-chip and financial-infrastructure layers before its S-1 goes public, where vendor concentration is a disclosed risk.
What's at stake
For most operators, this is context. For Stripe, which has relied on AI-company volume for growth and counts Anthropic as a marquee customer, the payments-stack news signals that at sufficient revenue scale, the build-vs-buy calculus tips in-house even for companies without a fintech identity.
Detail

Anthropic has decided against acquiring AI startup Decart, people familiar with the matter said. Anthropic had been exploring a deal and performed due diligence on Decart, but ultimately walked away. The companies may still pursue other opportunities to collaborate. Decart had been valued at approximately $6 billion in the potential deal, which would have brought DOS chip-optimization technology inside Anthropic's inference division. First covered in Vol. I, No. 103 (August 13).

Separately, Anthropic is evaluating whether to build its own internal billing, payment, and fraud-detection infrastructure. Job listings indicate the AI startup is seeking engineers and managers to evaluate the development of proprietary billing and treasury tools. The company's Billing Platform team is running build-vs-buy evaluations across its financial infrastructure. The open role's scope includes ownership of pricing primitives, payments infrastructure, contracts, entitlements, revenue pipelines, and reconciliation, with the job description specifically referencing evaluating build-vs-buy decisions while "leaning heavily on third-party providers such as Stripe."

The move highlights potential risks for Stripe, which relies heavily on booming AI firms for growth. Beyond consumer payments, Anthropic is looking to consolidate its banking relationships and build custom production-grade treasury applications. The build signal aligns with Anthropic's pre-IPO S-1 preparation, where reliance on a single third-party payment processor for token-based billing at $65 billion annualized revenue would represent a disclosed vendor-concentration risk.

Disclosure: Claude, which generates this brief, is built by Anthropic.

Bloomberg: Anthropic Said to Walk Away From $6 Billion Decart Purchase (primary) · NotePrimary source for payments story is The Information; paywalled. Figures cited from Crypto Briefing and Stocktwits / The Information, per The Information reporting.