Remix.run Logo
ericdotlee a day ago

This is incredibly cool, but I wonder when more of the AI ecosystem will move past python tooling into something more... performant?

Very interesting to already see rust based inference frameworks as well.

leoh a day ago | parent [-]

"Python" is perfectly performant for AI and this demonstrates a deep lack of understanding. Virtually every library in python used for AI delegates to lower-level code written in C++.

tcfhgj a day ago | parent [-]

well, not all the time, e.g. orchestration and handling between multiple libraries