← Back to context

Comment by kazinator

7 days ago

Generally speaking, program-writing-programs (when they are not either buggy, or being updated to a new version) predictably write the same thing from the same specification according to rules.

LLMs do not replace program-writing-programs; they should be used to work with program-writing-programs, not as a replacement.

E.g. I wouldn't use an LLM to convert a grammar to LR parsing tables, but perhaps to get help with the grammar file.