top | item 46957974

(no title)

taosx | 20 days ago

I don't disagree with the concept of AI being another abstraction layer (maybe) but I feel that's an insult to a CNC machine which is a very precise and accurate tool.

discuss

order

mrtksn|20 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.

gitgud|20 days ago

> Just like with CNC though, you need to feed it with the correct instructions.

CNC relies on precise formal languages like G-code, whereas an LLM relies on the imprecise natural languages

co_king_3|20 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.

What domains do you work in? This description does not match my experience whatsoever.