Insight
Ask your data questions in plain English
Insight is a data analyst you talk to. Upload a spreadsheet and ask questions the way you would ask a colleague; the relay translates your question into a constrained analysis plan — group-by, aggregate, filter, top-N over your known columns — which the app validates and executes deterministically in Python.
That separation is the whole point: the model plans, the app computes. Unknown columns and anything outside the whitelist are rejected, so there is no code-execution or SQL-injection surface. You get an answer table, an inline chart, a plain-English summary, and the exact plan that produced it.
Enterprise-grade underneath: database-enforced per-tenant isolation and a Pro workspace gated on both the frontend and the backend. Built on the shared foundry-common platform layer.
Live now. Requires a Nyquest Pro subscription. Your data, analyzed safely — the AI plans, the app computes.