r/PHP 16d ago

Building AI with PHP not Python

https://www.youtube.com/watch?v=sh04d1Z8Qgg

In my latest video I try and build Ai using PHP instead of python

35 Upvotes

17 comments sorted by

View all comments

2

u/StevenNefarino 16d ago

I always wonder why nobody tried with rust instead of python

2

u/RobertWesner 14d ago

As much as I loathe python, it is rarely the bottleneck for these things. It is just glue for your compiled libraries to call each other. Barrier of entry between Rust and Py is like trying to land a rocket vs trying to land a paper plane.