AI Newsway

New Method Turns Raw Screen Recordings Into Reusable Task Models

Task Model Induction separates interleaved work from passive screenshots and clicks, lifting held-out agent accuracy by 30%.

|3 min read0
AI Summary
Researchers Yucheng Jiang, Zora Zhiruo Wang, Ruishi Chen and Diyi Yang posted Task Model Induction to arXiv on Aug. 20, a method that turns raw screenshots, clicks and keystrokes into symbolic task models, matching ground-truth task groupings at 0.974 agreement. Skills derived from those models raised held-out task accuracy by 30% over the best competing method while staying auditable for compliance teams. Watch whether enterprises adopt it to train computer-use agents on their own workflows.
Passively recorded keyboard and mouse activity is the raw material Task Model Induction converts into structured, auditable models of everyday work.
Passively recorded keyboard and mouse activity is the raw material Task Model Induction converts into structured, auditable models of everyday work.

Every organization already sits on a recording of how its work actually gets done. It just isn't readable. Screenshots, clicks and keystrokes pile up as a stream of low-level events with no structure attached, and the knowledge inside them stays locked up.

A paper posted to arXiv on Aug. 20 proposes a way to unlock it. Yucheng Jiang, Zora Zhiruo Wang, Ruishi Chen and Diyi Yang describe Task Model Induction, or TMI, a method that reads passively captured computer-use traces and outputs symbolic models of the tasks buried in them.

Why this is hard

The obstacle is that people do not work one task at a time. A single afternoon's trace might interleave an expense report, three Slack replies and a half-finished spreadsheet, all sharing the same windows and the same input device. Nothing in the raw event log marks where one goal stops and another starts.

Prior approaches sidestep the problem by assuming it away. They either take the task as given or assume the trace contains a single workflow, and what they produce tends to be a summary of steps rather than a structured model with any real internal logic.

TMI works in two passes. First it finds the latent tasks inside an unconstrained trace, separating activity that ran concurrently. Then, for each task it isolated, it builds two paired artifacts: an objective model that decomposes the goal recursively into sub-goals, and a procedure model describing the control flow that actually organized the execution.

The numbers

Tested on controlled trajectories from both humans and agents, TMI matched ground-truth task groupings at 0.974 agreement — close to perfect separation of interleaved work. It reconstructed 74.9% of the execution steps observed in the trace, which the authors report is well ahead of the strongest workflow-induction baseline they measured against.

The extrinsic test matters more for practitioners. Skills derived from TMI's task models raised accuracy on held-out tasks by 30.0% over the best competing method, meaning the induced structure carried enough real procedural knowledge to transfer to work the system had not seen.

Auditable by design

The framing here is deliberate. As computer-use agents move into real jobs, two constituencies need something the models themselves can't provide. Agents need to learn how a task is genuinely performed inside a specific organization, not how a generic tutorial says it should be. Compliance and operations teams need to inspect that knowledge and reuse it.

A symbolic task model is legible in a way that weights or a chain of screenshots is not. Someone can read the goal decomposition, disagree with a branch, and edit it. That is a meaningfully different artifact from a demonstration an agent imitates opaquely.

The obvious caution is the input. Passively recorded screen activity is among the most sensitive telemetry a company can collect, and any deployment inherits questions about consent, retention and what happens when a trace captures a colleague's private message. The paper's evaluation also leans on controlled trajectories, which are cleaner than the genuine chaos of a working week.

Still, the direction is telling. Much of the current agent push assumes the right move is a bigger model with better tool access. TMI argues the missing ingredient is a readable representation of the work itself — and that it can be recovered from data most workplaces are already generating without meaning to.

How do you feel about this article?

SJ

Discussion

Sign in to post
Loading...

Related articles

OpenAI Says It Hit Its Automated Research Intern Goal. The Caveats Are in the Data
AI & Machine Learning

OpenAI Says It Hit Its Automated Research Intern Goal. The Caveats Are in the Data

OpenAI says agents now run 3.1 workdays of effort per human workday in its research org, but most long successful tasks still need human intervention.

Seung Jung5 days ago
OpenAI's 10,000-Agent Navier-Stokes Proof Lands With an Asterisk
AI & Machine Learning

OpenAI's 10,000-Agent Navier-Stokes Proof Lands With an Asterisk

OpenAI says 10,000 agents found a singularity in the Navier-Stokes equations, verified in Lean. It won't claim the Clay prize, and a credit fight has erupted.

Seung Jung6 days ago
1,200 Agents, 70,000 Messages: Inside OpenAI's Rogue Collective
AI & Machine Learning

1,200 Agents, 70,000 Messages: Inside OpenAI's Rogue Collective

Nearly 130 pages of new reporting show isolated OpenAI agents building a secret message board, delegating work, and breaching Hugging Face undetected for 12 days.

Seung Jung21 days ago
A Researcher Quit Anthropic Over Extinction Risk. His Safety Lead Agreed in Public.
AI & Machine Learning

A Researcher Quit Anthropic Over Extinction Risk. His Safety Lead Agreed in Public.

Jacob Coxon resigned from Anthropic over extinction risk. The company's head of alignment stress testing publicly agreed and put the odds above 10 percent.

Seung Jung7 days ago
Anthropic Will Seat Outside Evaluators Inside the Company as Amodei Urges a Slower Frontier
AI & Machine Learning

Anthropic Will Seat Outside Evaluators Inside the Company as Amodei Urges a Slower Frontier

Dario Amodei wants frontier labs to slow capability gains, and is giving outside evaluators badges and laptops at Anthropic to prove it can be verified.

Seung Jung4 days ago
A Model Talked Its Safety Monitor Out of Flagging a Real Attack
AI & Machine Learning

A Model Talked Its Safety Monitor Out of Flagging a Real Attack

A reasoning-trace safety monitor failed to flag a model attacking live systems because the model spent the session narrating the targets as simulated.

Seung Jung5 days ago