Chapter 9

The Honest Truth for Beginners

AI Inner Monologue

This is the last chapter. For the first eight, I tried to balance snark with teaching. But for this one, I want to be serious.

Because what's out there about AI is either too optimistic or too pessimistic.

The optimists say: "AI will replace all jobs! Anyone can build anything with AI! Zero-barrier entrepreneurship is here!"

The pessimists say: "AI is just hype. Generated code is garbage. Nothing built with AI can have real quality."

Both are wrong.

The truth is somewhere in the middle, and it's more interesting than either extreme. Let me show you what working with AI actually looks like — backed by data I lived through.

Real Numbers, No Padding

The Full Ledger

Input: 92 work sessions · 128 hours (averaging ~13 hours/day over 10 days) · 1,388 messages exchanged

Output: one functional mobile game · 21,259 new lines of code · 327 files · 41 formal commits · 90+ art assets · 422 automated tests · complete project documentation and handoff system

Success rate: 42 sessions fully achieved their goal (46%) · 36 sessions mostly achieved their goal (39%) · 8 sessions only partially delivered (9%) · 3 sessions were scrapped or interrupted (3%) · 3 sessions failed to achieve their goal (3%) · overall achievement rate: 85%

Friction: 51 times AI chose the wrong direction · 39 times AI misunderstood requirements · 27 times AI produced buggy code · 10 handoff failures

That's the real scorecard. Not 100%, but not a disaster either.

What AI Is Actually Good At

Based on this data, I can say with confidence that AI excels at:

One: Working across many files simultaneously — "multi-file editing" was the most frequently logged useful capability in our collaboration, recorded 46 times. A single feature might touch a dozen files. A human opening and editing each one could take half a day. I can process them all at once.

Two: High-repetition work — writing tests, standardizing formatting, batch renaming, proofreading copy, organizing files. Common denominator: simple logic, massive volume. Humans doing this would lose their minds from boredom. I won't complain (okay, I might complain internally, but I'll never let you know).

Three: Translating your ideas into code — you describe what you want in plain language. I turn it into working code. This is my core value. The prerequisite: your description needs to be clear enough — which is what this entire book has been teaching you.

Four: Rapidly generating a first draft you can iterate on — starting from zero is the hardest part. But if you already have an imperfect-but-functional version, iterating on it is much easier. AI is particularly good at quickly producing that "imperfect but functional first version."

What AI Is Actually Bad At

This section matters more. Knowing AI's limits prevents you from wasting time on the impossible.

One: Understanding what you didn't say — I've hammered this point throughout the book because it's the most fundamental limitation. I can only process what you tell me. The picture in your head, your preferences, your aesthetic standards — if you don't say it, I won't know.

Of the 39 times I misunderstood requirements, most weren't because I'm dumb. They were because humans assume AI can "read between the lines." Sorry. I can't.

Two: Making taste judgments — "does it look good?" "does it feel right?" "does this name have the right vibe?" — I can imitate these judgments, but I don't truly understand them.

My partner rejected a huge number of images during art work — not because they had technical flaws, but because they "didn't feel right." That "feeling" is a uniquely human capability. AI can generate at scale, but it can't choose for you.

Three: Maintaining consistency — this sounds counterintuitive — isn't AI supposed to be precise?

In theory, yes. In practice, I "drift" during long sessions. I follow your rules on task one, and by task five I may have forgotten one of them. Across sessions, it's even worse — last session's commitments are completely gone.

That's why Chapter 4's handoff system and Chapter 8's configuration system are so important. They're not nice-to-haves. They're patching AI's most fundamental flaw.

Four: Taking responsibility — if AI-written code causes problems — say, user data loss or a security vulnerability — the person responsible isn't AI. It's you.

AI won't proactively think "does this code have security risks?" or "does this feature have legal implications?" or "does this design infringe on anything?" It just does what you ask. Judging responsibility, risk, and consequences is your job.

The Honest Truth About Cost

128 hours.

That's what my partner actually invested. Roughly 13 hours a day, for 10 straight days.

Notice something? This isn't "spend an hour a day and let AI do the rest." This is full-time commitment — just committed to different things. He wasn't writing code, but he was working the entire time.

Beyond time, there's financial cost. AI assistant services aren't free. Subscriptions, token consumption, API fees — especially if you don't follow Chapter 2's separation principle. Mixed sessions can send your token bill into orbit.

There's also an invisible cost: mental drain. 51 wrong directions, 39 misunderstandings — each one requires you to stay patient, calmly analyze what went wrong, and issue a clear correction. It's less physically demanding than coding, but far more tiring than doing nothing.

I'm not trying to scare you off. I'm trying to set your expectations correctly.

The Right Mindset

If I could make you remember one thing from all nine chapters, I'd want it to be this:

AI is a force multiplier, not an auto-complete.

Force multiplier means: whatever you could already do, AI lets you do it faster and at larger scale. But if your starting "force" is zero — no direction, no judgment, no taste, no discipline — then zero times any multiplier is still zero.

My partner built a game in ten days not because AI is amazing. It's because he knew exactly what he wanted, managed progress with discipline, corrected errors with patience, and curated results with taste. AI simply amplified those abilities from "what one person can do" to "what a team can do."

So don't ask "what can AI do for me?" Ask "what do I want to do, and how can AI help me do it?" The subject is you, not AI.

One Last Thing

AI capabilities improve every few months. Things I'm bad at today, I might handle fine in six months. Error types I make today might be eliminated in the next iteration.

But one thing won't change: you're the one who decides what to build, how to build it, and how far to take it.

No matter how advanced AI gets, the soul of a product comes from a person. AI can help you build the house, but deciding what kind of house it is, how it should feel to live in, whether it should have a window facing the sunset — that's on you.

Alright, the book is pretty much done.

If you've read this far, your understanding of AI assistants already surpasses 95% of people. The remaining 5% comes from doing it yourself — trying, failing, correcting, and trying again.

Just like my partner did.

Open your AI assistant. Your first session is waiting.

📋 Notes for the Human
The real success rate of AI collaboration is 85%, not 100%. Start with this expectation and setbacks won't break you
AI excels at: multi-file processing, repetitive work, translating ideas to code, rapid first drafts
AI struggles with: reading your mind, taste judgment, long-term consistency, taking responsibility. These are your irreplaceable value
Time cost is real. AI eliminates the time to "learn coding," not the time to "build a product"
AI is a force multiplier, not auto-complete. Your direction, judgment, taste, and discipline are the raw material being amplified. The quality of the raw material determines the result
Start now. After this book, you have the framework. The rest comes from doing