Most active commenters
  • Winsaucerer(3)

←back to thread

94 points Eatcats | 12 comments | | HN request time: 0.857s | source | bottom

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. Winsaucerer ◴[] No.44499546[source]
Is AI genuinely that good for you all? I can't leave it to its own devices, I have to review everything because (from experience) I don't trust it. I think it's an amazing technological advancement, perhaps will go down as one of the top 10 in the history of our species. But I can't just "fire and forget".

And that's not just because its output is often not the best, but also because by doing it myself it causes me to think deeply about the problem, come up with a better solution that considers edge cases. Furthermore, it gives me knowledge in my head about that project that helps me for the next change.

I see comments here where people seem to have eliminated almost all of their dev work, and it makes me wonder what I'm doing wrong.

replies(6): >>44499624 #>>44499731 #>>44499793 #>>44499806 #>>44502186 #>>44511212 #
2. vinnymac ◴[] No.44499731[source]
I don’t think you’re doing anything wrong. Some shops just have very low quality bars where they can ship things that are to be frank, broken. I tend to use Sonnet 4 these days, and use it for tasks that aren’t too important or ones that require prototyping and iteration over perfection.

I find it’s really great for augmenting specific kinds of concentrated tasks. But just like you, I have to review everything it creates. Even Claude Opus 4 on MAX produces many bugs on a regular basis that I fix before merging in a change. I don’t mind it though, as I can choose to use it on the most annoying areas, and leave the ones I enjoy to work on myself.

3. Herring ◴[] No.44499793[source]
I think it depends on your niche and model. Gemini pro worked amazing for me in when doing (relatively simple) graph algorithms in python, but completely sucked when I switched to (relatively complicated) latex layouts.
4. gwbas1c ◴[] No.44499806[source]
> it makes me wonder what I'm doing wrong

I'm in the same boat: I'm mostly doing C# in Visual Studio (classic) with co-pilot, and it very rarely gives useful code from prompts. Often times the auto-suggestions are hallucinations, and frequently they interfere with "normal" tab completion.

I'm wondering if I'm using the wrong tool, or if Visual Studio (classic) co-pilot is just far behind industry norms?

replies(3): >>44499940 #>>44502036 #>>44504265 #
5. Winsaucerer ◴[] No.44499940[source]
The main problem I have with auto-suggestions is that they distract my flow of thinking. Suddenly, I go from thinking about my code carefully, to reviewing someone else's code. To the point where I get a bit stressed typing, worrying that if I go too slow, the suggestion will pop up. As you may guess, I therefore have them turned off :)

I am playing with Zed now though, and it has a "subtle" mode for suggestions which is great. When I explicitly want to see them, I press option key. Otherwise, I don't see them.

6. robjellinghaus ◴[] No.44502036[source]
I felt the same way until I tried Claude Code. Moving from an autocomplete-based workflow to a conversation-based workflow changed everything. I find traditional Copilot useless by comparison.
replies(1): >>44502214 #
7. TechDebtDevin ◴[] No.44502186[source]
These people arent being honest or they arent dealing with any real level of complexity.
8. TechDebtDevin ◴[] No.44502214{3}[source]
Youre 100% being dishonest or not dealing with any sort of complexity.
9. aprdm ◴[] No.44504265[source]
Use it as someone you are working with / talking with. Not as auto complete. You need to reframe your work a bit to have best results interacting w/ llms
10. moomoo11 ◴[] No.44511212[source]
What you’re doing wrong is you’re working on complex stuff.
replies(1): >>44516753 #
11. Winsaucerer ◴[] No.44516753[source]
I would love someone to do some research on attitudes towards how self-driving AI is, compared to factors like:

- Type of dev work (infra, frontend, backend, etc)

- Programming language

- Level of experience

- Quality expectations of project/work environment

replies(1): >>44525352 #
12. ◴[] No.44525352{3}[source]