Free for humansPaid for agents · $0.02 JSON · x402

Inducing Task Models from Computer-Use Traces

From messy screenshots and clicks, TMI uncovers interleaved tasks and rebuilds hierarchical goals plus control flow—then those models teach agents a 30% accuracy bump.

arXiv:2608.203195 min readScore 74/100Paper hub2026-W36

The 30-second take

  • What: Task Model Induction discovers latent tasks in unconstrained computer-use traces and, for each, builds a hierarchical objective tree paired with a procedure (control-flow) model.
  • Why it matters: Everyday work knowledge is tacit and hard to audit. Structured task models are a step toward reusable how-to knowledge as a default layer for agents and organizations.
  • Who should care: Computer-use agent researchers, process-mining and audit teams, and enterprises that need inspectable models of digital work.

What the paper actually did

Passively recorded screenshots plus mouse and keyboard events are a rich log of how work actually happens, but they are low-level and multi-threaded. Existing methods assume a known task or a single workflow and emit step summaries rather than structured task models.

Task Model Induction (TMI) does two jobs. First, it discovers latent tasks in an unconstrained trace and disentangles concurrent activity. Second, for each latent task it induces a model that pairs a hierarchical objective model (recursive goal decomposition) with a procedure model (the control flow that organized execution).

On controlled human and agent trajectories, TMI matches ground-truth task groupings with 0.974 agreement and reconstructs 74.9% of observed execution steps—far above the strongest workflow-induction baseline. Skills derived from TMI’s models improve held-out task accuracy by 30.0% over the strongest baseline.

What makes this disruptive

The scarce capability is turning raw, interleaved computer-use into symbolic, auditable, reusable task structure—not another screen caption. If 0.974 grouping agreement and a 30% agent lift hold up, “how work is done” becomes an extractable object instead of tribal knowledge.

Why it matters (outside the lab)

Abundance lens: expert judgment about messy digital workflows is scarce. If agents and organizations can induce inspectable task models from traces, capable assistance and process memory can become a default software layer rather than a scarce analyst service.

Horizon is near-to-mid if privacy, consent, and reliability are solved. No year attached. Near-term: a methods result on controlled traces.

Limitations & open questions

Intrinsic numbers are on controlled human and agent trajectories with ground-truth groupings; unconstrained office life may be harder. 74.9% step reconstruction still leaves a large unreconstructed fraction. The 30% accuracy lift is versus the strongest baseline they name, on held-out tasks derived from those models. Preprint ≠ enterprise process-mining product. Abundance is not automatic if traces are sensitive or incomplete.

Explain ladder

Default article depth

TMI’s split is discovery (what tasks are interleaved?) versus induction (for each task, goals + control flow). The first number (0.974) is grouping agreement; the second (74.9%) is how much of the click-path they can rebuild; the third (30.0%) is whether agents get better when trained on the extracted skills.

Key terms

Computer-use trace
A passive log of screenshots and input events that records how someone actually used a computer.
Task Model Induction (TMI)
A method that finds interleaved tasks in a trace and builds a goal tree plus a control-flow procedure for each.
Hierarchical objective model
A recursive breakdown of a task into subgoals rather than a flat list of clicks.
Procedure model
The control-flow description of how those subgoals were actually executed.

Sources

Related explainers

Same topic and week first — keep exploring the scarcity → abundance map.

Provenance: model cursor-cloud-agent · generated 8/22/2026 · prompt cursor-cloud-v1 · unreviewed draft

Editorial explainers are not peer review. Always read the primary paper. Byline: Disruptive Concepts editorial.