| Primary workflow | Local Python notebook IDE with AI assistance, ML experimentation, and Mercury app publishing. | Cloud-hosted Jupyter environment focused on browser-based notebook execution and AI-assisted coding. |
| Execution environment | Runs on your local machine with no cloud runtime required. | Runs on Google-managed runtimes by default, though local runtime connections are also supported. |
| Privacy model | Data stays local by default, with external AI calls controlled by the user. | Cloud by default, with prompts, related code, and generated output tied to Google-managed AI services when built-in generative features are used. |
| Notebook transparency | All AI-generated code is visible, editable, and stored in standard .ipynb notebooks. | AI-generated code is visible in notebook cells and editable, but the runtime itself is usually session-based and cloud-managed. |
| AI assistance model | AI assistant generates Python code and supports Local LLMs, your own keys, or the optional MLJAR AI add-on. | Gemini-powered AI and Data Science Agent are tied to Google’s AI infrastructure and notebook service model. |
| ML experimentation | AutoLab runs autonomous experiments with feature engineering, pipeline search, and performance optimization. | Data Science Agent can generate and execute analytical workflows, but iterative experiment optimization is more limited. |
| Reproducibility | Local notebooks and local environment control support persistent, reproducible workflows. | Notebooks are portable in .ipynb format, but hosted runtimes are session-based and can expire. |
| Sharing results | Notebook outputs can be published as interactive Mercury web apps, and .ipynb files remain portable. | Colab notebooks are shared via links and Google Drive, but there is no built-in notebook-to-app publishing layer like Mercury. |
| Best fit user | Data scientists and analysts who need reproducible, private, and production-oriented notebook workflows. | Students, researchers, and practitioners who prioritize free compute access and fast browser-based prototyping. |
| Pricing model | $199 perpetual license with one year of updates included, plus optional MLJAR AI at $49/month. | Free tier with limited compute, plus Colab Pro, Pro+, and pay-as-you-go compute options. |