Design note. The source evaluator covers mutator state output. Presenter and end-to-end SUP evaluators are proposed application work.
- Updater evaluation: compare pre-state plus input with expected post-state.
LLMEvaluatorsupports this seam today. - State evaluation: validate invariants, required paths, candidate conflicts, and canonical resolution.
- Presenter evaluation: inspect whether prompts and components accurately represent state and request the right next information.
- End-to-end evaluation: verify the combined loop terminates and performs the expected application action.