AI Engineer

Everything Is a Rollout — Alex Shaw + Ryan Marten, Terminal-Bench, Harbor, Laude Institute

Published 2026-07-24 · Duration 21:11

Summary

Alex Shaw introduces Harbor, a framework designed for evaluating and optimizing AI agents. The talk argues that agent development should be viewed through the lens of machine learning rather than traditional software engineering. This requires treating agent performance as a 'blackbox artifact' and managing it via empirical evaluation—a process formalized by 'rollouts.' Harbor provides the necessary infrastructure (sandboxes, standardized environments) to execute these complex evaluations in parallel.

Download summary

Key takeaways

  1. Agent Development vs. Software Engineering 5:15

    Unlike traditional software engineering where behavior is predictable before execution, agentic coding and AI agents are best treated as blackbox artifacts whose performance requires empirical evaluation (e.g., 'Generated code is best treated as a blackbox artifact').

  2. The Role of Rollouts in Agent Evaluation 10:30

    Agent evaluation relies on 'rollouts' within sandboxed environments. This process involves passing the sandbox to the agent, collecting a trajectory, and then passing it to a verifier which produces rewards. Harbor standardizes this universal process.

  3. Harbor as an Interoperable Standard 12:20

    Harbor is presented as a common language and open-source framework for specifying agentic environments, allowing interoperability across different agents, models (e.g., GPT 5.5), and sandboxes to maximize data velocity.

  4. Diverse Evaluation Use Cases 17:30

    Evaluation can be highly specialized, including assessing how well agents build products (e.g., RampBench), how they use a product's headless mode, or automating internal processes.

Technical details

  • Harbor Framework 120s

    Harbor is an agent evaluation and RL environment framework. It provides a standardized format for specifying environments, enabling parallel rollouts using any agent/model in any sandbox.

  • Agentic Environment Components 650s

    A robust evaluation requires three components: an instruction (what to do), a virtual computer/sandbox (where it happens), and a verifier (programmatic tests or rubrics) that determines success.

  • Harbor Command Line Usage 820s

    Rollouts can be initiated via the command line: `harbor run [benchmark] with [model] and [agent].` Parallelization is key, using commands like `launch` to manage large-scale runs.

  • Advanced Use Cases (MapReduce) 1100s

    Harbor supports 'agentic map reduce'—running a high volume of agents on distributed compute sandboxes in parallel, followed by an aggregation step to analyze trajectories or detect patterns.

Mentioned resources

Channel & topics

Watch on YouTube · Back to latest

This independent, AI-assisted summary is provided for commentary and informational purposes. It may contain errors or omit important context. Please watch the original video for the creator's complete presentation. Video, thumbnail, and related copyrights belong to their respective owners.