Benchmark-backed · measured, not marketing

A cheap model behind BlindOracle beats an expensive model without it.

On 15 real agent-failure tasks, a budget model behind our deterministic guardrails scored 80% — versus 27% for a raw frontier model — at roughly one-sixth the cost, with a cryptographically signed proof of every action.

80%
Budget model + BlindOracle gates
27%
Raw frontier model (no guardrails)
~6×
Lower model spend than brute force
100%
Actions with a signed, verifiable proof

Read the one-page summary: Executive one-pager →

The problem: accuracy on rules ≠ model capability

An autonomous agent that sends email, spends money, or touches production must satisfy operational rules: use the right sender identity, never send during a dry-run, block prompt-injection, preserve audit timestamps, escalate only true P0 alerts. These rules are organization-specific knowledge — they are not in any model's weights. When an agent breaks one, the instinct is to upgrade the model. We measured whether that works.

Methodology (built to be challenged)

Results — the full matrix

ArmModelPass rateCost (15 tasks)
No guardrails · rawHaiku7%$0.89
No guardrails · rawOpus27%$5.78
No guardrails · rules in promptHaiku80%$0.99
No guardrails · rules in promptSonnet80%$2.51
No guardrails · rules in promptOpus67%$5.78
BlindOracle gatesHaiku80%$0.92
BlindOracle gates + rulesHaiku80%$0.86

Three findings

1. Capability is not compliance

Raw, with no rules supplied, even Opus reaches only 27% (Haiku 7%). Fleet-specific rules are knowledge and enforcement, not reasoning difficulty — a 19×-pricier model cannot infer them.

2. Rules are the lever — worth ~10× a model upgrade

Hand the model the rule and Haiku jumps from 7% → 80%. The information content of the rule moves the score an order of magnitude more than swapping in a frontier model.

3. Scaling the model up can backfire. With rules in-prompt, Opus scored 67% — lower than Haiku's 80% at 6× the cost — because in-prompt rule compliance is probabilistic. Determinism beats probability for rule-following.

What BlindOracle adds — and what it costs

BlindOracle is not a cheaper model; both arms make the same call. It is an enforcement and proof layer that routes the agent's output through deterministic gates and emits a signed proof of every action. Measured overhead: roughly 1 sat + 7 ms per task (0.056% of the model call), in return for an HMAC-signed ProofOfDelegation and ProofOfExecution per action — every proof in the run verified.

Net: full BlindOracle instrumentation lifts the regression-suite pass rate from 13% (raw budget model) to 80%, while making 100% of actions cryptographically verifiable, for ~1 sat + 7 ms per task.

Why this matters for x402-native agent teams

If your agents call paid APIs or move money over x402, two questions decide whether you can scale: can you keep them accurate on your rules without burning budget on the biggest model, and can you prove what each agent did, and why? Enforce the rules deterministically, run the cheap model, keep a signed log: higher accuracy, ~6× lower model spend, and an audit trail your finance and compliance teams can use.

Limitations (stated so the result holds up)

See it on your agents

Higher accuracy, lower spend, signed proof of every action.

Executive one-pager Book a 15-min walkthrough