Blog  Tag

Tag Archive

Tag: explainability

Posts connected to the explainability topic.

When a Run Produces Nothing, Read the Proof

Jul 30, 2026   

A rule set that fires no rules gives you no error and no output to work backwards from. A goal-driven run turns that silence into a tree, where the deepest red node names the input that was actually missing.

Goal-Driven Evaluation: Start From the Answer You Want

Jul 30, 2026   

Name the context keys a run should establish and the engine works backwards to find the rules that can produce them, firing only what the answer actually needs. Every run comes back with a proof tree that shows how the value came to be, or which input was missing.

Automatic Retraction: Conclusions That Take Themselves Back

Jul 29, 2026   

Mark a rule as retractable and its conclusions are only true while the rule still matches. When the facts behind a decision move, the decision comes back out, and so does everything built on top of it.

Explainable Rule Runs: See Why, Not Just What

Jul 18, 2026   

Most engines tell you the result. The inference trace tells you the reasoning — every firing in order, a green/red condition tree with the actual values, every context change, and a plain-language explanation on demand.