AskHN:How do you handle skill atrophy from using coding agents?
11–20 of 52 posts
Re: AskHN:How do you handle skill atrophy from using coding agents?
#12I honestly don't feel there is much atrophy or this is an issue at all As if for example someone's skill lessened if they switched from assembly to a higher level programming language over time (like, does it matter?) If you for some reason had to go back and program more manually, then you could do so as the need arises Otherwise, LLMs appear to be here to stay and you don't actually need those skills that are even…
There is a meta-argument about whether companies should interview about hand-coding anymore, but... the skills do atrophy. I've been mixing hand-coding into my routines ever since to try to keep those skills lukewarm. I'm not yet sure if I am wasting my time doing so or not.
$0.02
Re: AskHN:How do you handle skill atrophy from using coding agents?
#13It’s like skiing or biking, it comes back quickly.
Re: AskHN:How do you handle skill atrophy from using coding agents?
#14For every skill that may atrophy, I feel like I am developing experience in 10 new ones. I am not focused on using AI to perform my existing job function though, I am developing new capabilities.
Re: AskHN:How do you handle skill atrophy from using coding agents?
#15Re: AskHN:How do you handle skill atrophy from using coding agents?
#16For every skill that may atrophy, I feel like I am developing experience in 10 new ones. I am not focused on using AI to perform my existing job function though, I am developing new capabilities.
Re: AskHN:How do you handle skill atrophy from using coding agents?
#17Re: AskHN:How do you handle skill atrophy from using coding agents?
#18Re: AskHN:How do you handle skill atrophy from using coding agents?
#19Simple. I use my brain and write code without coding agents.
Re: AskHN:How do you handle skill atrophy from using coding agents?
#20I am curious how the workflow of people, who do not write code at all, looks like, or what products do they build. In my experience LLMs are an excavator, but you still have to tweak the fine details with a shovel.
In my personal life, I am making tools to support hobbies. I typically tackle architecture and design myself and sanity check with an LLM, then Codex does all the programming work.
I'm more interested in making sure the apps I make have the content I want and functionally meets my needs than actually writing the code myself. Making fine detail tweaks are not something I need to do past review and pointing them out to to the LLM.