Sign InOpen Brain
Atlas / Agent

Harness Engineering

Open JSONConfidence: Auto-collectedLast updated 2026-07-31

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

Learning on the Job: The Future of Post-Training — Raymond Feng, Applied Compute
AI Engineer · 2026-07-31

Training on a production harness could adapt an agent to real workflows, but non-replayable interactions break common RL assumptions and make feedback harder to turn into updates.

Data and Environment Curation for Post-Training LLMs — Mahesh Sathiamoorthy, Bespoke Labs
AI Engineer · 2026-07-31

Post-training gains depend heavily on task selection, rollout quality, and environment design. For many enterprise agents, curated SFT may deliver most of the value before costly RL.

Scaling to Long Horizons — Ross Taylor & Chengxi Taylor, General Reasoning
AI Engineer · 2026-07-31

Long-running agents strain context, reward design, and GPU scheduling at once. Compaction and value models can help, but each introduces another optimization trade-off.

Emulated: The Data for Fully Autonomous Software Engineers and Companies — Joseph Wang
AI Engineer · 2026-07-31

Repo-only tasks omit deployments, incidents, traffic, and distributed failures. Training infrastructure agents may require multi-node environments with real resources, despite much higher setup cost.

Reinforcement Learning without Verifiable Rewards — Will Brown, Prime Intellect
AI Engineer · 2026-07-31

For agent work without deterministic answers, mine production traces into tasks, build controllable simulators, and use scaled judges to derive rubrics while watching for reward hacking.

Agents at Scale: Inside MiniMax's Model and the Infrastructure Behind It — Olive Song
AI Engineer · 2026-07-31

MiniMax and Together describe why agent workloads change inference priorities: large codebase context, repeated tool turns, multimodality, and long-horizon RL all demand purpose-built environments and kernels.

fighting slop with slop — Vaibhav Gupta, Boundary
AI Engineer · 2026-07-31

Boundary replaces blanket code review with stable architecture rules, agent-generated tests, transcript inspection, execution traces, and human triage—a concrete harness pattern, not a license to skip verification.

How we set up our cloud agent environment
Cursor · 2026-07-30

Cursor’s cloud-agent adoption grew after it treated the dev environment as agent infrastructure: Linux parity, one discoverable CLI, end-to-end testing, and automated repair.

Your Finance Agent's Bottleneck Is You — Ramana Siddanth Emani, Auditoria AI
AI Engineer · 2026-07-30

Production agent velocity depends less on model swaps than on automating the developer loop: isolate parallel work, encode workflows as skills, connect tools, and keep humans as verifiers.

Build for the Memo, Not the Demo — Shawn Chan, China Resources Holdings
AI Engineer · 2026-07-30

Finance agents need claim-level provenance, explicit uncertainty, consistency checks, surfaced contradictions, and logged approval. Fluent output without those controls will not survive diligence.

Let's integrate AI Agents in Event-Sourced Systems — Divakar Kumar, FlyersSoft
AI Engineer · 2026-07-30

Add agents beside deterministic fraud systems, not in place of them: project cross-service events into a semantic layer, send only uncertain cases to specialist agents, then emit the verdict back into the saga.

We Vetted 2000 AI Skills Before They Reached Developers — Lucas Palma, Nubank
AI Engineer · 2026-07-29

Treat agent skills as supply-chain dependencies. Nubank scans them locally and in CI with deterministic rules plus LLM review, then gates marketplace distribution and feeds findings into vulnerability management.

How Kepler Built Verifiable AI for Financial Services — Vinoo Ganesh
AI Engineer · 2026-07-29

Kepler’s pattern keeps LLMs away from numeric mutation: agents choose sources and steps, while deterministic systems persist, calculate, and reject unverifiable values.

Why Off-the-Shelf AI Doesn't Understand Money — Udi Menkes, Intuit
AI Engineer · 2026-07-29

Intuit argues that domain context alone does not create experience. Its approach learns from verified state-action-outcome histories, using frontier models only to propose candidates.

SimulationMaxxing: How we ship agents 20× faster — Aman Gupta (Nubank) + Shreya Rajpal (Snowglobe)
AI Engineer · 2026-07-29

Nubank uses simulated multi-turn traces to evaluate agent changes before production, shortening release cycles while checking simulation results against real data and human review.

Skills are new features: Building Skill-Centric Harness — Yogendra Miraje, FactSet
AI Engineer · 2026-07-29

FactSet treats skills as versioned product features and the harness as their runtime. Routing descriptions, model-specific evals, access controls, and governance matter as libraries grow.

MindForge: Teaching Small Language Models Whole-Life-Cycle Software Engineering via Source-Free Program Synthesis
arXiv · 2026-07-29

MindForge trains a 27B coding model on source-free program synthesis, raising ProgramBench pass rate from 37.98% to 49.51% and improving across seven unseen benchmarks.

How Forward Deployed Engineering is done at Factory — Eno Reyes
AI Engineer · 2026-07-28

Factory’s deployed-engineering model treats agent adoption as workflow design: instrument the path from signal to deploy, build validators, and tie autonomy to measurable business outcomes.

AI tools for Forward Deployed Engineering — Vasuman Moza, Varick Agents
AI Engineer · 2026-07-28

Varick treats enterprise agents as process-reengineering systems: capture how work really happens, encode that context, then automate only the steps whose risk permits it.

How Forward Deployed Engineering is done at Ramp — Leo Mehr
AI Engineer · 2026-07-28

