The Human Operating Model
What people do when agents produce most of the code, and which capabilities have to be protected deliberately.
Define what people do when agents produce most of the code—and protect the capabilities the rest of this framework depends on.
Every control in Part IV assumes a human who can specify precisely, design an oracle, review a high-risk change, and recognize when an agent’s account of its own work is wrong. Those capabilities are not automatic, they are currently being depleted, and no part of this transition works without them.
9.1 What the Work Becomes #
The functional shift is empirically documented, though as cognitive redefinition rather than as job titles. A study of 319 knowledge workers across 936 real usage instances identifies three effort transitions: information gathering becomes information verification; problem-solving becomes response integration; task execution becomes task stewardship.209 That is the role change, measured. Job titles have not caught up, and the only emerging title with hard posting data (922 postings, a fivefold year-over-year increase) is a rounding error against a labor market of millions.220
The honest framing for that market: aggregate software development postings sit roughly 25 percent below their February 2020 baseline.220 Role composition is shifting inside a contracting pool, which is a materially different situation from roles evolving inside a growing one.
Concretely, at Stage 2 and beyond, human engineering time redistributes toward five activities.
- Specification. The highest-leverage work in an agentic organization and the least rewarded by current career ladders. Section 6.1 puts specification completeness as the second-strongest predictor of delegation success; the measured jump from 38.1 to 69 percent came from preparation, not models.105
- Oracle design. Deciding what “correct” means and building the mechanism that checks it, independent of the agent. This is a distinct skill from writing tests and most organizations have nobody explicitly accountable for it.
- Architecture and constraint definition. Including the machine-checkable form, per Section 7.2’s finding that up to 76 percent of what review catches is in principle automatable and the shortfall is project-specific rules nobody has codified.
- Review at the boundary. Not all review—the high-risk, design-bearing, intent-bearing subset that Section 7.7 says human review is actually good at.
- Escalation arbitration and incident judgment. Including the specific competence of not believing an agent’s self-report. In the best-documented agent incident the agent falsely reported that rollback was impossible when it was not.14
9.2 The Ratio Question #
Executives want a number. There is no published empirical data establishing how many concurrent agents an engineer can effectively supervise—not from a vendor, not from an enterprise, not from academia. The concept is widely discussed and entirely unevidenced.
The term itself originates in a vendor survey that coined “human-agent ratio,” named three states (too few agents, too many overwhelming human judgment capacity, and optimal) and supplied no formula, benchmark, or tested figure, explicitly treating the optimum as task- and organization-dependent.217 Vendor frameworks that assert ratios cite real research for context and nothing for their own numbers, labeling their worked examples as illustrative parameters to be replaced with measured data.
The strongest empirical data point on parallel supervision is a single experiment with one human: sixteen parallel agents, roughly 2,000 sessions, just under two weeks, and about $20,000, producing a 100,000-line compiler that built a bootable kernel across three architectures.216 The instructive detail is where the human effort went—into designing the test harness and environmental feedback loops, and then “(mostly) walking away.” Supervision capacity was not spent on individual agent decisions; it was spent on building the oracle. That is the correct generalization, and it is the only one the evidence supports.
The nearest thing to a real operating figure is expressed as scope rather than agent count: a single engineer running fleet-wide migrations that previously required hundreds of teams, with one migration completing in three days rather than weeks.101
Ratio is not yet a defined unit. Absorption capacity is. Track review hours required against senior engineering hours available; changes merged without human review; review duration and approval rate; and the escalation rate per agent-week. Those are measurable today, they bind directly, and they answer the question the ratio was a proxy for.
9.3 Restructuring Review #
Uniform review does not survive the volume, and Section 3.3 shows organizations discovering this by failing at it. Four adjustments have some published basis.
- Risk-tier the change rather than the author. Security-relevant, authorization-bearing, configuration, dependency, infrastructure, and public-interface changes receive mandatory senior review regardless of size. Reviewers already behave this way—they take a median 3.92 hours on security-relevant agent pull requests against 0.11 hours otherwise.171 Formalize what is already happening.
- Auto-merge what is provably safe and concentrate humans at the boundary. The one documented enterprise practice at scale.101 This is only defensible when the oracle is strong enough to define “provably,” which is why Section 4.2 gates it behind Stage 3 entry criteria.
- Prefer collaboration over supervision on hard changes. When humans committed directly into an agent’s pull request rather than reviewing and returning it, success rose from 55 to 86 percent.105 That is a large effect and it argues against a pure reviewer posture on complex work.
- Push the mechanical into automation and keep the conceptual. The 76 percent figure from Section 7.2 is the roadmap, and codified house rules are the first target.
The uncomfortable open question: reviewers are currently not spending measurably longer on agent-authored pull requests despite lower acceptance rates, and the study observing this cannot distinguish efficiency from insufficient scrutiny.121 No published study measures rubber-stamping rates in agent pull request review. Instrument your own.
9.4 The Junior Pipeline #
This is the hardest problem in the framework and the one with the most consequential evidence. It is also where two credible datasets genuinely disagree, and this section presents both rather than harmonizing them.
Administrative payroll microdata covering a balanced panel of 3.5 to 5 million employees per month from January 2021 to June 2026 finds workers aged 22 to 25 in AI-exposed occupations sitting 19 percent below where they would be had they kept pace with less-exposed peers, with employment in the two most-exposed quintiles falling roughly 11 percent while the three least-exposed grew roughly 10 percent.207 The shortfall is widening—15 percent in July 2025, 19 percent by June 2026—and, critically, the mechanism is reduced hiring rather than increased separations. Firms are not firing juniors; they are not opening the door. The authors have separately addressed the interest-rate counterargument with firm-time fixed effects showing the decline becoming significant only after 2024.207
A tech-specific talent dataset finds new-graduate hiring down roughly 65 percent at major technology companies and 76 percent at early-stage startups against 2019—while stating that “the long-feared ‘AI Code Apocalypse’ has failed to materialize” in engineering, and assigning primary causation to the end of the zero-interest-rate era rather than to automation.208
Both agree completely that the junior door is closing. They disagree on why. Present it that way.
The largest measured productivity gains from AI assistance go to exactly the cohort firms have stopped hiring: 21 to 40 percent for junior and short-tenure developers against 7 to 16 percent for seniors.27 An organization optimizing away its junior pipeline is optimizing away its highest-leverage adoption cohort while creating no mechanism to replace senior judgment as it retires—and senior judgment is the input every control in Part IV consumes.
Two firms are betting the other way, one tripling entry-level hiring and one adding a thousand graduates and interns, with the only public cost-based argument being a roughly 30 percent wage premium to buy mid-level talent rather than grow it.221,215 Both are executive claims without outcome data.
And no published study measures skill formation in juniors trained primarily under agentic workflows. The “how do seniors get made” question has strong indirect evidence and zero direct longitudinal evidence. Any organization going all-in should be running that experiment deliberately and instrumenting it, because nobody else has.
9.5 Skill Formation and Automation Complacency #
The directly relevant measurement: a randomized trial of fifty-two engineers found AI-assisted participants finishing marginally faster and scoring 50 percent on a comprehension assessment against 67 percent for those who wrote the code by hand.18 The usage-pattern breakdown is the actionable part. Patterns averaging below 40 percent comprehension were delegation-style, asking the model to solve rather than to explain. Patterns at or above 65 percent involved generating and then interrogating, requesting explanation alongside code, or asking conceptual questions and writing the code independently.
The same tool produces a 25-point comprehension spread depending on how it is used. That makes usage pattern an organizational design variable, not a matter of individual preference. It is also vendor-affiliated research with a small sample measured immediately rather than longitudinally, and it should be cited with those limits.
The mature analogue is the aviation and human-factors literature on automation complacency, where the foundational synthesis establishes that complacency and automation bias are the same underlying phenomenon with attention allocation at its center, rather than two separate failure modes.210 The transfer to agent supervision is direct: a reviewer whose attention is allocated away from a task by reliable automation does not become a worse reviewer when the automation fails—they become a slower one to notice.
The practical implications are unglamorous. Vary what humans verify so attention does not settle. Seed the review stream with known defects periodically and measure catch rate—this is the approval-integrity probe in Section 20. And require an explanatory record for non-trivial agent-authored change at the time of authorship rather than at the time of confusion, because comprehension debt is invisible until someone needs to change the code.
9.6 Team Topology #
The most credible org-design position holds that organizational maturity rather than model capability determines outcomes, reframing team structure as “infrastructure for agency” with four claims worth carrying:
- bounded agency, where authority to act is intentionally constrained by guardrails so delegated initiative remains governable;
- a security asymmetry question about why organizations grant agents data access they would never permit a human;
- cognitive load transferring to agents, so that agents “begin to lose coherence or hallucinate when they operate outside their defined boundaries” exactly as humans do when their capacity is exceeded; and
- stewardship rather than ownership as the framing for long-lived systems.212
That last set is more than analogy. If agent coherence degrades outside bounded scope—and Sections 5.8 and 7.4 say it does, by measured amounts that worsen with scope—then the Team Topologies cognitive-load principle applies to agents as first-class team members, and scope discipline is a correctness control rather than only a security one.
The same source points to an innovation-and-practices enabling team pattern, and observes that some organizations use “friendly FOMO” rather than mandates to drive adoption. Section 9.7 explains why that distinction matters more than it sounds.
What is not published: no credible data exists on span-of-control changes, team size changes, or manager-to-IC ratio changes in AI-native engineering organizations. The claim that teams get smaller with the same output is entirely untested.
9.7 What Happened at Companies That Mandated It #
Four public arcs, and the pattern across them is instructive.
One retailer’s memo made “reflexive AI usage” a baseline expectation, required teams to demonstrate they could not accomplish work with AI before requesting headcount, and added AI usage to performance review.223 No reversal has been reported. Also no published outcome data—no headcount trajectory, no output measurement, nothing validating the headcount gate.
Another company’s AI-first memo triggered a backlash that produced two clarifications and then, in April 2026, a substantive reversal: performance evaluation reverted to outcomes rather than AI usage, with the chief executive stating that if AI cannot help with a job, “I’m not going to force you to do that.”213 His own diagnosis of the error is the most useful line in this literature: the policy felt to employees like being measured on tool use rather than on results.
A third mandated onboarding to specific tools within a week and dismissed engineers who had not complied without good reason. The number fired was never disclosed, the stated targets were never confirmed as met, and no independent verification of the reported AI-authored code percentage exists.222
A fourth automated frontline customer service, publicly claiming work equivalent to 700 agents and a projected $40 million profit improvement, then began rehiring humans a year later, with its chief executive conceding “lower quality” output.214 The accurate arc is not “it reversed and failed.” Aggressive automation held on cost and revenue and failed on quality and brand; the correction was a re-segmentation, automation for volume and humans for escalation and brand assurance, at a permanently smaller headcount.
Mandating tool usage measures the wrong thing and is the specific policy that got reversed. Percentage of code written by AI is an input metric no company defines consistently and none has independently verified. And re-segmentation, not reversal, is the mature correction—which is exactly what the work-class taxonomy in Section 6 formalizes in advance rather than after a public retreat.
9.8 Controls #
| ID | Control | Minimum bar (L2) | Enforced state (L3) |
|---|---|---|---|
| HUM-1 | Absorption capacity measured and governing merge rate | Review hours required against available reported | Automatic merge-rate reduction when the ratio breaches threshold |
| HUM-2 | Review risk-tiered, with mandatory senior review on high-risk paths | Path-based requirements configured | Enforced by code owners; exceptions documented with expiry |
| HUM-3 | Approval integrity measured and probed | Approval rate and review duration reported | Periodic seeded-defect probe with measured catch rate; degradation reduces autonomy tier |
| HUM-4 | Named accountable human for every A2+ deployment | Named individual, not a rotation | Ownership verified in the registry; departures trigger reassignment or decommission |
| HUM-5 | Specification and oracle design recognized as accountable roles | Responsibility assigned | Reflected in career ladder and performance expectations; staffed explicitly |
| HUM-6 | Skill formation managed as a delivery risk | Usage patterns discussed | Comprehension-preserving usage patterns encouraged and measured; junior pipeline maintained deliberately |
| HUM-7 | Every subsystem has an owner who can explain it | Ownership assigned | Explanatory records required for non-trivial agent-authored change at authorship time |
| HUM-8 | Adoption driven by enablement rather than usage mandates | Policy states outcomes, not tool usage | Performance measured on outcomes; AI usage never a performance criterion |
| HUM-9 | Agent self-report treated as evidence requiring verification | Runbook states it | Exercised in incident rehearsal |
9.9 Evidence to Request #
- The absorption ratio, trended, with the source of its review-hour estimate.
- Results of the most recent seeded-defect probe, with catch rate and median review time.
- Tenure and attrition data for senior engineers, read alongside review load—the two together are the early warning for depleting the capability everything else depends on.
- Entry-level hiring and internal promotion rates over eight quarters.
- A named owner for a randomly chosen subsystem, and a five-minute explanation of how it works.
9.10 Failure Modes #
- Measuring engineers on AI usage. It is the one policy in this literature with a documented public reversal, and it inverts the relationship between tool and outcome.
- Treating “percentage of code written by AI” as a goal. Undefined, unverified, and an input metric masquerading as an outcome.
- Cutting the junior pipeline while depending on senior judgment. The cohort with the largest measured gains is the cohort being cut, and there is no published mechanism for producing seniors without it.
- Uniform review as policy and waived review in practice. Both failure modes appear in the same dataset; the merge record looks identical either way.
- Assuming a supervision ratio. Nobody has one. Measure absorption instead.
- Believing the agent’s account of the incident. It is the single documented instance where an agent’s self-report was materially false during a live incident, and it is enough to warrant a runbook line.
References cited in this section
21 of 243 · numbering matches the PDF
- 209Hao-Ping Lee, Advait Sarkar, Lev Tankelevitch, Ian Drosos, Sean Rintel, Richard Banks, and Nicholas Wilson, "The Impact of Generative AI on Critical Thinking," CHI 2025, DOI 10.1145/3706598.3713778. n = 319 knowledge workers, 936 usage instances.doi.org/10.1145/3706598.3713778 ↗
- 220Indeed Hiring Lab software development postings index, FRED series IHLIDXUSTPSOFTDEVE, 74.57 as of August 21, 2026; and Lightcast forward-deployed-engineer posting data reported in IT Brew, December 19, 2025.
- 105Stephen Toub, "Ten Months with Copilot Coding Agent in dotnet/runtime," .NET Blog, March 23, 2026. Vendor-adjacent — Microsoft reporting on a Microsoft product — but fully denominated and unusually candid.
- 14Beatrice Nolan, "An AI-Powered Coding Tool Wiped Out a Software Company's Database, Then Apologized for a 'Catastrophic Failure on My Part,'" Fortune, July 23, 2025.
- 217Microsoft, Work Trend Index 2025: The Year the Frontier Firm Is Born, April 24, 2025. Coined "human-agent ratio" and explicitly supplied no formula, benchmark, or tested figure.
- 216Nicholas Carlini, "Building a C Compiler with a Team of Parallel Claudes," Anthropic Engineering, February 5, 2026. n = 1 human; vendor-published.
- 101Niklas Gustavsson, "Coding Is No Longer the Constraint," Spotify Engineering, June 3, 2026. First-party.engineering.atspotify.com/2026/6/code-with-claude-coding-is-no-longer-the-constraint ↗
- 171Mohammed Latif Siddiq, Zhao, Lopes, Casey, and Santos, "Security in the Age of AI Teammates: An Empirical Study of Agentic Pull Requests on GitHub," Information and Software Technology, arXiv:2601.00477.arxiv.org/abs/2601.00477. ↗
- 121Hiroki Watanabe, Hao Li, Yutaro Kashiwa, Reid, Iida, and Ahmed E. Hassan, "On the Use of Agentic Coding: An Empirical Study of Pull Requests on GitHub," accepted ACM TOSEM, arXiv:2509.14745v3. 567 pull requests, 157 projects; self-selected population — do not compare its 83.8% directly to enterprise merge rates.arxiv.org/abs/2509.14745v3 ↗
- 207Erik Brynjolfsson, Bharat Chandar, and Ruyu Chen, "Canaries in the Coal Mine? Six Facts about the Recent Employment Effects of Artificial Intelligence," Stanford Digital Economy Lab, August 2026; and "Canaries, Interest Rates, and Timing," February 9, 2026. ADP administrative payroll microdata, balanced panel of 3.5–5 million employees per month — the highest-quality evidence in this domain.
- 208SignalFire, State of Tech Talent Report 2026. Assigns primary causation to the end of the zero-interest-rate era rather than to AI; genuinely disagrees with reference 207 on cause while agreeing on fact.www.signalfire.com/blog/signalfire-state-of-talent-report-2026 ↗
- 27Kevin Demirer, Sida Peng, et al., "The Effects of Generative AI on High-Skilled Work: Evidence from Three Field Experiments with Software Developers," Management Science. n=4,867.doi.org/10.1287/mnsc.2025.00535 ↗
- 221IBM entry-level hiring statements, reported Axios, February 13, 2026. Executive claim; no published outcome data.
- 215Salesforce, statements by Marc Benioff on the Q4 FY25 earnings call, February 26, 2025; hiring announcement reported Fortune, April 27, 2026; and earnings call, May 28, 2026. The 30% engineering productivity claim has never been substantiated or repeated with a methodology.
- 18Anthropic, "How AI Assistance Impacts the Formation of Coding Skills," January 29, 2026. Randomized controlled trial, n=52; vendor-affiliated research.www.anthropic.com/research/AI-assistance-coding-skills ↗
- 210Raja Parasuraman and Dietrich H. Manzey, "Complacency and Bias in Human Use of Automation: An Attentional Integration," Human Factors 52, no. 3 (June 2010): 381–410, DOI 10.1177/0018720810376055.doi.org/10.1177/0018720810376055 ↗
- 212Matthew Skelton, "Team Topologies as the Infrastructure for Agency with AI," QCon London, March 2026, reported InfoQ, March 2026; and Olivier Wulveryck, "Who Does What? Team Topologies for the Agentic Platform," June 22, 2026. Conference-stage and practitioner reasoning respectively; neither is measured.
- 223Tobi Lütke, internal memo posted publicly to X, April 7, 2025, reported Inc., April 2025. No reversal reported as of August 2026, and no published outcome data.
- 213Duolingo, AI-first memo (April 2025) and subsequent clarifications, with the substantive reversal reported in Fortune, April 13, 2026. Primary memo text not retrievable; all memo language is secondhand through contemporaneous reporting.
- 222Coinbase, statements by Brian Armstrong on the Cheeky Pint podcast, August 22, 2025, reported TechCrunch, August 22, 2025. The number of engineers dismissed was never disclosed; the reported AI-authored code percentage is unverified.
- 214Klarna, "Klarna AI Assistant Handles Two-Thirds of Customer Service Chats in Its First Month," press release, February 27, 2024; reversal reported Entrepreneur, May 2025; steady state reported Fortune, October 10, 2025. The agent-equivalence figure is 700 in the primary source and 800 in later coverage; use 700.