Module 4 — Evaluation & ReliabilityLesson 13 of 19

Review Architecture and the Self-Review Trap

Reading time ~12 min · Quiz at the end

A learning and development team at a mid-sized enterprise asked a frontier model to build a training course for new claims adjusters — modules, lessons, a framing document that set out the audience, the sequencing logic, and the learner's stated success criterion ("by the end, an adjuster should be able to independently justify a coverage decision to a supervisor without escalation"). The model did the work well: clear modules, sensible progression, a framing document that captured the brief accurately. Then, as a final step, the same session — later, a fresh session of the same model — was asked to independently double-check its own output. It verified every link resolved. It checked that terminology was used consistently across lessons. It confirmed that each module's content matched the framing document's stated scope. It reported the course sound.

The course had two defects that survived this review untouched. First, the framing document sequenced two domains of claims knowledge in an order that only makes sense if you already know the second domain — a new adjuster hitting lesson 4 would need knowledge the course doesn't deliver until lesson 9. Second, and more consequential: nothing in the eighteen lessons actually trained the learner to do the one thing the success criterion named. The course taught adjacent skills — policy reading, documentation, escalation protocol — but never built the specific skill of constructing and defending a coverage justification unprompted. A learner could complete every lesson, pass every quiz, and still fail the thing the course existed to produce.

A second model, given the same framing document and course content cold, with no memory of having built it, flagged both problems inside minutes. The domain-ordering error was visible the moment it tried to read lesson 4 as a first-time learner would. The missing-success-criterion gap was visible the moment it went back to the framing document and asked, literally, "does any lesson do this?" This lesson is about why the first review — careful, methodical, executed in good faith — missed what the second review caught immediately, and what that implies for how you architect review in any harness that matters.

Shared priors, shared blind spots

The mechanism is not carelessness. The model that built the course and the model that reviewed it were, in every practical sense, the same reasoner holding the same assumptions. When you build something, you make a sequence of framing decisions — what counts as the right order, what "covers the success criterion" means, which gaps are acceptable because they're addressed "implicitly." Those decisions don't disappear when you switch to review mode. They become the lens the review happens through. A fresh session resets the conversation transcript, not the model's priors about how claims-training courses are normally structured or what "covering a topic" looks like. The model checked the course against its own mental model of what a good course contains — the same mental model that produced the course in the first place. It is very good at catching the ways it might have contradicted itself. It is nearly blind to the ways its own initial framing was wrong, because the wrongness lives one level up from anything the review checklist was checking.

This generalizes well past course design. A model that writes a retrieval pipeline and then reviews its own code will catch a variable name mismatch and a broken import. It will not notice that it silently assumed all documents fit in a single context window, because that assumption was baked into the design before the review started, and the review inherited it rather than questioning it. A model that drafts a claims-adjudication policy prompt and then audits the prompt for internal contradictions will find contradictions. It will not notice that the prompt never actually operationalizes the regulatory requirement the business asked for, because the drafting pass already decided, implicitly, that a related but different requirement counted as covering it.

Key idea

Independent review beats self-review because a model reviewing its own output retains the reasoning context that produced it — same priors, same blind spots, same internalized sense of "done." This holds even across fresh sessions of the same model, because the priors live in training and in the framing of the task, not in conversational memory. Internal consistency is not the same thing as external correctness, and a review that only checks the former will pass work that fails the latter.

Two different kinds of checking, two different price tags

It's worth being precise about what the first review actually accomplished, because it wasn't worthless — it was incomplete for a specific, nameable reason. Self-consistency checking asks: does this artifact agree with itself? Do the links resolve? Does lesson 6 use the term the same way lesson 2 did? Does the code compile, do the types line up, does the total in the summary match the sum of the line items? This class of check is cheap — it can often run in seconds, doesn't require touching source material outside the artifact itself, and reliably catches transcription errors: the class of mistake where something was copied, restated, or implemented incorrectly relative to an already-correct plan.

Re-derivation from primary sources asks a harder question: if I ignore what was produced and go back to the actual requirement, the actual regulation, the actual learner population, the actual ticket the customer filed — do I arrive at the same place? This is expensive. It means re-reading the original brief with fresh eyes instead of trusting the summary of the brief that's embedded in the artifact. It means checking the framing document against the stated success criterion word by word instead of checking the lessons against the framing document's own internal claims. It catches framing errors — the class of mistake where the plan itself was wrong, not just its execution — and framing errors are precisely the ones self-consistency checking is structurally unable to see, because the plan and the check both derive from the same flawed starting point.

Pitfall

Teams that build a "review step" into their harness and stop there often believe they have coverage they don't. A review prompt that says "check this output for errors" without specifying which primary source to re-derive from will default to self-consistency checking, because that's the cheaper and more natural interpretation of "check for errors" when the artifact itself is right in front of the model. The error that sat undetected in the course's framing document sat there because nobody — not the build step, not the review step — was ever instructed to re-verify it against the original learner success criterion from scratch. It was reviewed constantly. It was never re-derived.

