Most teams still talk about AI agents as if the model is the whole product. Pick a stronger model. Write a sharper prompt. Add a few tools. Hope the agent becomes more useful.
That works for demos. It does not hold up once the agent has to complete long-horizon work where each step changes the next one: reading messy inputs, making design decisions, calling tools, checking intermediate artifacts, revising its own output, and leaving behind a result someone can trust.
The more practical unit of progress is the harness around the model.
A harness is the operating system for an agentic task. It includes the task contract, tools, state, validators, scoring rules, traces, sandbox boundaries, examples, retry policy, and feedback loop. The model still matters, but the model is no longer alone. It is running inside a system that decides what counts as progress, what counts as failure, and what evidence should survive from one run to the next.
That is why the new AutoDesign paper is worth paying attention to. The paper frames multimodal paper-to-poster generation as a long-horizon agentic process centered on a model-harness system. Instead of treating the prompt or the model choice as the only lever, AutoDesign uses a meta-harness optimizer to guide a code agent as it recursively improves the design harness from rollout feedback.
The authors introduce PosterBench, with a 100-paper main track across five disciplines and a smaller 10-paper subset for controlled evaluation. On the main track, they report that AutoDesign reached a PosterBench score of 78.32, 7.45 points above the referenced closed-source Claude Design system. Across seven controlled code-agent and model configurations, adding the learned DesignHarness improved the average PosterBench score from 54.99 to 67.39. They also report a fully autonomous long-horizon loop that used 253 tool calls and 11 editing turns in about 40 minutes for under $3.
Those numbers should not be blindly generalized. A poster-generation benchmark is not a healthcare workflow, a finance approval process, or a production coding pipeline. But the operating lesson is portable: when work becomes long-horizon, the reusable asset is not only the answer the model gave today. It is the machinery that helped the model discover, test, and revise that answer.
That distinction matters because agent systems are expensive in all the ways that do not show up in a model leaderboard. They cost latency. They cost tokens. They create more places for state to drift, tools to fail, and intermediate decisions to become invisible. Anthropic’s “Building effective agents” guidance makes this point plainly: use the simplest solution possible, and add agentic complexity only when the task needs it. Their distinction between workflows and agents is useful here. Workflows follow predefined code paths. Agents dynamically direct their process and tool use. The more autonomy you allow, the more the harness has to carry.
A good harness lets a team expand autonomy without pretending the model has become magic.
For a practical team, the first version of a harness can be boring. That is a feature. Define the job. Define the artifact. Define the validator. Capture the trace. Save the failure. Make the next run measurable against the last one. If the agent writes a report, decide what sections are required and what evidence must support each claim. If it edits code, decide what tests must pass and what commands it is allowed to run. If it uses external tools, record the exact inputs, outputs, and boundaries.
Only after that should teams talk about recursive improvement.
AutoDesign is interesting because it treats rollout feedback as fuel for improving the system around the agent. In production language, that means failed runs are not just embarrassing transcripts. They are training data for the harness: missing validators, unclear task contracts, brittle tool interfaces, weak examples, bad scoring rubrics, or unsafe permissions. The agent may have failed, but the organization can still learn where the operating system around the agent was underspecified.
That is also where the current market is heading. LangChain’s State of AI Agents reporting described a shift from mostly retrieval workflows toward multi-step agent applications, alongside infrastructure for tracing, evaluation, and iteration. The signal is not that every application should become a free-roaming agent. The signal is that once teams build multi-step systems, they need the surrounding infrastructure to understand and improve them.
The useful question changes from “Which model is best?” to “Which model performs best inside our harness, on our work, under our constraints?”
That question is healthier. It forces a team to measure model upgrades in the same environment where the agent will actually operate. A new model might improve reasoning but break command formatting. It might be cheaper per token but require more retries. It might be better at visual synthesis but worse at following a strict release checklist. Without a stable harness, those tradeoffs blur into vibes.
For enterprise teams, the operating model is straightforward.
Start with the smallest workflow that can be scored. Do not begin with full autonomy if a deterministic workflow plus one model call can solve the problem. Instrument every run before expanding the agent’s authority. Treat failure cases as harness backlog, not just prompt-writing chores. Promote harness changes through the same release gates used for code: tests, review, rollback, and clear ownership. Then evaluate model changes inside the harness instead of rebuilding the process around every new release.
This is especially important for regulated or high-trust work. The business does not only need a good final answer. It needs to know which evidence was used, which tools were called, which checks ran, where uncertainty remained, and why the system was allowed to take the next step. A harness is where those controls become real.
The next agent upgrade, then, is not simply a bigger context window or a smarter model. It is a better workbench: one that observes the work, scores the result, remembers useful failures, limits authority, and makes improvement repeatable.
That is less flashy than a model announcement. It is also where durable advantage is likely to accumulate. A prompt can be copied. A model can be rented. But a harness that learns how your organization does work safely, measurably, and repeatedly becomes infrastructure.
For companies building with agents, that is the moat to invest in.
Build AI Systems That Survive Contact With Real Work
We help teams turn AI research into practical automations, agent workflows, and operational systems that can be evaluated and improved.
Get the Field Guide — $10 →