←back to thread

94 points Eatcats | 4 comments | | HN request time: 0.002s | 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?

Show context
megaloblasto ◴[] No.44499548[source]
I've always found it a bit strange that people enjoy the act of coding so much that LLMs make then sad. For me it's always been about what I can make, not the actual typing of code into the editor. With LLMs I can make better stuff, faster, and it's really exciting. It used to be that if I needed to use a new library for one little task, it would be hours or days of reading the manual and playing around. Now it's minutes and I can understand how the API works, and write good, robust code that solves my problem.

Maybe it's more of a problem with your job and the tasks you're assigned?

replies(2): >>44499586 #>>44499625 #
agentultra ◴[] No.44499625[source]
You find it strange that people like different things than you do?
replies(1): >>44499636 #
1. megaloblasto ◴[] No.44499636[source]
No, I find it strange that people like to input text into an editor so much that LLMs make them sad.
replies(1): >>44499732 #
2. AlexeyBrin ◴[] No.44499732[source]
It is never just inputing text into an editor. When I write a piece of code, it is just the first draft of what I have in mind. Most of the time I change the code interactively until I'm satisfied. The act of writing the code myself helps in clarifying my ideas.
replies(1): >>44499767 #
3. megaloblasto ◴[] No.44499767[source]
Are you saying that that is no longer fun with LLMs?
replies(1): >>44499829 #
4. AlexeyBrin ◴[] No.44499829{3}[source]
Fun or not fun it is a personal perspective. What I was saying was that when you write code you also think deeply about what you actually write and you have the opportunity to optimize, change ideas and overall improve. A programming language is more precise and succinct than natural language in expressing algorithms/ideas.