top | item 47181882

(no title)

comboy | 3 days ago

What kind of tools do you have on your mind specifically? My experience is that LLM can create me a decent dev tool that I wouldn't ever bother making so nice myself.

discuss

order

oblio|3 days ago

IDEs, graphical debuggers, etc.

It's extremely weird that 40 years after TurboPascal, 30 years after Delphi and VBA, we've only regressed in terms of truly integrated development environments.

Heck, even programming languages have regressed. Python and Javascript are less type safe than Java circa 2005. Even though we have technology needed to make type safe languages much more ergonomic, since then.

gck1|2 days ago

On the other hand, LLM will force most languages to either become as masochistic as Rust with restricted clippy, or disappear.

Python is not going to survive once people start figuring out it's much easier to keep LLM agent in check if language actively fights back.