Botsitting: the 6-hour tax you didn't budget for

4 min read 1 source clear_take
├── "AI tools have created a hidden 'verification tax' that erodes their promised productivity gains"
│  ├── Business Insider (Business Insider) → read

Reports that knowledge workers across marketing, legal, software, and customer support spend 6+ hours weekly 'botsitting' — re-prompting, fact-checking, and fixing AI output. Argues the time saved on drafting is being consumed by time spent verifying, contradicting the original productivity pitch.

│  └── @ZeidJ (Hacker News, 221 pts) → view

By submitting this story to HN where it reached 221 points, surfaces the argument that botsitting represents a distinct, measurable category of labor that's eating into the supposed efficiency gains from generative AI at work.

├── "Verification work is structurally harder than production, making AI's '90% done' output a trap"
│  └── top10.dev editorial (top10.dev) → read below

Argues that finding the wrong 10% in AI-generated output is disproportionately costly compared to writing from scratch, because verification requires reconstructing invariants the author never held. This structural asymmetry means the productivity equation often nets negative once botsitting time is counted honestly.

├── "Botsitting hours are invisible to management, inflating reported productivity gains"
│  └── top10.dev editorial (top10.dev) → read below

Points out that botsitting hours get absorbed into existing categories like 'writing,' 'coding,' or 'review' rather than appearing as a discrete line item. This measurement gap makes AI productivity dashboards look better than reality while rendering the human cost invisible to decision-makers.

└── "AI has replaced one form of grunt work with a new, more demoralizing one"
  └── Business Insider (Business Insider) → read

Highlights frustration among mid-career workers who were promised AI would handle drudgery but now find themselves doing QA on a 'junior employee that never learns.' Frames botsitting as a source of growing workplace dissatisfaction rather than liberation from tedium.

What happened

Business Insider reports that knowledge workers are now spending over six hours a week doing what the piece calls "botsitting" — babysitting AI output: re-prompting, fact-checking, fixing hallucinations, cleaning up half-finished code, and rewriting tone. The reporting is built on survey data from workers across marketing, legal, software, and customer support, with a recurring complaint: the tools were sold as time-savers, but the time saved on drafting is being eaten by time spent verifying.

The number itself isn't shocking to anyone who has shipped a Copilot-assisted PR lately. What's notable is that it's now large enough, and consistent enough across roles, to show up in workforce surveys as a distinct category of labor. Six hours a week is roughly 15% of a 40-hour week — a full afternoon, every week, spent in the loop with a machine that was supposed to remove the loop. The article frames this as a source of growing frustration, particularly among mid-career workers who were told AI would handle the grunt work and instead find themselves doing a new kind of grunt work: QA on a junior employee that never learns.

Managers, predictably, are not measuring this. The hours don't appear on a timesheet line called "botsitting." They get absorbed into "writing," "coding," or "review" — which makes the productivity gains look better than they are and the human cost invisible.

Why it matters

The industry pitch for generative AI at work has always rested on a simple equation: model does the draft, human does the polish, net hours saved. The botsitting data suggests the equation is closer to: model does a draft that looks 90% done, human spends disproportionate time finding the 10% that's wrong, and the net savings are smaller — sometimes negative — than the dashboard claims.

This is a verification tax, and verification is structurally harder than production. Writing a function from scratch, you hold the invariants in your head as you build them. Reviewing a function an LLM produced, you have to reconstruct the invariants from the output, which is the same cognitive load with worse ergonomics. Anyone who has reviewed a 600-line PR from a coworker knows this; doing it eight times a day against a tireless model is a different kind of exhausting.

There's a second-order effect that the Business Insider piece touches on but doesn't fully unpack: the skill of verification atrophies in people who never built the thing in the first place. Senior engineers can catch a subtly wrong SQL query because they've written ten thousand of them. Juniors trained primarily on "accept the suggestion, run the tests, ship" are being asked to be the last line of defense against a generator that's confidently wrong in ways they aren't equipped to detect. The botsitting hours are highest, anecdotally, among the people least prepared to do the sitting well.

