AI Industry Shifts Toward Harness‑Based Agent Orchestration and New Benchmarking
Enable the appropriate model‑specific profile in Deep Agents to achieve a 10–20 point boost on tau2‑bench.
Activate the OpenAI model profile in Deep Agents and benchmark against the default harness to confirm performance gains.
Summary
The AI sector is undergoing a significant transition from a model‑centric focus to a context‑pipeline‑centric approach, with harnesses emerging as the new product boundary. Recent developments show that harness engineering—tools that wrap models with middleware, error handling, and streaming primitives—can dramatically improve performance and reduce costs. For instance, gpt‑5.2‑codex, when tuned within a harness, achieved a 66.5 % score on Terminal‑Bench 2.0, up from 52.8 %. Similarly, gpt‑5.3‑codex gained 20 % on tau2‑bench after prompt and middleware adjustments. These gains illustrate how harnesses can unlock latent model capabilities without changing the underlying weights.
Open‑source harnesses such as Hermes, Deepagents, and Flue are maturing rapidly. Hermes has introduced a visual coordination tool, the Hermes Agent Kanban, and a Spanish‑language war‑room UI, while Deepagents/LangGraph in LangChain now supports model‑specific harness profiles, schema migrations, node‑level error handlers, timeouts, and streaming primitives. The Deepagents‑cli tool supports a wide array of models—including Kimi, Qwen, GLM, Ollama, OpenRouter, LiteLLM, and Baseten—enabling teams to cut agent costs by up to 20× by tuning open models within robust harnesses. LangChain Fleet’s multi‑model sub‑agent routing further streamlines orchestration across diverse backends.
Coding‑agent user experience is also evolving. New workflows such as a Codex Security plugin, Google Slides generation, and local assistants running on llama.cpp are being introduced. Benchmark design is under review, with initiatives like HiL‑Bench, MathArena, and Meta FAIR’s Autodata pushing for more realistic, end‑to‑end evaluations. System‑level updates include Zyphra’s folded Tensor and Sequence Parallelism (TSP), which delivers 173 million tokens per second compared to 86 million for traditional TP+SP, and a growing adoption of AMD‑based open‑model serving infrastructure.
Overall, the industry is embracing harness‑centric architectures to accelerate innovation, reduce operational costs, and create more reliable, context‑aware AI applications.
Key changes
- Deep Agents adds model‑specific profiles
- Profiles for OpenAI, Anthropic, Google
- 10–20 point improvement on tau2‑bench
- Automatic tuning of prompts and middleware
- Reduces manual configuration