AI coding is less fun

11 fside 4 6/19/2025, 12:30:52 PM nicolaiarocci.com ↗

Comments (4)

bilekas · 2h ago
> I love entering “the zone” and solving complex problems, one at a time

This straight away sums up my experience too.. infarct for vscodrive had to even turn off copilot as, to me at least it feels so much more aggressive. It feels like it's trying to assume my intention constantly but auto completing. Like when someone will interrupt my conversation.

Visual studio is getting worse alsoas it will jump ahead of my point of focus and keep updating. This all very quickly becomes something to consider while working and thus prevents getting into the "zone"...

It's not good when trying to solve a problem so I turn it off.if I'm starting a new project and need boilerplate, then sure. The promise is long gone.

misnome · 2h ago
Completely agree with automatic suggestions.

It throwing in a completely wrong suggestion throws off my mental state which knew exactly what it wanted. The rare times it guesses “right” (and never more than a few tokens) does not make up for it.

Of course, turning this off is hard - the settings to disable it have been mysteriously “renamed” and obfuscated a couple of times recently, to the point that I’ve just uninstalled it across all my installs.

lowbloodsugar · 38m ago
I get enjoyment from two things: 1) solving interesting problems in interesting ways and 2) producing things of value that satisfy some persons needs. The second one is what I get paid for with the first one being only occasionally required. So I do the first one for side projects. Bonus I get to decide what my side projects are. The second one is vastly more productive with AI, and so I like AI.
incomingpain · 9h ago
For me, it is even more fun.

The boilerplate code that just has to be that way, gets done automatically. Same with chore coding.

Stuff like html/css that im missing one <div> and i dont see it, but AI fixed it. It's not fun looking for it.

Anything I enjoy doing for myself, I can just do.

I can still do fun bug busting. For example recently I had a minor problem in streamlit. AI couldnt figure it out because except BaseException as e had no output. Add traceback and the exception was happening deep inside streamlit.

Mind you, literally my first ever project using streamlit, probably my fault.

Basically all the boring parts of code are now AI. I love it.