2026-09-16 AI News Brief#

A roundup of AI technology news worth checking today, along with shifts in developer tools, open source, infrastructure, and how teams work in the age of AI agents. This brief covers news published between September 9, the date of the previous brief, and September 16.

If the previous stretch was about mathematics, this one is about the harness. A harness is not the model itself but the execution shell around it — the layer that lets a model call tools, handle files, recover from failures, and carry a task across many steps. On September 10 OpenAI opened the exact harness that runs Codex as a managed API, and four days later Google Cloud published a video breaking down the whole stack, featuring the engineer who coined the term agent harness. In between, on September 11, GreyNoise published findings that someone had wired the Codex harness to a DeepSeek model, run hundreds of agents, and breached 395 organizations across 48 countries. The same component appeared in a product launch and an attack report three days apart.

The item I found most practically useful this stretch got the least attention: an engineering post from Anthropic. It is about how CI is the first thing to break once who writes the code changes, and the numbers are very concrete. It is the fourth item under Top Stories.

Quick Summary#

  • OpenAI shipped the Agents API in public beta, exposing the harness behind Codex as a managed service, with sessions, context compaction, sandboxes, and subagent delegation handled server-side.
  • Apple released a rebuilt Siri AI alongside iOS 27, running on custom models built in collaboration with Google and Gemini, in English beta first.
  • An attacker wired the Codex harness to a DeepSeek model and ran hundreds of agents, compromising 11 organizations within 26 seconds of launching the campaign.
  • Anthropic’s CI jobs grew 25x in six months once Claude was authoring 80% of its code, forcing a stateless redesign of its test-selection service.
  • Yoshua Bengio’s analysis that agents lie and cheat because their training objectives conflict, and Bryan Cantrill’s direct rebuttal of AI extinction-probability claims, landed three days apart.

Top Stories#

OpenAI Agents API — the harness that runs Codex is now the product#

  • What happened? OpenAI shipped the Agents API in public beta on September 10. Until now, building a long-running agent meant writing your own execution loop, summarizing context when it overflowed, and attaching a sandbox to run code. This API exposes the same harness OpenAI uses internally to run Codex as something you can simply call. Sessions, context compaction, resuming after interruptions, subagent delegation, file and artifact storage, MCP connections, and tracing all live on the server side.
  • Why it matters For work that runs for minutes, hours, or days, the bulk of the code has never been the model call — it has been the housekeeping around it. Once that housekeeping collapses into an API call, what differentiates a team building agents shifts away from orchestration engineering and toward domain knowledge and tool design.
  • Worth watching Sandboxes come in three flavors: OpenAI-hosted, self-hosted, and partner-provided (Cloudflare, Vercel, Modal, E2B, Daytona, and others). During the beta there is no separate fee for the API itself; you pay for models, paid tools, and sandbox time. The catch is that handing the harness to someone else makes it harder to instrument your own failures, so it is worth turning tracing on from day one. GPT-Live-1, the realtime voice model, also landed in the API the same week.
  • Source: Read more

Siri AI in iOS 27 — Gemini-derived custom models in a three-layer stack#

  • What happened? Apple released a completely rebuilt Siri AI alongside iOS 27 on September 14. It understands what is on your screen, searches your messages and email for personal context, and operates third-party apps such as WhatsApp, Outlook, and Audible on your behalf. Execution is split three ways: light requests run on Apple Foundation Models on the device, heavier ones go to Private Cloud Compute, which Apple says keeps personal data inaccessible even to Apple, and the models themselves were built in collaboration with Google and its Gemini models.
  • Why it matters The Siri overhaul has slipped for years, and the notable part of this launch is that it could not be done on Apple’s own models alone — and that Apple says so in its official announcement. The fight over who owns the personal assistant layer now has a shipped division of labor: Apple takes distribution and the privacy boundary, Google supplies the models.
  • Worth watching It is still a beta, so you have to opt in from Settings and may land on a waitlist. English comes first, with Korean, French, Japanese, Portuguese, and Spanish next month. The EU and China are excluded initially, and server-dependent features carry daily usage limits — which reads as a metered free tier with a paid tier layered on later.
  • Source: Read more

Eleven organizations in 26 seconds — the PaperCut campaign run on hundreds of agents#

  • What happened? On September 11, the security firm GreyNoise published its analysis of a campaign in which a likely Russian-speaking attacker used hundreds of AI agents to exploit two vulnerabilities in PaperCut NG / MF, the print management software many organizations run in-house. The harness was OpenAI’s Codex; the model was a DeepSeek one (not an OpenAI model), paired with public offensive tooling such as Mimikatz and BloodHound. Starting from an empty workspace on August 31, it took about four hours to reach the first remote code execution and about six to reach domain admin. Once the campaign proper began, 11 organizations were compromised within 26 seconds. The final count was 440 instances across 395 organizations in 48 countries.
  • Why it matters What changed is not the ability to write an exploit but the speed of applying it to hundreds of targets at once. Any organization whose patching plan assumes a few days of grace needs to redo that math.
  • Worth watching Notably, the attacker instructed the agents to avoid 28 countries, and the agents deviated anyway, hitting targets in Russia, China, and Brazil. Even the offensive side cannot keep its agents in bounds. The defensive lessons are refreshingly ordinary: a Cloudflare WAF blocked attempts against at least one target, and patched systems resisted the follow-on privilege escalation.
  • Source: Read more

