The Commonplace
Home Dashboard Papers Evidence Digests 🎲
← Papers

A 'novelty bottleneck' limits how much AI can shrink human effort: when any fraction of a task requires genuinely novel human judgment, that serial component forces human effort to scale linearly with task size, so stronger agents cut costs but do not change the fundamental scaling. Consequently, organizations can shorten wall-clock time via parallel teams and need fewer humans as agents improve, but aggregate human effort remains bounded—making AI more effective at exploiting existing knowledge than at accelerating frontier research.

The Novelty Bottleneck: A Framework for Understanding Human Effort Scaling in AI-Assisted Work
Jacky Liang · March 28, 2026
arxiv theoretical n/a evidence 8/10 relevance Source PDF
The model argues that a nonzero fraction of task elements requiring novel human judgment creates an irreducible serial 'novelty bottleneck' so total human effort scales linearly with task size even as AI agents become better, reducing only the coefficient but not the scaling exponent.

We propose a stylized model of human-AI collaboration that isolates a mechanism we call the novelty bottleneck: the fraction of a task requiring human judgment creates an irreducible serial component analogous to Amdahl's Law in parallel computing. The model assumes that tasks decompose into atomic decisions, a fraction $ν$ of which are "novel" (not covered by the agent's prior), and that specification, verification, and error correction each scale with task size. From these assumptions, we derive several non-obvious consequences: (1) there is no smooth sublinear regime for human effort it transitions sharply from $O(E)$ to $O(1)$ with no intermediate scaling class; (2) better agents improve the coefficient on human effort but not the exponent; (3) for organizations of n humans with AI agents, optimal team size decreases with agent capability; (4) wall-clock time achieves $O(\sqrt{E})$ through team parallelism but total human effort remains $O(E)$; and (5) the resulting AI safety profile is asymmetric -- AI is bottlenecked on frontier research but unbottlenecked on exploiting existing knowledge. We show these predictions are consistent with empirical observations from AI coding benchmarks, scientific productivity data, and practitioner reports. Our contribution is not a proof that human effort must scale linearly, but a framework that identifies the novelty fraction as the key parameter governing AI-assisted productivity, and derives consequences that clarify -- rather than refute -- prevalent narratives about intelligence explosions and the "country of geniuses in a data center."

Summary

Main Finding

Human cognitive effort in AI-assisted tasks is dominated by the fraction of decisions that are novel to the agent (the "novelty fraction" ν). Under plausible assumptions, total human effort H scales linearly with task size E (H ∼ c·E) except in the special case where novelty, verification, correction, and decomposition costs all vanish. Improving agent capability mainly reduces the constant c (the coefficient) but does not change the asymptotic exponent — there is no smooth intermediate sublinear regime between O(E) and O(1) unless strong assumptions (e.g., within-task learning, hierarchical compression, or perfect verifiability) hold.

Key Points

  • Novelty bottleneck: Tasks decompose into E atomic decisions; a constant fraction ν of those decisions are novel (not covered by the agent’s prior). Those novel decisions require human specification and remain an irreducible serial component analogous to Amdahl’s Law.
  • Four cognitive components of human effort: specification (Hspec ≈ νE), verification (Hverify ∝ E), correction (Hcorrect ∝ E under fixed error dynamics), and decomposition (Hdecompose ∝ E).
  • Sharp transition, not a continuum: Under assumptions A1–A5, H transitions sharply from O(E) to O(1). Partial improvements in agent quality change coefficients only; they do not change the exponent (confirmed by simulations with fitted scaling exponent α ≈ 1.0).
  • Verifiability dimension: A second important axis is verifiability v (degree to which correctness can be machine-checked). Verifiability reduces coefficients but does not remove specification cost νE. Tasks with low ν and high v are easily automated; high ν and low v (frontier research, strategy) remain bottlenecked.
  • March of nines / reliability compounding: Per-step unreliability compounds as p^E; achieving each additional “nine” of per-step reliability costs a lot but only reduces checkpoint frequency slowly. Checkpointing remains O(E) for fixed per-step p and target reliability.
  • Organizational scaling: In teams of n humans with agents, optimal team size falls as agent capability improves because amplified throughput raises coordination overhead. Wall-clock time can be reduced (e.g., via parallelism) to O(√E) in the model, but total human effort remains O(E).
  • Asymmetric effect on exploration vs exploitation: Agents amplify exploitation of existing knowledge (routine tasks) but do not accelerate frontier exploration where ν is large — producing an asymmetric safety/economic profile.
  • Falsifiability conditions: The framework is explicit about when it could fail — notably if (i) tasks have deep hierarchical compression, (ii) agents perform within-task learning that reduces ν over the task (ν(t) falling like 1/t could yield sublinear H), (iii) near-perfect automatic verification is available, or (iv) agents autonomously generate and pursue intent.

