DevelopmentJuly 20, 2026· via DEV Community

ADA: The open-source AI analyst that keeps its math transparent

ADA: The open-source AI analyst that keeps its math transparent

Image : DEV Community

A spreadsheet lands on an LLM, a question is typed, and suddenly the answer changes—not because the data changed, but because the wording did. That trust gap is what a new open-source project called ADA aims to close. Instead of letting a single black-box model both parse the prompt and compute the numbers, ADA splits the work: your CSV or Excel file is processed locally with pandas, while an optional LLM layer only sees column names—never the raw rows. The result is a dashboard with anomaly detection, forecasts, and answers in plain English, all without sending data to external AI APIs unless you explicitly enable them.

Built for reproducibility, not just speed

Under the hood, ADA runs calculations locally, keeping the entire pipeline on your server and avoiding external API costs. The LLM component is strictly optional; if you disable it, the tool relies on deterministic pandas operations, giving you the same result every time. The project is MIT-licensed, solo-built so far, and actively seeking contributors to expand beyond LLM integration and tackle open issues. A live demo is available here, and the full codebase lives on GitHub.

Why it matters

For teams tired of “I asked the AI and got three different answers,” ADA offers a practical alternative: verifiable, local analytics with transparent math. It’s a step toward auditable AI workflows where the data—not the model’s mood—drives the outcome, and where open-source contributors can shape the tool’s evolution. The bigger question isn’t whether LLMs belong in analytics, but whether we should accept their opacity as a trade-off. ADA suggests we don’t have to.


Source: DEV Community. AI-assisted editorial synthesis — TechnoExpress.

Read the original source on DEV Community →

← Back to home