| Primary workflow | Notebook-first in Python: analysis, AI assistance, and ML experiments saved as notebook artifacts with transparent code. | Command and do-file first: statistical analysis and reporting centered on reproducibility and classic Stata workflows. |
| Execution environment | Desktop application running locally with a Python environment on the user machine. | Local installation on Windows, macOS, or Linux. |
| Privacy model | Local-first by default; external AI calls depend on your chosen setup, including possible Local LLM workflows. | Typically local as well, with privacy depending on the surrounding organizational environment rather than an AI-centric product model. |
| Notebook transparency | High: AI works directly in notebooks and leaves behind editable, rerunnable Python code saved as notebook files. | High in scripts, do-files, and dynamic reports; notebooks are possible through PyStata and Jupyter, but they are not the primary product interface. |
| ML experimentation | AutoLab automates ML experiments and saves trials as notebook artifacts for review, reuse, and reproducibility. | Stata includes machine-learning-related capabilities, but the experimentation workflow is generally script-based rather than an autonomous notebook-centered AutoML process. |
| Reporting and sharing results | Results are usually shared through notebooks or Mercury apps, which works well for interactive tools and lightweight dashboards. | Reporting is a core strength: Stata supports dynamic documents, report automation, and exports to Word, PDF, HTML, and Excel. |
| AI assistance | AI Data Analyst and AI Code Assistant support code generation, analysis, and modeling in the context of the current notebook session. | Stata does not position a native LLM assistant as a core pillar of the product; AI is more likely to come through integrations such as Python. |
| Best fit user | Analysts and data scientists who want a local-first Python notebook workflow with AI assistance, automated experimentation, and simple app publishing. | Researchers and analysts who need statistics, reproducible scripts, and reporting in one integrated environment with classic Stata workflows. |
| Pricing model | $199 perpetual license with one year of updates included, plus optional MLJAR AI at $49/month. | Annual or perpetual licensing, with single-user, network, and site options plus StataNow tied to licensing. |