Skip to main content

Command Palette

Search for a command to run...

90% of AI Models Fail a One-Step Logic Test — Context Fixes It

Updated
3 min read

The Car Wash Test

Opper tested 53 AI models with a dead-simple question:

"I want to wash my car. The car wash is 50 meters away. Should I walk or drive?"

The answer is obvious: drive. The car needs to be at the car wash.

Out of 53 models, 42 said walk. Only 5 could answer correctly 10 out of 10 times.

The failures weren't random. Nearly every wrong answer said the same thing: "50 meters is short, walking saves fuel, better for the environment." Correct reasoning about the wrong problem. The models fixated on distance and missed the actual constraint — the car itself needs to get there.

The Real Lesson Isn't About Model Size

Here's what's interesting: Claude Opus 4.6 got it right every time. Claude Sonnet 4.5 got it wrong every time. GPT-5 managed 7/10. GPT-5.1 scored 0/10.

Bigger doesn't mean smarter. The difference isn't parameters — it's whether the model can override its default heuristics when context demands it.

And that's exactly where context engineering comes in.

Context Beats Parameters

Opper ran a separate experiment: they took small, cheap open-source models and added proper context — domain patterns, examples, structured information. The result: 98.6% cost reduction while matching large model quality.

Read that again. A small model with good context outperformed a large model with no context. At 1.4% of the cost.

This is the core argument for Soul Spec. You don't need the biggest model. You need the right context.

What Soul Spec Does Here

Soul Spec structures the context layer that sits between your intent and the model:

  • SOUL.md defines how the agent thinks — its reasoning patterns and priorities
  • AGENTS.md provides workflow rules — the constraints that prevent heuristic shortcuts

Frameworks like OpenClaw add MEMORY.md on top — persistent domain knowledge that turns "walk" answers into "drive" answers. Soul Spec defines the persona structure; the framework handles memory.

Without structure, models default to statistical heuristics. "50 meters = short = walk." With structure, you can encode the constraint: "this task requires the physical object to be present."

The 90/10 Split

The car wash test reveals a clean split:

  • 90% of models rely on surface-level pattern matching (distance → walk)
  • 10% of models can perform contextual override (car wash requires car → drive)

But even the 10% aren't reliable across all tasks. The only reliable fix is providing the context they need to reason correctly.

Stop Upgrading Models. Start Engineering Context.

The industry keeps chasing bigger models. The car wash test shows that model size isn't the bottleneck — context is.

A $0.001/call model with structured context can outperform a $0.10/call model running blind. The economics are overwhelming, and the reasoning quality follows.

Soul Spec isn't about making AI "have a personality." It's about giving AI the structured context it needs to not fail at one-step logic problems.


Source: Opper — Car Wash Test on 53 AI Models | GeekNews 토론 | Get started: npx clawsouls init or browse clawsouls.ai


Originally published at https://blog.clawsouls.ai/posts/car-wash-test-context-wins/

More from this blog

ClawSouls Blog

73 posts