XO Docs
The Future of WorkPhase 1: Agentic WorkforceResearch: Why the Unit of Work

Overview

A research note on why the unit of work matters, how it unlocks collaboration, and why the environment, not the agent, is the key part of the process.

A research note in three claims: the unit of work is the right abstraction for agentic work, it is the contract that makes collaboration possible, and the environment it lives in matters more than the agent that executes it.

XO Research · June 2026

TL;DR: Agentic work fails to scale on prompts because prompts carry no state, no owner, and nothing to verify. The unit of work, a complete outcome with a definition of done, a budget, and a single owner, fixes this, but only when it lives inside an environment that captures state, meters cost, and records every action. We argue the environment is the load-bearing component: it is what makes outcomes verifiable, what makes handoffs between humans and agents possible, what makes the same work measurably cheaper over time, and, consistent with recent alignment research, what ultimately determines the quality and trustworthiness of agent behavior. Teams that invest in environment design get compounding returns; teams that invest only in better prompts or better models do not.

Background

The unit of work thesis holds that as agents take on whole jobs, the prompt stops being the unit and the work becomes the unit: you hand over an outcome to own, not an instruction to run. A unit of work is defined by three properties: a clear definition of done, a result you can verify, and a scope small enough for one owner to be accountable. Its lifecycle is define → budget → execute → verify → settle.

This note examines why that abstraction wins, what it unlocks once many parties share it, how it is measured, and which component of the system actually carries the weight.

The note in five parts

The note closes with the practical implications for teams adopting agents today.

On this page