Fortunately, 90% of coding is not hard problems. We write the same crap over and over. How many different creat an account and signin flows do we really need. Yet there seem to be an infinite amount, and each with it’s own bugs.
The hard problems are the only reason I like programming. If 90% of my job was repetitive boilerplate, I’d probably be looking elsewhere.
I really dislike how LLMs are flooding the internet with a seemingly infinite amount of half-broken TODO-app style programs with no care at all for improving things or doing something actually unique.
A lot of people don’t realize how many times the problem they are solving has already been solved. But after being in the industry for 3 decades, very few things people are working on haven’t been done before. They just get put together in different combinations.
As for AI, I have found it decent at wruting one time scripts to gather information I need to make design decisions. And it’s a little quicker when I need to look up a syntax for a language or like a resource name for terraform. But even one off scripts I sometimes have to ask it if a while loop wouldn’t be better and such.
Fortunately, 90% of coding is not hard problems. We write the same crap over and over. How many different creat an account and signin flows do we really need. Yet there seem to be an infinite amount, and each with it’s own bugs.
The hard problems are the only reason I like programming. If 90% of my job was repetitive boilerplate, I’d probably be looking elsewhere.
I really dislike how LLMs are flooding the internet with a seemingly infinite amount of half-broken TODO-app style programs with no care at all for improving things or doing something actually unique.
A lot of people don’t realize how many times the problem they are solving has already been solved. But after being in the industry for 3 decades, very few things people are working on haven’t been done before. They just get put together in different combinations.
As for AI, I have found it decent at wruting one time scripts to gather information I need to make design decisions. And it’s a little quicker when I need to look up a syntax for a language or like a resource name for terraform. But even one off scripts I sometimes have to ask it if a while loop wouldn’t be better and such.