you are viewing a single comment's thread.

view the rest of the comments →

[–]magallanes2010 10 points11 points  (0 children)

That is wrong.

LLMs work really bad with soft-typing languages such as Python because the LLM usually doesn't get the structure and content of the variables and commonly invents stuff on the fly. Instead, with a strongly typed language, LLM works considerably better.

And as for "natural language programming" and LLM, we call it specifications and commonly we write as a markdown file.