The review is a notification now. The read still has to happen.
Agents execute end to end. The human's job is turning into supervision: approve this, resolve that blocker, decide whether a risk is acceptable.11 Those are notification-sized interactions, and they happen on whatever screen is closest, which is usually a phone.
A fifteen-second approval is only as good as the evidence underneath it. Seatbelt is the read behind the approve button.
The decision surface keeps shrinking; the fourth slot is drawn empty on purpose. The evidence has to compress faster than the screen does.
The shift is measured, not predicted.
This is not a forecast page. The people building the agents already work this way, the leading edge rather than the average,2 and the delegation share is climbing in Anthropic's own usage data.3 Phones absorbed everything except production; the tooling for that last part is shipping now.4 The screen got smaller, and the window for reading the code went with it.
Those are the dates. The scale is the part a timeline cannot carry: how much work is being handed over, and how far from the keyboard it now runs.
- a few thousand
- agents run overnight by the creator of Claude Code,1 on top of five to ten sessions in the day. The deeper work happens while he sleeps.2Business Insider, May 2026
- 27% → 39%
- the rise, in eight months, of directive conversations: a task handed over and completed with minimal back and forth.3Anthropic Economic Index, third report, Sept 2025
What ships when the code goes unread.
On a desktop you could read the diff and mostly did not. On a phone the diff is technically there and practically unread: too slow and too cramped to be anyone's default for a routine approval. That does not change what the code contains; it changes who finds out. None of the numbers below are ours, which is the point: the population is measured by more than one independent group now. Our own findings live on /labs with their sampling frames and engine builds attached.
- ~40%
- of GitHub Copilot's contributions were vulnerable across the security-relevant scenarios of the first systematic assessment of AI-generated code.7Pearce et al., IEEE S&P 2022
- believed secure
- is how participants with an AI assistant rated their own code more often than the control group, while writing less secure code, in the first large-scale user study of AI-assisted coding.8Perry et al., CCS 2023
- 75.5%
- of audited applications carried broken access control, the largest category found: a random 200 deployed apps from a corpus of 10,517 AI-built repositories.6arXiv 2606.23130, June 2026
Three studies, three designs, three years apart: a scenario benchmark, a user study, a wild-population audit. None of them is a current production rate, and each carries its frame in the sources below. What they agree on is the direction, and the middle one names the sharpest part: the gap between confidence and reality is what the approve tap inherits.
The approver is measured too.
Approval is not a UI nicety. In production it is the security mechanism: an analysis of 21 production agent systems found runtime approval, scope configuration, and policy specification each adopted by at least 14 of them, and names the trade-off plainly: users are caught between approval fatigue and uncontrolled agent autonomy.9
The oversight literature now treats the reviewer as a finite resource. One line of work models the reviewer as fatiguing under escalation load and finds realized safety follows an inverted U: past a point, more human oversight makes the system less safe.10 Field studies of developers supervising agents document the same job this page describes: a priori control, co-planning, real-time monitoring, post hoc review.11 And the pre-LLM automation literature, from aviation to clinical decision support, spent decades finding that people adopt an aid's output without independent verification, that training does not remove the effect, and that it worsens under load. That work is an analogue from other domains, not a measurement of phone-based agent supervision, and we cite it as one.12
This is why the read belongs in the loop rather than in the reviewer. A deterministic gate does not fatigue, does not approve out of politeness, and blocks the same code at the thousandth approval as at the first. The human stays the decision maker. Seatbelt's job is making the fifteen seconds a decision about evidence, not a read that cannot happen there.
Where Seatbelt slots in.
The agent executes. The phone decides. Seatbelt is the layer between them: a read of the code, compressed to a verdict small enough for the screen the decision happens on. The verdict is deterministic: the same code always produces the same verdict, and a published one can be re-run and checked. A model can be argued out of blocking by the model that wrote the code; a deterministic read cannot. Deterministic is not invulnerable, to be clear: a static read has blind spots, and the corpus exists to find them. What it cannot be is persuaded.
Owning the read means showing up at the three moments the supervising job actually consists of.
| Supervision moment | What fits the screen | Where it comes from |
|---|---|---|
| Approve a ship | Cleared, or the flag that blocks, with why it blocks | The gate verdict. Hard gates block; everything else annotates and waits. |
| Resolve a blocker | What was found, why it matters, the next step, one tap to fix in your agent | Every flag carries a why and a next step, written for a hand-off rather than an essay. |
| Accept a risk | A recorded accept with your reasoning attached, not a silent swipe | Accepted flags persist in the report. The record outlives the moment. |
All three already run headless. The engine is a CLI and an MCP server; the gate rides in hooks and ship scripts, so the read happens inside the loop whether or not a terminal is open. The pieces above are what a phone surface would stand on, and they are the part that has to be right first.
The method does not change when the screen shrinks. Every check ships alongside clean code it must stay silent on, because a check that cannot fail is not a check. The corpus runs on every engine change, findings publish with their sampling frame and the engine build that produced them, and a published number can be re-run without asking us. The smaller the review window gets, the more of the trust moves into that method. It is public: how Seatbelt scans.
What a smaller screen does not change.
- The risk. The phone shrinks the reading window, not the blast radius. The same key leaks, the same table opens, the same route wipes the database.
- The need for a record. An approval that took fifteen seconds should leave more evidence behind it than one that took an hour, not less. The report is that record: what was read, what was flagged, what was accepted, on which engine build.
- Honesty about coverage. A Ship Read is a fast check on seven risk surfaces, not a full security audit, penetration test, or compliance product. The verdict says what was read and what was not.
- What exists today. Seatbelt is a CLI, an MCP server, and hooks. There is no Seatbelt phone app. If one ships, it will be the verdict layer described on this page, not a dashboard.
Sources
- Boris Cherny: "I'm Boris and I created Claude Code" · His LinkedIn headline reads Creator and Head of Claude Code at Anthropic; Cat Wu is the founding product manager alongside.
- Claude Code's creator says his setup involves thousands of AI sub-agents · "He mostly runs the agents via his phone": five to ten sessions in the day, a few thousand agents on deeper work overnight.
- Anthropic Economic Index, third report · Directive conversations rose from 27% to 39% in eight months; first report in the series where automation exceeds augmentation.
- Remote Control: continue local sessions from any device · A local Claude Code session, supervised from the Claude mobile app or the browser; files, tools, and MCP servers stay on the computer.
- Claude Cowork expands to mobile and web
- Understanding the (In)Security of Vibe-Coded Applications · Corpus of 10,517 AI-built repositories; the security audit sampled 200 of its 1,170 deployed applications. Broken access control present in 75.5% of audited apps, the largest category found.
- Asleep at the Keyboard? Assessing the Security of GitHub Copilot's Code Contributions · Roughly 40% of generated contributions vulnerable across the study's security-relevant scenarios.
- Do Users Write More Insecure Code with AI Assistants? · Participants with the assistant wrote less secure code and were more likely to believe they had written secure code.
- Reframing LLM Agent Security as an Agent-Human Interaction Problem · 21 production agent systems analyzed; runtime approval, scope configuration, and policy specification each adopted by at least 14. Names the trade-off: approval fatigue against uncontrolled autonomy.
- Oversight Has a Capacity: Calibrating Agent Guards to a Subjective, Fatiguing Human · Models the reviewer as fatiguing under escalation load; realized safety follows an inverted U, so past a point more human oversight makes a system less safe.
- Human oversight of agentic systems in practice · Interviews with 17 developers supervising software agents: a priori control, co-planning, real-time monitoring, post hoc review.
- Complacency and Bias in Human Use of Automation: An Attentional Integration · Pre-LLM automation literature, cited as an analogue from other domains, not as a measurement of agent supervision.
Press interviews link the fullest accessible copy; the Business Insider interview circulates as an AOL syndication and is labeled as such. Parasuraman and Manzey is pre-LLM automation research and is cited as an analogue, not as a measurement of agent supervision.
Put the read in the loop before the loop leaves the desk.
Seatbelt installs where the agents already work: npx, the /seatbelt skill, or MCP. The verdict is one line. The evidence is the report. The method is public.
Seatbelt is independent and is not affiliated with, endorsed by, or certified by Anthropic. Claude and Claude Code are products of Anthropic. Every third-party figure on this page carries a numbered source; judge it there. Product and company names are the property of their respective owners.