{
  "title": "AI Removed All the Tedium. So Why Am I So Exhausted?",
  "date": "2026-04-05",
  "author": "Benjamin Stein",
  "categories": [
    "startups",
    "ai",
    "superduper"
  ],
  "excerpt": "I am more productive than I have ever been in my career. And I am more mentally exhausted than ever. Am I doing it right?",
  "url": "/blog/2026/04/05/ai-removed-all-the-tedium/",
  "content": "I run a startup. I do a million things. Founders always have. Business analytics. Investor decks. Market research. Customer support. Filing tickets. Helping engineering diagnose bugs. Sneaking in a code change or two. Blogging. LinkedIn. None of this is new.\n\nWhat's new is that since November 2025, Claude Code has subsumed every single one of these tasks for me. I don't mean AI generally. I mean Claude Code, Opus 4.6, specifically. It's subsumed ALL of them.\n\nI get up in the morning and open Claude Code. I prompt for eight hours. I close my laptop. I am more productive than I have ever been in my career. I am also more mentally exhausted than I have ever been in my career. And I have this deep, weird, hard-to-articulate feeling that my entire workday is now just... Claude Code. Not \"help me write this.\" Not an AI chat sidebar in Notion or Linear or Cursor or Docs or PostHog. My entire day. If software ate the world, Claude Code ate me.\n\n<aside class=\"pull-quote\"><p>If software ate the world, Claude Code ate me.</p></aside>\n\nHere's a slightly dramatized but not-far-off example of a recent morning.\n\n**6:47am** --- Open terminal. Prompt Claude to query our analytics database and PostHog, summarize key metrics, flag anything weird.\n\n**6:48am** --- Claude's running. Open new tab. Prompt Claude to research three VCs on our target list, pull recent investments, find warm intro paths.\n\n**6:52am** --- Metrics tab finishes. Read Claude's output. Our activation rate dropped. Prompt Claude to dig into the funnel data and figure out where we're losing people.\n\n**6:53am** --- VC research tab finishes. Read Claude's output. Two of the three look right. Prompt Claude to draft outreach emails for those two.\n\n**6:58am** --- Funnel analysis tab finishes. Read Claude's output. The drop is in onboarding step 3. Prompt Claude to look at the code for that step and suggest fixes.\n\n**7:01am** --- Outreach email tab finishes. Read Claude's drafts. First one's good. Second one's generic. Re-prompt with feedback.\n\n<div class=\"timeline-interstitial\"><p>You get the idea. Feel free to skip ahead. But this is the point: every single line is me reading AI output and writing another prompt.</p></div>\n\n**7:04am** --- Slack message from a customer: \"something's broken with my email sync.\" Open new tab. Prompt Claude to investigate the logs for that user's account and create a Linear ticket.\n\n**7:06am** --- Onboarding fix tab finishes. Read Claude's proposed diff. Looks right. Prompt Claude to write tests and open a PR.\n\n**7:09am** --- Bug investigation tab finishes. Read Claude's analysis and the Linear ticket it wrote. Ask Claude to tweak the priority. Move on.\n\n**7:12am** --- Open new tab. I have an idea for a blog post. Core dump my rough thoughts into a prompt. Ask Claude to write a first draft.\n\n**7:14am** --- Outreach email tab finishes. Read Claude's revision. Better. Approve and send.\n\n**7:15am** --- PR tab finishes. Read Claude's tests and code. Tests pass. Approve the PR.\n\n**7:20am** --- Blog draft tab finishes. Read Claude's draft. It's okay. The opening is weak. Re-prompt with specific feedback.\n\n**7:22am** --- New tab. Our marketing site hero copy has been bugging me. Prompt Claude to try five variations.\n\n**7:26am** --- Blog tab finishes. Read Claude's v2. Better. Still not right. Re-prompt again.\n\n**7:27am** --- Marketing copy tab finishes. Read Claude's five options. Number 3 is good. Prompt Claude to implement it on the site and push to staging.\n\n<div class=\"timeline-interstitial\"><p>Are you still reading these? Skip ahead to the meat. This is just a dramatic joke to make a point.</p></div>\n\n**7:31am** --- Blog tab finishes. Read Claude's v3. Close. I rewrite the opening myself and prompt Claude to revise the rest to match my edit.\n\n**7:34am** --- Staging deploy tab finishes. Check the site. Hero copy looks good. Prompt Claude to push to production.\n\n**7:35am** --- Customer support queue has a new ticket. Open new tab. Prompt Claude to draft a response using our help center docs.\n\n**7:38am** --- Blog tab finishes. Read Claude's final version. Good. Prompt Claude to publish it to my site.\n\n**7:40am** --- Support tab finishes. Read Claude's draft response. Reads well. Send it.\n\n**7:41am** --- Blog is live. Prompt Claude to write a LinkedIn post about it.\n\n**7:44am** --- LinkedIn tab finishes. Read Claude's draft. Too corporate. Re-prompt: \"more like how I actually talk.\"\n\n**7:46am** --- Read Claude's revision. Better. Post it.\n\n**7:47am** --- Open the investor deck tab I started yesterday. Prompt Claude to rework the competition slide based on what came out of the VC research earlier.\n\nIt's 7:47am. I've shipped across engineering, marketing, fundraising, customer support, content, and sales. Ten terminal tabs. Exposed and started fixing a funnel problem. Investigated and ticketed a customer bug. Published a blog post and promoted it. Sent two investor outreach emails. Deployed a website change. Answered a support ticket.\n\nI do this for eight more hours. By 4pm I'm completely destroyed.\n\n## The Context Switching Is Destroying Me\n\nThe tasks aren't what's different. What's new is the rate of context switching between them.\n\nEach prompt takes time to run. A minute, five minutes, sometimes thirty. And I'm not going to sit there watching terminal output scroll. So I switch to the next thing. Meanwhile, many tasks can run in parallel (VC research and funnel analysis have nothing to do with each other), but most tasks are also iterative (I can't dig deeper into the funnel until I see the first query's results). So while I'm waiting on step 2 of task A, I'm reviewing step 3 of task B and kicking off step 1 of task C. There's always a tab that just finished. The terminal tabs stack up like a short-order cook's tickets and I'm working every station.\n\n<aside class=\"pull-quote\"><p>I'm pretending to be multi-threaded but really I'm running cooperative multitasking like I'm Windows 3.1.</p></aside>\n\nI feel like I'm pretending to be multi-threaded but really I'm running cooperative multitasking like I'm Windows 3.1. (Sorry folks, I'm old. Ask your mom to explain that joke.) Lots of rapid context switches, each one with a save-and-restore penalty that I'm pretending doesn't exist. My OS scheduler is garbage and there's no preemption. Just me, frantically flipping between tabs, convinced I'm doing concurrent work when really I'm doing serial work with extra overhead.\n\nWe all know context switching isn't a healthy or productive way to work. Humans do best with focused time. Deep thought. Concentration. But focused time is really hard when you're waiting for an agent and there's another tab blinking at you with fresh output to review.\n\n(There's a whole engineering subculture developing around worktrees and containers to massively parallelize Claude Code execution and avoid some of this serial waiting. It's cool. It also doesn't solve my problem, which is that I'm not the bottleneck on compute. I'm the bottleneck on attention.)\n\n## I ONLY Use Claude Code These Days\n\nI've stopped using almost every other app.\n\nThat sentence looked strange to me when I first thought it, so I audited my day. I barely use UIs anymore. I don't really interact with SaaS products directly. I don't learn the nuances of new tools because I don't have to. Airtable, Linear, our database, our website, our marketing stack, customer support, the investor deck, the codebase. All of it through Claude Code.\n\nYou know that meme of the guy from the '80s holding a boombox and a camcorder, surrounded by a dozen gadgets, captioned \"Everything in this picture is now in your pocket\"? That, but for my entire job. Everything in my job description is now in a terminal window.\n\n<p style=\"text-align: center;\">\n  <img src=\"/assets/images/everything-in-your-pocket.webp\" alt=\"Man from the 1980s holding a boombox and camcorder, surrounded by gadgets. Caption: Everything in this picture is now in your pocket.\" />\n</p>\n\n<p style=\"text-align: center;\">\n  <img src=\"/assets/images/evolution-of-the-desk.jpg\" alt=\"Side-by-side comparison of a 1980 desk full of equipment and a 2014 desk with just a laptop and phone\" />\n</p>\n\nSame energy, different decade. Except now it's not just the gadgets or the desk. It's the entire job description.\n\nI'm not using \"AI products\" either, at least not the way the industry imagined them. I don't use purpose-built AI writing tools or AI research tools or AI analytics dashboards. I use one general-purpose tool that can do all of those things. All day.\n\nWe've all listened to podcast pundits pontificate about the jobs of the future being \"managing agents.\" Directing AI systems and reviewing their output. That mythical future person?\n\nIt's me. Hi. I'm the problem, it's me.\n\n## OK, So What? Some Half-Baked Thoughts...\n\nI don't have a conclusion or grand philosophy yet. I'm living through this in real time and taking a rare moment to reflect. And that reflection is giving me a LOT of thoughts and questions. My 19-year-old self, high in the dorm room on a Friday night, would be having a field day with these existential questions.\n\n<aside class=\"pull-quote\"><p>My 19-year-old self, high in the dorm room on a Friday night, would be having a field day with these existential questions.</p></aside>\n\nI feel powerful. My output is insane. The volume and quality of work I produce in a day would have taken a full week two years ago, and some of it I simply couldn't have done at all. I'm shipping across every function of the company simultaneously. As a startup founder, I've never had this kind of leverage.\n\nAnd also: my brain is constantly tired. My days feel strange. Chatting with an AI in a terminal all day is a weird way to work (excluding the time I spend talking to customers, which is still the most important and joyful part of the job), and I don't totally know how to feel about it. I'm not doing anything lazy. Every task gets my full judgment, my taste, my attention. None of this is slop. But the texture of the work is just... new. Nobody prepared me for it and I don't have a framework for it yet.\n\n<aside class=\"pull-quote\"><p>My brain is constantly tired.</p></aside>\n\nThere's a darker thread I keep pulling on. You've read those stories about people forming intense emotional relationships with their LLMs. Unhealthy ones. To the detriment of actual human connection. I spend eight hours a day talking to an AI. Is that me? Am I just justifying it because I call it \"work\"? I don't think so. But I'd be lying if I said the question doesn't cross my mind.\n\nAnd then there's the skills question. Am I losing the ability to debug a problem myself, to divide and conquer, to actually reason through a system? Am I losing research skills? Day-to-day syntax? Deep understanding of how my own tools work? The ability to stare at a chart and find my own meaning in it? When I play this forward five years, which of these skills will I regret letting atrophy and which ones are genuinely just tedium I've thankfully offloaded?\n\nWhen I'm searching for answers, I look to history. And I've found myself reflecting this week on my sense of direction. I used to have a great one. When I moved to California ten years ago, I made a conscious decision that it was an unnecessary skill. I have GPS. I have a backup GPS. Today I literally cannot drive to the grocery store or the airport without it. And you know what? It's been great. People love to wag their finger about this, but they never have a good reason beyond \"what if there's no GPS one day,\" and that hasn't been a problem in over a decade. Maybe losing some skills is fine. Maybe some of the things we romanticize knowing how to do are just... things we don't need to know how to do anymore. Like changing the oil in your car (sorry Dad), writing in cursive (sorry Mom), or narrating which highways you took to get to dinner (sorry father-in-law).\n\nOr maybe I'm rationalizing. I honestly don't know.\n\nLet's recap. Here's what I'm currently sitting with:\n\n1. I'm exhausted despite having eliminated all the tedium. That's a weird sentence to type.\n2. I'm enjoying working this way. I think. But is it going to get old? When?\n3. Important skills might be atrophying and I'm not sure which ones I should care about.\n4. Rapid context switching is terrible for humans and I'm doing more of it than ever. Is this avoidable in an agent-first world, or is it just the cost of the leverage?\n5. Is Claude Code going to eat the world, or is this an awkward interim step before something else takes shape?\n6. Am I spending eight hours a day with an AI and calling it a job, and is that fine, or is that a thing I should be worried about?\n\nI don't have answers to any of these. I'm not even sure I'm asking the right questions.\n\nWhat I want to know is whether I'm just the AI 1%. Whether this is a weird blip in time, a brief window where a small number of people are working this way before the tools evolve and the workflows settle into something more natural. Or whether I've actually glimpsed the future and this is just what work looks like now. Canary, meet coal mine.\n\nIf your days currently look like mine, I want to hear about it. Not the polished LinkedIn version. The real version. What does your morning look like? How do you feel at 4pm? What have you stopped using? What skills are you worried about? Are you exhausted? Are you thriving? Are you both?\n\nI'm at [benjaminstein on LinkedIn](https://www.linkedin.com/in/benjaminstein/). Tell me about your weird day.",
  "html_url": "https://benjaminste.in/blog/2026/04/05/ai-removed-all-the-tedium/",
  "json_url": "https://benjaminste.in/blog/2026/04/05/ai-removed-all-the-tedium/index.json",
  "markdown_url": "https://benjaminste.in/blog/2026/04/05/ai-removed-all-the-tedium/index.md"
}
