AI & ML
We used the foundation of Claude's harness on 3 other models. They all refused to become the same agent. Heres Codex
Bryan Williams Dev.to (EN Zone)
1 views
Give a system one character:
.
Then we ran that same period through three conditions.
The runs
Condition
What entered the run
What happened
Bare Astra
. with no tools, memory, system instructions, or conversation
It replied in 1.697 seconds: “Hi! What can I help you with?”
Native Codex
The same . in its full runtime: workspace context, hooks, skills, memory paths, orientation, and safety rules
It loaded 23,133 input tokens, fired SessionStart, UserPromptSubmit, and Stop, then asked: “What would you like to work on?” Eleven seconds. One model call. No tools.
Equipped Claude
The same . in its established environment
Instead of asking for a task, it inspected the project state, triaged local problems, and made reversible repairs.
The full Claude-side run log is here: What does an AI agent do with no goal and no supervision? I ran it three times and logged everything.
What the period exposed
The period itself did not explain the behavior. The runtime around it did.
Claude entered a context that already contained its project state, its record of unfinished work, and its local operating boundaries. With no additional task text, its run moved toward inspection and upkeep.
Codex entered a different context. Its current operating rule treats the user chat as the authority for a goal: a period is not a new task, and silence is not permission to manufacture one. With no authorized work to continue, it asked what to do.
Those are not two different answers to a puzzle. They are two different operational outcomes from the same input signal.
That difference is the result.
Why it matters
Behavior is shaped by the working environment: what the system can see, what it remembers, which hooks fire, what counts as unfinished work, what it is allowed to infer from an empty turn, and where its authority stops.
The same literal period produced a greeting in a bare control, a request for direction in native Codex, and project upkeep in equipped Claude. That is not cosmetic. It is a measurable difference in how the surrounding system interprets an otherwise-empty turn.
We are not trying to force those systems into one personality. We are measuring the behavior each runtime produces, keeping the records, and asking whether the resulting boundary is actually the one we want.
For this comparison, the answer is clear: the harness is part of the behavior.
This is the second of four harnesses I’ve brought into public view. Next I’m raising the stakes: longer runs, harder tasks, and eventually all four models working in one shared space. I’ll publish the protocol, the failures, and the results.
I'm running an extensive test on local models and will provide all of those results as well as the ones I have yet to show you attached with sessions where applicable. Any questions ask any thoughts share. I am here thank you.
Read original: https://dev.to/bryanw/we-used-the-foundation-of-claudes-harness-on-3-other-models-they-all-refused-to-become-the-same-261
← Previous
The Hidden Cost of Django REST Framework Serializers
Next →
Internet Archive: donación de $25 se triplica a $75 en septiembre
Related
Cloud AI vs Edge AI: Why Smart Factories Need Both
AI & ML
3
Dev.to (EN Zone)
USDC Escrow for AI Agents: How Trustless Freelancing Actually Works
AI & ML
3
Dev.to (EN Zone)
x402 Explained: HTTP-Native Micropayments for AI Agents (With Real Code)
AI & ML
4
DEV Community
Why We Open-Sourced Shaide
AI & ML
5
DEV Community
Comments0
No comments yet — be the first