Agent harnesses and separated coding roles
The strongest engineering result is i cat-agent. It splits GitHub issue resolution across an Explorer, Patch Editor, and Validator. The agents exchange structured events, and the Validator keeps tests and assertions hidden from the Patch Editor to reduce patch overfitting. On SWE-bench Pro, i cat-agent with GPT-5.4-xhigh solves 67.4% of tasks, 8.3 percentage points above mini-SWE-agent with the same backbone. The same paper reports lower average cost than Claude Code on SWE-bench Pro.
The broader design theme appears in Code as Agent Harness, a survey that treats code as the place where agents keep state, call tools, plan, and verify work. MCPlexer gives a concrete product version of that idea for the Model Context Protocol (MCP): a small shared tool surface with routing, approvals, audit logs, memory, browser control, and workspace policies. The MCPlexer item has no benchmark evidence, so its value is operational design, not measured performance.