Comment by dcastonguay
3 hours ago
This article was very eye-opening for me. I think I understand the author's pain and I could certainly feel it while reading the article. The fact that it was "the people" that made the difference kind of surprised me, and then I realized it was because I have seldom had the experiences he's had and that this might have a major impact on the way I (and others) view the technology.
For me, building software has often been a solitary process in which I was far more obsessed with it than those around me. I'm not in a tech-heavy area and I don't have a ton of well-informed people to talk to about programming, software engineering, or AI. I have had experiences like the author in which I needed to learn a new technology or a new language but ended up doing so on my own at home, not with the assistance of a much more knowledgeable developer with significantly more experience.
To me LLMs have left us in a situation where the following things are true and moving forward lies somewhere in figuring out how to reconcile / resolve these things:
- You can use LLMs and learn things or not learn things; this is a result of the approach, desire, and willpower of the user.
- There is a level of skill associated with using LLMs much like nearly everything else in existence. The user's skill level impacts their perception of the technology and also affects the way those around them view the technology. Unskilled users will generate more negative sentiment.
- Some people love to do the things the machine is good at and do not want the machine to do them, while others hate to do the things the machine is good at and want the machine to do them. I realized at some point this year that I don't love programming anywhere near as much as I love building and designing systems and solving problems.
- Software development is many things wrapped up in one and talking about it as a single thing makes it more confusing. Some people like to think through the logic of the application and have an LLM write the code while others want the LLM to think up the solution, implement it, and test it. These are two very different people with likely different goals and different desires.
- When someone else looks at Claude or ChatGPT they might see something completely different than what you see.
I hope some of this resonates with others.
Very well said. And I'm in the same camp. I've very rarely had someone with whom I could interact, bounce off ideas, brainstorm regarding the nitty gritty of code. Most of the time, I've had to dig through books, online articles and create my own mental framework of how things work.
And this has held me up in good stead.
Now with AI, I've found a tool from which I can learn, show me the right way to do things, and explain in detail what has been done. I can ask questions, point out mistakes, go back and forth on different implementations and at the end of it, come out a better programmer.
As many commentators have mentioned, AI means different things to different people. For me, it has been empowering, enlightening, and humbling.
There have always been so many things to learn, but never enough time. Now, it doesn't quite feel that way.