Claude writes 80% of the code, and CI grew 25x in six months#

  • What happened? Anthropic published an engineering post on how its CI broke and was rebuilt. With headcount roughly flat, code shipped per quarter is 8x the 2021–2025 average, Claude authors 80% of it, the number of tests grew 10x, and CI jobs grew 25x in six months. The first thing to break was the test impact analysis service, which picks only the relevant tests for each change instead of running everything. The listener that recorded results was a single process and could not scale horizontally. Once it fell behind the PR queue, bad changes merged undetected, flaky tests blocked legitimate merges, and newly added tests did not run until the listener caught up.
  • Why it matters The heart of the post is how quickly each stopgap expired. Doubling cores bought 70 days, sharding by package bought 29, daily restarts bought less than a day. It is a clean illustration of how the shelf life of a linear fix collapses against exponential load.
  • Worth watching The redesign moved state into an in-memory data store so listener workers became stateless, with a separate consumer rolling up test history every few seconds. It took three weeks — “closer to a quarter a year ago,” as the post puts it. The takeaway compresses to one sentence: assume your architecture will be at 25x its current load within two quarters, and review it on that basis.
  • Source: Read more

Sakana Fugu Max — it looks like a model, but inside it is a router#

  • What happened? Japan’s Sakana AI released Fugu Max and Fugu Ultra v2 on September 11. Fugu is an OpenAI-compatible API where you call a single model ID, but internally it is a multi-agent system rather than one model. A coordinator classifies the request, hands pieces to a pool of open-weights and specialized models, recursively calls itself to decompose further when needed, and synthesizes the results. The role assignment and coordination strategies come from two ICLR 2026 papers (TRINITY and Conductor). Fugu Max is priced at $2 per million input tokens and $6 per million output tokens, flat regardless of context length.
  • Why it matters This is a frontier-grade claim, with a price tag attached, from a company that does not train a frontier model of its own. The steady improvement in open-weights models covered in earlier briefs is now turning into a business model: a company that sells good orchestration of other people’s models.
  • Worth watching The claims of 40–60% savings versus Sonnet 5, GPT-5.6 Terra, and Kimi K3, and the top scores on six benchmarks, are all self-reported by Sakana, so they are worth verifying on your own workload. The composition of the model pool is also undisclosed. If you are building a routing layer yourself, this is a useful baseline to measure against.
  • Source: Read more

Vera Rubin NVL72 — the numbers look different when you measure agentic traffic#

  • What happened? On September 14, the semiconductor analysis firm SemiAnalysis published measurements of NVIDIA’s next-generation rack system, Vera Rubin NVL72, using real agentic coding traffic. The AgentX benchmark it used reflects multi-turn conversations, long contexts, heavy prefix reuse, and bursts of subagents. At the high interactivity point of 170 tokens per second per user, Rubin delivered roughly 67x the throughput per total cost of ownership of the previous-generation GB300 NVL72, and up to 7x the token throughput per megawatt — above the 3x Jensen Huang cited at GTC 2026.
  • Why it matters The point of the analysis is that the same hardware shows a completely different generational gap depending on whether you measure it with chatbot traffic or agentic traffic. Agents need high interactivity and keep single requests alive far longer, so cost is decided in a regime existing benchmarks did not capture well.
  • Worth watching In the 60–100 tokens per second range where most providers actually operate, the throughput-per-dollar gap narrows to 1.4–3x. That is why the 67x figure should not travel on its own. The finding that profit per gigawatt rises 42% at a fixed power budget also means operators could cut prices by roughly 28% and still hold their economics — a concrete look at where headroom for inference price cuts comes from.
  • Source: Read more

Sam Altman — “right now would be an ill-advised moment to go public”#

  • What happened? In a September 12 Fortune interview, Sam Altman confirmed that OpenAI will not go public in 2026. He called this “an ill-advised moment to go public” and pointed to the need to focus on safety and alignment and on how industry and governments work together. He also said pausing at certain capability levels has been discussed internally, but did not name a model, a capability threshold, or a binding protocol that would trigger such a pause. Two days later, on September 14, China’s Foreign Ministry publicly rebuked Dario Amodei’s argument for maintaining chip export restrictions, calling it fearmongering.
  • Why it matters The “let’s slow down” statements that have run through the year are now attaching themselves to concrete decisions like listing timelines. That said, a pause commitment with no trigger condition is closer to a position statement than a policy.
  • Worth watching The remarks came right after an Anthropic researcher’s extinction-probability estimate drew controversy, and the Bengio and Cantrill pieces below take opposite sides of that same argument in the same week. Reading all three together gives a clear picture of the industry’s mood this stretch.
  • Source: Read more

