Earlier quoted context omitted.
> Does this mean you'd be incapable of learning anything? Yes. This strikes me as obvious. People don't have the sort of impulse control you're implying by default, it has to be learnt just like anything else. This sort of environment would make you an idiot if it's all you've ever known. You might as well be saying that you can just explain to children why they should eat their vegetables and rely on them to be rati…
I agree with your premise, but this example I strongly disagree with: > You might as well be saying that you can just explain to children why they should eat their vegetables and rely on them to be rational actors. YES! Explain to them, and trust them. They might not do exactly as you wish for them, but I'll bet you don't do exactly as you wish for yourself either. The children need your trust and they must learn how…
747s and coding agents
81–90 of 97 posts
Re: 747s and coding agents
#82Re: 747s and coding agents
#83Earlier quoted context omitted.
> We should be very concerned for the next generation. When you have the constant temptation of digging yourself out of a problem just by asking an LLM how will you ever learn anything? This is just the same concern whenever a new technology appears. * Socrates argued that writing would weaken memory, that it would create only superficially knowledge but incapable of really understanding. But it didn't destroy it. It…
Socrates was proven dead wrong by neurobiology. LLMs making you dumber is far from being "disproven" by science. Quite the opposite https://arxiv.org/abs/2506.08872
The study you linked doesn't show that people are becoming dumber because of LLMs, its just showing that when you offload tasks to these tools your brain engages less in that specific task, just like you'd do with a calculator, instead of doing complex calculations on paper, the calculator will do them for you, or when writing and using a spell-checker or using a search engine, instead of opening a book and searching. The question is whether in the long-term cognitive capacity is reduced, and like I said before this argument predates LLMs (All the way back to Socrates)
Also, take the study with a grain of salt as this is a small sample with only 54 participants for a single task on a short term study.
Personally, I believe LLMs just allows us to have a higher level of abstraction.
Re: 747s and coding agents
#84Re: 747s and coding agents
#85We should be very concerned for the next generation. When you have the constant temptation of digging yourself out of a problem just by asking an LLM how will you ever learn anything? My biggest lessons were from hours of pain and toil, scouring the internet. When I finally found the solution, the dopamine hit ensured that lesson was burned into my neurons. There is no such dopamine hit with LLMs. You vaguely try to…
My concern is also, how will programming and software design ever improve?
Re: 747s and coding agents
#86We should be very concerned for the next generation. When you have the constant temptation of digging yourself out of a problem just by asking an LLM how will you ever learn anything? My biggest lessons were from hours of pain and toil, scouring the internet. When I finally found the solution, the dopamine hit ensured that lesson was burned into my neurons. There is no such dopamine hit with LLMs. You vaguely try to…
At the beginning of the internet, I used to save all webpages where I’d find info, just in case I would be stuck without a connection or if the website removed it. I had parts of the MDN. The internet never fell. I bet it’ll be the same with AI. You will never not have AI. The big difference is the internet was a liberation movement: Everything became open. And free. AI is the opposite: By design, everything is close…
Re: 747s and coding agents
#87Reviewing code is absolutely different from writing it, and in my opinion much harder if the goal is more than surface level understanding. This is what I am still grappling with. Agents make more productive, but also probably worse at my job.
Re: 747s and coding agents
#88A few days back, I tried to implement a PDF reader by pure vibe coding. I used all my free Antigravity, Cursor, and Co-pilot tokens to create a half-baked, but working Next.js PDF-reader that (to be honest) I wouldn't have glued together without 2 weeks of work. As an MLE, I have done negligible web development using JavaScript and have mostly worked with Python and C.
But the struggle actually started after the free tokens were exhausted. I was feeling anxious to even look into those Next.js files. I am not able to describe, but it was probably some kind of fear - fear of either not being able to debug/implement a new feature, or not willing to put in precious hours (precious because of FOMO that I could do something cool with AI-paired vibe coding) to understand and build the feature myself.
I abandoned that project since that day. Haven't opened it yet - partly because I am waiting for the renewal of free tokens.
Re: 747s and coding agents
#89What the fuck are people working on where it's possible for the LLM to just add entire features. Refactors and class/method level code can be impressive, anything highly structured with good guard rails. As soon as things start to reach beyond that it falls to absolute garbage.
I built this entire app on ios + website without opening an IDE. https://www.gophergolfer.com/iphone NextJS, Rails, GraphQL, React Native Certainly wasn't one-shot for all of it but case in point it has dozens and dozens of "features" all LLM implemented
Re: 747s and coding agents
#90What the fuck are people working on where it's possible for the LLM to just add entire features. Refactors and class/method level code can be impressive, anything highly structured with good guard rails. As soon as things start to reach beyond that it falls to absolute garbage.
There are companies building entire applications, indeed replicating the functionality of existing SaaS applications to test their original applications,with no humans in the development loop. We're looking at the twilight of programming as a human skill. The LLMs are just that good.
The act of designing software might be changing, less writing the actual code, but someone who knows what the fuck they're doing still has to guide the ship.