Namanyay Goel

Hi, I’m Namanyay Goel. I'm a programmer and a writer.

I recently moved to San Francisco to help developers ship faster & write higher quality code. My tool is used by thousands, including engineers from Google and Uber. .

  • Is AI ready to be a mid-level engineer?

    Mark Zuckerberg recently claimed AI will replace mid-level engineers by 2025.

    As someone building AI developer tools and studying their real-world implementation, I believe this fundamentally misunderstands both the current state of AI and the role of mid-level engineers.

    Here’s what Meta is missing.

    Continue Reading →
  • Stop Using Just One AI Model in Production

    Learning why model redundancy > optimization

    It started with a frustrating Thursday afternoon. Our code analysis service was hitting rate limits constantly, and I was doing what any reasonable engineer would do: optimizing our token usage, implementing better queuing, and trying to squeeze maximum performance from our chosen model.

    Nothing worked. Or rather, everything worked a little bit, but not enough.

    Continue Reading →
  • LLM “Structured Outputs” are Missing the Point

    Last week, my AI coding assistant generated a perfectly-structured code review suggestion.

    The format was immaculate - every field properly typed, every attribute carefully specified, the suggestion clear and actionable.

    There was just one problem: it fundamentally misunderstood how our authentication system worked.

    Continue Reading →
  • What 6 hours at HN #1 actually does to your traffic

    “Every developer has that one post they almost didn’t write…”

    For 2025, I decided to get back into technical writing.

    I’ve been obsessing over getting AI to actually understand production code. Not just generate it, but really grok what’s happening in a mature codebase.

    After countless nights exploring this rabbit hole, I wrote about a breakthrough I had.

    Sunday morning, I posted it on HackerNews. “Why not,” I thought, “maybe someone will find it interesting.”

    Then I went back to my weekend.

    Continue Reading →
  • The day I taught AI to read code like a Senior Developer

    A messy experiment that changed how we think about AI code analysis

    Last week, I watched our AI choke on a React codebase - again. As timeout errors flooded my terminal, something clicked. We’d been teaching AI to read code like a fresh bootcamp grad, not a senior developer.

    Here’s what I mean.

    Continue Reading →
  • When perfect code isn’t enough: My journey with AI IDEs

    Last month, I asked Claude to help refactor a React component. The code it wrote was beautiful - clean, well-documented, following all the best practices.

    It also quietly broke our error tracking system, removed a crucial race condition check (that admittedly looked like a bug), and duplicated three utility functions with slightly different implementations.

    Sound familiar?

    The AI coding space is exploding right now. Cursor hit $50M ARR, Lovable.ai reached $4M in 4 weeks, and every day there’s a new “AI-powered IDE” on Product Hunt. Clearly, developers want AI assistance.

    Yet despite these impressive numbers, I believe current AI coding tools are fundamentally solving the wrong problem. That’s why I’m building another one.

    Continue Reading →
  • Hacked WordPress, Lost Rankings: My Jekyll Redemption Story

    I’ve been running multiple WordPress blogs for my friends and family on my own VPS since ~2012. I didn’t bother checking them for updates, and surprise surprise they all got hacked.

    This is my journey of how I fixed it and how the latest version of my blog was born.

    Hmm, this is not what WordPress is supposed to look like is it?
    Continue Reading →