The AI Development Conundrum
Published 📅: ....
Last modified 📝: ....
Share this post on BlueskySee discussion on Bluesky
While I spent a bit of time talking about using AI to help write code in my recent blog post on offloading complexity, I've been thinking more about the trade-offs of heavily using AI to aid with software development.
I was working on a side project the other day, and I decided to give Cursor's composer mode a go at building out a whole feature from start to finish. Normally what I opt to do is start writing the code myself and then rely on the autocomplete features to fill in some of the details. However this time I was diving in head first on letting the AI do all of the deep thinking and implementation as well.