I'm Done Using AI
I think I'm done using LLMs altogether for coding. I've lost the ability to maintain any kind of flow state, the majority of the time I've spent thrashing on architectural changes that I could have done myself, tests that get manipulated into passing, and having to sift through the magic 8-ball of skills that are intended to get work done (all caps dont do this, please do that). LLMs appear to be fruitful as essentially a research search engine but I'm pretty much done with them for coding. This has been an enormously expensive waste of time and to add to it a general atrophy of skill.
Discussion Highlights (11 comments)
vifly_net
but why, can you give more details
moritzschultz
Share your POV about the flow state. I lost that too, but found myself a few days ago sitting in front of Claude prompting until 5am in the morning. The flow is different, less satisfactory for sure than writing code yourself. Main reason I am sticking to using AI is convenience, speed and the perception that the job market expects you to.
emrbli
think simple. you are human, ai is a car. you can walk but if you ride a car you can arrive fast. you don't need to forget how to walk while you riding a car. another side i think for myself; if you are developer you are somewhat right. if you are maker, no problem you can use ai as much as possible. bcz i know i can write completely if the ai is turned off.
trio8453
You should probably adjust how you work and find a workflow that feels ok to you instead of abandoning it completely.
farwaabbas
The frustration makes sense. Its easy to lose your rhythm when the tool starts doing more thinking than you.
janalsncm
A helpful middle ground I’ve found is to build out the architecture you want, but stub out the tedious function implementations you don’t want to do yourself. And by stub out I mean write the function signature yourself, including parameters it’ll accept and return types. Add a comment if necessary about what it will do.
ramstar3000
I think using skills like grill_me is supposed to make the experience a lot more user-involved and fun, rather than just being an accept_permissions driven process and the feeling like an observer. https://github.com/mattpocock/skills/blob/main/skills/produc...
elpocko
Okay, thank you.
philip-zero
I experience LLM a lot recently, but I am feeling, if you do not have design in mind, it will messy everything.
oastp
I don’t think the problem is AI, the problem is the way we use AI and what we ask it to do. Flow comes from having a clear mental model, making decisions. If the LLMs model is making most of the decisions, I’m left trying to reconstruct someone else’s thinking after the fact.
stevenxing
AI works for me magically..better than magic...