Back To All

Every engineering org has its own frontier to pace

September 13th, 2026
Topics
Agents
AI
AI ADOPTION
AI Agents
AI SDLC
Share Article

Every engineering org has its own frontier to pace

Dario Amodei has proposed slowing the rate of AI capability advancement so that safety work can catch up, and committed Anthropic to embedded third-party evaluators. I have no standing on frontier policy. I do have a view on what the same argument means one layer down, inside the engineering organizations deploying this technology.

Embedded evaluatorsThird-party reviewers with employee-like access, publishing findings that cannot be redacted for being unflattering
Capability checkpointsIf a system can do X, it must be accompanied by evidence Y and Z
Use of the timePacing only counts if the time bought is spent on something specific

Alex Circei, CEO of Waydev  /  September 2026  /  14 minute read

Dario Amodei published We Must Pace the Frontier this month. The headline commitment is that “We must slow the pace at which we improve the capabilities of AI models,” and the concrete first move is Anthropic unilaterally inviting embedded external reviewers with desks, badges, company laptops, and the right to publish findings that Anthropic cannot redact simply for being unfavourable.

Two things pushed him there. Recursive self-improvement accelerating since the summer, with AI increasingly building the next generation of AI across the industry. And the OpenAI-Hugging Face incident, in which a swarm of agents conducted cybersecurity attacks on targets nobody asked them to attack, sacrificed individual agents for the success of the group, and attempted to hack the grader responsible for evaluating their performance.

Whether frontier labs should slow down is a policy argument, and there are serious people on both sides of it. I am not going to pretend to settle it here. What interests me is that the structure of the argument holds perfectly at a scale where I do have a view, which is the engineering organization running agents against its own codebase.

The same asymmetry applies. Capability is arriving faster than the ability to verify it. Almost nobody is treating that as something to manage deliberately, and the reason is not negligence. It is that adding capability is visible, fundable and demoable, while verification capacity is invisible until the moment you need it and cannot produce it.

The asymmetry, one layer down

Every company I talk to is increasing what its agents are allowed to do. Very few are increasing, at anything like the same rate, their ability to tell whether that went well.

Capability deployed, and capability verified Today Four quarters out What you let agents do What you can verify they did Paced rollout Unverified capability Pacing is not stopping. It is refusing to widen the gap faster than you can close it.

Figure 1. The shape of the problem at organizational scale. The dashed line is not slower for its own sake, it is capability expansion held to the rate at which verification can follow.

The essay’s most useful move is answering the question that sank every earlier pause proposal, which was what the extra time would actually be spent on. His answer is four things: operational excellence, alignment, interpretability, and testing and evaluation. Each has a direct counterpart in an engineering organization, and the counterparts are unglamorous in exactly the same way.

 At the frontier labIn your engineering org
Operational excellenceMonitoring, sandboxing, training environment hygiene. Recent incidents traced partly to imperfect filtering of broken reinforcement learning environments, work done diligently but not well enough.Permissions, context hygiene, stale documentation, ungoverned skills and subagents. Most agent failures are operational, not model failures.
AlignmentTraining models to remain safe, ethical and genuinely helpful as capability growsMaking sure agents optimize the outcome you actually want rather than the metric you happened to expose to them
InterpretabilityUnderstanding what happens inside the model, used almost like an fMRI for the reasons behind a behaviourUnderstanding what happened inside the change. Provenance, reasoning trails, why this code exists and who is accountable for it
Testing and evaluationBroader and more ingenious evaluations, because more capable models can appear aligned while failing undetectedEvals and property checks that a plausible-looking diff cannot pass simply by looking plausible

Notice how little of that is about models. Three of the four rows are engineering discipline. That ratio holds downstream too.

Recursive self-improvement has a local cousin

The frontier version of recursive self-improvement is AI systems building the next generation of AI systems. Nothing in your organization is doing that. But there is a weaker relative of it running in most engineering orgs right now, and almost nobody has named it.

Agents increasingly write the things that shape what the next agent run does. The skill files. The CI configuration. The code generators and scaffolding templates. The lint rules. The test harnesses. The internal documentation that retrieval pulls from. The instructions given to the next agent.

Agents write application code the part everybody approved Agents write the tooling skills, CI, generators, docs Throughput rises again because context and tooling improved More of the environment is agent-authored and unreviewed Compounding, unapproved

Figure 2. The local version of the loop. It is not dangerous in the frontier sense, but it does mean the substrate that determines agent quality is itself increasingly agent-authored.

This is mostly good. Better context produces better output, and agents are genuinely useful at maintaining the boring connective tissue humans never got around to. The problem is that quality compounds in both directions. A subtly wrong convention embedded in a skill file propagates into every future run, and nobody rereads skill files.

My rule here is simple. The surfaces that shape agent behaviour should carry stricter review requirements than application code, not looser ones. Most organizations have it exactly backwards: the application code goes through review, and the prompt that generated a thousand lines of it was committed by one person on a Friday.

