What problem does it solve? Multi-step calculations, algorithm traces, and financial computations can contain hidden intermediate errors that silently corrupt the final answer, and asking a reviewer to "check the work" anchors on the existing derivation instead of catching the mistake. ## Core Features & Use Cases - Independent Re-derivation: Sends only the problem statement and explicit constraints to a reviewer model, which re-derives the answer from scratch so divergences pinpoint the exact faulty step. - Transition Critique for Large Traces: Switches to step-by-step transition verification for 30+ step traces like DP tables or constraint-propagation logs where parallel re-derivation is impractical. - Verifier Independence Contract: Verifies reviewer lineage is distinct from the primary and artifact author before accepting results as independent governance evidence. - Use Case: After computing a cap-table waterfall with multiple liquidity-preference tiers, dispatch the problem and constraints to the reviewer, compare derivations, and report the audited result with the source of any error named. ## Quick Start Ask the assistant to logic-check the calculation just completed by having the reviewer independently re-derive it from the original problem statement and constraints.