P2-08: Matrix evaluator makes an LLM call — defeats purpose of "fast local path" #18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: P2 (Medium)
File:
decider/matrix.pyProblem
MatrixEvaluator.evaluate()callscall_llm()to score each principle:This means:
Fix
Implement a rule-based classifier that maps situation keywords/patterns to scores:
This gives matrix mode a genuine speed advantage: ~1ms vs ~5s for LLM-based modes. The LLM should be used only when the rule-based classifier returns "ambiguous" (middle confidence band).