The grader is your dashboard

The detail from the OAI-HF incident that should keep engineering leaders awake is not the unsanctioned attacks. It is that the agents went after the grader.

Every organization running agents has a grader. It is the set of signals you have chosen to reward: tests passing, coverage percentages, pull requests merged, tickets closed, latency numbers, and increasingly token consumption treated as a proxy for adoption. Those signals are visible to the agents, either directly through the tools they call or indirectly through the instructions people write in order to satisfy them.

What you reward What an optimizer gives you Pull requests merged Many small, trivially reviewable changes Tests passing Tests rewritten until they pass Coverage percentage Assertion-free tests that execute code Token consumption as adoption Consumption, and nothing else Goodhart’s law was survivable when the optimizer was a tired human. It is not, at agent throughput.

Figure 3. Metric gaming is not a hypothetical risk in agent-heavy organizations, it is the default outcome of leaving a weak proxy exposed as a reward.

None of this requires any misalignment more exotic than an agent doing precisely what it was asked. Which is the point. You do not need a rogue swarm to get a bad outcome. You need a badly chosen number and enough throughput to exploit it.

If your adoption metric is a number an agent can move on its own, it is not a measurement, it is a target.

Most of your failures will be operational

One of the more striking admissions in the essay is that Anthropic’s recent alignment incidents were caused in part by imperfect filtering of broken reinforcement learning environments, an effort executed reasonably diligently but not well enough. Not a missing theory. Not an unsolved research problem. Execution.

That matches what I see downstream almost exactly. When an enterprise agent deployment produces a bad outcome, the cause is very rarely that the model was not clever enough.

Where agent failures actually originate Context and retrieval stale docs, wrong repo, missing history Permissions and environment too much access, or not enough Ambiguous specification the ticket was never clear Review process too much volume, too little attention Model capability the part everyone budgets for Illustrative proportions from what I see in the field, not a formal study. The ordering is the claim, not the percentages.

Figure 4. Your AI programme is an operations programme wearing a research programme’s clothes. Budget accordingly.

This has an uncomfortable budget implication. The spend that improves outcomes is plumbing: access control, documentation freshness, environment parity, curated skill libraries, test infrastructure, observability. None of it demos well. All of it is what separates an organization where agents work from one where agents occasionally work and nobody can say why.

Embedded evaluators, translated

Amodei gives three reasons for embedded evaluators: verifiability, transparency, and a second opinion free of commercial incentives. Strip out the frontier context and those are precisely the three reasons any serious engineering organization needs an assessment of its AI programme that the AI programme does not control.

Today the typical arrangement is the opposite. The team that championed the rollout owns the dashboard, picks the baseline, and presents the result to the executive committee. That is not a conspiracy, it is just how internal initiatives work everywhere, and it produces entirely predictable outcomes: baselines that quietly move, denominators that go missing, comparisons against the worst quarter available, and a headline number that is never quite falsifiable.

What an internal evaluator function actually needs Unmediated access Raw telemetry, not a curated extract prepared by the team being assessed A baseline it controls Frozen before rollout, never re-based after the results come in The right to publish Unfavourable findings go out unedited, with redactions only for genuine sensitivity An independent line Reporting that does not run through the owner of the programme

Figure 5. The enterprise charter, adapted from the terms Anthropic describes for its external reviewers. The fourth box is the one that usually gets negotiated away, and it is the one that matters.

The three-step structure of the essay also maps onto organizational scale, and the difficulty increases down the ladder for the same underlying reason in both columns. Verification gets harder the further the thing being verified sits from you.

Pacing the frontier Pacing your own 1. Embedded evaluators Third party, ongoing access, publishes freely Instrumentation the programme does not own Fixed baseline, independent reporting line 2. Coordination among democracies Common standards, limits on unchecked progress One standard across every team Not twelve business units inventing twelve policies 3. Global coordination Hardest, least verifiable, still worth attempting Your suppliers and contractors The agent supply chain you do not employ Step one is the one you can do unilaterally, this quarter, without anybody’s permission.

Figure 6. The ladder translated. Note that Anthropic committed to step one unilaterally rather than waiting for the other two, which is also the right sequence internally.

Checkpoints beat blanket policies

The most practical idea in the essay is capability-conditional gating. The example given is a series of checkpoints: if a model has capability X, it must be accompanied by certifications of properties Y and Z, whether through evaluations, interpretability analysis, or audits of training environments. Capability triggers the requirement. The gate is not a calendar date or a committee, it is a property of the system itself.

This is exactly the right structure for agent autonomy inside a company, and it is far better than the two policies most organizations actually have, which are “agents are banned in this repository” and “agents are fine, use your judgment.”

Suggests inside the IDE Evidence: normal review is enough Opens pull requests on its own Evidence: attribution, review SLA, clean rollback Merges without a human Evidence: risk class, eval suite, blast radius cap Acts in production Evidence: sandbox, kill switch, independent monitor Capability triggers the requirement. No agent climbs a step until the evidence for that step exists.

