The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Frontier models now differ more in consistency than in peak ability: repeated deterministic tests reveal whether a failure is a reproducible miss fixable by an operating rule or a scattered error that requires changing the model; the proposed harness is cheap, transparent and directly decision-guiding.

Grouping the Stochastic Machine: Precision, Not Capability, as the Frontier Metric for AI Systems
George Andrikopoulos · August 19, 2026
arxiv descriptive low evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. George Andrikopoulos unresolved corpus identity

Semantic Scholar

Latest observation:

  1. George Andrikopoulos provider ID
The paper argues that precision (consistency across repeated identical requests), not peak capability, is the key frontier metric for deployed AI systems and shows a cheap deterministic repeated-testing harness that distinguishes zeroable systematic errors from irreducibly scattered failures.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Frontier language models are compared, marketed, and benchmarked on capability -- what their best or average output can achieve. I argue this measures the wrong axis. The models have saturated accuracy: their mean output lands on the target. What now separates one system from another in practice is precision: how tightly concentrated their outputs are around that target across repeated, identical requests. Borrowing the marksman's distinction, capability is where the average shot lands; reliability is the size of the group. I make three claims. First, precision, not capability, is the frontier differentiator between systems, and benchmark culture systematically fails to measure it, reporting central tendency rather than spread. Second, precision is measurable, cheaply and without circularity, by running a fixed suite of deterministically scored tasks many times at fixed temperature and computing the per-task consistency of outcomes -- no model-in-the-loop grader required. Third, the measurement is not merely descriptive but decision-guiding: it separates consistent failures (a tight group off-centre, correctable by the operating discipline of Paper 1 -- a sight adjustment) from scattered failures (a wide group, correctable only by changing the model or its sampling -- a rifle problem). I define a grouping metric, specify a harness, and show how tracking a human-AI pair's grouping over time yields the compounding signal that Paper 1's field study requires. A first real run, since replicated, illustrates both the method and its most important limit: one measured gap was closed completely by a single rule (0/5 -> 5/5), while a suite of tasks authored from the rules themselves found no value, because a frontier model already embodies explicit good practice -- establishing that a discipline's worth is found by measurement on real work, not constructed from its own rulebook.

Summary

Main Finding

Precision (output consistency, i.e., low variance or tight grouping across repeated identical requests), not capability (mean or best-case accuracy), is the practically decisive frontier metric for deployed AI systems. Measuring precision on deterministic, verifiable tasks (repeat many independent runs and record pass/fail) cheaply identifies whether failures are zeroable by operating discipline (skills/rules) or require changing the model/sampling. Benchmarks that report central tendency miss this axis, so procurement, engineering investment, and evaluation should prioritise measured precision and the paired “raw model vs. skill-library” delta.

Key Points

  • Two independent axes: accuracy (where the mean shot lands) and precision (how tight the group is). Frontier models have converged on accuracy; they differ on precision.
  • Operational consequence (marksman analogy):
    • Tight-group off-centre errors are correctable by sight-adjustment (skills/rules).
    • Scattered errors are not correctable by rules; require different model or sampling.
  • Measurement proposal:
    • Use deterministic, binary-scored tasks (compile/tests/typecheck/linter) so the scorer is outside the model loop.
    • For each task run N independent samples (fresh agents) at fixed, recorded sampling config; record binary outcomes.
    • Metrics: mean pass rate mean(p_i) (accuracy), grouping score = fraction of tasks with p_i ≈ 0 or ≈ 1 (precision), per-task variance p_i(1−p_i), worst-case min p_i and all-pass Π p_i.
    • Decision rule: use pass rate to screen; inspect failing samples to determine homogeneity of causes. If failures share a single cause → tight group (zeroable). If heterogeneous causes → wide group (not zeroable).
  • Worked example (illustrative):
    • Rust suite of 6 deterministic tasks, N=5, provider-default temperature.
    • Raw Opus 4.8: accuracy 0.833, grouping 1.0, worst-case 0.0: five tasks decisive-pass, one decisive-fail (p=0).
    • Single systematic parse bug identified; adding one rule in the skill library moved that task from 0/5 to 5/5. Replicated on a later default model (raw 1/5 → library 5/5).
  • Important empirical caution: authoring tasks from your own rulebook tends to produce zero delta because capable models often already embody explicit good practice. The library’s value shows up only on residual gaps found by representative measurement, not on constructed tests.
  • Practical constraints and limits:
    • Cost scales with N; keep suites small and periodic (quarterly gates or pre-adoption).
    • Deterministic scorers can bias against disciplined outputs (shape mismatch, test harness issues); scorer design matters.
    • Temperature/sampling must be recorded and controlled within run-pairs; cross-pair absolute p_i comparisons are weak unless sampling is anchored.
    • Cause-homogeneity judgement requires human (or judged) reading of failing samples — not fully deterministic.
    • Method applies to verifiable engineering tasks, not open-ended generative work where scatter may be acceptable or desirable.

