GenAI Fri 20 February 2026

Conda Environments for AI Development

The previous post covered venv as the standard, built-in way to isolate Python dependencies. But anyone who's spent time in AI or data science circles has run into its limits fast — usually the moment a project needs a specific CUDA version, a non-Python library, or a complex...