The community reaction on HN has been blunt. The top comments aren't "AI is bad" — they're "the tooling assumes a level of trust the model hasn't earned, and the workflow makes it expensive to distrust it." One thread points out that the IDE integrations are optimized for *acceptance velocity* (tab to accept, Enter to continue) rather than *verification velocity* (here's a diff, here's a test, here's the blast radius). The friction is in the wrong place.

The honest reading is that we've automated the part of knowledge work that was already cheap — first drafts — and added overhead to the part that was always expensive: deciding whether the draft is right.

What this means for your stack

A few concrete moves if you're running an engineering org that's been told to "adopt AI aggressively":

Measure verification, not just generation. If you're tracking lines of code suggested, PRs opened, or tickets closed, you're measuring the cheap half. Start tracking review time per AI-assisted PR vs. human-only PR, post-merge revert rate, and bug density in AI-touched files over a 90-day window. The botsitting tax shows up there, not in the suggestion-acceptance rate your vendor dashboard brags about.

Move the friction. The biggest win is not a better model — it's a workflow where the model's output arrives with the verification artifacts already attached: a generated diff with a generated test, a generated SQL query with a generated EXPLAIN, a generated email with the source quotes inline. Tools like Cursor's agent mode and Claude Code's plan-then-execute pattern are early attempts at this. The pattern to copy: never ship output without the receipts.

Treat botsitting as a real budget line. If a developer spends six hours a week verifying AI output, that's $15K-$25K/year of fully-loaded cost per engineer, depending on geography. Multiply by headcount. That's your *actual* AI cost, not the $20/seat/month on the invoice. Decisions about which workflows to AI-ify should weigh this honestly — some will still be huge wins, others will be a wash, and a few will be net negative. You can't tell which is which without measuring.

Looking ahead

The interesting next phase isn't bigger models — it's tools that respect verification as a first-class workload. Expect to see IDE features that surface uncertainty ("this function is in a region of the codebase the model hasn't seen tests for"), code-review bots that flag AI-touched hunks for higher scrutiny, and procurement contracts that include verification-time clauses. The vendors who win the next 18 months will be the ones who stop selling "AI that writes code for you" and start selling "AI that's cheap to verify." Until then, budget the six hours. They're not going anywhere.

Hacker News 221 pts 186 comments

Workers are spending over 6 hours a week botsitting AI, fueling job frustration

→ read on Hacker News
banannaise · Hacker News

This really hit home for me:In some cases, workers are also being asked to automate the parts of their jobs they enjoy most, Hinds said on the podcast, pointing to customer-service employees who enjoy building relationships but are increasingly expected to supervise AI agents instead."That&#x27

tarkin2 · Hacker News

I theorise that many social ills come from workers having less pride in their skills and achievements, and a greater sense of social alienation, due to automation.If you spend countless hours at work, and you partially define yourself by your work, and you realise you are easily replaceable then I c

rocketpastsix · Hacker News

6 hours a week is low, unless its the average spread across industries. I think I spend more time in Claude Code via the CLI versus any other app I have on my laptop.Like others said, the frustration is when it gets something so wrong you just think "wow, how'd you mess that up?" but

zwischenzug · Hacker News

I see some similarity to how I felt when library management/wrangling became a huge part of software development.In the last century I enjoyed crafting my own 'libraries' of functions that I could then use on the projects I worked on. As time went on, there was less and less of a poin

lionkor · Hacker News

You pay per token, even on subscription models the limit is tokens.If I was valued at 1 trillion dollars, and I was in the hole enough to sink a couple small countries' GDP, maybe I would slowly start to optimize to maximize token usage.I want to sell tokens, how do I sell more tokens? Not by d

// share this

// get daily digest

Top 10 dev stories every morning at 8am UTC. AI-curated. Retro terminal HTML email.