All questions
Technology leadersData leaders

What does the LLM actually see from our data?

By default the model sees your catalog: table names, column names, types, and a few example values per column. It never receives your tables, and it only sees query results if a user turns on AI analysis.

The catalog, not the tables. Here is exactly what that means.

Sent to the model by default

Table names, column names, data types, the relationships between them, and a few example values per column (for instance the distinct values of a status column, or one sample of a date format). SQL generation needs those examples to filter on the right value and parse the right format.

Not sent to the model by default

Your tables, and the rows your query returns. Results pass through dataface.ai to the screen of the person who asked, and the model does not see them.

The deliberate exception

AI analysis of a result is opt-in. When a user turns it on, the model receives a small sample of that result (up to ten rows) to write its commentary. It is a visible switch, not a default and not a setting buried in an admin panel.

Why this survives a security review

Reviewers ask what is the worst thing that leaves the building. Here it is the catalog and a handful of example values, never a copy of your production tables. Where even example values are too much, catalog sampling can be scoped with the security team during the pilot, and dataface.ai Edge keeps execution on your own infrastructure.

See it against your own data

A pilot is scoped to one governed use case and time-boxed to eight to twelve weeks, with success criteria agreed before it starts.

Get started free