Features using AI

Entropy Data offers a number of features that use AI. All AI features are optional and only active when an AI model is configured. See AI Configuration for supported providers and how to enable AI.

AI Models

AI features rely on a Large Language Model. You can choose between:

  • Managed (Cloud only) — Entropy Data hosts the model. AI features work out of the box.
  • Bring Your Own Model — Connect any OpenAI-API-compatible deployment, or an Anthropic API endpoint. You keep control of cost, region, and data residency.

Features

Entropy Intelligence

Conversational interface to discover, evaluate, request access to, and query data products in natural language. AI generates SQL that runs against output ports the user has access to, using the user's own credentials. See Chat with your data.

Search AI

Natural-language search across data products, data contracts, teams, and business definitions, so that searches match meaning, not just keywords.

Data Governance AI

Applies organization-defined, text-based policies at three points:

  • Resource validation — checks whether a data product or data contract complies with the policy.
  • Access request evaluation — checks whether an access request meets the policy and the terms of use of the data contract. See Access Approval Workflow.
  • Query validation — checks whether a query violates the terms of use or policy before it is executed.

In all cases the AI produces a recommendation; a human reviewer remains responsible for the final decision. For Governance AI checks specifically, reviewers can flag false positives, and this feedback is taken into account on subsequent runs.

Data Quality Check Generation

Generates executable SQL data quality checks from a natural-language description, turning text-based quality expectations into runnable code. The author reviews and edits the generated SQL before saving.

Data Contract Assistant

Inline assistant in the ODCS Data Contract Editor. Helps draft and refine data contracts and can generate custom code snippets (SQL queries, validation scripts, transformations) from the contract. Suggestions are inserted into the editor for the author to review before applying.

Data Contract Versioning

Recommends the next semantic version (major, minor, patch) by analyzing the differences between the previous and the current data contract. See Version Data Contracts.

External AI agents

Beyond features inside Entropy Data, AI agents can interact with the platform from the outside. The AI itself runs in the user's tooling, not in Entropy Data.

  • MCP — Claude, ChatGPT, and other MCP clients query the marketplace and, when permitted, execute SQL using the user's access rights.
  • Data Product Builder — Skills for AI coding agents (Claude Code, OpenAI Codex, GitHub Copilot CLI) that bootstrap data products against your organization's conventions.

Classification

Under the EU AI Act, the AI features above are classified as limited risk. None of them make autonomous high-impact decisions: every output is presented to a human in the loop — the data consumer, data product owner, data steward, or contract author — who reviews and confirms before any change takes effect or any access is granted.

Transparency

Entropy Data makes AI usage visible in three ways:

  • When AI is configured — Organization owners see and manage the active model under Organization Settings → AI. Each AI feature has its own toggle so it is clear what is enabled.
  • When the user interacts with AI — AI-driven surfaces (Entropy Intelligence chat, governance recommendations, generated SQL, version suggestions, contract assistant) are explicitly labeled as AI output and presented for review, not as final decisions.
  • Where AI is applied — Each AI-generated artifact shows what produced it: the data product used, the prompt or input, the policy that was evaluated, or the contract diff. Generated SQL and version recommendations remain editable before they take effect.