Availability: Reviews is a Beta feature available on Enterprise and Cloud Pro plans. It is off by default and must be enabled by an organization admin.
- Semantic layer fixes open a pull request against your dbt project (rename a field, add a description, add a metric).
- Project context fixes add a short note that your agents read before answering future questions.
When to use it
Turn Reviews on once you have agents in regular use and want a feedback loop that improves them without manually reading thread transcripts. Itβs most useful when:- Users ask the same kind of question repeatedly and the agent struggles
- You want to keep dbt metadata and agent instructions tight as your data model evolves
- Youβre rolling agents out to a wider audience and want admin-level visibility into quality
Enabling Reviews
Reviews is opt-in. Until an admin enables it, no agent turns are processed and no findings are collected.- Go to Settings β Ask AI β General.
- Toggle Review AI agent turns on.
Reviewing findings
Open Settings β Ask AI β Reviews to see what Reviews has surfaced. Findings are grouped by root cause so you can fix the underlying issue once instead of replying to threads one by one.| Finding type | What it means | How to fix |
|---|---|---|
| Semantic layer | A field, metric, or description is missing, ambiguous, or wrong in your dbt project. | Apply the suggested fix to open a pull request against your dbt repository. |
| Project context | Your agents are missing background knowledge to answer reliably (e.g. which table to use for βactive usersβ). | Apply the suggested fix to add a note your agents read before answering. |
Privacy and data handling
- Reviews runs against agent turns inside your organization only.
- Findings are stored in Lightdash alongside your other agent data and respect your existing project and admin permissions.
- Disabling the toggle stops new collection immediately; it does not delete previously collected findings.
Related
- Evaluations β run a fixed set of prompts against your agent and grade the answers.
- AI writeback β let an agent open a dbt pull request from chat.
- Autopilot β scheduled agent that cleans up content and flags issues for review.