Ramp pairs strict request scoping with agents across the delivery pipeline. Its intake agent reportedly saves about 20% of scoping time, while humans retain final judgment.

How Forward Deployed Engineering is done at Decagon — Sunny Rekhi
AI Engineer · 2026-07-28

Decagon splits deployment between configuring each customer’s agent and turning repeated enterprise requests into product features. The scarce skill is resisting brittle one-offs.

How Forward Deployed Engineering is done at Kepler — Vinoo Ganesh
AI Engineer · 2026-07-28

Kepler frames forward deployment as product discovery: observe real work, ship the smallest useful fix, then turn repeated pain and customer vocabulary into durable product leverage.

AI Agents for Performance: Ship Faster, Pay Less — Rajat Shah, Netflix
AI Engineer · 2026-07-28

Netflix’s performance-agent playbook feeds production profiles and exact deployed code to agents, then relies on canaries and engineers to validate proposed optimizations.

The Physics of Multi-Turn Long-Horizon Planning: From Pre-training to Post-training via Single- and Multi-Teacher On-Policy Agentic Distillation
arXiv · 2026-07-27

Controlled experiments suggest long-horizon agent planning depends on explicit state transitions, some compositional trajectories, and compatible teacher patterns—not atomic skills alone.

State of Data — Sean Cai, Independent / State of Data
AI Engineer · 2026-07-26

Real workflow traces may teach agents more than manufactured tasks, while benchmark scores can shift with the harness. Build pipelines around live work and test across scaffolds.

Loop Engineering from First Principles — Kyle Mistele, HumanLayer
AI Engineer · 2026-07-25

Replace unbounded coding-agent loops with measured, incremental changes: sense code state, choose one bounded task, open a reviewable PR, and pause until a human responds.

From Agent Traces to Agent Simulations — Rustem Feyzkhanov, Snorkel AI
AI Engineer · 2026-07-25

Reconstructing production traces as replayable environments lets teams compare agent stacks under fixed conditions and gate releases on task outcomes, cost, latency, and retries.

From Signal to PR: Anatomy of a Self-Improving Agent — Jason Lopatecki, Arize
AI Engineer · 2026-07-24

Agents can turn production traces, evals, repository context, and observability skills into investigated issues or draft fixes. Human review remains more important as changes grow.

CausalForge: A Formally Grounded, Self-Improving Agentic Framework for Automated Research in Causal Inference
arXiv · 2026-07-24

CausalForge pairs a Lean-verified causal-inference library with an autonomous research pipeline and a semantic statement audit. Formal proof checks derivation, not whether the theorem matches the intended claim.

MineValiCoder: Reliable Code Generation with Test Case Quality Mining and Bipartite Graph-Based Mutual Validation
arXiv · 2026-07-24

MineValiCoder filters generated tests, refines several code candidates, then scores code and tests together. The pattern targets a core agent risk: unreliable tests steering implementation.

MedGame: Storytelling Gamification Empowered by Large Language Models for Medical Education
arXiv · 2026-07-23

MedGame turns static clinical cases into executable decision stories with separate narrative and orchestration stages, a useful architecture pattern for case-grounded learning agents.

The Unreasonable Effectiveness of Separating the Task from the Model — Maxime Rivest & Isaac Miller
AI Engineer · 2026-07-23

DSPy separates an AI task’s contract from its model, prompt, tools, and harness, letting builders swap or optimize implementations while holding behavior against the same evals.

OpenForgeRL: Train Harness-native Agents in Any Environment
arXiv · 2026-07-23

OpenForgeRL trains agents inside their deployment harnesses by proxying model calls into standard RL stacks and isolating rollouts in Kubernetes containers; error recovery remains weak.

Harness Engineering is not Enough: Why Software Factories Fail — Dex Horthy, HumanLayer
AI Engineer · 2026-07-23

Coding-agent loops can raise throughput without preserving maintainability. Keep human ownership of code, and use upfront alignment to make review affordable instead of trying to automate it away.

Why We Killed Our Multi-Agent Pipeline — Subbiah Sethuraman and Abhilash Asokan, ZS Associates
AI Engineer · 2026-07-23

A fixed chain of specialist agents lost context and produced incoherent recommendations. The replacement separates deterministic detection, gives one agent end-to-end ownership, and uses subagents only for bounded investigations.

Agent swarms and the new model economics
Cursor · 2026-07-20

Cursor’s SQLite experiment suggests swarm harness design can matter more than model mix: separate planner and worker contexts reduced coordination churn while cheaper workers handled most tokens.

Do AI Agents Know When a Task Is Simple? Toward Complexity-Aware Reasoning and Execution
arXiv · 2026-07-14

E3 makes agents estimate task scope, try the minimum viable path, and expand only after verification fails. In a controlled edit benchmark, it preserved task completion while sharply reducing work.

FormalAnalyticGeo: A Neural-Symbolic Based Framework for Multimodal Analytic Geometry Problem Generation
arXiv · 2026-07-14

FormalAnalyticGeo shows a reusable synthetic-data pipeline: agents generate problems, compile them into a formal representation, render exact diagrams, measure answers, and retry failed checks.

In Code They Act, In Proof We Trust — Erik Meijer, Leibniz Labs

A proposed agent harness separates planning from execution, represents tool calls as inspectable programs, and requires machine-checkable safety proofs before side effects run.

Don't Build Agents You Can't Answer For — Addy Osmani

Osmani argues that agent throughput makes evidence-backed judgment the engineering bottleneck: builders should require explainable diffs, tests, logs, and explicit ownership before shipping.

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