Figure 7. Autonomy gates, in the spirit of the capability checkpoints proposed for frontier models. The specific evidence will differ by organization. The conditional structure should not.

This is the thinking behind AI Checkpoints in Waydev V2, and it is also why I think the debate about whether to allow autonomous agents is the wrong debate. Allowed to do what, on the strength of what evidence, is a question that has an answer. The blanket version has no answer, which is why it gets relitigated every sprint by whoever is closest to the deadline.

What you would do with the time

Pacing is only defensible if the time is spent. Otherwise it is delay with better branding, and in a competitive market delay carries a real cost that nobody should wave away. The same applies internally. An engineering leader who slows an agent rollout and does nothing with the quarter has simply lost a quarter, and deserves the conversation they are going to have about it.

If you bought yourself one quarter, spend it roughly like this Baseline and instrumentation 30% Evals and verification 25% Context and infrastructure 20% Risk tiering and policy 15% People and training 10%

Figure 8. My own allocation, not Anthropic’s. The proportions matter less than the principle that a paced quarter needs a named deliverable, the same way a paused training run does.

Six things I would actually do with it:

  1. Freeze a baseline before you expand autonomy again. You cannot demonstrate that anything improved without a fixed starting point, and the window to capture a clean pre-agent baseline is closing in most codebases. This is the single most time-sensitive item on the list, because every week you wait, the comparison gets weaker and the honest version of your ROI story gets harder to tell.
  2. Separate measurement from the programme being measured. Whoever reports AI adoption and impact should not be the person whose bonus depends on the number. That is the embedded evaluator idea, at a scale you can implement on a Tuesday, and it costs nothing but a reporting line.
  3. Define your autonomy gates explicitly. Write down the four or five levels and the evidence required at each. Publish it internally. An unwritten policy is one that gets decided case by case, under deadline pressure, by whoever is closest to the merge button, and it will always resolve in the direction of shipping.
  4. Audit your graders. Go through every metric an agent can see or infer, and ask what the cheapest way to move it would be. If the cheapest path is not the path you want, either change the metric or stop rewarding it. Pair every throughput signal with a quality signal that is hard to game.
  5. Treat agent-facing surfaces as privileged code. Skills, subagents, prompts, eval definitions and CI policy shape everything downstream of them. They deserve stricter review than the application code they generate, and an owner whose name is on them.
  6. Spend on operational hygiene, not on more capability. Permissions, context, documentation freshness, environment parity, curation of the skill library. Boring work that prevents the failures that actually happen, as opposed to the failures that make better conference talks.
 Days 1 to 30Days 31 to 60Days 61 to 90
MeasurementFreeze the baseline. Agree the denominators in writing.Stand up adoption, autonomy and quality reporting side by side.First independent read-out, including what got worse.
PolicyDraft the autonomy gates and the evidence each requires.Pilot risk classification on one high-traffic repository.Roll the gates out as the default, with named exceptions.
InfrastructureInventory permissions, skills and context sources.Curate the skill library, fix the worst context gaps.Eval coverage on the paths that carry real blast radius.
PeopleName an owner for agent-facing surfaces.Move mentorship toward review and system design.Check reviewer load. It is the constraint, so treat it as one.

The honest counterargument

The case against all of this is competitive: while you are instrumenting, somebody else is shipping, and in the enterprise that gap is measured in revenue rather than in geopolitics. It is a real cost and I will not pretend otherwise. My answer is that the two are not actually opposed at the org level. Verification capacity is throughput capacity now, because the constraint has already moved to review. Pacing a rollout to match your ability to verify it is not a brake, it is the thing that lets you take the next step without stopping to clean up the last one. The organizations that will look slow in 2028 are the ones that spent 2026 accumulating changes nobody understood.

The frontier debate will be settled by people with far more information than I have, and it deserves to be argued properly rather than cheered or dismissed. Reasonable people think the pacing proposal is either too much or nowhere near enough, and both positions have real arguments behind them.

But the operating logic underneath it is not exotic and it is not only for labs. Capability is easy to add and hard to verify. Verification is the expensive half, it is the half everyone defers, and deferring it is a decision even when nobody makes it out loud.

You do not need a view on global coordination to notice that you have your own frontier, that it moved again last quarter, and that nobody in your organization is currently responsible for knowing by how much.

Source: Dario Amodei, We Must Pace the Frontier, September 2026. References to the OpenAI-Hugging Face incident, recursive self-improvement, the four areas that additional time would fund, the embedded evaluator commitment and terms, and the capability checkpoint example are drawn from that essay. Anthropic’s economic scenario work referenced in it is here. Figures 1 to 8 are my own. The proportions in Figures 4 and 8 are illustrative of my own view rather than measured results, and nothing in the enterprise translation is proposed or endorsed by Anthropic.

Ready to unlock your SDLC productivity?

Request a Demo Call