Skip to content
The Operon Library

Volume XII · Chapter 3

Human Judgment

What stays irreducibly human when generation and even verification are largely automated.2026-07-13 · 5 min read

By 2026, a pull request in a well-instrumented pipeline can clear an eval suite, get scored by an LLM judge, pass every test gate a team has wired into its merge process, and land in production without a single human opening the diff. Nothing in that sentence is hypothetical — this Library’s volume on verification spent eleven chapters showing exactly how each of those layers gets built. What the same volume was honest about, chapter by chapter, is that none of them close the loop completely. An eval is software with its own bugs. A judge is a model with its own blind spots. A test gate checks what someone thought to test for. A change can clear all three and still be wrong in a way none of them were built to catch.

A question this Library left open on purpose

Volume IX’s chapter on engineering wisdom asked what a linter, a rubric, or a decision graph cannot capture, and answered with Michael Polanyi’s distinction between explicit knowledge — what can be written down and handed off intact — and tacit knowledge, which resists exactly that kind of transfer no matter how good the documentation gets. That chapter’s claim was that tacit judgment becomes more valuable, not less, as the codifiable layer around it gets automated. It left one question open on purpose: verification used to be one of the places tacit judgment lived most visibly, in the senior engineer’s felt sense that a diff was fragile before a test could say why. Volume VII then showed that verification itself is now substantially automated too — evals, LLM-as-judge scoring, automated test gates. If judgment used to hide inside the reviewing as much as the coding, and reviewing is now partly a machine’s job, does the category of what stays irreducibly human get smaller, or does it just relocate?

The judge is not a clean substitute

The honest answer starts with what Volume VII’s own chapter on LLM-as-judge already established about the thing doing the judging. An LLM judge is not verification made human-free; it is verification performed by another model, carrying its own documented failure modes into the job — position bias, a preference for longer answers regardless of correctness, and self-preference, a tendency to rate output more highly when it resembles the judge’s own writing, which that chapter reported correlates with how well a model recognizes its own prose rather than with any real increase in accuracy. Add judge drift — a rubric and a judge that scored consistently last quarter producing a visibly different distribution today, with nothing in the process changed except a hosted model version nobody announced — and the picture is not a solved problem wearing a judge’s name. It is largely human judgment’s own failure modes, run through a different substrate at much higher volume.

Layer of verificationWhat Volume VII showed automates wellWhat Volume IX showed stays tacit
Pattern-matchable checksEvals, code-based grading, test gatesWhether the check was the right one to write in the first place
Judgment-shaped gradingLLM-as-judge, once the rubric is operationalizedWhether the judge’s blind spot is exactly where the defect lives
Consistency over timeA calibrated judge, rechecked against a human set on a scheduleThe felt sense that something is off, before any rubric exists to name it
An AI judge does not remove the need for judgment about the judge. It moves that need one level up, and makes it easier to forget the need is still there.

This reframes the forward-looking question usefully. The codifiable slice of verification — does the diff touch the files it should, does the new code path have a test, does the output satisfy a rubric a careful reviewer could execute the same way twice — is exactly the layer Volume VII showed can be automated well, with real caveats about how carefully it has to be built. What that automation does not touch is the layer underneath it: deciding whether the rubric was asking the right question, noticing that a judge’s confident score sits on a blind spot the rubric never anticipated, recognizing that a change is technically correct and still wrong for reasons no checklist named. By Polanyi’s own definition, that layer cannot be handed to an automated system, because tacit knowledge is precisely the kind of knowing that resists being made explicit enough to encode. Volume IX made that argument for the coding half of the pipeline. Nothing in Volume VII’s own honest accounting of eval, judge, and gate limitations gives a reason to think the reviewing half is different.

The open question is not technical

