AI Harnesses and Agents Drive Rapid Performance Gains and Cost Cuts in 2024
Patch internal agent harness to use Codex's WebSocket mode and Cursor SDK for CI/CD automation.
Patch internal agent harness to use Codex WebSocket mode, integrate Cursor SDK into CI/CD pipelines, and enable VS Code's new semantic indexing for improved code navigation.
Summary
AI developers are redefining the boundaries of what a product can be by turning “harnesses” into the new core of model performance. In 2024, the latest generation of harnesses—software layers that wrap large language models—has delivered dramatic jumps in benchmark scores. For example, GPT‑5.2‑Codex leapt from 52.8 % to 66.5 % on Terminal‑Bench 2.0, while GPT‑5.3‑Codex improved by 20 % on tau2‑bench after a series of prompt and middleware tweaks. These gains are largely attributed to context pipelines that feed richer, more structured information into the models.
The ecosystem of harnesses is expanding beyond simple wrappers. Hermes Agent Kanban now offers visual multi‑agent coordination, and a Spanish war‑room UI has been added to streamline collaboration. LangChain’s Deepagents and LangGraph introduce model‑specific harness configurations, schema migrations, node‑level error handling, timeouts, and new streaming primitives, while PyFlue extends the concept into Python. Open‑source teams are also cutting costs dramatically—by more than 20 %—by routing sub‑agents across a variety of open models such as Kimi, Qwen, GLM, Ollama, OpenRouter, LiteLLM, and Baseten. The Deepagents‑CLI and LangChain Fleet now support multi‑model sub‑agent routing, giving developers unprecedented flexibility.
Beyond coding, agents are moving into knowledge work and creative domains. A Codex Security plugin now offers five AppSec workflows, and Google Slides generation via Codex was demoed. A fully local assistant built on llama.cpp and a Hermes‑based video‑generation workflow from Noustiny illustrate the breadth of applications. Benchmark design is also evolving: HiL‑Bench tests agents’ ability to ask clarifying questions, MathArena offers a continuously maintained evaluation platform, and Meta FAIR’s Autodata revealed a 34‑point gap between weak and strong solvers. Long‑context evaluations remain a challenge, but system updates such as Zyphra’s folded Tensor and Sequence Parallelism (TSP) have pushed throughput to 173 M tokens per second on 1024 MI300X GPUs, outperforming traditional TP+SP setups.
These developments signal a shift toward more modular, cost‑effective, and versatile AI systems. By treating harnesses as the new product boundary, developers can rapidly iterate, integrate diverse models, and extend AI capabilities far beyond traditional coding tasks, setting the stage for a new wave of AI‑powered productivity tools.
Key changes
- Codex adds persistent context, tools, integrations, and $0 seat fee for business customers through end of June.
- Codex WebSocket mode keeps state warm across tool calls, cutting agentic workflow latency by up to 40%.
- VS Code harness introduces semantic indexing across workspaces, cross‑repo search, chat session insights, and skill context.
- VS Code adds prompt/agent evaluation extension for refining prompts, skills, and instructions.
- Cursor SDK exposes runtime, harness, and models for CI/CD, automations, and embedded agents.
- Cursor SDK includes starter projects and customer examples for programmable agent infrastructure.