I find it notable that he pointing out making simpler software. One of my fears is the ease with which GenAI produces reams of code—that this will just lead to bloat and fragility.
there's a shift in how you make software here. LLM will produce a ton of code that embeds decisions, it's well done but it means you never have to reflect about the design, interfaces yourself. you can keep abusing the context window
most of software engineering was dealing with human limits through compression. we make layers, modules, abstractions so that we can understand each part a bit