←back to thread

94 points Eatcats | 1 comments | | HN request time: 0.241s | source

Small confession

I’ve been using Windsurf editor for about six months now, and it does most of the coding work for me.

Recently, I realized I no longer enjoy programming. It feels like I’m just going through the pain of explaining to the LLM what I want, then sitting and waiting for it to finish. If it fails, I just switch to another model—and usually, one of them gets the job done.

At this point, I’ve even stopped reviewing the exact code changes. I just keep pushing forward until the task is done.

On the bright side, I’ve gotten much better at writing design documents.

Anyone else feel the same?

1. bubblebeard ◴[] No.44560778[source]
I can relate. I’ve been using CA:s/LLM:s for various projects for the past year. It started to take the enjoyment out of it for me too. It’s a tool like any other though, just gotta figure out how to use it correctly. For me at least, I only use CA:s now to write code I already know how it should work. So I just use it to write code I’ve already written in my head, if that makes sense. And you should always review code produced by an AI very carefully.