Comment by deterministic

4 days ago

Completely disagree. I have used code generation for years (way before modern LLM's) and it typically automates about 90% of the code I need to write to create an application.

However it is not AI. It is simply a program that takes a declarative spec as input and generates all the boiler plate code I would otherwise have to write by hand.

It is a huge productivity boost!