2
4 Comments

I use AI for 90% of my code. Here's what it still can't fix.

I've been building solo for 2.5 years. In the last year, my stack basically became: describe -> AI generates -> I review -> ship. Cursor, GitHub Copilot, Gemini, a few others. I'm faster than I've ever been.

But I keep running into the same walls. And I think it's worth being honest about them, because most "AI changed everything" posts skip this part.
What AI genuinely changed for me:

Boilerplate is dead. Setting up auth, DB schemas, component skeletons - I don't think about this anymore.

I can work in unfamiliar territory without being blocked. Need a Cloud Run deployment config? Done in minutes.

Iteration speed on UI is absurd. I describe a layout, get 80% there, tweak the rest.

What it still can't fix:

  1. Knowing what to build. AI is a brilliant executor. It cannot tell you if the thing you're building matters. That judgment gap is entirely yours.

  2. Debugging novel errors. When something breaks in an unusual way - like a specific ADK + BigQuery interaction at deploy time - AI gives you confident answers that are wrong 3 times before it gets there. You still need to understand what's actually happening.

  3. Product intuition. "Make this feel more trustworthy" or "this onboarding feels off" - AI will generate 5 versions. Knowing which one is right is a skill it doesn't have.

  4. Momentum when you're stuck. When I'm genuinely blocked on a decision (pivot? kill it? keep going?), AI is useless. It'll validate whatever I lean toward. You still need outside opinions, real users, or just time.

  5. Distribution. Zero. AI writes decent copy but it cannot build an audience, create relationships, or make people care. This is still 100% a human problem.

I'm currently building Built By - a platform where solo builders log daily work and AI verifies it with proof-of-work quizzes. The irony of using AI to fix a problem AI partially created (fake productivity, unverifiable output) isn't lost on me.

Curious what walls other AI-first builders keep hitting. What's the thing that still doesn't get easier?

on April 19, 2026
  1. 1

    AI removed a lot of execution pain, which makes strategy mistakes easier to scale.
    The bottleneck now isn’t building fast, it’s choosing the right thing fast.

  2. 1

    This is the part most people miss.

    AI didn’t remove difficulty — it just shifted it from execution to judgment.

    Which honestly feels harder, because there’s no clear feedback loop for “taste” or “does this feel right”.

    Curious — have you felt this more during onboarding/first impression, where small decisions have outsized impact?

    1. 1

      True that. Yes I have experienced and it was real learning and useful insights on how to think with AI not be dependent on it.

      1. 1

        Exactly — that’s the shift.

        AI removed execution friction, but amplified decision friction.

        Which is why things like:
        – what to build
        – how it’s perceived
        – whether it clicks instantly

        matter way more now than before.

        Speed isn’t the bottleneck anymore — judgment is.

Trending on Indie Hackers
I launched on Product Hunt today with 0 followers, 0 network, and 0 users. Here's what I learned in 12 hours. User Avatar 80 comments My users are making my product better without knowing it. Here's how I designed that. User Avatar 66 comments A simple LinkedIn prospecting trick that improved our lead quality User Avatar 60 comments I changed AIagent2 from dashboard-first to chat-first. Does this feel clearer? User Avatar 39 comments The most underrated distribution channel in SaaS is hiding in your browser toolbar User Avatar 32 comments I gave 7 AI agents $100 each to build a startup. Here's what happened on Day 1. User Avatar 31 comments