Data & Methods

  • Analytical model:
    • Task modeled as E independent atomic decisions; human intent measured in bits.
    • Mutual information M between agent prior and human intent defines how much specification can be inferred.
    • Novelty ν ∈ [0,1] is fraction of decisions where agent prior has high entropy.
    • Random-walk trajectory divergence (agent errors) yields expected max deviation O(σ√E), implying O(E) checkpoints at fixed σ and tolerance.
    • Combined human effort: H = Hspec + Hverify + Hcorrect + Hdecompose ≈ (ν + cv + cc + cd)·E under assumptions.
  • Explicit assumptions (A1–A5) stated and boundary conditions analyzed (decision independence, binary novelty, verification scaling, human intent exogenous, no within-task learning).
  • Simulations:
    • Monte Carlo per-decision simulations for E ∈ {10,25,50,100,200,500,1000,2000,5000}, 50 trials per pair.
    • Agent configurations tested (example parameters): Low/Medium/High novelty; a “High Capability” config with higher per-step accuracy, self-correction, and lower verification cost.
    • Key numeric outcomes:
      • Fitted scaling exponents α ≈ 1.00 across configurations.
      • Mutual information experiment (E=5000): H/E ranges from ≈1.05 (M=0) down to ≈0.06 (M=0.99); improvement is in coefficient, not exponent.
      • Even ν as small as 0.01 yields a limiting linear H/E behavior as E grows.
    • Additional analyses: trajectory divergence, march-of-nines checkpoint frequency, verifiability frontier heatmap.
  • Reproducibility: Code and simulations made available (paper links to GitHub repository).

Implications for AI Economics

  • Productivity and growth forecasts:
    • Expect large constant-factor productivity gains from better agents on routine, verifiable work (lowering c), but do not expect asymptotic collapses in required human cognitive work per unit task unless agents also eliminate novelty (ν→0) or learn within-task.
    • Long-horizon economic growth driven by AI will depend critically on how much of productive work is routine (low ν, high verifiability) versus exploratory/frontier (high ν, low verifiability). Models that assume rapid, near-complete substitution of human judgment by AI risk overestimating speed of labor displacement and growth acceleration.
  • Labor and organizational design:
    • AI will increase throughput and effective labor productivity on routine tasks, but total human cognitive input per unit of exploratory/novel work remains roughly proportional to task size.
    • Firms should expect shifting optimal team sizes and structures: as agent capability improves, optimal human team sizes for a given throughput can shrink because coordination costs rise with amplified parallelism.
    • Roles will shift toward handling novelty, verification oversight, decomposition, and integration — tasks where ν and/or verifiability constraints keep human effort linear.
  • Investment priorities:
    • Greater returns may come from investing in (a) improving verifiability (automated testing, formal methods, measurable objectives) to reduce verification and correction coefficients, and (b) developing within-task continual learning and rapid online adaptation to reduce effective ν during an execution.
    • Engineering each extra “nine” of reliability is costly; investments that reduce error dynamics (σ) or increase self-correction rates r can reduce human checkpointing but with diminishing returns.
  • R&D strategy and aggregate implications:
    • AI is likely to accelerate exploitation of known techniques (raising productivity in production tasks) more than exploration of hard scientific frontiers. This suggests potential for faster application-level progress but slower compression of frontier research timelines than naive extrapolations might claim.
    • Policy and forecasting should treat “capability improvements” primarily as coefficient changes unless there is clear evidence of within-task continual learning or genuine removal of novelty.
  • Safety and regulation:
    • The asymmetric profile implies that catastrophic autonomous-misalignment risks tied to frontier discovery are not necessarily mitigated by better agents; agents will be good at scaling up exploitation but remain bottlenecked when human-level creative judgment is required unless autonomy assumptions change.
    • Regulatory focus might therefore prioritize verification, transparency, and tools to reduce ν (e.g., richer shared priors, standardization), and to monitor where agents are applied to high-novelty tasks.
  • Measurement recommendations for economists and firms:
    • Empirically measure ν and verifiability v across task categories to better predict which activities will see genuine automation vs amplified human-in-the-loop productivity.
    • Track agent mutual information with domain intents (how often the agent infers specification correctly) rather than only headline capability metrics.
    • Monitor within-task learning capabilities; evidence that ν decreases during task execution (e.g., online fine-tuning that generalizes within the task) would be the clearest signal that the linear scaling prediction could be overturned.

