The orders table in your CockroachDB cluster has 5.92M rows as of this morning's sync, but the warehouse copy shows 5.58M. The gap opened three days ago and has widened each sync since. Changefeed lag spiked on the us-east-1 region around the same window.
An agent watches one thing and acts on it. Not a workflow, just a standing watch that usually does nothing and acts the moment it should.
An agent does what you'd do, and only what you've authorized.
It acts on the same governed metrics as your dashboards, and every action is logged and traceable.
It alerts and recommends on its own; anything that changes data is yours to approve.
Point a new agent at a throwaway channel and watch its judgment before it touches anything real.
It remembers what it already flagged and waits before acting again, so it won't alert you about the same thing twice.
It computes the metric off your live CockroachDB tables and checks it against the same metric in your warehouse, then flags the gap before anyone builds a report on stale data. You find the drift between source and destination yourself, not after a downstream model breaks.
When a column type changes, a table gets dropped, or a nullable flag flips in your CockroachDB cluster, it flags the schema drift and, with your approval, writes the finding back to a warehouse table your downstream pipelines already check. The signal lands where the rest of your pipeline looks, not in a log nobody reads.
Point it at a metric you care about (signups, transaction volume, whatever your tables describe) and it watches on your schedule. When it breaks trend, it tells you which segment moved and by how much, then hands off to Fi to investigate the why across the data it can see.
Beyond alerts and write-backs, an agent can run arbitrary Python, so it can do whatever the task actually requires: call an API, kick off a job, reshape a result set, or wire into your own tooling. The SQL it runs is inspectable and the action space is yours to define.
You could rig one of these with a cron job and a Slack webhook in an afternoon. The watching is the easy part. Here's what you'd own forever, and don't, here:
Every CockroachDB object, modeled and query-ready the moment you connect.
It runs on your real CockroachDB schema (multi-region replicas, JSONB columns, whatever your application writes), not a tidy demo. You define the metric once as governed SQL and it watches that.
A message in the channel you choose, with the context and a button to act on it.
A summary in the inbox of the people who need to see it.
A payload to your own systems, to wire the agent into whatever you already run.
A flag written back to your warehouse for everything downstream to pick up.
Kick the question to Fi to investigate the why and propose the fix.
Expose it to your own agents and tools over MCP, and drive it from your stack.
Run it in your own VPC or fully self-hosted. Everything it does is pure SQL and Python you can inspect.
Fi is your AI analyst. It helps you build and customize everything in Definite, including the agents that watch and act.
Your AI analyst. Ask questions in plain English, and let it help you build and customize everything in Definite, including your agents.
Meet Fi →The watchers and actors. Once you've built one, it runs on its own, keeping an eye on what matters and acting the way you would.
Autonomous agents →