Agent workflowsDeterministic evals

AI agents that
earn their next step.

LoopClimber wraps agent work in a controlled outerloop: specify the outcome, run the workflow, grade the state and trajectory, measure reliability, and decide from evidence.

Tour the outerloop
RUN LC–00428 GRAPH 2 layers / 25 edges MODE SCROLL TOUR

One graph. Eight inspection points.

Scroll to move through the system
01Task contract

Define before you delegate

Start with a contract, not a prompt.

A useful eval begins with a concrete task, clean inputs, observable success criteria, and the final state that must exist when the run stops. The agent’s confident answer is never the outcome.

Research signal

Agent evals distinguish the transcript from the environment’s terminal state and run multiple trials because behavior varies.

Anthropic · Agent evals, 2026 ↗
02Workflow

Complexity must earn its keep

Route, parallelize, and add evaluators only when the task demands it.

Begin with one bounded loop. Add specialists, handoffs, or an evaluator where a matched baseline proves they improve quality or safety. Compare every design with the same tools, answer contract, logging, and cost accounting.

Research signal

Controlled comparisons show that more agents do not automatically improve accuracy—and can occupy a worse accuracy–cost frontier.

BenchAgent · Protocol-aligned workflows, 2026 ↗
03Nested sub-DAGs

A graph node can contain another graph

Nest complexity behind an explicit interface.

The root graph keeps the agent loop as one inspectable container. Enter that workplane and its local DAG becomes the active layer: scoped inputs route into a worker and independent evaluator, then rejoin at a structured handoff.

Parent layerAgent loop Child layerRoute → branch → join ReturnParent context
Pattern from dag/v1

Children share a container ID, keep their own rank-and-lane grid, and use the same navigation inside the layer. Camera travel passes through the container; returning lands on that parent before climbing again.

containerId → local DAG → evidence handoff
04Environment

Make every trial the same test

Isolate state. Pin resources. Preserve the real tool boundary.

Each trial starts clean with versioned fixtures, seeds, permissions, clocks, and failure behavior. CPU, memory, time, concurrency, and network policy are part of the experimental condition—not invisible plumbing.

Research signal

Infrastructure alone shifted an agentic coding benchmark by six percentage points in controlled experiments.

Anthropic · Infrastructure noise, 2026 ↗
05Graders

Layer evidence like fault containment

Test what happened. Then inspect how it happened.

Hard assertions verify terminal state and safety invariants. Trace graders inspect tool selection, arguments, ordering, dependencies, and recovery. Structured rubric judges cover qualitative dimensions, with periodic expert calibration.

  • 01Code gradersExact state · schemas · invariants
  • 02Trace gradersTools · order · dependencies
  • 03Expert-calibrated judgesQuality · ambiguity · utility
06Reliability

One pass is an anecdote

Repeat the run. Vary the faults. Report the operating envelope.

Measure success probability across repeated trials and calibrated task difficulty. Publish cost, latency, resource limits, infrastructure failures, and confidence intervals beside the score. Test the safe finish as hard as the nominal path.

50% / 80%Success horizons N trialsStochastic reliability Fault matrixRecovery + containment
Research signal

METR models the task difficulty where agents reach 50% and 80% success instead of describing capability with a single best run.

METR · Task-completion horizons, 2026 ↗
07Evidence

Make failure attributable

Keep the whole trajectory, not just the final answer.

Every result carries the task version, model and harness identity, tool calls, observations, outcome assertions, grader reasons, resources, faults, cost, latency, and final posture. That record turns “it failed” into a fixable location in the graph.

Research signal

Recent long-horizon work formalizes component-level attribution and execution chains because output-only benchmarks cannot localize failures.

Long-horizon trajectory attribution, 2026 ↗
08Decision

A mutually beneficial research agreement

Turn one operational question into a shared, reproducible evaluation.

Partners contribute unclassified use cases, practitioner judgment, and mission-relevant measures of effectiveness. LoopClimber contributes the outerloop, deterministic test environment, instrumentation, and analysis. Together we produce actionable findings and reusable evaluation infrastructure within agreed data boundaries.

  1. 01

    Scope the task, authority, and safe terminal state.

  2. 02

    Encode fixtures, graders, faults, and evidence requirements.

  3. 03

    Run matched agent workflows across repeated trials.

  4. 04

    Decide what to promote, revise, contain, or study next.

Structure a research pilot

Research basis · updated August 2026

Built from current primary work. Tested against real systems.