Start

Glossary In Plain Words

Every core term defined in short sentences with pointers to the page that teaches it.

7 min readEasyUpdated 2026-09-19

How to use this page

Read a term, then follow it to the page that shows it in action. Terms stay short on purpose so students and builders share one vocabulary.

When a discussion drifts, return here and reset on the plain meaning before continuing.

Core loop terms

A trace is the saved record of one attempt. A score is the test plus judge result. A lesson names the failure pattern and the repair idea. A patch is one small change plus one matching test. A verdict accepts or rejects with a reason. Memory keeps wins and lessons across cycles.

Grounding is the outside check that keeps the loop honest. A frozen path is judge, gate, or entry code that the loop may never edit. A transfer check is a hidden case the generator never sees during search.

Terms with home pages

TermPlain meaningLearn it in
TraceSaved steps, outputs, costs, timingsCore loop
ScoreComparable test plus judge resultEvaluation
LessonPattern, cause, repair, riskCore loop
PatchOne change plus one testBuild
VerdictAccept or reject with reasonCore loop
GroundingOutside check that proves gainEvaluation
Frozen pathJudge and gate code, never edited by loopSafety
Transfer checkHidden case for generality proofBenchmarks
ArchiveRejected tries with reasons keptCode review
DriftGoals shifting without reviewFailure drills

Continue reading

Found a gap in this page.Open the GitHub repo to propose a fix