upvote
> You don't talk about all the assembly high level languages make, or at least it's no longer how people view things.

Speak for yourself. I routinely look at assembly when worrying about performance, and occasionally drop into assembly for certain things. Compilers are a tool, not a magic wand, and tools have limits.

Much like LLMs. My experience with Claude Code is that it gets significantly worse the further you push it from the mean of its training set. Giving it guidance or writing critical “key frame” sections by hand keep it on track.

People who think this is the end of looking at or writing code clearly work on very different problems than I do.

reply
> You don't talk about all the assembly high level languages make, or at least it's no longer how people view things. We don't say "look at this assembly I compiled." Instead the entire concept fades to the back.

Some still do. Os and compiler devs to name a few

reply