Data & Methods

  • Measurement harness:
    • Fix suite T of m deterministic, verifiable tasks.
    • Fix configuration C (model, optional skill library, recorded sampling temperature).
    • For each task, run N independent samples on fresh agents; record binary pass/fail outcomes.
  • Metrics computed per suite and per-task:
    • Accuracy: mean(p_i).
    • Grouping/precision: fraction of tasks with p_i ≥ 1−ε or p_i ≤ ε (e.g., ≥9/10 or ≤1/10).
    • Scatter measure: per-task variance p_i(1−p_i) (max at p_i = 0.5).
    • Worst-case reliability: min_i p_i and all-pass Π_i p_i.
  • Decision procedure:
    • Screen by pass rates.
    • Read failing samples to classify failures as homogeneous (zeroable) or heterogeneous (not zeroable).
    • Action: write/version a skill and re-measure if zeroable; change model or lower temperature if scatter.
  • Empirical run in paper:
    • Suite: six Rust verification tasks.
    • N = 5 runs per task.
    • Provider-default temperature recorded but not independently controlled.
    • Observed raw→library deltas and replication across a later default model; found and fixed a systematic parse bug with a single rule.

Implications for AI Economics

  • Product differentiation and procurement:
    • Precision (consistency) becomes a scarce dimension of product value distinct from headline capability metrics. Buyers should demand measured precision (grouping scores, worst-case pass rates) in SLAs and procurement decisions.
    • Leaderboards that report mean or peak capability will understate production value; vendors may compete on precision rather than raw capability.
  • Cost-benefit of skill libraries vs model upgrades:
    • The operating-discipline (skills/rules) has measurable value only on residual, model-specific gaps. As base models improve, marginal returns to large rulebooks decline toward zero.
    • Investment strategy: measure where failures are homogeneous and invest in small, live, measurement-fed rule libraries; for heterogeneous failures, budget for model upgrades or sampling/temperature changes.
  • Total cost of ownership and reliability pricing:
    • Precision-driven evaluation exposes tail risks and reliability costs (rework, human oversight, downtime). Firms should price models not only by cost-per-token or average accuracy but by expected operational failure variance and mitigation costs.
    • Insurance, SLAs, and regulatory compliance can be structured around precision metrics (e.g., minimum grouping scores, guaranteed all-pass probabilities on a representative deterministic suite).
  • Operational labor and automation:
    • Where failures are predominantly tight and zeroable, investment in operating discipline allows more effective automation and compounding improvement (rules retire classes of failures). Where failures are scattered, automation risk remains high and human oversight costs persist.
  • Market incentives and benchmarking:
    • Benchmarks should add repeat-sampling deterministic tasks and report grouping/worst-case metrics to align market incentives with production value.
    • Vendors may be incentivised either to reduce variance (improve precision) or to expose tuning/sampling knobs to buyers; contracting should recognise which lever is needed.
  • Measurement & governance investments:
    • Firms should budget for periodic precision reviews (N× evaluation cost, small suite) and for tooling to ensure independent runs, deterministic scorers, and contextual metadata (run IDs, arm identifiers).
    • Regulators and standards bodies can require precision measurement for certification in high-stakes domains; precision-based certification is feasible (deterministic tasks + grouping score) and directly tied to operational tractability.
  • Macro implication:
    • As frontier capability saturates, the economic competition frontier shifts to precision and operating-discipline effectiveness. This will influence where R&D and product investment flows (improving sampling consistency, model calibration, measurement infrastructure, or targeted rule libraries).

Concluding practical recommendation: procurement and deployment pipelines should add a small deterministic-sample precision gate (fixed suite, N runs, paired raw vs library measurement, inspect failure causes). Use grouping and worst-case metrics to decide whether to invest in skills (if failures are homogeneous) or in model/sampling changes (if failures are heterogeneous).

Assessment

