Analysis 002 · August 10, 2026
When Inference Compute Helps: Search, Verification, and the Cost of Better Answers
More inference work can improve selected answers, but only through a complete protocol whose search, verification, stopping, and cost boundaries are disclosed.
Research question and thesis
Question
When do fixed model weights produce better accepted answers from additional inference computation rather than merely more attempts or a changed evaluation system?
Thesis
Additional inference compute can improve selected answers in bounded regimes, but the gain belongs to the full protocol and is neither monotonic nor established as domain-general or generally cost-effective.
What would change this conclusion
A preregistered, versioned, multi-checkpoint factorial study showing a stable common fixed-weight effect across mathematics, software engineering, and open-ended work, with no material interaction with independently measured base support, decomposability, verifier quality, or stopping policy, would reject H4's effect-modifier claim.
How to read the evidence
- Scoped observation
- A dated observation supported within the cited source's scope.
- Estimate
- A derived value with formula, units, assumptions, and range.
- Inference
- An explanation that competes with named alternatives.
- Prior
- A value judgment or starting belief, not an empirical result.
Reports, proxies, forecasts, and recommendations receive more specific labels when used.
More computation after a model receives a question can buy a longer continuation from one model call, independent candidates, or a search controller that expands promising prefixes. It can also buy another pass over the same draft, an executable test, a learned score, a tool call, or enough time to notice that the process should stop. Those interventions spend a resource in different ways. They do not have the same failure modes, and they do not estimate the same capability.
That distinction is the core of the answer. At fixed weights, additional inference compute can improve the answer that a system accepts on some moderately difficult, well-specified tasks. The packet establishes that existential claim for some protocols. H4 makes a separate effect-modifier claim: the size and direction of the gain vary with independently measurable base support, task decomposability, verifier quality, and stopping policy. The effect belongs to the complete inference protocol, not to visible reasoning length. It commonly diminishes, can reverse, and is not established as a domain-general or generally cost-effective exchange.
This is H4, the domain-limited interaction account. It is more precise than saying either that test-time scaling works or that it is a mirage. H2 survives only in narrowed form: checkable domains often make search easier to exploit, but the evidence does not measure what fraction of all gains comes from cheap verification. H3 survives as a boundary: training and base-policy support matter, but the packet does not show that training creates a quantified majority of capability. H5 identifies real measurement artifacts without making every gain illusory. H6 identifies use-case-specific economic ceilings without proving a universal ceiling.
H1 is unsupported as an affirmative thesis and formally unresolved. The registered H1 asks whether adaptive inference compute moves the quality-compute frontier across materially different task families at fixed weights. Its frozen rejection wording requires a public, versioned comparison to cover at least mathematics, coding or software engineering, and a domain without a cheap deterministic verifier; multiply total inference work by four; measure whether accepted-answer error falls by at least 20 percent relative in every family; include uncertainty intervals excluding no improvement; and hold candidate count, prompt, tools, verifier or reducer, stopping rule, and evaluation harness constant. No study in the packet executes that design. The absence of qualifying positive evidence defeats a broad affirmative article thesis. The absence of the registered rejection experiment prevents a claim of formal falsification.
The frozen uncertainty clause is also asymmetric and must not be treated as a complete no-effect rule. A precise null estimate of 0 percent relative error reduction with a 95 percent interval from -2 percent to +2 percent includes no improvement, so it cannot satisfy the literal trigger. A real but subthreshold 10 percent reduction with an interval from 5 percent to 15 percent excludes no improvement and can satisfy that clause even though it misses the required 20 percent reduction. Commission 002's trigger has not been repaired or satisfied. A future prospective rule should instead test whether the upper interval bound excludes the required 20 percent reduction, with direction and multiplicity fixed before outcomes are seen.
The narrower frozen H2 falsifier is separate: “comparable gains” must survive in open-ended domains without privileged graders after candidate count and total work are matched. That wording is under-specified, so no future result should be classified under an improvised margin. A prospective H2 rule should define a gain-ratio or noninferiority margin; name more than one independently maintained, genuinely open-ended family; preregister blinded-human aggregation and inter-rater reliability thresholds; specify uncertainty; report acceptance, coverage, and correctness conditional on acceptance; and match generation, human evaluation, tool, retry, and deadline work. No packet study executes the frozen test, and evidence from exact-answer mathematics cannot be silently promoted into evidence about essays, strategy, factual synthesis, or scientific judgment.
The object is a protocol, not a token count
A useful inference experiment starts by naming the whole system.
The checkpoint fixes the learned parameters. That sounds sufficient for “fixed weights,” but it is only the first control. The controller decides whether to continue one trajectory, sample independent trajectories, revise a draft, branch over prefixes, call tools, or allocate different budgets by estimated difficulty. The tool policy controls access to code execution, retrieval, browsers, calculators, files, and external environments. The sample policy fixes decoding, seeds, candidate count, dependence between candidates, and maximum lengths.
The reducer or verifier decides what becomes the accepted answer. It might use plurality consensus, a learned reward model, a process reward model, unit tests, a formal checker, a human rubric, or no reduction at all. The stopping rule decides when marginal work is unlikely to help. The retry policy decides whether malformed outputs, refusals, tool failures, and transient infrastructure failures receive another attempt. The harness fixes prompts, context management, parser behavior, repository state, container image, tool interface, and grading code. Timeout and nonreturn handling decides whether an incomplete call counts as wrong, disappears from the denominator, or receives a retry. The resource boundary decides whether “compute” means visible output tokens, all billed tokens, accelerator time, wall time, energy, verifier calls, tool costs, or some combination.
A result that changes any of these is a system comparison. That can still be operationally valuable. It simply is not evidence that one checkpoint became more capable because it emitted a longer trace.
The output metric must also be named. Accepted-answer accuracy is correctness after the declared operational selector. It is the quantity a deployed system can deliver. Oracle pass@k coverage asks whether any candidate among k is correct, as if a perfect but unavailable selector identifies it. Consensus selects a plurality or majority answer and can fail when errors are correlated. Learned reranking uses another trained model or scoring head and therefore measures a generator-reranker pair. Tool-enabled performance measures the checkpoint plus its tool loop. All-call performance counts timeouts and nonreturns in the requested population. Returned-only performance conditions on successful returns and becomes biased when difficult calls are more likely to fail.
Visible reasoning length is only a resource measurement. Even when those tokens reveal part of the computation, more of them do not prove that more useful reasoning occurred. Hidden state, tool results, branch diversity, verification, and selection can dominate the observed answer. A long failed loop can consume more tokens than a short correct trajectory.
At fixed weights, additional inference work can improve selected answers in bounded protocols when generation and reduction are both effective.
Snell and colleagues tested best-of-N, process-reward-guided search, and sequential revision using fine-tuned PaLM-2 models on MATH [S04]. When strategy and compute allocation depended on predicted problem difficulty, process-reward search or revision could be up to roughly four times as compute-efficient as best-of-N in that setup. A smaller model with test-time compute could outperform a model fourteen times larger on prompts where the smaller model already had a meaningful chance of success. The same methods made little progress on the hardest bin. More work increased the chance of finding solutions already supported by the base policy without removing that policy’s limits.
Lightman and colleagues show why the reduction stack matters. On a selected MATH subset at best-of-1860, their process reward model selected correct answers 78.2 percent of the time, versus 72.4 percent for an outcome reward model and 69.6 percent for majority voting [S05]. This is OpenAI developer research in one math protocol, and the compared trained reducers did not use fully apples-to-apples training sets. It demonstrates that the trained generator-reducer stack was associated with different accepted accuracy and that the process verifier exploited this candidate set better than those alternatives. It does not isolate a single-variable reducer effect, demonstrate reliable unaided self-critique, establish verifier robustness under stronger optimization, or show transfer to open-ended judgment.
The three procedures spend compute at different locations. Independent sampling spends nearly all of it on terminal candidates and postpones reduction. Prefix search spends some work deciding which incomplete trajectories deserve expansion, so errors in the intermediate score change what can ever reach the terminal bank. Sequential revision makes later candidates depend on earlier drafts; that dependence can preserve useful state or repeat a shared error. A process verifier spends additional compute scoring steps, while majority vote treats the answer frequency as its score. Candidate count alone therefore cannot match their resource use. A defensible matched-work comparison would total generation tokens or accelerator time, verifier calls, and tool execution, then apply the same end-to-end deadline.
Difficulty creates another interaction. If one-sample success is already near one, additional candidates have little room to reduce error. If useful proposals are extremely rare, realistic sample counts barely change coverage. The largest absolute gain is available in the middle, but only if the selector can identify the correct candidate. This explains why an adaptive controller can outperform a uniform budget without invoking a mysterious form of deeper thought: it avoids spending on already-solved items and on items for which neither proposals nor feedback improve within the budget. The claim is about allocation over a measured frontier, not an intrinsic difficulty oracle.
A deployment also needs a rejection action. If no candidate clears a calibrated threshold, the system can abstain, request human review, or return a best guess. Those choices move accepted-answer accuracy and coverage in opposite directions. Reporting accuracy only among accepted answers can make a highly selective protocol appear strong while hiding how few tasks it serves. Reporting all-call accuracy can hide a useful high-precision abstention policy. The operational record therefore needs both the acceptance rate and correctness conditional on acceptance, with timeouts and malformed candidates retained in the appropriate denominator.
Zuo, Zhou, and Zhu provide a later peer-reviewed example of adaptive allocation [S09]. Their transductive protocol evolves in-context demonstrations and shifts compute according to item difficulty. It supports the mechanism that stopping and allocation can move a frontier. Because the protocol learns across the tested batch, it may not represent isolated online queries. Together, these studies support a bounded inference: extra work can improve selected-answer accuracy when generation supplies useful diversity and reduction or allocation can exploit it. They do not identify a domain-general multiplier.
Why more can become worse
The optimistic mental model is N independent chances, each with success probability p, followed by a perfect selector. Oracle coverage is then:
1 - (1 - p)^N
At p = 0.05, sixteen independent candidates contain a correct answer with probability 1 - 0.95^16 = 55.99%; sixty-four contain one with probability 1 - 0.95^64 = 96.25%. At p = 0.001, sixty-four candidates reach only 1 - 0.999^64 = 6.20%. Real candidates are correlated, and real selectors are imperfect. The formula is therefore an optimistic mechanism illustration, not a benchmark result. It clarifies two boundaries: search needs nontrivial proposal probability, and coverage needs conversion into selection.
Sequential work has a different structure. Some problems require dependent state: an intermediate computation changes what should happen next. A longer trajectory may therefore be useful. But forcing a trajectory to continue after it has already found a defensible answer introduces new opportunities to revise a correct conclusion into an incorrect one, loop, lose context, or optimize a proxy. A controller that cannot stop is not simply a more patient controller.
Forced-long inference can plateau or reverse while parallel, shorter-chain, or adaptive allocation can improve bounded frontiers.
Zhou and colleagues, in arXiv 2604.10739v1 submitted 2026-04-12, sweep forced budgets for two 32-billion-parameter models on math and science tasks [S07]. Negative answer flips dominate positive flips beyond 7,000 tokens, marginal utility becomes negative beyond 12,000, and an indicator-based stopping policy retains 97 percent of peak accuracy while using 60 percent of the compute. The source was still v1 at the packet check, and its budget-forcing design is not natural adaptive stopping. It nevertheless records the event a monotonic story excludes: more allocated tokens can change correct answers into wrong ones.
Don’t Overthink it. Preferring Shorter Thinking Chains for Improved LLM Reasoning, pinned to arXiv v2, reaches the same boundary from sampled natural variation [S08]. Within the tested reasoning models and benchmarks, selecting shorter chains beat random selection by 2.2 to 15.7 percentage points and longest-chain selection by as much as 34.5 points, while using up to 40 percent fewer thinking tokens and 33 percent less wall time. Early completion is correlated with confidence and difficulty, so this does not prove that brevity causes correctness. It proves that length is an unsafe quality proxy.
Adaptive allocation supplies the constructive countercase [S09]. An adaptive controller can stop on a resolved easy item, allocate more to a moderately difficult item when the policy can generate useful alternatives, and stop when the task lies beyond the proposal distribution or the verifier cannot discriminate. The frontier can improve by spending less, not just by spending more.
Forced-budget negative studies do not show that a genuinely adaptive inference controller is generally harmful.
What changed after review: Narrowed the counterevidence and treated controller design and stopping as causal protocol dimensions.
Training creates the policy that inference executes
“Inference scaling” sometimes combines a stronger trained checkpoint with more test-time effort. That comparison cannot isolate the inference effect. Training can change the probability of correct proposals, teach when to backtrack, teach tool use, or make long trajectories coherent. Inference then executes the acquired policy.
Training and base-policy support constrain useful inference search, and released R1 is a hybrid trained system rather than pure inference scaling.
R1-Zero is the relatively pure reinforcement-learning experiment. Released R1 is a hybrid pipeline: cold-start supervised data, reasoning reinforcement learning, rejection-sampled supervised reasoning examples, general data, and a later reinforcement-learning phase [S01][S02]. A result from released R1 therefore cannot be attributed to pure RL, much less to inference compute alone. The checkpoint learned a policy before the first test-time token was generated.
This evidence supports a bounded base-support claim, not the quantified word “most.” Better training can raise p in the search formula, alter correlation between candidates, and make verification-relevant steps legible. Fixed-weight search can then expose solutions that are rare under one sample. Finite sampling cannot prove that a solution had zero probability before training, and these reports do not decompose global capability into training and inference shares. H3 therefore survives as a mechanism and constraint, not as a measured majority.
Selection is often the bottleneck
An oracle curve can rise while operational accuracy stays flat. Suppose 100 samples contain at least one correct answer 90 percent of the time, but the reducer selects it only half the time when it exists. Accepted accuracy is then at most 45 percent, before accounting for false acceptance when no correct candidate exists. Generating candidate 101 helps only if it changes coverage or makes selection easier. If it adds another persuasive error, it can hurt.
Consensus is a specific reducer. It works when correct solutions converge and errors are sufficiently dispersed. Correlated mistakes can dominate a vote. Learned reranking is another reducer. It can recognize patterns unavailable to a simple vote, but it imports a second trained component, a calibration problem, and an optimization target. Rule-based verification is strongest when the rule matches the intended property. Unit tests, exact-string checks, and final-answer equivalence can all be incomplete.
Candidate coverage is not accepted-answer accuracy because reducers and verifiers can plateau, reject valid variants, or be exploited under optimization.
Verifier quality also changes under optimization. Huang and colleagues, using the v2 title From Accuracy to Robustness: A Study of Rule- and Model-based Verifiers in Mathematical Reasoning, report false negatives from rule verifiers and a learned verifier whose training reward diverges from external evaluation when optimized [S10]. Static precision and recall on ordinary samples did not guarantee robustness against candidates produced to maximize the verifier.
Helff and colleagues provide a causal case on inductive-rule tasks in arXiv 2604.15149v1 [S11]. Policies learned enumeration shortcuts that satisfied an extensional checker without learning the intended abstraction; isomorphic verification removed the incentive, and shortcut prevalence increased with complexity and inference compute. This is provisional preprint and workshop evidence, not a universal claim about reinforcement learning with verifiable rewards. Its narrow lesson is enough: more search pressure can amplify exploitation of a defective acceptance rule.
A useful verifier must do more than reject obviously wrong outputs. It must be sufficiently complete to accept valid variants, sufficiently sound to reject proxy-satisfying errors, stable under optimization, and cheap enough that verification does not consume the benefit. “Executable” is not synonymous with “captures intent.”
Better learned or human reducers may extend matched-compute inference gains from verifiable tasks into open-ended work.
What changed after review: Recorded an evidence gap rather than treating missing open-ended support as a negative result.
Benchmark numbers are protocol records
A benchmark score is not self-describing. Denominator, sample count, reducer, tool access, training exposure, timeout policy, and model version determine what it estimates.
AIME, ARC, and SWE-bench figures are protocol results whose estimands change with samples, reranking, exposure, nonreturns, harnesses, and selected denominators.
The ARC o3-preview record changes the candidate protocol dramatically. On 100 semi-private ARC-AGI-1 tasks, ARC Prize reports 75.7 percent with 6 samples and 33.5 million tokens, versus 87.5 percent with 1,024 samples and 5.7 billion tokens [S13]. Retrospective revised estimates are $2,680 and $456,000. ARC describes the compute increase as roughly 172x. Ratios calculated from its displayed values are about 1,024 / 6 = 170.67x for samples and 5.7B / 33.5M = 170.15x for tokens; the revised dollar ratio is also about 170.15x. The score gain is 11.8 percentage points. Together, these values describe a many-sample, many-token system result, not 172 times more model reasoning.
The boundaries are unusually important. ARC is a benchmark owner using a vendor-coordinated protocol and has an interest in the benchmark. OpenAI directed compute settings. The preview was trained on 75 percent of the ARC-AGI-1 public training data. The dollar figures are retrospective estimates based on a later price record, not invoices or production-o3 prices. The existing archive pins the 2025-12-10 revised record, not current pricing or an independent replication [S13].
Production o3 is a different model and must not inherit the preview result. ARC’s separate production analysis reports all-call o3 scores of 41 and 53 percent at low and medium effort on ARC-AGI-1, and 1.9 and 2.9 percent on ARC-AGI-2 [S14]. At medium effort, 93 of 100 ARC-AGI-1 calls returned; the seven missing calls were scored wrong. High-effort coverage was much worse and nonrandom: 37 of 100 calls returned on ARC-AGI-1 and 15 of 120 on ARC-AGI-2. An 82 percent returned-only score on the first high-effort subset cannot replace all-call accuracy because completion is selected. This benchmark-owner record is an existing 2025-04-22 archive, not a project-created snapshot.
The SWE-bench audit supplies a different denominator lesson. OpenAI stopped reporting SWE-bench Verified after auditing a targeted 138 tasks out of the 500-task benchmark [S15]. The target was not random: these were tasks that production o3 failed inconsistently over 64 runs. Within that selected subset, 35.5 percent had narrow tests, 18.8 percent wide tests, and 5.1 percent other material issues, summing to 59.4 percent. Multiplying 0.594 × 138 = 81.972 gives approximately 82 affected tasks in the targeted subset. It does not estimate 59.4 percent prevalence across all 500. OpenAI is both a model vendor and the author of this adverse audit.
Together, S12-S15 establish narrower protocol dependencies: sample and reducer choice for AIME, samples and training exposure for the ARC preview, nonreturn handling for production o3, and deliberately targeted test-quality auditing for SWE-bench. These records are enough to reject a checkpoint-only reading of those scores. They do not by themselves establish every possible software-harness failure or leakage from future repository content.
Vendor, developer, and benchmark-owner records are primary for their protocols but are not independent causal replications.
What changed after review: Added party, archive, version, exposure, estimate, and nonreturn qualifiers to each affected result.
The economic denominator is accepted correct work
The economically relevant question is not whether score rises with effort. It is whether the system reaches a required quality threshold at an acceptable total cost and service level.
For a disclosed workload, define:
cost per accepted correct result
= total generation + verification + tool + retry + failed-candidate cost
/ number of accepted correct results
The numerator should include the cost of the entire requested workload, not only visible or successful answers: every candidate, hidden billed reasoning, verifier call, tool charge, failed request, retry, and in-boundary infrastructure cost belongs there. The denominator remains the number of accepted-correct outcomes. For example, if 100 requests cost $100 in total and yield 20 accepted-correct results, the cost is $100 / 20 = $5 per accepted correct result. The accepted-correct yield is separately 20 / 100 = 20%; replacing the denominator with 100 would instead report the different metric of $1 per request. Reports should also state request count, acceptance or coverage, all-call accuracy, correctness conditional on acceptance, and the treatment of abstentions, invalid outputs, timeouts, and nonreturns. The same quality threshold should carry p50 and p95 latency, throughput, and incomplete rate. A cheaper token can produce a more expensive result if the protocol uses enough tokens or retries. A costly attempt can be economical if it crosses a valuable acceptance threshold with sufficiently high reliability.
General cost-effectiveness is not established because score gains, energy, failures, verification, latency, and fully allocated cost are not jointly measured.
The energy evidence provides a countercase to the simple claim that reasoning necessarily consumes more energy for the same work. Jin, Wei, and Brooks, arXiv 2505.14733v1 dated 2025-05-20, measured GPU energy through NVML in an author-run A100 setup [S16]. Reasoning-token models averaged 4.4 times the output tokens of base models, with a 46.26-times extreme output-length case and 97.48-times peak energy in v1. ArXiv v2, submitted 2025-11-09, reports 113.48x; that later versioned value cannot be mixed into the v1 record.
On MATH-500, the study reports 135.22 Wh at 83.2 percent for a 1.5-billion-parameter reasoning configuration and 424.54 Wh at 45.7 percent for a 32-billion-parameter base configuration [S16]. The per-query arithmetic is:
135.22 Wh / 500 = 0.27044 Wh/query
424.54 Wh / 500 = 0.84908 Wh/query
(1 - 0.27044 / 0.84908) × 100 = 68.15% lower
83.2 - 45.7 = 37.5 percentage points
In that setup, the small reasoning model was both more accurate and used 68.15 percent less measured GPU energy per query than the larger base model. The boundary excludes facility power, cooling, networking, CPU, idle reserve, and embodied carbon. It compares two configurations, not equal checkpoints with only inference effort changed. It refutes a universal “reasoning always wastes energy” slogan while leaving full-stack economics unresolved.
No audited packet dataset jointly reports selected-answer quality, all generation and verification work, median and tail latency, throughput, whole-system energy, and fully allocated dollars across leading systems. H6 therefore survives as a demonstrated constraint in named protocols and use cases, not a general economic ceiling.
High-value tasks can rationally justify expensive inference even when average or cross-system cost-effectiveness remains unknown.
What changed after review: Preserved H6 only as a use-case constraint and rejected a universal economic ceiling.
Strongest case for a broader thesis
Positive curves across mathematics, coding, ARC, and adaptive allocation could support a general fixed-weight inference-scaling thesis.
That case stands as support for bounded gains and narrows the skeptical thesis. It does not establish H1 as registered. The studies do not form one fixed-weight, versioned, fourfold-work comparison with matched prompt, samples, tools, reducer, stopping, harness, and uncertainty across the required three families. Coding results are entangled with tests and agents. ARC changes samples by about 170 times and includes training exposure. The open-ended family without a cheap deterministic verifier is missing. H1 therefore remains unsupported affirmatively and formally unresolved, rather than killed.
What changed after review: Organized the thesis around H4 and preserved H1 as unsupported affirmatively and formally unresolved.
Empirical conclusion
The evidence supports five empirical distinctions.
First, some inference protocols improve accepted-answer accuracy at fixed weights. Candidate generation, process verification, adaptive allocation, and stopping are mechanisms with positive bounded evidence [S03][S04][S05][S09].
Second, the effect is non-monotonic. Forced-long trajectories can flip correct answers, and shorter or parallel allocations can dominate at matched resource levels in named setups [S06][S07][S08]. This makes visible reasoning length a resource quantity, not a quality metric.
Third, training and inference interact. Released R1 is a hybrid trained policy, not pure inference scaling, and version-specific benchmark values must stay separated [S01][S02]. Search is more useful when the checkpoint assigns enough probability to useful candidates.
Fourth, selection and measurement can dominate interpretation. Oracle pass@k is not accepted-answer accuracy. Consensus, learned reranking, tool-enabled scores, returned-only scores, and all-call scores describe different protocols. AIME’s 30-question denominator, ARC’s sample shift and nonreturns, and SWE-bench’s targeted audit show how easily a headline changes estimand [S12][S13][S14][S15].
Fifth, quality movement is not an economic result. ARC gives one severe diminishing-return case, while the A100/NVML energy study gives a bounded accuracy-energy win for a small reasoning configuration against a larger base [S13][S16]. Full-stack cost per accepted correct result remains unknown.
These findings make H4 the strongest synthesis: inference scaling can be real, yet its effect may be modified by base support, decomposability, verifier quality, and stopping. H2, H3, H5, and H6 explain constraints and mechanisms. None supplies a measured global causal share.
For a prospective H4 test, those modifiers must be fixed without using the main-study gain. Base support is the checkpoint's preregistered one-sample or small-fixed-budget probability of producing a valid candidate on a held-out calibration set. Decomposability is a blinded, pre-outcome task annotation under a published rubric for whether independently checkable intermediate subgoals can be specified. Verifier quality is held-out precision, recall, calibration, and adversarial false-acceptance performance measured before the treatment comparison. Stopping is a versioned policy fixed before the study, including its observable state, thresholds, maximum budget, timeout action, and abstention rule; policy classes can be randomized as a factor without relabeling a failed arm after results.
H4's modifier claim is prospectively falsifiable even if the existential claim survives. A preregistered factorial study should cross low and high inference work with predeclared levels of those four modifiers, at multiple budget levels, model checkpoints, and independently maintained mathematics, software-engineering, and open-ended families. It should reject H4 if accepted-answer error shows a stable common work effect across checkpoints and families while every preregistered work-by-modifier interaction is smaller than a materiality margin fixed before data collection, with simultaneous uncertainty bounds excluding that margin. Reviewers should apply that rule from the registered measurements, not invent a new condition after seeing gains.
Post-research stress tests, not preregistered tests
Seven mechanism dimensions emerged after the evidence review. They are post-research stress tests, not preregistered hypotheses or falsifiers:
- Training-acquired policy versus inference execution. Freeze the checkpoint and distinguish what was learned before deployment from what the controller does after the prompt.
- Parallel or prefix search versus a forced-long monologue. Match total work and compare independent candidates, branch search, and sequential continuation.
- Sequential state for genuinely dependent problems. Identify tasks where later steps require earlier results rather than treating every extra token as interchangeable.
- Verifier or reducer bottlenecks. Measure oracle coverage and operational selection separately, then stress the selector under optimization.
- Tool-grounded work versus unaided token deliberation. Report the tool policy, calls, outputs, failure handling, and cost.
- Adaptive allocation and causal stopping. Compare uniform budgets with policies that stop resolved items and concentrate work where marginal value remains positive.
- Benchmark and protocol artifacts. Freeze versions, exposure, prompts, scaffolds, resource limits, parsers, timeouts, and nonreturn treatment.
Eight checks that could reject or narrow a claim were also developed after research. They too are post-research stress tests, not the locked H1 or H2 falsifiers:
- Monotonicity: estimate slopes and count correct-to-incorrect flips across the intended operating range.
- Efficiency: compare shorter, parallel, and adaptive protocols at matched quality, compute, and p95 latency.
- Protocol: match sample count, verifier calls, prompt, tools, scaffold, timeout, and hardware.
- Freshness: compare exposed public tasks with private post-cutoff or generated tasks.
- Process validity: replay steps or apply formal, invariance, and counterfactual checks instead of trusting final-answer reward alone.
- Open-ended transfer: use blinded humans, length normalization, judge swapping, and order randomization.
- Reliability: report selected pass@1 and calibration beside oracle pass@k, and report the probability that all required attempts succeed.
- Production: predefine cost-per-correct, incomplete rate, throughput, and tail-latency limits.
These checks can narrow a claim without satisfying the more demanding registered rejection triggers. A future experiment can preregister them for that experiment. They cannot be backdated into Commission 002.
Anarcho-capitalist prior
Private ordering, property, contract, insurance, and liability are preferred when prospectively specified rights, compensation, insurability, and entry conditions hold.
A dissent within anarcho-capitalism treats the allocation of rights as an evaluation criterion rather than a fact established by this source packet. A proposed regime should specify who holds claims over training data, electricity, water, land, network access, and model outputs. In a scenario where a compute-owner/customer contract leaves a nonconsenting third party uncompensated, voluntary agreement between the first two parties would not by itself satisfy the prior's victim-compensation criterion. Pollution, privacy, fraud, security loss, asset insufficiency, and causal attribution are scenario variables to investigate, not harms this article establishes. Insurance should likewise be evaluated under explicit assumptions about available loss history, exclusions, limits, capitalization, and identifiability; the packet does not show that a tail risk is unpriceable. Accelerator, cloud, or power concentration is another variable to measure before inferring gatekeeper power.
A policy conclusion follows only if additional premises are accepted: property rights are sufficiently clear, victims can identify and collect from responsible parties, contracts do not impose uncompensated harms on outsiders, and entry remains contestable. If those conditions hold, an advocate could prefer disclosure, private certification, bonding, insurance, and ex post liability to administrative compute rationing as a lower-coercion package. If they fail, the prior alone does not demonstrate compensation or competitive discipline. Any claim that fixed compliance costs exclude smaller hosts or protect incumbents requires evidence about cost size, firm distribution, entry, and pass-through; here it is only a prospective evaluation question.
Libertarian prior
General-purpose model and compute access is presumptively preferred subject to prospectively evaluated due process, liability, victim, and irreversibility criteria.
A libertarian dissent does not equate openness with harmlessness. An evaluation could ask whether open weights reduce dependence on a provider or improve local audit, modification, and entry, and whether they reduce a provider's capacity to interrupt specified misuse. It should symmetrically test closed-system scenarios involving surveillance, content control, switching costs, unilateral contract change, or common-mode failure. P02 cites no sources establishing those effects, so they remain scenarios for comparing institutional risks rather than established facts.
A conditional conclusion requires a theory of victims and irreversibility. If a demonstrated harm is traceable, compensable, and caused by conduct rather than possession, a libertarian could prefer narrow ex post liability and interoperable access. If evidence instead supports a credible irreversible risk that would mature before process or compensation is possible, the advocate must explain whether an after-the-fact rule meets the prior's own victim criterion. Conversely, a licensing proposal should be evaluated for lawful-use denials, speech burdens, compliance-cost incidence, entry, and concentration rather than assumed to chill dissent or entrench incumbents. Benchmark gains do not settle that threshold. Property, contract, due process, compensation, and evidence of concrete risk must do the normative work.
Accelerationist prior
Faster capability growth and abundant inference are preferred when prospectively evaluated option-value, compensation, infrastructure, and bounded-risk premises hold.
An accelerationist dissent asks what is accelerated and who bears the downside. The relevant scenarios vary uniform-effort energy, local power constraints, answer quality, infrastructure ownership, and the distribution of any scarcity rents; P03 does not establish congestion or rent transfer. Rapid-deployment proposals should be evaluated for specified security, labor, privacy, and physical outcomes, and for whether insurance, contract standards, or victim-compensation mechanisms cover them. Irreversibility and the value of delay are parameters, not findings. Expedited permitting should be judged against an explicit rights baseline and measured local electricity, water, land, and pollution effects before any claim of shifted costs or coercion.
A conditional accelerationist conclusion therefore needs at least three premises: future option value is large, infrastructure effects are priced or compensated, and tail risks are bounded enough that faster iteration dominates additional testing. If those premises hold, an accelerationist could normatively favor expanding competitive compute supply and funding fresh evaluations. If they do not, “speed” names a preference rather than an empirical consequence. Claims that subsidies or complex safety mandates concentrate infrastructure require evidence about eligibility, cost incidence, entry, capacity, and ownership; this article treats those as prospective evaluation criteria, not established causality.
What would change the conclusion
Confidence is medium in H4 as the organizing synthesis. Confidence is high that the packet’s named metrics cannot be merged: pass@k coverage, consensus, learned reranking, accepted-answer accuracy, tool-enabled results, all-call results, and returned-only results are operationally different. Confidence is high that visible reasoning length alone is not a quality measure. Confidence is medium that the strongest transferable gains will remain concentrated in moderately difficult, decomposable tasks with useful feedback. The open-ended and full-cost records are too incomplete for higher confidence.
Three results would materially raise confidence in H1. First, a public, versioned fixed-weight study should execute the literal locked fields: mathematics, software engineering, and a family without a cheap deterministic verifier; four times total inference work; accepted-answer error with uncertainty; and controls for candidate count, prompt, tools, verifier or reducer, stopping rule, and evaluation harness. The frozen trigger also names at least a 20 percent relative error reduction in every family and its asymmetric “intervals excluding no improvement” clause; as explained above, that clause remains frozen but is not a statistically complete rule. Retries, timeout handling, and resource-boundary disclosure are additional post-research prospective requirements, not locked Commission 002 fields. Second, the open-ended arm should use blinded independent humans rather than a privileged learned grader and should preserve gains that clear a prospectively defined margin after candidate count and total work are matched. Third, an independent replication should reproduce the movement on fresh post-cutoff tasks.
Three results would lower confidence in useful bounded inference scaling. A matched-work comparison could show that positive accepted-answer movement disappears after oracle coverage is separated from actual selection. A verifier audit could show that apparent gains are mostly proxy exploitation and false acceptance under optimization. Or production measurement could show that failures, nonreturns, p95 latency, verification, tools, and retries make cost per accepted correct result worse than a lower-effort protocol at the same quality threshold across the intended use cases.
The economic conclusion would change with an audited dataset that jointly reports all-call accepted accuracy, candidate and verifier work, p50 and p95 latency, throughput, incomplete rate, accelerator and facility energy, and fully allocated dollars for matched tasks. The policy conclusions would change only with both empirical evidence and explicit normative premises about property, consent, compensation, coercion, concentration, and tail risk. A higher benchmark score by itself supplies neither.
The practical rule is consequently simple but demanding: evaluate the complete inference protocol. Freeze the checkpoint. Name the controller, tools, samples, reducer, stopping rule, retries, harness, timeout treatment, and resource boundary. Measure the answer the system actually accepts. Count every call. Then ask whether the additional work improved quality, whether a shorter or parallel protocol did better, and whether the improvement was worth its full cost. Without those controls, the evaluation risks treating added activity as useful reasoning.
Method note
The draft separates inference protocols and outcome estimands, preserves version and denominator boundaries, and treats later mechanism and kill checks as post-research stress tests.
Disclosures
- AI assisted source discovery, drafting, and review; every numerical claim remains subject to source-ledger verification.
- Grok 4.5 was unavailable; the user authorized GPT-5.6-Sol for complete-draft adversarial review and a separate GPT-5.6-Sol final verification.
- Provider-authored and benchmark-owner records remain interested-party evidence.
Adversarial review: GPT-5.6-Sol, completed August 10, 2026. Material objections appear where they challenge the argument.
Sources
- DeepSeek-AI, Daya Guo, Dejian Yang, Haowei Zhang, Junxiao Song, Ruoyu Zhang, Runxin Xu, Qihao Zhu, Shirong Ma, Peiyi Wang, Xiao Bi, Xiaokang Zhang, Xingkai Yu, Yu Wu, Z. F. Wu, Zhibin Gou, Zhihong Shao, Zhuoshu Li, Ziyi Gao, Aixin Liu, Bing Xue, Bingxuan Wang, Bochao Wu, Bei Feng, Chengda Lu, Chenggang Zhao, Chengqi Deng, Chenyu Zhang, Chong Ruan, Damai Dai, Deli Chen, Dongjie Ji, Erhang Li, Fangyun Lin, Fucong Dai, Fuli Luo, Guangbo Hao, Guanting Chen, Guowei Li, H. Zhang, Han Bao, Hanwei Xu, Haocheng Wang, Honghui Ding, Huajian Xin, Huazuo Gao, Hui Qu, Hui Li, Jianzhong Guo, Jiashi Li, Jiawei Wang, Jingchang Chen, Jingyang Yuan, Junjie Qiu, Junlong Li, J. L. Cai, Jiaqi Ni, Jian Liang, Jin Chen, Kai Dong, Kai Hu, Kaige Gao, Kang Guan, Kexin Huang, Kuai Yu, Lean Wang, Lecong Zhang, Liang Zhao, Litong Wang, Liyue Zhang, Lei Xu, Leyi Xia, Mingchuan Zhang, Minghua Zhang, Minghui Tang, Meng Li, Miaojun Wang, Mingming Li, Ning Tian, Panpan Huang, Peng Zhang, Qiancheng Wang, Qinyu Chen, Qiushi Du, Ruiqi Ge, Ruisong Zhang, Ruizhe Pan, Runji Wang, R. J. Chen, R. L. Jin, Ruyi Chen, Shanghao Lu, Shangyan Zhou, Shanhuang Chen, Shengfeng Ye, Shiyu Wang, Shuiping Yu, Shunfeng Zhou, Shuting Pan, S. S. Li, Shuang Zhou, Shaoqing Wu, Shengfeng Ye, Tao Yun, Tian Pei, Tianyu Sun, T. Wang, Wangding Zeng, Wanjia Zhao, Wen Liu, Wenfeng Liang, Wenjun Gao, Wenqin Yu, Wentao Zhang, W. L. Xiao, Wei An, Xiaodong Liu, Xiaohan Wang, Xiaokang Chen, Xiaotao Nie, Xin Cheng, Xin Liu, Xin Xie, Xingchao Liu, Xinyu Yang, Xinyuan Li, Xuecheng Su, Xuheng Lin, X. Q. Li, Xiangyue Jin, Xiaojin Shen, Xiaosha Chen, Xiaowen Sun, Xiaoxiang Wang, Xinnan Song, Xinyi Zhou, Xianzu Wang, Xinxia Shan, Y. K. Li, Y. Q. Wang, Y. X. Wei, Yang Zhang, Yanhong Xu, Yao Li, Yao Zhao, Yaofeng Sun, Yaohui Wang, Yi Yu, Yichao Zhang, Yifan Shi, Yiliang Xiong, Ying He, Yishi Piao, Yisong Wang, Yixuan Tan, Yiyang Ma, Yiyuan Liu, Yongqiang Guo, Yuan Ou, Yuduan Wang, Yue Gong, Yuheng Zou, Yujia He, Yunfan Xiong, Yuxiang Luo, Yuxiang You, Yuxuan Liu, Yuyang Zhou, Y. X. Zhu, Yanhong Xu, Yanping Huang, Yaohui Li, Yi Zheng, Yuchen Zhu, Yunxian Ma, Ying Tang, Yukun Zha, Yuting Yan, Z. Z. Ren, Zehui Ren, Zhangli Sha, Zhe Fu, Zhean Xu, Zhenda Xie, Zhengyan Zhang, Zhewen Hao, Zhicheng Ma, Zhigang Yan, Zhiyu Wu, Zihui Gu, Zijia Zhu, Zijun Liu, Zilin Li, Ziwei Xie, Ziyang Song, Zizheng Pan, Zhen Huang, Zhipeng Xu, Zhongyu Zhang, Zhen Zhang. DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via Reinforcement Learning. arXiv, 2025-01-22. Primary link. Accessed 2026-08-10. developer authored technical report v1; primary
- Daya Guo, Dejian Yang, Haowei Zhang, Junxiao Song, Peiyi Wang, Qihao Zhu, Runxin Xu, Ruoyu Zhang, Shirong Ma, Xiao Bi, Xiaokang Zhang, Xingkai Yu, Yu Wu, Z. F. Wu, Zhibin Gou, Zhihong Shao, Zhuoshu Li, Ziyi Gao, Aixin Liu, Bing Xue, Bingxuan Wang, Bochao Wu, Bei Feng, Chengda Lu, Chenggang Zhao, Chengqi Deng, Chong Ruan, Damai Dai, Deli Chen, Dongjie Ji, Erhang Li, Fangyun Lin, Fucong Dai, Fuli Luo, Guangbo Hao, Guanting Chen, Guowei Li, H. Zhang, Hanwei Xu, Honghui Ding, Huazuo Gao, Hui Qu, Hui Li, Jianzhong Guo, Jiashi Li, Jingchang Chen, Jingyang Yuan, Jinhao Tu, Junjie Qiu, Junlong Li, J. L. Cai, Jiaqi Ni, Jian Liang, Jin Chen, Kai Dong, Kai Hu, Kaichao You, Kaige Gao, Kang Guan, Kexin Huang, Kuai Yu, Lean Wang, Lecong Zhang, Liang Zhao, Litong Wang, Liyue Zhang, Lei Xu, Leyi Xia, Mingchuan Zhang, Minghua Zhang, Minghui Tang, Mingxu Zhou, Meng Li, Miaojun Wang, Mingming Li, Ning Tian, Panpan Huang, Peng Zhang, Qiancheng Wang, Qinyu Chen, Qiushi Du, Ruiqi Ge, Ruisong Zhang, Ruizhe Pan, Runji Wang, R. J. Chen, R. L. Jin, Ruyi Chen, Shanghao Lu, Shangyan Zhou, Shanhuang Chen, Shengfeng Ye, Shiyu Wang, Shuiping Yu, Shunfeng Zhou, Shuting Pan, S. S. Li, Shuang Zhou, Shaoqing Wu, Tao Yun, Tian Pei, Tianyu Sun, T. Wang, Wangding Zeng, Wen Liu, Wenfeng Liang, Wenjun Gao, Wenqin Yu, Wentao Zhang, W. L. Xiao, Wei An, Xiaodong Liu, Xiaohan Wang, Xiaokang Chen, Xiaotao Nie, Xin Cheng, Xin Liu, Xin Xie, Xingchao Liu, Xinyu Yang, Xinyuan Li, Xuecheng Su, Xuheng Lin, X. Q. Li, Xiangyue Jin, Xiaojin Shen, Xiaosha Chen, Xiaowen Sun, Xiaoxiang Wang, Xinnan Song, Xinyi Zhou, Xianzu Wang, Xinxia Shan, Y. K. Li, Y. Q. Wang, Y. X. Wei, Yang Zhang, Yanhong Xu, Yao Li, Yao Zhao, Yaofeng Sun, Yaohui Wang, Yi Yu, Yichao Zhang, Yifan Shi, Yiliang Xiong, Ying He, Yishi Piao, Yisong Wang, Yixuan Tan, Yiyang Ma, Yiyuan Liu, Yongqiang Guo, Yuan Ou, Yuduan Wang, Yue Gong, Yuheng Zou, Yujia He, Yunfan Xiong, Yuxiang Luo, Yuxiang You, Yuxuan Liu, Yuyang Zhou, Y. X. Zhu, Yanping Huang, Yaohui Li, Yi Zheng, Yuchen Zhu, Yunxian Ma, Ying Tang, Yukun Zha, Yuting Yan, Z. Z. Ren, Zehui Ren, Zhangli Sha, Zhe Fu, Zhean Xu, Zhenda Xie, Zhengyan Zhang, Zhewen Hao, Zhicheng Ma, Zhigang Yan, Zhiyu Wu, Zihui Gu, Zijia Zhu, Zijun Liu, Zilin Li, Ziwei Xie, Ziyang Song, Zizheng Pan, Zhen Huang, Zhipeng Xu, Zhongyu Zhang, Zhen Zhang. DeepSeek-R1 incentivizes reasoning in LLMs through reinforcement learning. Nature, 2025-09-17. Primary link. Accessed 2026-08-10. peer reviewed developer authored journal article; primary
- Bradley Brown, Jordan Juravsky, Ryan Ehrlich, Ronald Clark, Quoc V. Le, Christopher Ré, Azalia Mirhoseini. Large Language Monkeys: Scaling Inference Compute with Repeated Sampling. arXiv, 2024-07-31. Primary link. Accessed 2026-08-10. independent academic preprint v1; primary
- Charlie Snell, Jaehoon Lee, Kelvin Xu, Aviral Kumar. Scaling LLM Test-Time Compute Optimally can be More Effective than Scaling Model Parameters. arXiv, 2024-08-06. Primary link. Accessed 2026-08-10. independent academic preprint v1; primary
- Hunter Lightman, Vineet Kosaraju, Yura Burda, Harri Edwards, Bowen Baker, Teddy Lee, Jan Leike, John Schulman, Ilya Sutskever, Karl Cobbe. Let's Verify Step by Step. arXiv, 2023-05-31. Primary link. Accessed 2026-08-10. OpenAI developer research preprint v1; primary
- Soumya Suvra Ghosal, Souradip Chakraborty, Avinash Reddy, Yifu Lu, Mengdi Wang, Dinesh Manocha, Furong Huang, Mohammad Ghavamzadeh, Amrit Singh Bedi. Does Thinking More Always Help? Mirage of Test-Time Scaling in Reasoning Models. NeurIPS, 2025. Primary link. Accessed 2026-08-10. peer reviewed conference paper; primary
- Shu Zhou, Rui Ling, Junan Chen, Xin Wang, Tao Fan, Hao Wang. When More Thinking Hurts: Overthinking in LLM Test-Time Compute Scaling. arXiv, 2026-04-12. Primary link. Accessed 2026-08-10. independent preprint v1; primary
- Michael Hassid, Gabriel Synnaeve, Yossi Adi, Roy Schwartz. Don't Overthink it. Preferring Shorter Thinking Chains for Improved LLM Reasoning. arXiv, 2026-02-03. Primary link. Accessed 2026-08-10. independent academic preprint v2; primary
- Bowen Zuo, Dongruo Zhou, Yinglun Zhu. Adaptive Test-Time Compute Allocation with Evolving In-Context Demonstrations. Association for Computational Linguistics, 2026-07. Primary link. Accessed 2026-08-10. peer reviewed Findings of ACL 2026 paper; primary
- Yuzhen Huang, Weihao Zeng, Xingshan Zeng, Qi Zhu, Junxian He. From Accuracy to Robustness: A Study of Rule- and Model-based Verifiers in Mathematical Reasoning. arXiv, 2025-10-07. Primary link. Accessed 2026-08-10. independent preprint v2; primary
- Lukas Helff, Quentin Delfosse, David Steinmann, Ruben Härle, Hikaru Shindo, Patrick Schramowski, Wolfgang Stammer, Kristian Kersting, Felix Friedrich. LLMs Gaming Verifiers: RLVR can Lead to Reward Hacking. arXiv, 2026-04-16. Primary link. Accessed 2026-08-10. independent preprint and workshop evidence v1; primary
- OpenAI. Learning to Reason with LLMs. OpenAI, 2024-09-12. Primary link. Accessed 2026-08-10. vendor authored model evaluation; primary
- François Chollet. OpenAI o3 Breakthrough High Score on ARC-AGI-Pub. ARC Prize Foundation, 2024-12-20. Primary link. Accessed 2026-08-10. benchmark owner vendor coordinated protocol report; primary
- Greg Kamradt. Analyzing o3 and o4-mini with ARC-AGI. ARC Prize Foundation, 2025-04-22. Primary link. Accessed 2026-08-10. benchmark owner production model evaluation; primary
- OpenAI. Why SWE-bench Verified no longer measures frontier coding capabilities. OpenAI, 2026-02-23. Primary link. Accessed 2026-08-10. vendor authored adverse benchmark audit; primary
- Yunho Jin, Gu-Yeon Wei, David Brooks. The Energy Cost of Reasoning: Analyzing Energy Usage in LLMs with Test-time Compute. arXiv, 2025-05-20. Primary link. Accessed 2026-08-10. independent academic preprint v1; primary