MLJAR Studio: Local AI Data Analyst That Generates Reproducible Notebooks

MLJAR Studio brings a local AI data analyst to your desktop. You ask questions in plain English, the AI generates Python code, runs it locally on your machine, and saves the entire conversation as a reproducible *.ipynb file. No cloud, no data egress – everything runs on your own computer.
Key Features
- Local environment: Sets up a Python environment automatically on Mac, Windows, and Linux, including installing missing packages on the fly.
- AutoML for tabular data: Built-in support for classification, regression, and multiclass tasks using the
mljar-supervisedlibrary. - Standard Python stack: Works with pandas, matplotlib, and other common libraries.
- File formats: CSV, Excel, Stata, Parquet, and more.
- Database connections: PostgreSQL, MySQL, SQL Server, Snowflake, Databricks, and Supabase.
- AI backends: Use Ollama locally (zero data egress), bring your own OpenAI key, or use the MLJAR AI add-on.
- Conversational notebooks: Every interaction is recorded as code in a notebook you can inspect, modify, and rerun.
- One-click web apps: Convert notebooks into interactive web applications using Mercury (open-source), self-hosted.
Pricing and Trial
$199 one-time payment with a 7-day free trial. No cloud services required – it's a desktop app that runs entirely locally.
Who It's For
Data analysts, data scientists, and researchers who need privacy, reproducibility, and control when using AI for data analysis – especially those working with sensitive data or wanting to avoid cloud dependencies.
📖 Read the full source: HN AI Agents
👀 See Also

FlowBoard v5: The Project Workspace Your AI Agents Actually Run
FlowBoard v5 is a React-based project workspace for AI agents. It includes an event-sourced task store (SQLite), multi-agent support, idea-to-specs loop, and modular overview widgets.

Claude Debugs and Fixes Its Own MCP Filesystem Server UNC Path Bug on Windows
A developer used Claude Opus to diagnose and patch a bug in the MCP Filesystem Server where UNC network share paths on Windows failed for subdirectory operations. The fix addresses a path validation issue that prevented access to files and folders within UNC shares.

AgentMail Founder Details Agent-Native Onboarding After OpenClaw Exposed CAPTCHA Block
AgentMail, an email API for AI agents, rebuilt its onboarding flow after its own OpenClaw agent failed at a Cloudflare CAPTCHA. The new system offers a single REST endpoint for programmatic account creation while keeping humans in the loop for verification.

Pilot: A Browser Automation Tool Built Entirely with Claude Code
A non-developer used Claude Code to build Pilot, a Chrome automation tool that lets AI control browsers via accessibility tree navigation. The tool assigns numbers to clickable elements so Claude can issue commands like 'click 5' instead of guessing screen positions.