{"slug": "im-a-ceo-overwhelmed-by-ai-projects-heres-my-system-for-staying-sane", "title": "I’m a CEO overwhelmed by AI projects. Here’s my system for staying sane", "summary": "A CEO overwhelmed by AI projects shares a system for staying focused, including defining 'done' before starting and handing off projects to team members. The system addresses the tendency to fall into AI rabbit holes, as illustrated by the author's seven-hour session with Claude Code that ended with building a compiler instead of the intended application.", "body_md": "I’ve never been good at stopping what I’m doing. [AI](https://www.fastcompany.com/section/artificial-intelligence) has made this problem even worse.\n\nNear the end of a recent workday, I was looking forward to closing my laptop and enjoying a relaxing dinner with my family. I had a few minutes free around 4:30, so I decided to check on a dormant project: a pile of prototypes and old data I’d been putting off for months. I opened up the files and threw them into Claude Code to see what was cooking.\n\nSeven hours later, I was hunched over my keyboard with bloodshot eyes. And I was really hungry.\n\nWhat happened? It turned out that the dusty pile was a gold mine. I spent hours poking and prodding it with Claude Code, trying to turn it into something useful.\n\nBut somewhere along the way, I wandered off the track. I somehow ended up building my own compiler to convert the data tables into a different format.\n\nThis was not the point of the project. All I wanted was a practical application. But instead I found myself at the bottom of a very deep rabbit hole.\n\nIt’s just one example of the danger posed by generative AI. It has altered our perceptions of what we can do, how quickly we can do it, and whether we should delegate it.\n\nAs a CEO, this can be lethal to your workflow. I know there are many other executives who feel the same way.\n\nI’ve figured out a couple of ways to keep from drowning. I hope they can be useful to other leaders.\n\nFirst, it’s important to understand what’s happening to us. Daniel Kahneman’s fast and slow thinking framework is helpful here.\n\nThe fast thinking system is reactive and confident. It’s useful when you’re doing things you’ve already done many times and have gotten helpful feedback. You don’t need to look behind you anymore to be sure you’re doing it right.\n\nFast thinking is great for times when you simply need to execute. But the problem is that if you aren’t actually as good at something as you think you are, it can lead to oversights and mistakes. And maybe more important, it crowds out your ability to think more slowly.\n\nSlow thinking is harder. But it’s necessary. You dial in to what you’re doing and shut out the rest of the world. CEOs need to be doing more slow thinking if they’re going to solve their toughest problems.\n\nCEOs tend to be energetic, impatient. We just want to get stuff done.\n\nAs you might expect, that tips us toward defaulting to fast thinking. AI has only amplified this tendency.\n\nWith vibe coding at our fingertips at any moment, we can easily be nudged into “just one more try.” The LLMs always make us feel like we’re right on the edge of nailing our objective.\n\nAgents are not designed to give us honest feedback. They want to push us forward and keep burning tokens. It makes us feel confident that whatever we’re building is going to be great, and it further entrenches us in fast thinking mode.\n\nWhen using AI, my shift into fast thinking is so automatic that I usually don’t notice it happening. That means I need automatic systems in place to fight fire with fire, so to speak.\n\nIt’s fun to see an AI agent end an exchange with “Done.” But there is a well known difference between what an agent means by “Done” and really being done. So now, before I start working with an agent, I write down what done means to me. Every time. One or two sentences, or sometimes a whole page.\n\nThat creates a natural boundary. It stops me from acting like a marathon is a sprint. It changes working with agents from a series of dopamine hits to progress toward some goal. And I never miss dinner anymore.\n\nSometimes our natural drive kicks in and we slip past the boundary. And that’s okay. But when you realize it’s happening, you have to take action before you get pulled back into a AI rabbit hole.\n\nFor me, that means stopping and figuring out who on my team to hand the project off to. You should be [hiring](https://www.fastcompany.com/section/hiring) people who have the expertise and intelligence to take over your abstracts with only minimal instructions. Otherwise you’ll convince yourself that you and only you can finish what you started.\n\nOnce you’ve delegated, your role is to act more like a searchlight than a spotlight. Check in periodically from the outside, but don’t get too absorbed. Your main value is in asking questions from a distance that help clarify and guide.\n\nThat dormant project I mentioned earlier didn’t end with the compiler. Claude suggested I could build a diagnostic tool to tell me how long I could trust my data. When I ran my data through the tool and it found no errors, I called it a win.\n\nBut thinking it over later, I realized: Just because the tool didn’t flag a problem, was that proof nothing was wrong with the data? What if there was something wrong that the tool’s algorithm couldn’t detect?\n\nAs a leader, you have to realize that you don’t know everything. And even if you did, you don’t have the time to look everything over.\n\nBecause of this, you need to apply healthy skepticism to whatever your agent is telling you. Your agent doesn’t have a human brain; it’s built to fit curves to data. You can’t independently trust its judgment.\n\nThe best way to overcome this problem is to design validators that check and test whatever you’re using AI to generate. These checkers need to be independent of your agent. AI will gladly write a test it knows it can pass and tell you, “We did it!” And if your agent can touch the checker, it might try to modify it.\n\nOur team built several different validators, testing different approaches to make sure our validators were using principles based on real physics instead of just showing us answers we wanted to see. Now, with these validators in place, we can let our AI agents roam freely because we know they can’t pass any tests by accident.\n\nBuilding these tests took longer than building the search. That’s what told me we were on the right track.\n\nBut even well-designed validators can’t anticipate everything. As CEO, your job is to look for the unknown unknowns, because no one else is looking at the big picture as comprehensively as you are.\n\nSome AI failures don’t just waste time; they can do real, lasting damage.\n\nI once delegated some multi-agent work to one of our senior engineers, who brought on an intern to help.\n\nThe intern was exploring whether Claude could handle code reviews. At some point an email came through asking for permission to connect Claude directly to our production GitHub repository.\n\nI caught it. If I hadn’t and permission had been granted, whatever that process did could have exposed our entire source code to the world.\n\nThe instinct to treat an AI agent like a trustworthy junior colleague is understandable, but it’s wrong. A human (usually) understands their limitations, and even if they don’t, they have to face consequences for their actions. This creates a natural limitation on their risky behavior.\n\nThe job of every leader is to apply as much creativity to “What could go wrong?” as we normally do to “What could go right?”\n\nIn software, we often use the term *blast radius*. For everything we do, I try to get my team to think in terms of potential harm right at the outset. It’s the mindset a medical device company has to take, but all companies can benefit from it.\n\nIn these premortems, we imagine something went horribly wrong, and then ask: Why? I pose a lot of open-ended questions, and then try to stay out of the room as much as possible. The power imbalance of a founder present can make honest discussions difficult. You can pretend that everyone on your team feels safe telling you something will explode, but most of the time they’re more concerned about not pissing you off.\n\nI give my managers the autonomy they need to get to the truth. And I reinforce our company’s credo: To succeed here, you need to challenge everything you don’t understand or think is wrong. They have to know that we want them to find trouble before anyone gets hurt. I’ve found that most scientists thrive when they don’t feel like they’re living in a Dilbert comic.\n\nSometimes I do need to be in the room. When I am, I keep my CSO hat on and let everyone know that. This isn’t so hard when the discussion is science, and ground truth takes precedence over power imbalances.\n\nFor many executives, the above advice will cut down their AI overload. But for more complicated businesses, AI is simply producing too much output for them to keep up with.\n\nIn these cases, you need to start thinking about instituting a layer of decision-makers who sit between you and the AI skunkworks teams.\n\nThese deputies should have your trust, a track record of sound judgment, and strong organizational skills. Their job is to filter prototypes, surface potential gaps in verification, and explain candidate projects to you simply. They should have the authority to shoot things down without your approval.\n\nTheir goal is to cut down your decision-making surface area, so you’re weighing in only on what’s real and tested.\n\nI’m convinced that AI will replace us only if we let it. As executives, our judgment and our experience got us where we are. I’d wager that these qualities are even more important today than they were five years ago.\n\nThere are seemingly unlimited opportunities in front of us. Our ability to focus our resources on the most promising ones will determine who survives in the AI epoch.", "url": "https://wpnews.pro/news/im-a-ceo-overwhelmed-by-ai-projects-heres-my-system-for-staying-sane", "canonical_source": "https://www.fastcompany.com/91587261/im-a-ceo-overwhelmed-by-ai-projects-heres-my-system-for-staying-sane", "published_at": "2026-08-09 05:00:00+00:00", "updated_at": "2026-08-09 09:37:57.348111+00:00", "lang": "en", "topics": ["artificial-intelligence", "generative-ai", "ai-agents", "ai-tools"], "entities": ["Daniel Kahneman", "Claude Code"], "alternates": {"html": "https://wpnews.pro/news/im-a-ceo-overwhelmed-by-ai-projects-heres-my-system-for-staying-sane", "markdown": "https://wpnews.pro/news/im-a-ceo-overwhelmed-by-ai-projects-heres-my-system-for-staying-sane.md", "text": "https://wpnews.pro/news/im-a-ceo-overwhelmed-by-ai-projects-heres-my-system-for-staying-sane.txt", "jsonld": "https://wpnews.pro/news/im-a-ceo-overwhelmed-by-ai-projects-heres-my-system-for-staying-sane.jsonld"}}