Fetching from the wire…
Public story · 2026-07-10 · high
It rebuts a rival framework that wants the harness to rewrite itself, and lands the same day that framework published.
Why now: Both papers landed on July 10, arguing opposite sides of the same fault line over how much a coding harness should decide for itself.
A paper posted July 10 rejects the idea that agent harnesses should rewrite themselves, arguing for a fixed contract instead, per arXiv 2607.08028.
The failure mode it targets is common: a prototype whose entire behavior lives in prompts and retrieval context. For teams shipping these systems, that's the layer most likely to break when nothing else in the code changed.
The fix, per the paper, is to move deterministic behavior out of the prompt. It goes into code, manifests, schemas, and validation artifacts, arranged around a model you can swap out. The model changes. The contract doesn't.
TTHE, published the same day, argues close to the opposite: the harness should rewrite itself as it runs. The two papers disagree over which layer of the system is allowed to move.
My read: they're both half right, and most builders split it the wrong way. Verification, whether the output is actually correct, should be the static, hard-coded part. Strategy, what to try next, should be the part that flexes. Wire it backwards, rigid strategy with soft verification, and you're back to the fragile prototype this paper is arguing against.
Each link below shares sources, entities, or timing with this story.
arXiv 2607.08124 argues an agent's behavior is set as much by its harness (the program that builds context, invokes tools, verifies intermediate results, recovers from failure) as by the model. Current practice optimizes the harness on development data then freezes it at deplo...
Agent Lightning v1.0 (arXiv 2608.17528) inverts the standard agentic RL architecture, and the inversion is the whole point. Normally the training engine owns the environment loop. It drives the agent, collects trajectories, computes rewards. Which means your training setup and...
arXiv 2608.05604 names the mismatch precisely: current systems retrieve skills as packages but compress them as prose, which destroys the execution contract. SkillZip does contract-preserving compression over section-level graphs, rewriting recurring valid motifs into reversib...
The PAI combines Evaluation, Context, Compliance, and Governance into a release-gate index. Three findings cut against current practice: context engineering strongly changes reliability, capability improves behavior but doesn't determine readiness, and governance evidence degr...
1. Flip your multi-model pipeline to review-then-generate. Instead of using a reasoning model to plan before code generation, let the specialist generate freely and use reasoning tokens for review. Paper shows 90.2% pass@1 vs 87.2% for the planning pattern. Source 2. Audit you...
First defense modeling multi-turn indirect prompt injection as temporal causal takeover. Uses counterfactual re-executions at tool-return boundaries to detect when tool outputs steer agent behavior. Evaluated on AgentDojo across four task suites. Builder-ready pattern for tool...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.