Paper Typedescriptive Evidence Strengthlow — The paper's core claim is conceptual and is supported by a small, illustrative empirical exercise (one 6-task Rust suite with N=5 runs per task and a replication on a later default model). Deterministic scoring reduces circularity and strengthens the demonstration, but the empirical base is tiny, domain-limited, temperature was not independently controlled, scorer/instrument biases were identified, and no formal statistical inference or broader sampling substantiates generality. Methods Rigormedium — The methodological proposal is clear and logically persuasive: use deterministic, repeatable tasks and repeated sampling to measure precision and separate systematic from scattered errors. The harness reuses established challenge-trial infrastructure and correctly emphasises independence of runs and reading failure causes. Empirical implementation, however, has weaknesses: very small N, a tiny task suite concentrated on one programming language, uncontrolled/recorded-but-not-fixed temperature, documented scorer biases, and no broader robustness checks. SampleWorked example: six deterministic Rust tasks (compile/tests/lint/typecheck-style tasks); each task run N=5 independent fresh-agent times; models: Opus 4.8 (raw and with a skill/library) and a later default model for replication; sampling temperature recorded as provider-default but not independently set; deterministic pass/fail scorers used (with identified scorer defects corrected post-hoc). Themeshuman_ai_collab productivity org_design adoption IdentificationOperational measurement: run a small suite of deterministic, verifiable tasks T repeatedly (N independent fresh-agent runs per task) under a fixed configuration, record binary pass/fail outcomes, compute per-task pass rates p_i and a grouping/precision score (fraction of tasks with p_i ≈0 or ≈1), inspect failing samples for cause-homogeneity, and compare raw-model vs pair (model+skill library) deltas within the same run-pair; replication on a later default model is used as a confirmatory check. GeneralizabilitySmall-N, small-task-suite evidence limits external validity, Domain-specific: demonstrated on Rust compilation/verification tasks; not tested on open-ended generative tasks, Temperature and provider-default sampling settings uncontrolled across run-pairs, limiting cross-run comparability, Deterministic-scoring requirement excludes many natural language or creative tasks where target is not binary, Scorer/instrument biases and possible run non-independence (caching) can distort measured grouping if not carefully guarded

Claims (9)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Precision, defined as the consistency or tightness of repeated outputs around an outcome, is a more important frontier differentiator between AI systems than average capability for production engineering work. Error Rate positive Consistency of model outcomes across repeated, identical engineering tasks
Reading fidelity high
Study strength speculative
not reported
0.03
The proposed precision or grouping metric can be measured by repeatedly running fixed, deterministically scored tasks and calculating per-task consistency, without using a model-in-the-loop grader. Error Rate positive Per-task consistency and grouping of binary task outcomes
Reading fidelity high
Study strength medium
not reported
0.18
A high grouping score can coexist with imperfect average accuracy: a model may consistently pass some tasks and consistently fail another, producing a tight but partially off-target performance pattern. Output Quality mixed Task pass rate and outcome grouping across repeated engineering tasks
Reading fidelity high
Study strength low
n=5
accuracy 0.833; grouping 1.000; worst-case 0.000
0.09
For a parse-validation task, adding one rule to the operating library increased the raw model's pass rate from 0/5 to 5/5 on the identical frozen task. Output Quality positive Pass rate on a parse-validation engineering task
Reading fidelity high
Study strength medium
n=5
0/5 5/5;  = +1.000
0.18
The 0/5 failure on the parse-validation task was systematic rather than scattered: all five samples exhibited the same narrow-type parsing error. Error Rate negative Homogeneity and reproducibility of task failure causes
Reading fidelity high
Study strength low
n=5
5/5 failures for one identifiable cause
0.09
A later-model replication produced the same qualitative result: the unassisted arm passed 1/5 while the library arm passed 5/5 on the same frozen task and scorer. Output Quality positive Pass rate with and without the operating library
Reading fidelity high
Study strength low
n=5
0.200 (1/5) to 1.000 (5/5)
0.09
A naive decision rule that classified a 1/5 pass rate as scattered and non-zeroable was false; inspecting failure causes showed that a shared cause could still be corrected completely by one rule. Decision Quality mixed Validity of pass-rate-only diagnosis of failure recoverability
Reading fidelity high
Study strength medium
n=5
1/5 to 5/5 after one rule
0.18
A suite of five tasks authored from the operating library's rules found no measurable marginal value for the library because the frontier model already passed every authored task. Output Quality null_result Marginal task-pass improvement attributable to the rule library on authored tasks
Reading fidelity high
Study strength low
n=5
zero marginal delta on five authored tasks
0.09
Correcting deterministic scoring defects increased a paired configuration's grouping score from 0.167 to 0.500 without collecting new runs, indicating that scorer defects can materially distort estimates of library performance. Error Rate positive Measured grouping score of the paired model-plus-library configuration
Reading fidelity high
Study strength medium
0.167 to 0.500 grouping score
0.18

Notes