Earlier quoted context omitted.
I agree, and like to add, > It is hands down good for code which is laborious or tedious to write, but once done, obviously correct or incorrect (with low effort inspection). The problem here is, that it fills in gaps that shouldn't be there in the first place. Good code isn't laborious. Good code is small. We learn to avoid unnecessary abstractions. We learn to minimize "plumbing" such that the resulting code contai…
The quote that I heard (I think on HN) was, "If we had AIs to write XML for us then we never would have invented json." My biggest LLM success resulted in something operationally correct but was something that I would never want to try to modify. The LLM also had an increasingly difficult time adding features. Meanwhile my biggest 'manual' successes have resulted in something that was operationally correct, quick to…
The only thing I think I learned from some of those exchanges was that xslt adherents are approximately as vocal as lisp adherents.