I kinda get the point, but why is that? The goal of school is to teach something that's applicable in industry or academia.
Forklift operators don't lift things in their training. Even CS students start with pretty high level of abstraction, very few start from x86 asm instructions.
We need to make them implement ALU's on logical gates and wires if we want them to lift heavy things.
We begin teaching math by having students solve problems that are trivial for a calculator.
Though I also wonder what advanced CS classes should look like. If they agent can code nearly anything, what project would challenge student+agent and teach the student how to accomplish CS fundamentals with modern tools.
> Even CS students start with pretty high level of abstraction, very few start from x86 asm instructions.
> We need to make them implement ALU's on logical gates and wires
Things must have certainly changed since I was a CS student :-/ We did an assembler course in second year, and implemented a basic adder in circuitry in a different course.
This was in the mid-90s, when there was definitely little need for assembly programmers outside of EE (I was CS).