Comment by AtlasBarfed
20 hours ago
It is depressing the age of llm coding power came during python and JavaScript.
Unfortunately it means those languages will be the permanent coding platforms.
20 hours ago
It is depressing the age of llm coding power came during python and JavaScript.
Unfortunately it means those languages will be the permanent coding platforms.
> Unfortunately it means those languages will be the permanent coding platforms.
not really,
I suspect training volume has a role in debugging a certain class of errors, so there is an advantage to python/ts/sql in those circumstances: if, as an old boss once told me, you code by the bug method :)
The real problems I've had that hint at training data vs logic have been with poorly documented old versions of current languages.
To me, the most amazing capability is not the code they generate but the facility for natural language analysis.
my experience is that agent tools enable polyglot systems because we can now use the right tool for the job, not just the most familiar.