Hacker News new | ask | show | jobs
by tester457 1168 days ago
Between langchain and this it looks like every new LLM API wrapper startup is going to use python.
1 comments

It's true that Python seems to be the go-to language for many LLM API wrapper projects. Its popularity in the AI and ML communities might be a contributing factor.
Definitely. And because of AI's now explosive popularity python might actually cement its position as the lingua franca of modern programming.

Not to mention the chatgpt code interpreter plugin allowing sandboxed python execution and many beginners starting to code with llms, nearly everything will be in python eventually.