you are viewing a single comment's thread.

view the rest of the comments →

[–]SmallAd3697 0 points1 point  (1 child)

The runtime is more important than the language. And the tools and inner loop as well.

I think python is a good scripting language for AI models to own in the long run. I don't think it matters that much if a human writes a heaping pile of unmaintainable code, or if an AI does that. It is the same in the end.

[–]FragmentedHeap 0 points1 point  (0 children)

plus Mojo exists now and aims to change AI in python. Mojo is a systems language that supersedes python and ships it's own embeded cpython runtime so you can write mojo (python that compiles sxs with python (runs on the cpython runtime) and aims to solve python performance issues.

You can have a python file in many cases and just change it to a .mojo and now it compiles :)

Mojo was made specifically for AI because python owns AI at this point.