Company AI Copilot

A chat agent over one linked customer view: it reads KPIs, diagnoses them with $why and _relate, recommends the lever, and drafts a play that waits for a human to approve it.

Company AI Copilot: screenshot from the Agent demo
🤖 Agent_predict_relate_recommend_query_estimateCross-vertical
Production anchorThe agent demo's Company AI: KPI snapshots, root causes, levers, customer lookups, and MRR estimates are Aito tool calls, and launching a play needs an explicit approval.

The problem

Leadership questions about the business ("why is churn up in this segment, and what do we do?") cross every table: customers, deals, tickets, usage, invoices. An LLM can hold the conversation but cannot compute the answer, and a SQL bot can count rows but cannot say which action moves the number.

How it works

The agent's tools are Aito queries. A KPI snapshot is a set of _predict calls; optimising a KPI chains _predict with $why, _relate for the drivers, and _recommend for the lever, then predicts the lift. Customer lookups and examples are _query, and revenue estimates are _estimate. The LLM chooses the tools and writes the answer.

Acting is separate from answering: the agent can draft a play, but launching it waits for a person to approve.

For the full architecture, see the technology overview. For the broader narrative across multiple use cases, read The Predictive Application.

See it live

This use case runs in the 🤖 Agent demo today. Click through to the live application and inspect the queries that produce the result.

Open the live demo →