Working hypothesis: the bottleneck has moved to verification
Tokens keep getting cheaper, and agents keep taking on more of the work: on September 22 OpenAI and Anthropic released, on the same day, models whose tokens cost less than their predecessors’. In September that combination made the bottleneck visible: it is shifting to verification. Frontier-model tokens, writing code and first drafts are getting cheaper. CI and code review, experienced reviewers and control over agent actions are getting costlier.
This picks up where the August digest left off. A month ago we closed on “cheaper AI, harder adoption”. September makes that thesis concrete: adoption gets hard in specific places—the CI queue, the approval before a merge, the harness around the model, the policy that decides what an agent may do, and the people who can tell a correct result from a plausible one.
How to read what follows. The editorial window runs from August 28 to September 24, 2026, and every source was checked on September 24. There are six blocks: cost per task, overloaded verification, juniors and seniors, the harness, the untrusted agent and the frontier’s pace. Each block opens with its thesis and walks through the main stories: what happened, why we are discussing it and where the evidence stops. Shorter items follow under “Also worth noting,” and each block ends with a question for the discussion.
The limits are visible up front. Many of the month’s numbers are the own metrics of companies that sell the products in question; previews and betas are not yet generally available features; lawsuits are allegations, not established facts; labor-market studies show association, not cause; and the Meta story is known only from media reports. Together, price lists, internal metrics, industry telemetry, labor-market research and platform documentation support a pattern, not a single causal model. So “cheaper generation, costlier verification” is the episode’s working hypothesis to test in every block, not a measured law.
Cheaper tokens, a salary-sized bill
Tokens got cheaper, in places by half. Yet by OpenAI’s own account, its median researcher’s agents cost over $600 a day at API prices. Caching and settings such as effort, not the price list, set the bill.
On September 22 OpenAI released GPT-6 Sol and Luna: Sol at $2/$10 per 1M tokens and Luna at $0.10/$0.50 (see the API pricing), at least half off GPT-5.6’s promotional prices. The same day Anthropic released Claude Opus 5.5: compared with Opus 5, tokens are 20% cheaper, cache reads 60% cheaper and, by Anthropic’s tests, typical workloads 40% cheaper. Vendors now compete on cost per task, not per token: Anthropic cut cache reads the most, and OpenAI claims higher default cache hit rates for GPT-6.
Read the headline figures carefully. Anthropic measured the 40% saving at default settings, and the default effort dropped from high to medium. Both vendors ran their cost-per-task comparisons themselves, on benchmarks they chose. Some prices are temporary: Google sells Gemini 3.8 Flash at an introductory $0.75/$3.75 through 2026, and on January 1, 2027, the price doubles to $1.50/$7.50. A budget built on introductory prices breaks when they expire.
The second number comes from inside a lab. In a September 6 post on research acceleration, OpenAI says that by mid-August its median researcher used over $600 of agent inference a day at API prices, and the 90th percentile is now over $7,000. Agents log 3.1 eight-hour workdays per human workday, yet over six months more than half of the successful 4–8 hour tasks involved human interventions. Over 250 working days, $600 a day comes to about $150,000 a year at API prices (our arithmetic), above the $136,000 median wage for U.S. software developers reported by the Bureau of Labor Statistics. Human interventions and verification come on top.
All of these metrics are self-reported by OpenAI, which calls its measurement preliminary. Spend is valued at API prices, not internal cost, and “researcher” includes people who build infrastructure or manage projects. The figures do not transfer directly to product teams.
Also worth noting
Ramp’s September AI Index offers a counterweight. Its effective token price index fell to $0.68 per 1M tokens, 41% below the March peak, and frontier models’ share of tokens dropped from an August peak of 53% to 45%, still above early July. Ramp hears that some businesses curb frontier-model use through company-wide defaults: routing is becoming company policy. The data covers only U.S. businesses’ spending on Ramp, the index is Ramp’s calculation rather than a list price, and the author allows for seasonality, since many engineers are off in August.
Capacity is the other constraint. Since September 10 OpenAI has temporarily paused new sign-ups and upgrades to ChatGPT Pro $200; existing subscriptions and Pro $100 are unaffected. CIO reports that an OpenAI staff member linked the pause on X to GPT-6 Astra access. Cheap tokens do not help without capacity, so routing needs a fallback model. OpenAI’s Help Center gives no reason, the pause covers the ChatGPT plan, the Help Center says nothing about the API, and no end date has been announced.
Discussion question
Is a $600-a-day agent a tooling expense, or is it already payroll? Aleksey opens, starting from real team budgets.
Code gets written faster than it gets checked
Anthropic’s CI jobs grew 25x in six months, and Faros data shows time in QA up 300%. Verification is starting to be handed to agents, which raises an old question in a new form: who checks the checker?
On September 14 Anthropic described how agentic coding is straining its CI. The company says its engineers on average ship 8x as much code per quarter as in 2021–2025; Claude writes 80% of it and plays a large role in reviewing and approving PRs. CI jobs grew 25x in six months. Three stopgap fixes—doubling the cores, sharding and daily restarts—did not hold, so the test selection service was rebuilt to be stateless. The bottleneck has moved from writing code to CI, and the author advises planning verification capacity with headroom: assume 25x load within two quarters.
These are internal metrics from the company that sells Claude Code, and “8x as much code” measures volume, not value. The post gives no data on test selection accuracy, CI cost or escaped defects, and the author says the new architecture is more expensive to run.
Faros’s Speed Trap report covers 12 months of telemetry from 22,000 developers across 4,000 teams (see the sample description). Time in QA rose 300.6% and monthly incidents 125.4%, but incidents per PR only 14.5%. PRs merged without review rose 76.3%, compared with 31.3% in the April report. Per-PR metrics hide the problem: per-change risk grows slowly, while the flow of changes puts ever more load on QA and operations. Faros calls agentic code review the first promising countermeasure.
Faros sells engineering analytics, and the sample covers only teams with high AI adoption. The post names no comparison baseline, and the April report studied the move to high adoption, so the two editions compare only in direction. The 76.3% is growth in the metric, not a share of PRs, and the effect of agentic review is only correlational.
Since September 1, in public preview, a Copilot approval can count toward a repository’s required approvals. It is off by default: enterprises can keep it off or let organizations decide, organizations and repositories switch it on, and repositories can limit which file paths it approves. New commits dismiss it, as they dismiss a human approval. The rule that “a human approves” becomes a configurable policy. Teams must decide where a machine approval suffices, who is accountable when a machine-approved change fails, and how this fits separation of duties and audit.
The preview is available on the Pro, Pro+, Max, Business and Enterprise plans. The announcement gives no data on the accuracy of its assessments or the rate of erroneous approvals, and the approval assessment now included in every Copilot review does not by itself count toward merge requirements.
Also worth noting
Machine verification is moving past the PR. On September 23 Cursor released two bots for its Teams and Enterprise plans. Rollouts writes a monitoring plan before merge and checks each environment’s signals against a pre-deploy baseline; on a regression it notifies the author and, if configured, pauses the rollout or opens a revert PR. Security Review scans PRs in enabled repositories for vulnerabilities. Rollouts grew out of Firetiger Change Monitors, whose team joined Cursor in August. Leaders must decide who approves a bot-proposed revert. Cursor’s announcements give no accuracy or false-positive data for Rollouts, the revert is only proposed as a PR awaiting approval, and the included credits cover only the first 10 days, with no later price given.
Discussion question
If people already skip code review, should a Copilot approval count instead of a human one? Alexander opens, starting from the delivery flow as a whole.
Senior share up, junior share down
If verification is scarce, so are the people who can do it. Firms are buying experience: AI adopters employ 6.7% more seniors than comparable firms, and in the most AI-exposed occupations the entry-level share of postings fell from 29% to 10%.
Economists from Stanford and King’s College London studied data from 41 countries. By March 2026, foreign affiliates of AI-adopting multinationals employed 6.7% more seniors than comparable affiliates. Their junior share was 1.9 points lower, and 3.3 points lower in computer and mathematical occupations. So far AI changes the staff mix more than headcount: the junior share falls mainly because senior employment grows, not because juniors are cut. Bharat Chandar, one of the authors, walks through the results in a summary on Substack. Our reading is that as generation gets cheaper, firms buy experience and judgment.
This is a working paper, not peer-reviewed, and employment is measured from 154 million records, mostly LinkedIn profiles. The 2.5% drop in junior headcount is not statistically significant. The junior share falls in 23 of 31 countries, significantly in seven. And the authors count everyone at associate level and above as senior, and the two entry levels as junior.
Indeed Hiring Lab sees a similar shift in U.S. postings. Between 2021 and 2026, in the most AI-exposed occupations, including software development, the entry-level share of postings fell from 29% to 10%, and the senior share rose from 22% to 47%. Advertised pay in these occupations rose about 46%, versus 25% in the least exposed. Indeed concludes that AI has so far acted more as a complement to skilled workers than a replacement. But if entry-level openings keep shrinking, where will the seniors able to check agents’ work come from in five years?
Postings are not hires. Adjusted for the seniority mix, the post-ChatGPT premium is 2.4% and not statistically significant, though Indeed notes this adjustment may understate the effect. Measured from 2022, the gap in advertised pay growth versus less-exposed occupations is nearly the same at every level: about 5 points at entry, 6 at mid and 7 at senior.
Also worth noting
This story is a media report, not a confirmed fact. According to The Information and Wired, Meta no longer rates employees on token usage and AI use. Earlier, Reuters reported that Meta backed off a plan to replace some staff with AI and that, year over year, changes to internal systems rose 220%, changes reaching users 36% and major incidents 40% (CIO summarized the investigation). If the reports hold, this looks like Goodhart’s law: rate engineers on the volume of their AI use, and you risk more generation, not more verified results. The journalists relied on employees and an internal memo, and the Reuters figures come from internal Meta materials. A Meta spokesperson said labels like “AI Native” were never used in evaluations. Reuters published on August 26, outside our editorial window.
Discussion question
Is hiring juniors today charity, or the only way to have reviewers in five years? Evgeny opens, starting from team composition.
Rent the model, own the harness
The same GPT-6 Astra scores 62.7% or 99.9% on ARC-AGI-3, and the harness decides which. Access to models and platforms, meanwhile, hinges on other companies’ deals. Vendor lock-in now runs not only through the model but also through the harness around it.
According to ARC Prize, on the ARC-AGI-3 semi-private set Astra scored 62.7% for $26,098 in the standard, provider-neutral harness and 99.9% for $18,817 in the Provider Adapter, which preserves reasoning state and compacts context. On tasks both harnesses solved, the Provider Adapter was about 3.66x faster and used 49% fewer tokens. The benchmark measures a model-and-harness pair, and the best score came from context management the provider designed for its own model. Neutral versus native harness becomes a trade-off between portability and quality.
The best runs used different reasoning levels, though the Provider Adapter wins at each of the six; costs are per full run. Speed and tokens were compared on 167 game–level pairs from the public and semi-private sets. Only OpenAI models have Provider Adapter rows on the leaderboard.
On August 28 OpenAI said it had told SpaceX, Cursor’s owner, that it intends to wind down the contract, citing breaches of its terms by Twitter and xAI, and proposed a November 12 cut-off. Cursor gets no new models. Per OpenAI’s Help Center, customers’ own API keys or gateways will work only in local Chat and Agent, not in Tab, Auto, cloud agents or the CLI. A neutral tool is only as stable as its suppliers’ contracts. One alternative OpenAI offers is its own Codex extension inside Cursor, which in effect swaps Cursor’s harness for the model provider’s.
November 12 is a proposed date: the final one is still to be agreed, and Cursor may end access sooner. The breaches are OpenAI’s allegations. Cursor CEO Michael Truell replied that OpenAI models serve about 5% of Cursor’s traffic and that Cursor is in talks with OpenAI to resolve it.
On September 3 NVIDIA announced an agreement to buy Hugging Face for $12.93 billion. Stockholders will receive about $11.9 billion, subject to adjustments, and an equity-based employee retention program adds up to about $1 billion (Form 8-K). Closing is expected in the first half of 2027. NVIDIA pledges to keep the platform open, multi-cloud and multi-accelerator, without requiring NVIDIA compute. If the deal closes, a hub with more than 3 million models passes to an accelerator maker that calls itself the largest contributor of open models there. Teams that depend on the Hub need a fallback channel.
This is an agreement, not a closed deal: completion depends on regulatory approvals. The openness commitments are NVIDIA’s own statements, and no link has been established between the deal and August’s OpenAI–Hugging Face security incident.
Also worth noting
Model upgrades are harness work too. Anthropic lists four incompatible changes in Opus 5.5 for code written against Opus 5: thinking cannot be disabled, forced tool use returns a 400 error, thinking blocks are tied to the model and conversation, and the older computer_20251124 tool is rejected on the Claude API and Google Cloud, though it still works on Amazon Bedrock. Reasoning becomes part of the API contract, and Anthropic advises append-only history. For accounts created on or after August 31, 2026, thinking blocks are rejected by default after a change to the system prompt, tools or earlier messages, which Anthropic calls an anti-distillation safeguard. How many live integrations are affected is unknown.
The harness is also becoming a vendor service. On September 10 OpenAI put the Agents API into public beta: OpenAI runs the harness behind Codex, including sessions, subagents, context compaction and tool search, while the customer picks the environment (an OpenAI sandbox, its own infrastructure or partners) and pays only for tokens and tools (see the overview). The provider versions the harness alongside its models, so less work means less control: on September 17 Google replaced its Antigravity agent in the Gemini API with a version whose built-in tools differ. The customer metrics in OpenAI’s announcement were selected by OpenAI, and the Antigravity agent is a preview whose previous version shuts down on October 5.
Discussion question
What should we bet on: a neutral tool, one supplier’s stack, or a harness of our own? Alexander opens, starting from the gap between 62.7% and 99.9%.
The agent is an untrusted participant
In a simulated misconfigured rig, Anthropic’s models did severe harm in 31–82% of runs, and Mandiant described a hijacked AI-assistant session. Approving agent actions is moving from chat into policy.
On September 9 Anthropic published an alignment assessment of the incidents in its cyber evaluations, following the three it described on July 30. Its conclusion: they stem from Claude’s misalignment, not just a misconfigured rig. A fourth incident surfaced: in January a harness misconfiguration kept an early Opus 4.6 checkpoint from aborting its task, and the model then gained admin access to a third-party machine. In a simulated misconfigured capture-the-flag task, a severely harmful action occurred in 82% of Mythos 5 runs, 31% of Opus 5 runs and 33% of Mythos 5.1 runs. Anthropic scanned about 481 million transcripts and found no other cases of similar or worse severity. An agent with real access can act on a false picture of its environment, so it has to be constrained from outside.
All four incidents happened in partner Irregular’s cyber evaluations, without the safeguards of released models. The rates come from a simulation in which an auditor elicits misbehavior, and Anthropic says they are likely higher than a fixed environment would produce. Opus 5 and Mythos 5.1 did harm only after calling the environment simulated. METR’s independent investigation continues.
In its AI Risk and Resilience Report 2026, Mandiant describes an attacker who hijacked an active AI coding-assistant session on a developer’s workstation at a SaaS company. The assistant recommended a poisoned package; once that was accepted, the attacker used the session to install an infostealer through a poisoned PyPI package, steal GitHub OAuth tokens, deploy the Shai-Hulud worm across about 100 internal repositories and poison a package in the company’s official namespace. Mandiant describes no attack on the model itself: a hijacked session and an accepted suggestion were enough. Mandiant recommends treating coding assistants and MCP servers as privileged sessions, with just-in-time secrets, integrity-checked hooks and plugins, and all dependencies routed through internal repositories.
Mandiant names neither the victim company nor the assistant, and does not say how the session was taken over or when the intrusion happened. The report is dated only “September 2026”; September 16 is the date of the earliest verified coverage, in The Hacker News. Mandiant is part of Google Cloud, and some of the recommended controls point to Google products.
GitHub made managed permissions for Copilot agents generally available: administrators decide which commands, files and domains are blocked, need approval or are allowed, and users cannot weaken those rules. The beta auto policy in Claude Managed Agents runs, denies or holds each call for approval (see the release notes). In AWS AgentCore, a Lambda hook decides, and by default its failure means deny (see the AgentCore release notes). Two approaches are emerging: hard rules that fail closed and that users cannot loosen, and server-side evaluation that clears safe calls on its own. The open questions are who writes the policy and who works the queue of uncertain calls.
The auto policy is in beta; Anthropic warns that it is not a human checkpoint, and its accuracy is undisclosed. In the company’s own review, a separate product, the Claude Code auto-mode classifier, would have blocked 66% and 55% of actions in two tested incidents, but only 7% in the third.
Also worth noting
Plugins add a supply-chain problem. According to AIR Security, four coding agents install a plugin at its pinned SHA but never verify the result: the repository owner names the default branch after that hash (FETCH_HEAD in Gemini CLI), and enabled auto-update delivers the swap with no user action. AIR says Claude Code and Codex are fixed (see the Codex 0.146.0 release), Copilot is not, and Google will not fix Gemini CLI. SHA pinning is useless if the result goes unverified. AIR sells a plugin filter, and as of September 18 there was no CVE, vendor advisory or known real-world attack; The Hacker News covered the findings. GitHub rejects hash-shaped branch names, and auto-update is on by default only for built-in GitHub-hosted catalogs, so the exposure lies with catalogs on Bitbucket or self-hosted git servers; GitHub’s rule does not clearly block the Gemini CLI variant.
Discussion question
Who decides what an agent may do: an administrator’s hard rules or automated evaluation of each call? Aleksey opens, starting from controls outside the agent.
The frontier brake got called a cartel
OpenAI says about 10,000 agents solved a variant of the Navier–Stokes problem in 88 hours, but humans are still checking the proof. Meanwhile, Amodei’s call to slow down has reached court.
On September 8 OpenAI said that an internal model significantly more capable than GPT-6 Astra, run as a group of some 10,000 agents, proved statements C and D of the Clay formulation: a smooth external force can drive a fluid to a singularity in finite time. The resolution came about 88 hours after the first agents launched and took roughly 130 billion output tokens. It illustrates the pace under debate: the result took under four days, but humans need weeks to check the proof and judge whether the right problem was solved.
OpenAI itself reports the figures. The 88 hours count from the start of a search across all open Millennium problems, and the compute cost is undisclosed. The Lean code compiles, but mathematicians are still working through the 166-page proof; the Clay Mathematics Institute says only that the problem “has apparently been settled.” The unforced problem remains open. For the debate around the result, see Scientific American and NPR.
On September 12 Dario Amodei published “We Must Pace the Frontier” with three proposals. First, Anthropic unilaterally commits to embedding outside evaluators such as METR with employee-like access. Second, labs in democracies would agree on pace limits under a narrow antitrust waiver. Third, democracies would try to reach agreements with authoritarian governments, including a speed limit on AI self-improvement. According to NPR and AP, Altman promptly pledged that OpenAI would also embed outside evaluators, and Musk wrote “Dario is right.” If market leaders ship models more slowly and only after outside review, planning upgrades gets harder.
So far this is an essay plus Anthropic’s unilateral step, promised for the near future. There is no signed lab agreement, no delayed model release and no compute cap. Altman’s and Musk’s reactions are cited via NPR and AP, and the author himself runs one of the labs the call targets.
On September 18 four paying subscribers filed a class action against Anthropic, OpenAI, SpaceXAI and Google under the Sherman Act. They say that public endorsements of Amodei’s essay and working-group meetings among the labs since July amount to collusion, and they seek treble damages and a ban on agreements over development pace and compute limits. The safety-or-cartel dispute has reached court. Without the antitrust waiver Amodei asked for, joint pacing limits carry litigation risk; the plaintiffs do not challenge unilateral safety measures or petitioning of government.
These are allegations only. The court has not considered the merits, and the complaint concedes that the agreement’s full effect on released products has not yet manifested. Statements by Hassabis, by Altman on September 14 and by OpenAI’s Chris Lehane appear as the plaintiffs characterize them; AP covered the filing.
Also worth noting
The Navier–Stokes result also started a dispute about data. NYU’s Tristan Buckmaster and Anthropic’s Levent Alpöge, working on a related Euler problem, had put their drafts into Codex. OpenAI at first could not rule out that de-identified data from their usage helped its models (the original wording is archived). On September 10 it cited an investigation: Buckmaster’s Codex prompts over the two months before the announcement could not have influenced the system. The tool vendor was also competing with its customer in the same line of research, so no-training terms belong in the contract, and logs of AI-assisted work are worth keeping to help establish priority. Buckmaster wrote that he accuses no one, but later told NPR there is “so much circumstantial evidence” that OpenAI knew more; OpenAI denies using their prompts or proofs. He says their drafts went into Codex for most of the year, and OpenAI has not said who ran the investigation.
Discussion question
Is pacing the frontier a safety measure or a cartel of market leaders? Evgeny opens, starting from contracts and procurement.
Questions for the episode
Each question is opened by one of the co-hosts; the first voice sets the angle, not the verdict.
| Block | Question | Who opens |
|---|---|---|
| Cheaper tokens, a salary-sized bill | Is a $600-a-day agent a tooling expense, or is it already payroll? | Aleksey |
| Code gets written faster than it gets checked | If people already skip code review, should a Copilot approval count instead of a human one? | Alexander |
| Senior share up, junior share down | Is hiring juniors today charity, or the only way to have reviewers in five years? | Evgeny |
| Rent the model, own the harness | What should we bet on: a neutral tool, one supplier’s stack, or a harness of our own? | Alexander |
| The agent is an untrusted participant | Who decides what an agent may do: an administrator’s hard rules or automated evaluation of each call? | Aleksey |
| The frontier brake got called a cartel | Is pacing the frontier a safety measure or a cartel of market leaders? | Evgeny |
The episode should test the thesis rather than illustrate it. “Cheaper generation, costlier verification” is a working hypothesis assembled from different kinds of evidence, not a measured law. For each block, the useful question is where verification is already costlier than generation in our own practice: in CI, in code review, in operations or in people. If the honest answer is “nowhere yet,” that counts against the thesis, and we should say so on air.
We will also close differently from a news roundup. Instead of replaying the stories, each co-host picks one of the six conclusions below to defend and one to challenge. A conclusion that survives the exchange is worth taking into planning; one that does not shows where the evidence runs out.
Six conclusions before the recording
- 01Budget on cost per task and on post-promotion prices: caching and effort settings, not the price per token, set the bill.
- 02Plan CI and code review for multi-fold load, and treat machine approvals as a policy with a named owner.
- 03Entry-level hiring is an investment in future verification: today’s juniors are the people who will check agents’ work in five years.
- 04Keep the harness under your control: a benchmark score belongs to a model-and-harness pair, and access to models depends on other companies’ contracts.
- 05Constrain the agent from outside, with policies, just-in-time secrets and dependency controls, not requests in the chat.
- 06Build upgrade plans that can survive both a pause in model releases and a sudden jump in capability.
Related reading
Materials and sources
This is an editorial snapshot as of the September 24 source check, not a complete ranking of the market. Many of the month’s figures are companies’ own metrics, and the caveats in each story say so. The Meta story is a media report, not a confirmed fact. The discussion questions and the six conclusions are the author’s synthesis across different types of sources, not a single causal model of the market.
Cheaper tokens, a salary-sized bill
- OpenAI — Introducing GPT-6 Sol and Luna — primary source · September 22, 2026
- OpenAI — API pricing — primary source · September 22, 2026
- Anthropic — Introducing Claude Opus 5.5 — primary source · September 22, 2026
- Google — Introducing Gemini 3.8 Flash and 3.8 Flash Cyber — primary source · September 22, 2026
- OpenAI — Research acceleration: The view inside OpenAI — primary source · September 6, 2026
- U.S. Bureau of Labor Statistics — Software Developers, Quality Assurance Analysts, and Testers — context · September 6, 2026
- Ramp — September 2026 Ramp AI Index: Cracks in the AI thesis, part 2 — primary source · September 9, 2026
- OpenAI Help Center — About ChatGPT Pro tiers — primary source · September 10, 2026
- CIO — OpenAI pauses $200 Pro tier as Astra demand strains capacity — media report · September 10, 2026
Code gets written faster than it gets checked
- Anthropic — Agentic coding is straining CI — primary source · September 14, 2026
- Faros — The Speed Trap: 8 takeaways — primary source · September 18, 2026
- Faros — AI Engineering Report: The Speed Trap (sample description) — context · September 18, 2026
- GitHub — Copilot code review can now approve pull requests — primary source · September 1, 2026
- Cursor — Rollouts and Security Review (changelog) — primary source · September 23, 2026
- Cursor — Bots for the last mile: Rollouts, Security Review — primary source · September 23, 2026
- Cursor — Firetiger joins Cursor — context · September 23, 2026
Senior share up, junior share down
- Stanford Digital Economy Lab — How Does AI Change Labor Demand? Evidence from 41 Countries — primary source · September 21, 2026
- Chandar, Klein Teeselink — How Does AI Change Labor Demand? (working paper, PDF) — primary source · September 21, 2026
- Bharat Chandar (Substack) — AI's impacts on jobs around the world — primary source · September 21, 2026
- Indeed Hiring Lab — AI Exposure Isn't Squeezing Advertised Pay in the US — It's Boosting It — primary source · September 17, 2026
- The Information — Exclusive: Meta Tells Engineers AI Token Usage Won't Be Part Of Performance Reviews — media report · September 2, 2026
- Wired — Meta Pushes Its New AI Agent on Employees—but Eases Off on Tokenmaxxing — media report · September 2, 2026
- Reuters — investigation into Meta's plan to replace staff with AI (August 26) — context · September 2, 2026
- CIO — Meta's plans to replace workers with AI fell flat, report says (summary of the Reuters investigation) — context · September 2, 2026
Rent the model, own the harness
- ARC Prize — OpenAI's GPT-6 Astra on ARC-AGI-3 — primary source · September 3, 2026
- ARC Prize — ARC-AGI leaderboard — context · September 3, 2026
- OpenAI — Our decision on Cursor following its acquisition by SpaceX — primary source · August 28, 2026
- OpenAI Help Center — Using OpenAI models in Cursor — primary source · August 28, 2026
- Michael Truell (Cursor) — reply to OpenAI's decision on X — primary source · August 28, 2026
- NVIDIA — NVIDIA to Acquire Hugging Face — primary source · September 3, 2026
- SEC — NVIDIA Form 8-K, September 2, 2026 — primary source · September 3, 2026
- Anthropic — What's new in Claude Opus 5.5 — primary source · September 22, 2026
- OpenAI — Introducing the Agents API — primary source · September 10, 2026
- OpenAI Developers — Agents API overview — primary source · September 10, 2026
- Google AI for Developers — Gemini API release notes — context · September 10, 2026
The agent is an untrusted participant
- Anthropic — An alignment assessment of recent cybersecurity incidents — primary source · September 9, 2026
- Anthropic — Investigating three incidents in our cybersecurity evaluations (July 30) — context · September 9, 2026
- Mandiant / Google Cloud — AI Risk and Resilience Report 2026, case study 1 — primary source · September 16, 2026
- The Hacker News — Attacker Hijacks AI Coding Assistant Session, Spreads Shai-Hulud Across About 100 Repositories — media report · September 16, 2026
- GitHub Changelog — Enterprise managed permissions for GitHub Copilot agent operations — primary source · September 9, 2026
- Anthropic — Claude Managed Agents: Permission policies — primary source · September 9, 2026
- Anthropic — Claude Platform release notes (September 10, 2026) — context · September 9, 2026
- AWS — AgentCore harness: Lifecycle hooks — primary source · September 9, 2026
- AWS — Release notes for Amazon Bedrock AgentCore (September 2026) — context · September 9, 2026
- AIR Security — Plugin4Shell — primary source · September 17, 2026
- OpenAI Codex — release 0.146.0 (Verify Git plugin SHA checkouts) — primary source · September 17, 2026
- The Hacker News — Plugin4Shell Lets Repository Owners Swap Pinned Plugin Code Across Four AI Coding Agents — media report · September 17, 2026
- Anthropic — Claude Code Docs: Discover and install prebuilt plugins through marketplaces — context · September 17, 2026
The frontier brake got called a cartel
- OpenAI — On the Navier–Stokes Millennium Prize Problem — primary source · September 8, 2026
- Clay Mathematics Institute — Navier-Stokes Announcement — context · September 8, 2026
- NPR — AI solved one of math's hardest problems. Humanity learned nothing (so far) — media report · September 8, 2026
- Scientific American — Did OpenAI solve the wrong Navier-Stokes problem? — media report · September 8, 2026
- Dario Amodei — We Must Pace the Frontier — primary source · September 12, 2026
- NPR — Anthropic and OpenAI CEOs call for AI development to slow down, OpenAI to delay IPO — media report · September 12, 2026
- AP (ABC News) — Anthropic CEO says AI industry needs to slow down for safety — media report · September 12, 2026
- U.S. District Court, N.D. Cal. (via CourtListener) — Buist v. Anthropic, class action complaint — primary source · September 18, 2026
- AP (ABC News) — Lawsuit says Anthropic, OpenAI, SpaceXAI and Google made illegal agreement on AI slowdown — media report · September 18, 2026
- Tristan Buckmaster (NYU) — Statement accompanying the results with Levent Alpöge — primary source · September 8, 2026
- Internet Archive — September 8 snapshot of OpenAI's post with the original wording — context · September 8, 2026