My Updated Thoughts on AI in Coding
Hey folks, You might remember back in September 2025 I dropped a post sharing my initial thoughts on AI in coding. Most of what I said still holds up for me, but after actually using it day-to-day for the last couple weeks, Iâve got some real-world updates and a few tweaks to my take.I finally jumped in and started tinkeringâinstalled Cursor IDE (which comes loaded with those built-in AI agents) and let it loose on my projects. Bottom line: itâs a mixed bag, same as before. There are legit pros, some clear cons, and Iâm still 100% not on board with the idea that AI is about to replace developers anytime soon. Hereâs what Iâve seen in practice: - New / greenfield projects â this is where it shines. Give it a clean slate and tell it the tech stack you want? It can spin up a solid skeleton stupidly fastâfaster than any of us typing from scratch. Huge time-saver there. - Styling / UI polish â eh, not so much. Itâll throw something together that looks generically âfine,â but if you have a specific vibe, brand guidelines, or just want things to feel right, youâre usually back to tweaking by hand. Itâs like asking a robot to match your personal tasteâit gets close, but rarely nails it. - Existing / legacy codebases â way more hit-or-miss. Simple refactors or small changes can somehow take 5Ă longer than if Iâd just done them myself (super frustrating). But then itâll surprise you and handle a chunky piece of business logic flawlessly on the first try. Itâs unpredictable, which means you canât just lean on it blindly. So yeahâno magic bullet. It speeds some stuff up and drags on others. Overall, it makes certain parts of the day a little easier, but itâs not solving every problem or making anyone obsolete. Important part (and Iâm dead serious here): You still have to understand your codebase. You still have to know what the AI just spat out, why it did it that way, and where it probably screwed up the edge cases or missed the nuance. There will always be manual adjustmentsâsometimes small, sometimes big. Developers arenât going anywhere. If youâre already in the field, youâre still very much needed. If youâre thinking about getting into development, donât let the hype scare you offâyouâre still needed too.