Posted by alainrk 14 hours ago
Oh, you accepted that? I feel sorry for you. Many of us never did.
So the answer is to let AI agents design it for you, trained on the data of the giants of software engineering. Got it!
> Stop wrapping broken legs in silk. Start building things that are yours.
This however is deeply wrong for me. Anyone who writes and reviews code regularly knows very well that reading code doesn't lead to the same deep intuitive understanding of the codebase as writing same code.
So, no, with AI you are not building things which are yours. You might call them yours, but you lose deeper understanding of what you built.
Wouldn't everything that agents produce be better described as a "layer of garbage?"
It's puzzling to me that the author doesn't even mention this huge and obvious benefit of frameworks.
They're used more frequently, I couldn't imagine in python there's more examples of web servers from scratch then using flask or Django?
Frameworks provide a layer of abstraction, so the code is denser, which will use less tokens, and put less code in the prompt.