agent harness
30 articles about agent harness in AI news
Meta: Agent Harness Authoring Still Manual—Automation Gap
Meta research says agent harnesses are mostly hand-authored, limiting robustness. The field needs automated harness tuning to scale agents.
Stop Dumping Instructions Into CLAUDE.md — Use the 3-Layer Agent Harness
Stop appending rules to CLAUDE.md. Use the 3-Layer Agent Harness: a short constitution (CLAUDE.md), specialist skills, and subagents. This respects the 150-instruction compliance budget and keeps your agent reliable.
Stanford, Meta 'Code as Agent Harness' Paper Rethinks AI Agent Design
Stanford and Meta's "Code as Agent Harness" paper proposes code-driven AI agent orchestration, potentially improving reliability over natural language prompts.
Meta-Stanford Survey: Code as Agent Harness Improves AI Reasoning
Meta, Stanford, Illinois survey argues AI agents work better with code as their main working layer, calling it an agent harness.
Agent Harness Engineering: The 'OS' That Makes LLMs Useful
A clear analogy frames raw LLMs as CPUs needing an operating system. The agent harness—managing tools, memory, and execution—is what creates useful applications, as proven by LangChain's benchmark jump.
MIT's 'Agent Harness' Unleashes Proactive AI That Can Independently Navigate Complex Tasks
MIT researchers have developed a groundbreaking 'agent harness' system that enables AI agents to proactively plan and execute multi-step tasks with minimal human intervention. This represents a significant leap toward truly autonomous AI systems that can navigate complex, real-world scenarios independently.
Code-as-Agent Harness Thesis: 88.5% Gains Without Touching the LLM
Paper shows 88.5% improvement by adapting runtime interface around frozen LLM. Harness generalizes across 18 backbones, challenging model-centric agent improvement.
Agent Harnessing: The Infrastructure That Makes AI Agents Work
A detailed technical guide argues that the model is not the hard part of building AI agents. The six-component harness — context management, memory, tools, control flow, verification, and coordination — is what separates production-grade agents from those that fail silently.
Agent Harness Debate: Anthropic vs. OpenAI vs. LangChain on Scaffolding
A central debate in agent engineering pits a 'thin harness' approach (Anthropic) against 'thick harness' designs (LangGraph). The infrastructure layer, not the model, is becoming the primary product differentiator.
Agent Harness Scaling: EFC Predicts Success at R2 0.99 vs 0.42
New research introduces Effective Feedback Compute (EFC), which predicts agent success at R2 0.99 vs 0.42 for raw tokens. Reallocating compute by EFC lifts success 3x at the same budget.
Anthropic Deploys Multi-Agent Harness to Scale Claude's Frontend Design & Autonomous Software Engineering
Anthropic engineers detail a multi-agent system that orchestrates multiple Claude instances to tackle complex, long-running software tasks like frontend design. The approach aims to overcome single-model context and reasoning limits.
Agentic Harness Engineering Boosts Coding Agents 7% on Terminal-Bench 2
Agentic Harness Engineering introduces a structured approach to evolving coding-agent harnesses, using revertible components, condensed experience, and falsifiable decisions. On Terminal-Bench 2, pass@1 climbs from 69.7% to 77.0% in ten iterations, beating human-designed baselines.
Meta-Harness Framework Automates AI Agent Engineering, Achieves 6x Performance Gap on Same Model
A new framework called Meta-Harness automates the optimization of AI agent harnesses—the system prompts, tools, and logic that wrap a model. By analyzing raw failure logs at scale, it improved text classification by 7.7 points while using 4x fewer tokens, demonstrating that harness engineering is a major leverage point as model capabilities converge.
ClawGym II Boosts Agent RL Pass@1 by 10-15 Points
ClawGym II claims 10-15 Pass@1 point gains on ClawGym-Bench via black-box RL with Qwen3-30A3B, targeting complex agent harnesses. Details on baselines and compute remain undisclosed.
DeepSeek Open-Sources Harness (dsh) With Plugin Architecture
DeepSeek open-sourced DeepSeek Harness, a plugin-based agent harness that crossed 35k GitHub stars in hours. It treats adapters, tools, and session logs as swappable plugins, addressing context-assembly pain points.
What Does 'My Harness' Mean in Agentic Coding? Here's How to Build One on
Build your harness on Claude Code with CLAUDE.md, MCP servers, and slash commands. Skip the from-scratch agent—leverage existing tools for speed.
Google's EnvHarness Adds +9 Points to Agent Benchmarks
Google's EnvHarness adds programmable layers to agent environments, reporting up to +9 points on held-out tasks, per @HuggingPapers.
HarnessEval-W: New Benchmark Audits World Models via Sub-Agents
HarnessEval-W applies harness paradigm to world model eval, using sub-agents for auditable scoring. Announced via @HuggingPapers; technical details pending.
Open-Source Course Shows Harness, Not Model, Lifts Coding Agent 25 Places
Open-source course shows harness engineering, not model swap, moved a coding agent from ~30th to top 5 on Terminal-Bench. Course builds Decode from scratch.
Your AI Agent Is Only as Good as Its Harness — Here’s What That Means
An article from Towards AI emphasizes that the reliability and safety of an AI agent depend more on its controlling 'harness'—the system of protocols, tools, and observability layers—than on the underlying model. This concept is reportedly worth $2 billion but remains poorly understood by many developers.
Akshay Pachaar Inverts LLM Agent Architecture with 'Harness' Design
AI engineer Akshay Pachaar outlined a novel 'harness' architecture for LLM agents that externalizes intelligence into memory, skills, and protocols. He is building a minimal, didactic open-source implementation of this design.
Harness Engineering for AI Agents: Building Production-Ready Systems That Don’t Break
A technical guide on 'Harness Engineering'—a systematic approach to building reliable, production-ready AI agents that move beyond impressive demos. This addresses the critical industry gap where most agent pilots fail to reach deployment.
MiniMax M2.7 AI Agent Rewrites Its Own Harness, Achieving 9 Gold Medals on MLE Bench Lite Without Retraining
MiniMax's M2.7 agent autonomously rewrites its own operational harness—skills, memory, and workflow rules—through a self-optimization loop. After 100+ internal rounds, it earned 9 gold medals on OpenAI's MLE Bench Lite without weight updates.
StateM Hits 95.3% on Terminal-Bench 2.1 via Harness Scaling
StateM hits 95.3% on Terminal-Bench 2.1 via harness scaling, per Hugging Face roundup. Highlights evaluation infrastructure's impact on agent scores.
Claude Code's Harness Wins by 23.8 Points
Claude Code's harness—maximal tools, context caching, and subagent orchestration—drives a 23.8-point performance gap. Use CLAUDE.md and /compact to optimize your context window.
Anthropic Engineer Shows Claude Managed Agents for Server-Side AI
Anthropic engineer demoed Claude Managed Agents, a server-side harness with 90% lower P95 latency and an SRE agent that traced a P99 spike to a commit.
Prime Intellect's Prime Agent Hits 95.5% on ARC-AGI-3 With Opus 5
Prime Intellect's open-source Prime Agent scored 95.5% on ARC-AGI-3 with Opus 5, exceeding the human baseline via a self-improving RLM harness.
InAgent Hits 90.2% on OSWorld, First Agent Past 90%
InAgent scored 90.2% on OSWorld, first above 90%, with 100% on system-level tasks, surpassing OpenAI, Google, and Anthropic records. Harness engineering, not raw model power, drove the result.
Databricks Tests Coding Agents on Its Own Codebase
Databricks benchmarked coding agents on its own polyglot codebase. GLM-5.2 matched top closed models, a minimal harness halved costs, and cheaper-per-token models cost more per task.
5 Harness Internals That Changed How I Use Claude Code Daily
Rebuilding Claude Code's harness reveals that CLAUDE.md layers on a hidden base prompt, hooks can block tool calls, and subagents need abort trees—5 actionable takeaways for daily use.