Which points to the question this chapter actually needs to sit with, and it is not a capability question at all. Volume XI’s chapter on skill formation described a genuinely contested debate: whether the engineers who would develop this kind of judgment are still getting the chances that used to build it, now that an agent does the drafting and the struggling both. The Anthropic trial that chapter examined found junior engineers who delegated to an assistant scoring measurably lower on a later comprehension quiz than engineers who worked unassisted — a finding that chapter was careful to call real but narrow, not a verdict. DORA’s expertise paradox names a compatible risk from the organizational side: AI can close a knowledge gap fast enough to skip the struggle that builds real expertise, producing what it bluntly calls false expertise. Both matter here because Volume IX already established that tacit judgment only moves person to person, through something close to apprenticeship — watching an expert work, live or replayed, until a pattern repeats often enough to be recognized on sight. If fewer engineers get the repetitions that build that recognition, the category of what stays human does not shrink because it stopped mattering. It shrinks because fewer people are left who can supply it.

This Library’s own synthesis, hedged

Put together, the chapters this one draws on point somewhere more specific than “AI will keep automating more of the pipeline.” On the evidence this Library has gathered across its first eleven volumes — offered here as this Library’s own synthesis, not a settled fact about a future nobody has yet observed — human judgment’s role does not look like it is shrinking. It looks like it is concentrating: into fewer moments, each carrying more weight. The initial framing of what problem is actually worth solving, before any eval or rubric exists to check the answer against. The decision to trust or distrust an output that cleared every automated gate anyway. The recognition — Polanyi’s felt sense, arriving before it can be fully articulated — that something is subtly wrong in a place none of the checks were built to look. Those three moments do not get smaller as automation improves at everything around them. If anything they get harder to staff, because the apprenticeship that used to produce people capable of them was never designed on purpose. It happened by accident, inside work that increasingly does not happen anymore.

For Discussion

  1. When a change clears your evals, your LLM judge, and your test gates, does anyone still ask whether the rubric was checking the right thing — or does clearing all three now count as done on its own?
  2. If your LLM judge shares a model family with the agent it grades, has anyone checked whether its scores would survive being run by an independent judge instead?
  3. Of the engineers on your team capable of the felt-sense catch this chapter describes, who is currently on track to replace that judgment when they move on?

References

  1. establishedThe Tacit Dimension — “we know more than we can tell”; the distinction between explicit and tacit knowingMichael Polanyi (Doubleday, 1966; University of Chicago Press edition) · 1966
  2. establishedFoundational LLM-as-judge study naming position, verbosity, and self-enhancement bias as documented judge failure modesZheng et al., "Judging LLM-as-a-Judge with MT-Bench and Chatbot Arena" (NeurIPS 2023) · 2023-06-09
  3. establishedLLM judges rate their own generations higher than human annotators do, with self-preference strength correlated to the model’s own self-recognition abilityPanickssery, Bowman & Feng, "LLM Evaluators Recognize and Favor Their Own Generations" (NeurIPS 2024) · 2024-04-15
  4. emergingLarge-scale study across 21 models finds high judge test-retest reliability can coexist with severe, undetected bias, and that hosted judge models are known to drift across provider-side updates, sometimes silentlyNorman, Rivera & Hughes, "Reliability without Validity: A Systematic, Large-Scale Evaluation of LLM-as-a-Judge Models" (UC Berkeley) · 2026-06-17
  5. establishedCognitive apprenticeship: modeling makes an expert’s invisible reasoning visible to a novice — the mechanism by which tacit knowledge has historically movedCollins, Brown & Holum, American Educator (American Federation of Teachers) · 1991
  6. emergingRandomized controlled trial: junior engineers using AI assistance scored lower on a follow-up comprehension quiz than engineers coding unassisted, with the gap narrowing for question-driven rather than delegated useAnthropic research — “How AI assistance impacts the formation of coding skills” · 2026-01-29
  7. establishedThe “expertise paradox”: AI risks bypassing the productive struggle needed for deep expertise, producing “false expertise” without deliberate mentorship designDORA (Google Cloud) — Balancing AI tensions · 2026-03-10