A pattern catalog for review architecture

Different review patterns catch different failure classes at different costs. A mature harness doesn't pick one — it assigns the right pattern to the right stage and the right stakes.

PatternWhat it catchesRelative costWhen to use
Self-consistency check (same session or model)Transcription errors: broken links, internal contradictions, formatting drift, arithmetic slipsLowEvery artifact, every time, as a cheap first pass — never as the only pass for anything that matters
Fresh-context review (same model, new session)Some forgotten details and drift from an earlier plan; will not catch shared-prior framing errorsLow–mediumUseful hygiene, but do not mistake it for independent review — it is still the same reasoner
Cross-model review (different model family)Framing errors rooted in one model family's training biases or default assumptionsMediumAny deliverable that shapes a decision, a policy, or a customer-facing workflow
Adversarial falsification pass ("what would make this wrong?")Unstated assumptions, edge cases the design quietly excluded, success criteria that were reframed rather than metMediumBefore anything ships to production, or before a pilot is presented as ready
Primary-source re-derivationFraming errors at the root — misread requirements, wrong regulation cited, missing coverage of the actual goalHighHigh-stakes artifacts: compliance-facing content, policy documents, anything with a named success criterion
Human spot-auditDomain judgment errors no model in the loop was positioned to catch, organizational context gapsHigh (human time)Sampled, ongoing, weighted toward the highest-consequence outputs

Notice the shape of the table: cost rises roughly with how far the check reaches back toward ground truth rather than toward the artifact's own internal logic. That's not a coincidence, and it's why cheap self-consistency checks are not a lesser version of expensive re-derivation — they're a different tool aimed at a different failure mode. A harness that runs only cheap checks will ship confident, internally coherent, wrong work indefinitely. A harness that runs only expensive checks on everything will be too slow and too costly to operate at volume. The design problem is sequencing and targeting, not picking a winner.

In practice

A utility's field-ops team built an agent that drafts crew dispatch justifications for regulator audit trails — why this crew, why this priority, why this timeline. The team's original review step was the drafting model checking its own draft for internal consistency. It caught format errors reliably and caught zero cases where the justification quietly omitted the specific regulatory clause the audit was actually going to test against, because the drafting model's internal sense of "a complete justification" didn't include that clause in the first place. Routing every draft through a second model family for a falsification pass — "what would a regulator reject this for?" — surfaced the omission pattern in the first batch of ten. The fix wasn't a smarter drafting model. It was a differently-biased second reader.

The org-chart test

Executives who would never accept a self-reviewing process anywhere else in the business sometimes accept it by default in an agent pipeline, simply because "have the model check its work" is a one-line prompt addition and feels like due diligence. Apply the org-chart test: no company lets the author of a financial report sign off on the audit of that report, no matter how rigorous and well-intentioned the author is. The audit function exists specifically because the person who produced the work has priors — about what's normal, what's material, what counts as done — that the audit is designed to sit outside of. Internal audit reports to a different chain than the business unit it reviews for exactly this reason.

Agent pipelines that route review back through the same model, same prompt lineage, same session family are structurally the author auditing the author, dressed up as a second pass. The fact that it happens in a fresh context window, with no visible memory of the first pass, doesn't change the org chart — the reviewer and the author still report to the same set of priors. The fix isn't more scrutiny from the same source. It's a different source: a different model family, a human with different incentives, or a process anchored to primary sources rather than to the artifact under review.

Key idea

The two ends of a project are where frontier-model capability earns its cost: the first pass on an ill-defined problem, where framing quality determines everything downstream, and the final adversarial audit, where catching a framing error before it ships is worth many times what it costs to catch it after. The middle — execution against an already-good frame — is where cheaper models do most of the work well. Spending frontier capability on self-review of the middle is spending it in the wrong place twice: once because self-review is structurally weak, and again because the model doing it is priced for harder work than checking its own consistency.

What actually changed between the two reviews

It's tempting to conclude that the second model was simply smarter, and sometimes that's part of the story. But in the course example, the decisive variable wasn't raw capability — it was independence from the reasoning that produced the artifact. The second model had no stake in the framing document being right, no accumulated sense that the course "already covered" the success criterion, and no path-dependent commitment to the lesson sequence as originally laid out. It read the success criterion cold and asked a binary question the first review never explicitly asked: does a lesson exist that trains this. That single re-derivation step — going back to the primary source (the stated success criterion) instead of the derived artifact (the framing document's summary of its own scope) — is what a fresh set of eyes does almost by default, and what a self-review has to be deliberately architected to force.