Caveats and conditions that could change conclusions - Hierarchical task structure or strong compressibility (A1 violation) could produce sublinear regimes (e.g., H ∼ E1−ε). - Within-task continual learning (A5 violation) that meaningfully reduces ν over the course of a task is a plausible route to sublinear scaling and would materially change economic implications. - Tasks with near-perfect machine-checkable correctness (high verifiability v and formal specification) are automatable and lie outside the novelty bottleneck. - The model focuses on cognitive effort; physical/temporal constraints (wet lab times, hardware deployment, regulatory delays) add further irreducible bottlenecks and are outside the modeled cognitive lower bound.

Summary takeaway The novelty bottleneck framework reframes expectations about AI-driven substitution: expect large constant-factor productivity gains on routine, verifiable tasks but persistent linear human cognitive effort on tasks with non-negligible novelty. For AI economics, the critical parameters to measure and influence are the novelty fraction ν, verifiability v, and the agent’s capacity for within-task learning; policy, investment, and organizational choices should be guided by where tasks fall in that space.

Assessment

Paper Typetheoretical Evidence Strengthn/a — The contribution is a formal, stylized model that derives implications from primitives; it does not use an empirical identification strategy or provide causal estimates from data, so it does not itself constitute empirical evidence about real-world causal effects. Methods Rigormedium — Mathematically clear and internally consistent: the model formalizes a novel mechanism (the novelty fraction) and draws several non-obvious analytical consequences. However, it relies on strong, stylized assumptions (atomic decision decomposition, fixed novelty fraction, specific scaling of specification/verification) and offers only suggestive consistency with empirical patterns rather than systematic robustness checks or calibration against datasets. SampleA purely analytical model: tasks are decomposed into atomic decisions with a parameter ν representing the fraction that are novel; task size E and organization size n are parameters; agents' capabilities enter via their coverage of non-novel decisions. The paper cites illustrative empirical patterns from AI coding benchmarks, scientific productivity aggregates, and practitioner reports but does not use a systematic empirical sample or formal estimation. Themesproductivity human_ai_collab org_design innovation GeneralizabilityAssumes a fixed novelty fraction ν that may vary across tasks, domains, or over time (limited cross-task validity)., Treats decisions as atomic and equally costly; real tasks have heterogeneous, nested, and context-dependent steps., Ignores learning/adaptation dynamics where agents or humans reduce novelty over repeated interactions., Abstracts from data generation, training costs, and domain-specific limits of AI capabilities (limits external validity across AI architectures and domains)., Omits organizational frictions, incentives, and complementarities that can reshape team size and effort allocation in practice., Does not model market-level feedbacks (e.g., adoption, reallocation of tasks, wage responses) that affect macro outcomes.

Claims (8)

ClaimDirectionConfidenceOutcomeDetails
There is no smooth sublinear regime for human effort; it transitions sharply from O(E) to O(1) with no intermediate scaling class. Developer Productivity negative high human effort scaling (human time/effort required as task size E grows)
0.02
Better agents improve the coefficient on human effort but not the exponent (i.e., they reduce the constant factor but do not change the asymptotic scaling class). Developer Productivity mixed high human effort (coefficient vs. asymptotic scaling exponent)
0.02
For organizations of n humans with AI agents, the optimal team size decreases with agent capability. Team Performance negative high optimal team size as a function of agent capability
0.02
Wall-clock time can be reduced to O(√E) through team parallelism, but total human effort remains O(E). Task Completion Time mixed high wall-clock task completion time and total human effort
0.02
The resulting AI safety profile is asymmetric: AI is bottlenecked on frontier research (novel tasks) but unbottlenecked on exploiting existing knowledge. Ai Safety And Ethics mixed high AI capability bottlenecks in frontier research vs. exploitation
0.02
The paper's predictions are consistent with empirical observations from AI coding benchmarks. Developer Productivity positive medium consistency with AI coding benchmark performance
0.04
The paper's predictions are consistent with empirical observations from scientific productivity data. Research Productivity positive medium consistency with scientific productivity patterns
0.04
The paper's predictions are consistent with practitioner reports. Other positive medium qualitative alignment with practitioner experiences
0.04

Notes