Sign InOpen Brain
Atlas / Agent

Harness Engineering

Open JSONConfidence: Auto-collectedLast updated 2026-09-14

Current Answer

No editorial synthesis yet — the evidence below is collected automatically from source labels. A current answer lands here once an editor approves one.

Evidence

Stellar Colosseum: A Many-Agent Harness for Long-Horizon Research in Mathematics and Theoretical Computer Science
arXiv · 2026-09-14

Stellar Colosseum coordinates parallel strategy search, falsification, decomposition, and verifier feedback for long research tasks. Its harness patterns may transfer to agents handling interdependent coding work.

HypoEvolve: Genetic Algorithms Enable Multi-Agent LLMs to Discover Scientific Hypotheses
arXiv · 2026-09-14

HypoEvolve turns multi-agent scientific work into explicit population updates governed by a genetic algorithm. The result suggests agent collaboration is easier to test when selection and revision are formalized.

Agents Without Code: Skills, YAML, and Filesystems Replaced Python — Philipp Schmid, Google DeepMind
AI Engineer · 2026-09-14

A GitHub review agent is rebuilt with progressively less orchestration code, ending as instructions and setup files around general tools. Evals still remain the builder’s job.

How We Solved Agent Building — Andrew Qu, Vercel
AI Engineer · 2026-09-14

Vercel’s data agent improved after replacing prescriptive specialist pipelines with a filesystem, Bash and company-specific context. Eve packages that pattern as conventions.

We let an AI agent execute Bash and lived to talk about it — Sarah Sanders, PostHog
AI Engineer · 2026-09-14

PostHog treats every context source as part of an agent’s supply chain, scanning at build and use time while reserving blocking decisions for deterministic controls.

Harness Engineering: Building the Production Cage for Powerful Domain Agents — Mike Chambers, AWS
AI Engineer · 2026-09-14

A production agent's harness is everything around the model: tools, memory, runtime, isolation, and deployment controls. The practical lesson is to standardize that layer across agents.

Building ambitious software — Jonathan Kelley, Dioxus Labs & Cognition
AI Engineer · 2026-09-11

Dioxus found that generating more Rust was easy but merging it was not. Agents paid off on bounded research and maintenance work when architecture, real-device tests, and line-by-line review stayed human-owned.

GitHub Copilot is now available in the AI SDK harness layer
Vercel · 2026-09-10

AI SDK now runs GitHub Copilot behind the same HarnessAgent interface as nine other coding harnesses, using an official adapter and ACP connection.

Mousepower: agents that can’t be measured, can’t be managed. — Maximillian Piras, Yutori
AI Engineer · 2026-09-10

Token counts do not show whether an agent was worth running. Define outcomes and cheap acceptance checks first, then reserve agents for work that is uncertain to execute but relatively easy to verify.

The Design-Code Roundtrip That Isn't — Jonathan Gordon, ReWeaver AI
AI Engineer · 2026-09-10

Design-to-code agents can silently introduce security, accessibility, and fidelity drift. Scan both artifacts with deterministic checks, review proposed fixes, and catch divergence before merge.

The Spatial Harness: Bringing Agents to the Canvas — Max Drake, tldraw
AI Engineer · 2026-09-10

A spatial agent harness can make parallel work, dependencies, and ownership visible on a shared canvas. Bridging that canvas to coding tools lets its nodes perform real work beyond drawing.

The exact tools used to port a massive codebase in days #programming #typescript #dev
AI Engineer · 2026-09-09

A reported weekend Python-to-TypeScript port shows how agent-driven iteration can make once-prohibitive migrations plausible, provided verification is part of the loop.

Show-Harness: Just a VLM Agent Can Play Robots
arXiv · 2026-09-09

Show-Harness puts a compact semantic action layer between VLM intent and robot-specific control, a harness pattern for reusing frontier or small open models across embodiments.

500 Skills, Zero Fine-Tuning: LinkedIn's Playbook for AI Agents — Ajay Prakash, LinkedIn
AI Engineer · 2026-09-09

LinkedIn scales a large internal agent catalog through search, schema lookup, and execution rather than exposing every tool at once. Its playbooks add task-specific operating knowledge.

It’s Tokens All The Way Down: How RLMs are Different — Kevin Madura, AlixPartners
AI Engineer · 2026-09-09

RLMs keep large inputs in a programmable environment, letting a model inspect them with code and delegate subsets to submodels instead of attending to every token at once.

Build-Time vs. Run-Time: Why Dev Tools Fail in Production — Averi Kitsch & Prerna Kakkar, Google
AI Engineer · 2026-09-09

Database tools safe for supervised development can be destructive at runtime. Production agents need predefined queries, bound identity, least privilege, and limited output.

Procedural Graphs: Self-Evolving Execution Structures for LLM Agents
arXiv · 2026-09-08

Procedural Graphs externalize an agent’s workflow, guide each action from the relevant subgraph, and refine the structure from failed and working runs. This targets drift and repeated tool mistakes on long tasks.

Co-Evolving Harnesses and Models: On-Policy Correction Helps Weaker Models Catch Up Where Imitation Fails
arXiv · 2026-09-08

Full expert-trajectory imitation can break the fit between a weaker model and its evolved harness. Correcting only the failing turn preserved the model’s planning style across seven enterprise tasks.

ExecCritic: Learn to Test, Test to Improve for Coding Agents
arXiv · 2026-09-08

ExecCritic separates test writing from repair and freezes qualified tests before code changes. On SWE-bench Verified, weak generated tests hurt resolution, while separately trained roles reached 72.6%.

Multi-Step Tool-Calling over Korean Open Public APIs: A Benchmark and a Data-Synthesis Recipe
arXiv · 2026-09-04

