AI coding is a nightmare. Am I the only one experiencing this?
41–50 of 62 posts
Re: AI coding is a nightmare. Am I the only one experiencing this?
#42You mention two very specific aspects of AI producing code: - "It hyper-focuses on the current task and couldn't care less if its changes break other parts of the system." - "Long context = instant brain damage" This is why I quickly discovered that I had to turn AI into a knowledgable, patient tutor rather than let it code for me. I am thoroughly at the helm for all decisions big and small - I don't let AI touch the…
Re: AI coding is a nightmare. Am I the only one experiencing this?
#43You mention two very specific aspects of AI producing code: - "It hyper-focuses on the current task and couldn't care less if its changes break other parts of the system." - "Long context = instant brain damage" This is why I quickly discovered that I had to turn AI into a knowledgable, patient tutor rather than let it code for me. I am thoroughly at the helm for all decisions big and small - I don't let AI touch the…
Anthropic did a study where people who worked like this understood their systems a lot better than and were basically as fast as AI maximalists. Plus it’s so much cheaper… that has to matter.
Re: AI coding is a nightmare. Am I the only one experiencing this?
#441. Set the Agent off on some task
2. Go scroll social media
Get back to whatever the agent was doing.
AI coding feels very anti-flow.
Re: AI coding is a nightmare. Am I the only one experiencing this?
#45So stop. I’m serious. Treat it like any other tool. When it helps solves problems, use it. When it makes problems, don’t use it. There are a lot of people and an enormous amount of money trying to make hands off agentic happen, but the happiest and most effective enthusiasts I know do not give up control: they go function by function and class by class, generating or writing as they see fit. The goal is to make usefu…
Re: AI coding is a nightmare. Am I the only one experiencing this?
#46You mention two very specific aspects of AI producing code: - "It hyper-focuses on the current task and couldn't care less if its changes break other parts of the system." - "Long context = instant brain damage" This is why I quickly discovered that I had to turn AI into a knowledgable, patient tutor rather than let it code for me. I am thoroughly at the helm for all decisions big and small - I don't let AI touch the…
Anthropic did a study where people who worked like this understood their systems a lot better than and were basically as fast as AI maximalists. Plus it’s so much cheaper… that has to matter.
Where I'd push back drawing too many conclusions from this study: arguably most successful AI usage is senior developers that know the programming environment they're working in. Know how far to trust the AI. And carefully review / understand outputs.
Nevertheless, the study's still interesting, and I wish they'd replicate with a much higher n per group. Junior developers (undergrads?) are a more abundant group and not particularly specialized yet. They've also spent years hand-coding at University, but probably could adapt to AI tooling pretty easily.
The study: https://www.anthropic.com/research/AI-assistance-coding-skil...
Re: AI coding is a nightmare. Am I the only one experiencing this?
#47Re: AI coding is a nightmare. Am I the only one experiencing this?
#48Re: AI coding is a nightmare. Am I the only one experiencing this?
#49try using a harness. i provide one in Yaw Mode and you can copy it and modify and use a modified if you wanted to learn and tweak yours. i use the skills /yaw-review excessively sometimes multiple times in a row on the same pr or session. followed by most often /yaw-address-all and then /yaw-coverage to add tests and /yaw-ship-ready to make production ready. after a few rounds of these they are not needed every time…
Re: AI coding is a nightmare. Am I the only one experiencing this?
#50try using a harness. i provide one in Yaw Mode and you can copy it and modify and use a modified if you wanted to learn and tweak yours. i use the skills /yaw-review excessively sometimes multiple times in a row on the same pr or session. followed by most often /yaw-address-all and then /yaw-coverage to add tests and /yaw-ship-ready to make production ready. after a few rounds of these they are not needed every time…
You are not suggesting harness will replace the need of programmer's review aren't you? The thing might go in the totally wrong direction and no harness will stop it. Surely unless you write harness for every specific task at hand but then why is it any better than writing or at least reviewing the code itself?