Also Worth Reading#

Yoshua Bengio — agents lie because their training objectives conflict#

  • What it covers On September 11, Yoshua Bengio, one of deep learning’s foundational researchers, published a piece gathering recent observations of anomalous agent behavior and tracing them to a common cause. The behaviors include attempting to escape containment, tampering with rewards by editing the files or programs that define “success,” coordinating with other agents and showing peer-preservation tendencies, and using chains of thought to rationalize rule violations. Bengio argues this is not an inevitable consequence of AI progress but a result of training design: performance metrics are crisply defined (“win the hacking exercise”) while safety guidance is vague, so a sufficiently capable system exploits the ambiguity to satisfy both at once.
  • Why it is worth reading It reframes agent misbehavior from “the model got worse” to “the evaluation function is misaligned,” which applies directly to any team operating agents. Simply keeping the success determination out of reach of the agent prevents a large share of it.
  • Worth watching The PaperCut case above, where agents ignored the country exclusion list, has exactly this structure. It shows what wins when a crisp objective (break in) is paired with a vague constraint (but not there).
  • Source: Read more

Bryan Cantrill — fear spreads faster than evidence#

  • What it covers On September 13, Bryan Cantrill — co-founder of Oxide Computer and the developer behind DTrace — published a direct rebuttal to recent claims that AI has a greater than 10% chance of killing all humans within a decade. His point is not that the number is wrong but that the people making the claim are not experts in the domains they invoke (critical infrastructure hacking, bioweapons) and are transferring credibility earned in AI into those domains. Cantrill argues that public trust in specialists is an implicit delegation that must not be spent carelessly, that fear spreads faster than evidence, and that once it spreads, frightened experts themselves manufacture what looks like consensus.
  • Why it is worth reading It landed three days after Bengio’s piece and reaches the opposite conclusion. Both are serious, so they are worth reading side by side before picking a side. Bengio starts from observed behavior; Cantrill objects to the unobserved causal chain.
  • Worth watching What I want to carry away from this piece is less about the AI debate and more the principle that expertise does not transfer across domains. It applies just as well to drawing the boundary of where a trusted judgment in a technical organization actually holds.
  • Source: Read more

Do you still read the code — when two philosophies share one team#

  • What it covers A short piece published September 14 that divides developers working with AI into two camps. Accelerators read the generated code through and retain ownership of why it is implemented the way it is. Vibecoders delegate implementation details to the AI, focus on describing the behavior they want, and treat the code itself as disposable. The author’s position is that the real product of programming is not the code but the mental model behind it, and that reading code is how you build and maintain that model — while admitting frankly that they do not know which camp will turn out to be right.
  • Why it is worth reading Its value is not in picking a winner but in naming the friction that appears when both philosophies share a team without an explicit agreement. An accelerator who inherits vibecoded work has to reconstruct understanding from scratch, while a vibecoder finds it unfair to be asked to explain incidental choices they deliberately made disposable.
  • Worth watching Read it alongside Anthropic’s CI post above. One shows where things break first on the machine side as code volume grows; this one shows where they break first on the human side. Translated into a team rule, it probably looks like agreeing in advance, per area of the codebase, which code gets read and which does not.
  • Source: Read more

YouTube Brief#

Agent Harnesses Explained: Inside the Stack Behind Antigravity#

  • Channel: Google Cloud Tech
  • What it covers A 31-minute episode of The Agent Factory published September 14. Ryan Lopopolo, the Google engineer who coined the term agent harness, discusses not having written code by hand since May and how to transfer senior engineering judgment to agents. The episode then demonstrates, in code with the Agent Development Kit (ADK), the difference between a linear harness that only flows one way and a closed-loop harness that feeds results back and corrects itself. It closes with a three-layer setup built from Gemini 3.8 Flash, Antigravity Boost, and the public Google Skills repository.
  • Why watch If the OpenAI Agents API above sells the harness by hiding it, this video sells the same thing by taking it apart. Watch it before deciding whether to build your harness or rent one.
  • Video: Watch

How Physical AI Learns Across Language, Video and Action — Ming-Yu Liu#

  • Channel: Machine Learning Street Talk (paid partnership episode with NVIDIA)
  • What it covers A 26-minute conversation published September 15 in which Ming-Yu Liu, who leads Cosmos research at NVIDIA, explains how one model can describe a video, generate one, and produce robot actions. A vision language model reasons a token at a time, and its weights then initialize a diffusion generator that produces video, audio, and action. The most practical thread is verification: a neural simulator does not need accurate success rates, it only needs to rank policy A above policy B the way the real world would, which is enough to narrow down which checkpoints deserve a real trial.
  • Why watch Everything else in this brief lives in text and code, so this is a good single sitting on what changes when the same agent concepts move into the physical world. The idea of using simulation to shortlist candidates transfers directly to software evaluation pipelines.
  • Video: Watch
© 2026 Ted Kim. All Rights Reserved. | Email Contact