Layer 01 • Deterministic Diagnostics

The rule layer resolves what it can, for free.

Every step of a student's step-by-step working is checked against the mark scheme's expected forms and a comprehensive library of known error patterns. When an answer matches, the classification is immediate, entirely deterministic, and costless, requiring zero model calls.

Full Auditability

Teacher-inspectable rules

Every rule-resolved classification links directly back to a specific, readable criterion that an educator or auditor can inspect, avoiding black-box ambiguity.

0ms Latency

Instant resolution

Known pattern transformations execute directly in memory. Clear structural errors and textbook steps are resolved instantaneously.

Gated Routing

Escalation on ambiguity

Only student responses that cannot be confidently verified by deterministic criteria or proven error signatures route upward to model escalation.

inspection_pipeline.log
illustrative example • non-live data
SAMPLE_ID: REF-EVAL-88219PIPELINE_STATUS: 100% RULE_RESOLVED
STEP 1:4x + 12 = 32
correct
Criterion: M1 — Method (Linear expansion)
Rule ID: RULE_EXPANSION_CANONICAL_01

Justification: Exact match against expected expansion form. Method condition verified.

STEP 2:4x = 24
process_error
Criterion: A1 — Method execution (Subtraction)
Rule ID: RULE_PROC_ARITH_INVERSION_ERR

Justification: Correct operational sequence applied; procedural arithmetic slip (32 – 12 recorded as 24 instead of 20).

STEP 3:x = 6
correct (consequential)
Criterion: B1 ft — Consequential resolution
Rule ID: RULE_FOLLOW_THROUGH_PROPAGATION

Justification: Accurate downstream division based on previous working. Follow-through criterion met.

Pipeline completed with 0 external model queries

Complex formulations or anomalous reasoning that bypass standard rule conditions are passed into high-precision model evaluation.

Continue to Model Escalation