This is the practical takeaway for harness design: you don't need a categorically more capable reviewer to catch framing errors. You need a reviewer with different priors, pointed at the primary source instead of the artifact, at the two moments in a project where framing risk is highest. Everything in between can run on self-consistency checks and cheaper models, because the failure mode there is transcription, and transcription is cheap to catch.

Building this into the harness, not just the process

Review architecture is a harness design decision, not a one-off instruction you remember to add when a project feels important. Concretely, that means: the eval and review pipeline should name, for each artifact type, which pattern from the table applies and at what stage — not leave it to whichever engineer happens to be finishing the task that day to decide whether a second opinion is warranted. It means the primary source (the original brief, the regulation, the ticket, the stated success criterion) should be a first-class input to the review step, not something the review step reconstructs from the artifact it's checking. And it means routing matters as an architectural property: if your harness has access to more than one model family, the review step for anything consequential should default to a different family than the one that produced the draft, the same way a finance team defaults to a different reviewer than the preparer without needing to be told each time.

review_policy:
  draft_stage:
    checker: same_model_fresh_session
    checks: [links_resolve, internal_terminology_consistency, format_compliance]
  pre_ship_stage:
    checker: different_model_family
    checks: [adversarial_falsification, primary_source_rederivation]
    primary_sources: [original_brief, stated_success_criterion, applicable_policy_doc]
  sampled_audit:
    checker: human
    sample_rate: 0.05
    weighting: highest_consequence_outputs_first

None of this requires exotic tooling. It requires treating "who reviews, against what, and how independently" as a designed property of the system, with the same seriousness you'd apply to designing a retrieval pipeline or a permission boundary — because a review architecture that only catches transcription errors will, with total confidence, wave through the framing error that actually matters.

In practice

This week, take one artifact your harness currently produces and self-reviews in a single model lineage — a generated report, a policy summary, a drafted customer communication, an eval rubric. Identify the primary source it should be checked against (not the brief as restated inside the artifact, but the actual original: the regulation text, the customer's literal request, the stated success metric). Run one re-derivation pass with a different model family, instructed explicitly to ignore the artifact's own framing and start from that primary source. Write down what it catches that the self-review missed. If it catches nothing, you've confirmed independence isn't the bottleneck there yet. If it catches something, you've just found a defect your current review architecture was structurally unable to see.

Key takeaways

Check your understanding

1. In the lesson's opening story, why did the model's independent self-review — run in a fresh session — fail to catch the domain-ordering error and the missing success-criterion coverage?

Context window size is not the mechanism the lesson describes — the review had full access to the course content and framing document. The failure was conceptual, not a capacity limit.
A different, equally or less capable model caught both errors immediately once given the material cold, so raw capability was not the limiting factor — independence from the original reasoning was.
Correct. A fresh session resets conversational memory but not the model's underlying priors about what a complete course looks like — the same priors that produced the original framing also shaped how the review checked it.
The review had full access to both the course and the framing document; the gap was in what question was asked of that material, not in what material was available.

2. Which best distinguishes self-consistency checking from re-derivation from primary sources?

The lesson doesn't tie model family to which check type is used — cross-model review is a separate, additional pattern in the catalog, not synonymous with re-derivation.
Both check types apply broadly across artifact types — code, prose, policy documents — the distinction is about what failure mode is being tested for, not the medium.
Re-derivation is more expensive, not less, precisely because it requires going back to the primary source instead of just checking the artifact against itself.
Correct. Self-consistency checking asks whether the artifact agrees with itself and is cheap; re-derivation asks whether the artifact matches the actual primary source and is expensive but catches the framing errors self-consistency structurally cannot see.

3. A finance team never lets the preparer of a report also sign off as its auditor. The lesson uses this as an analogy for which principle?

Correct. The org-chart test is about independence of reasoning source, not physical identity — a fresh session of the same model is still the same "author" in the sense that matters, sharing the same priors as the preparer.
The lesson's review catalog includes human spot-audits as one pattern among several, not a blanket requirement for human review of every output — that would be prohibitively expensive and isn't the point of the analogy.
The lesson draws the analogy specifically because the underlying principle — don't let the producer certify their own output — transfers directly from organizational audit design to review architecture.
The analogy is about independence and separation of incentive/priors, not about relative capability between preparer and auditor.

4. Per the two-ends principle in this lesson, where should frontier-model capability be concentrated in a project?

The lesson explicitly warns against spending frontier capability on self-review of the middle — that's spending it in the wrong place, since self-review is structurally weak regardless of the model's raw capability.
Correct. Framing quality at the start determines everything downstream, and an independent adversarial audit at the end catches framing errors before they ship — both moments justify the cost of frontier capability, while well-defined execution in between does not.
Uniform allocation ignores that different stages carry different framing risk; it also wastes frontier-model cost on execution work that cheaper models handle just as well once the frame is solid.
Framing errors introduced early compound through the entire project; catching them only at final deployment is far more expensive than catching them at the initial framing stage.