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.
31 comments
[ 3.1 ms ] story [ 61.9 ms ] threadMain reason I am sticking to using AI is convenience, speed and the perception that the job market expects you to.
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.
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.
https://github.com/mattpocock/skills/blob/main/skills/produc...
Curious what others are doing to solve this.
Would love to hear if other are in this situation.