LLM reliability

Type: kb/types/tag-readme.md

LLM output deviates from what the user intended for three distinct reasons — underspecification of the spec, error by the interpreter, and indeterminism in sampling — each a property of a different part of the system and each needing a different remedy. This area covers that taxonomy, the detection and correction machinery (oracles, voting, verification), and architectural responses (separation, bounded context) for managing all three.

The Taxonomy

Error Correction Theory

Oracle Theory

Aggregation & Correction

  • synthesis-is-not-error-correction — merging agent outputs propagates errors; voting discards minorities and corrects them; the aggregation operation must match the decomposition structure

Architectural Responses

Sources

  • learning-theory — oracle and verification theory originated there; this area applies it specifically to LLM output deviations
  • computational-model — the scheduling architecture that separation notes describe; error correction explains why it works

Other tagged notes