Sign InOpen Brain
Atlas / Agent

Harness Engineering

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

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

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.

Persona-Execution Separation: An Architecture Pattern for Evolving LLM Agents under Execution Audit
arXiv · 2026-08-27

Persona-Execution Separation isolates mutable agent behavior from audited, stateful work through a governed bridge. It is an architecture option for multi-user agents under compliance constraints.

How Anthropic Builds: Lessons from Labs — Mike Krieger, Anthropic
AI Engineer · 2026-08-27

Mike Krieger describes shifting from stepwise prompting to goal-level delegation, backed by verification, observability, feature flags, and frequent decisions to continue or stop experiments.

Cursor is now available in the AI SDK harness layer
Vercel · 2026-08-27

Vercel’s AI SDK can now run Cursor behind the same HarnessAgent interface as seven other coding agents, reducing application changes when swapping harnesses.

TraceML: An Empirical Analysis of Human-Agent Planning in Machine Learning Development
arXiv · 2026-08-26

TraceML exposes why coding agents stall on long ML work: they repeat narrow optimization loops instead of alternating work types, revisiting discarded ideas, and pivoting like experts.

How AI Agents Let GTM Teams Scale — Justin Joyce, Cloudflare
AI Engineer · 2026-08-26

Cloudflare’s GTM workflow shows a reusable agent pattern: preprocess business data, encode domain knowledge in skills, then separate drafting, verification, and tone.

Knowledge Systems: The New GTM Stack — Jeffrey Wang, Exa
AI Engineer · 2026-08-26

Exa’s internal agent clone combines writing examples, decision evals, and permission-scoped tools—a concrete pattern for encoding judgment without sharing full access.

Building GTM AI Agents: Lessons from Deploying to 6,000 Users — Sait Izmit, Snowflake
AI Engineer · 2026-08-26

Snowflake’s rollout favors narrow, high-accuracy coverage, staged adoption, and log-driven iteration over connecting every data source before launch.

The Building Blocks of GTM Orchestration — Arman Vaziri, Ramp
AI Engineer · 2026-08-26

Ramp’s GTM agents share a customer-data layer, durable execution, tools, and skills. The reusable pattern is to automate one narrow workflow, then extend the same substrate across teams.

GTM Engineering: The Technical Bits — Everett Berry, Clay
AI Engineer · 2026-08-26

Clay frames GTM agents as a data and orchestration problem: resolve entities, evaluate providers, isolate agent-written state, and account for delayed syncs before automating decisions.

Agent Frameworks Considered Harmful — Rémi Louf, .txt
AI Engineer · 2026-08-22

Reliable background agents need runtime primitives more than elaborate framework abstractions: durable events, queues, versioned inputs, causal traces, diffs, and replay.

Coding Agents Don't Scale Themselves. Neither Do Your Teams. — Patrick Debois, Tessl
AI Engineer · 2026-08-22

Agent adoption becomes a team-systems problem: improve shared context and harnesses, assign platform ownership, and measure fewer human interventions instead of individual prompt speed.

FinOps for AI Agents: Who Spent All the Tokens? — Tisha Chawla & Susheem Koul, Microsoft
AI Engineer · 2026-08-22

Run-level policies cut benchmarked agent spend while completing more runs, suggesting builders should steer loops, context, and tool output before enforcing hard caps.

Give the Agent a Budget, Not a Token — Sachin Malhotra, Anthropic
AI Engineer · 2026-08-22

Production agents need bounded write authority, infrastructure-stamped identity, and human-only overrides; a broad token and tool list cannot control blast radius.

Asymmetric Capacity Allocation in Self-Refinement Pipelines
arXiv · 2026-08-21

Self-refinement pipelines need not use equally capable models: invest capacity in generation and revision, while a small critic may preserve gains at lower compute cost.

Re$^3$Cap: Retrieval-Guided Refinement for Image Captioning Enhancement via Reinforcement Learning
arXiv · 2026-08-21

Re³Cap uses multimodal retrieval to find caption omissions and hallucinations before refinement, offering a concrete retrieval-and-review pattern for vision agents.

How I automate my own job at Hugging Face using agents — Niels Rogge, Hugging Face
AI Engineer · 2026-08-20

Hugging Face automated research-artifact outreach with a CLI, one skill, and a sandbox. The case shows when an agent can replace custom workflow code, but undisclosed automated outreach raises trust questions.

The Era of Compound Engineering — Kieran Klaassen, Every/Cora
AI Engineer · 2026-08-20

Compound engineering treats each agent mistake and product judgment as reusable context. The useful discipline is to invest in memory and review so the next feature becomes easier, not merely faster.

IT Admin for the AI Workforce — Sarthak Aggarwal, Decawork
AI Engineer · 2026-08-20

Agent instructions are not security boundaries. Put identity, scoped capabilities, policy gates, audit receipts, and revocation outside the model before granting production access.

Prototyping as Leadership: How a CTO Ships with AI Agents — Hursh Agrawal, The Browser Company
AI Engineer · 2026-08-20

A manager can turn fragmented time into agent steering: prepare context, run bounded work overnight, then personally test and review small PRs before involving the team.

Your Agent Evolved. Your Evals Didn't. — Ameya Bhatawdekar, Braintrust
AI Engineer · 2026-08-20

When an agent moves from fixed chains to model-led orchestration, memory, tools, and sandboxes, its old answer-quality evals cover only part of the system. Evals must follow the architecture.

How to build an AI-Native Health Company — Dan Feng, Maven Clinic
AI Engineer · 2026-08-19

Maven’s agent-heavy workflow shortens planning, caps reviewable PR size, and tests nondeterministic features repeatedly. The bottleneck shifts from implementation to decisions and verification.

Trading Desks to Clinical Trials: Parallels in Applied Vertical AI — Ayush Bhardwaj, Allos AI
AI Engineer · 2026-08-19

Vertical agents need narrow jobs, proprietary data, observability, and expert judgment. Generic models and self-grading cannot establish whether domain-specific output is actually useful.

Healthcare’s Agent Bytecode: X12 as the Harness for AI Agents — Vasant Kearney, Onlay
AI Engineer · 2026-08-19

Healthcare agents can use X12 transactions as a typed contract across calls, portals, and claims. The standard constrains actions and validation, but payer data can still be stale or wrong.

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