|
|
|
|
|
by mrtksn
134 days ago
|
|
LLMs are quite accurate for programming, these days they almost always create a code that will compile without errors and errors are almost always fixable by feeding the error into the LLM. I would say this is extremely precise text generation, much better than most humans. Just like with CNC though, you need to feed it with the correct instructions. It's still on you for the machined output to do the expected thing. CNC's are also not perfect and their operators need to know the intricacies of machining. |
|
CNC relies on precise formal languages like G-code, whereas an LLM relies on the imprecise natural languages