EDGE synthesizes multi-step tool-call training data by retaining only API links verified through live execution. Its 9B model nearly matched an untuned 27B sibling on Korean public-API tasks.

SENTINEL-RL: Offloading Topological Reasoning from LLM Agents in the Security Operations Center
arXiv · 2026-09-03

Sentinel-RL keeps topology outside the LLM: a graph encoder and constrained policy choose SOC actions, while the model writes critic-gated narratives for human approval.

From coding to Knowledge work agents — Karan Vaidya, Composio
AI Engineer · 2026-09-03

Knowledge-work agents need code-like infrastructure around tools: centralized context, action records, verification, enforced permissions, and preflight checks for irreversible work.

Agents' next frontier: agent-to-agent and network effects — Jean-Denis Greze, Town
AI Engineer · 2026-09-03

Cross-silo agents are primarily a context and privacy-boundary problem. Start with low-sensitivity data, explicit sharing policy, and approval at the moment information leaves a silo.

SafeEvolve: Harness-Policy Co-Evolution from Agent Experience for Safety Alignment
arXiv · 2026-09-02

SafeEvolve turns completed agent trajectories into reversible harness updates and policy training, linking runtime safeguards with learned multi-step behavior.

Your Agent Just Authorized What?! — Jay Mok & Ben Coumes, Paypal
AI Engineer · 2026-09-01

Agent authorization should scale with stakes and reversibility: logs may cover coding changes, while open-ended payments need scoped, time-bound, independently verifiable mandates.

CordisBench: Can Language Models Reason About Component Lifecycles in Dynamic Agent Harnesses?
arXiv · 2026-09-01

CordisBench finds that models lose reliability as harness lifecycle interactions grow, while deterministic execution semantics can replace costly reasoning on controlled cases.

The Rise of Verbal Reinforcement Learning
arXiv · 2026-09-01

This survey separates verbal feedback by when it acts and what it changes, helping agent builders distinguish task specification, test-time guidance, and parameter updates.

Multimodal Collaborative Agents for Next-Gen Commerce — Nidhi Kaushik Vyas, Google DeepMind
AI Engineer · 2026-09-01

For fuzzy requests, an agent should identify the missing constraint with the most decision value, elicit it in the right modality, then choose a response format suited to the task.

Teaching agents to pay — Anna Spysz, Stripe
AI Engineer · 2026-09-01

Agent checkout needs more than payment tools: enforce user-set limits outside the agent, expose structured merchant data, honor cancellation, and log every decision.

OntoAligner-Ensemble: Voting-Based Fusion across Heterogeneous Ontology Alignment Techniques
arXiv · 2026-08-31

A two-stage ensemble reconciles outputs from string, graph-embedding, and RAG-based ontology aligners. Composition matters: mixed paradigms favor precision, while LLM-only groups more often favor F1.

How our agents build on-brand pages with design.md
Vercel · 2026-08-31

Vercel found that prose alone produced inconsistent agent-made pages, then paired design.md with fixed CSS primitives and repeatable evals to encode brand judgment.

Tell the Robot What You Want — Sandhya Subramani, AWS
AI Engineer · 2026-08-29

An AWS demo treats a robot as an agent tool: an LLM selects existing hardware policies while separate agents handle thinking, communication, and voice. The live failures expose the safety gap.

Tribal Dungeons of Global Shipping: AI Agents at Global Scale — Dmitry Buykin, Maersk
AI Engineer · 2026-08-29

Maersk’s production agents depend less on a clever loop than on executable SOPs, bounded tools, replayable traces, and a correction system shared by experts and engineers.

Agents Are Where Microservices Were in 2015 — Roberto Milev & Uday Kanagala, Navan
AI Engineer · 2026-08-29

Navan treats production agents as stateful services needing persistence, composable skills, traces, authorization gates, and trajectory-based tests before multi-agent complexity.

AI Agents Are Just Distributed Systems Now — Salman Munaf, TikTok
AI Engineer · 2026-08-29

Once agents mutate external state, timeouts mean unknown outcomes. Builders need idempotent tools, bounded retries, scoped credentials, durable traces, and explicit recovery paths.

The Half Life of Agent Infrastructure — Ben Kus, Box
AI Engineer · 2026-08-29

Agent architectures are expiring quickly. Keep model, search, and orchestration choices replaceable, and evaluate platforms by how well they handle repeated change.

AI-Native Organisations Run on Skills: How to Structure and Scale Them — Imad Touil, QuantumBlack
AI Engineer · 2026-08-28

Shared agent skills can turn team know-how into portable workflows, but unmanaged catalogs create duplication and policy risk. Treat skills as versioned, evaluated dependencies.

How to Get Your Org to Adopt Coding Agents (Without Shipping Garbage) — Eyal Blum, Figma
AI Engineer · 2026-08-28

Figma’s cautious agent adopters expose missing safeguards, not resistance. Use their feedback to improve verification, plans, review size, and the labeling of AI-generated work.

From AI-Assisted to AI-Native: Building a Frontier Development Team — Clare Liguori, AWS
AI Engineer · 2026-08-28

Amazon’s pilot suggests coding-agent gains come from redesigning the workflow: prepare agent-readable context, fast local feedback, scoped specs, and parallel work instead of constant chat.

On the Maintenance and Co-evolution of Agent Plugins: An Empirical Study of Claude Code Plugin Marketplaces
arXiv · 2026-08-28

A study of 8,351 Claude Code plugins finds instruction files and scripts often require coordinated maintenance, treating skills as evolving software rather than static prompts.

Stable permalink · evidence auto-collected from source labels · synthesis maintained by feed7 editorial