It's only fast if you use conda packages. But most AI/ML packages need to be installed from PyPI, so in that case you would have to use pip in your conda env, which is again slower than uv.
Conda speed advantage lost when using PyPI packages with pip
By
–