DEV Community

Andreas Bergström
Andreas Bergström

Posted on • Originally published at andreasbergstrom.dev

The Last Human-First Programming Language

Programming spent forty years climbing away from the machine — garbage collection, ORMs, dynamic typing, magical frameworks — trading runtime cost for human comfort while a person was at the keyboard. If LLMs are writing most of the code, the next generation of languages won't optimise for what's pleasant to type, but for what an agent can synthesise, inspect, test, and repair without anyone stepping in.

The full post argues this isn't "we all go back to C" — it's that visibility at the call site, not abstraction level, becomes the new design axis. SQL keeps its abstraction; ORMs that materialise seventeen joins from one expression don't. Walks through the AI adoption tax on new languages, why Python complicates the picture, and ends on a falsifiable bet about which TypeScript and Java backends gain share by 2029.


Originally published at andreasbergstrom.dev — read the full post there.

Top comments (0)