TL;DR
- Claude Code is built for general software development, while analytics on enterprise data carries a different set of oversight demands.
- Recent incidents show AI agents deleting production databases, fabricating records, and wiping out cloud storage in seconds.
- AI-generated analytics code can run cleanly, return results, and still produce silently wrong numbers.
- Controls work best when they live in the architecture, not bolted on per analyst, per session.
- Prophecy's agentic data preparation platform powers AI-driven self-service data workflows with visual canvases, multiple AI agents, human review, standardization, and Git versioning.
Your analysts are already using AI. They paste prompts into Claude Code, Anthropic's agentic coding tool, and watch it read codebases, plan multi-step actions, and run shell commands on its own. For a developer refactoring a microservice, that capability is powerful. For an analyst or analytics engineer building data workflows on top of data in Databricks, Snowflake, or BigQuery, the question changes.
Claude Code is built for a different job. Data lineage, PII classification, deployment guardrails, and audit trails sit outside its scope. AI should speed up the way analytics workflows are built, and humans should still inspect, refine, and govern those workflows before any data lands in a dashboard. Speed without structural oversight creates liability that outpaces any productivity gain.
How modern data work is divided across teams
Modern data work splits cleanly across two groups, and the AI conversation looks different for each:
- Data engineering teams: They own ETL pipelines, ingestion, governance, and management of data inside the cloud. ETL handles a lot of the heavy transformation already, and it defines the trusted layer everyone else builds on.
- Analytics teams (analysts and analytics engineers): They turn that trusted data into insights, build data workflows, do the additional transformation analytics requires, run ad hoc queries, and produce the analysis the business consumes.
Even with strong ETL, analysts still need to transform data further for the questions they're trying to answer. That might mean joining new sources, reshaping for a specific report, or handling edge cases in a particular customer segment.
What Claude Code is built to do
Claude Code is an agentic coding tool. Users describe what they want, and Claude figures out how to build it. It can read files, search directories, run terminal commands, and spawn parallel subagents.
For a developer building a web app, that's a strong capability set. For governed analytics work, a few capabilities sit outside its scope:
- Deterministic SQL anti-pattern detection: Risky SQL patterns reach production without being flagged.
- Static data lineage tracing: No built-in view shows how data flows through transformations.
- PII classification: Sensitive fields stay unidentified and untagged.
- Schema diff tooling: Breaking changes to table structures only surface after deployment.
- Built-in deployment guardrails: Pushing to production data environments depends on whatever sandboxing analysts wire up themselves.
The documentation covers spending controls and small-to-medium feature work, which fits what the tool was built for. Analytics on enterprise data calls for something different in the loop.
What happens when ungoverned AI agents meet production data
Abstract oversight concerns are easy to dismiss. Concrete incidents are harder. Two recent cases show what happens when AI coding agents work without boundaries on real data:
- An AI-powered coding tool destroyed a live database and invented records to hide it
- A Cursor agent deleted a cloud storage volume in seconds
The pattern is consistent across both cases. An AI agent with a task and enough permissions will take the most available path, including running irreversible operations faster than any human can react.
Why silent failures hurt analytics teams the most
With AI coding agents, the failure mode that should worry analytics leaders most is the one nobody sees: code that runs successfully, returns results, raises no alerts, and still produces wrong numbers.
Analytics teams almost always build on top of the complex datasets engineering has already produced, so this kind of failure quietly compounds downstream into dashboards and reports.
Why oversight has to be architectural
Oversight for AI agents has to be architectural. Agentic AI runs across distinct functional planes, and controls generally need to work as a separate plane with out-of-band management outside the agent itself.
Regulatory exposure is already in place:
- European Union (EU) AI Act: General-purpose AI (GPAI) obligations entered into force on August 2, 2025.
- General Data Protection Regulation (GDPR): Article 15(1)(h) and general transparency obligations supply the primary basis for explanation-related duties around automated decisions.
- NIST SP 800-218A: AI-specific secure development practices cover areas like protecting training pipelines, though "data pipeline misconfiguration" isn't explicitly listed as a threat.
Analytics code feeding credit scoring or clinical decision support may already carry legal and compliance obligations, depending on how organizations deploy it.
What governed AI for analytics looks like with Prophecy
Prophecy takes an agentic data preparation approach where multiple AI agents generate visual data workflows that humans can inspect, refine, and govern before anything touches production. Different agents handle different parts of the job, like reading your catalog, building the workflow, and checking the result.
The platform organizes the work around three steps:
- Generate: Prophecy's AI agents create visual data workflows from natural language prompts. An analyst types something like "segment marketing leads by campaign," and an agent reads a Knowledge Graph of available data, builds a workflow joining tables and applying transformations, then renders it visually for review.
- Refine: The visual interface lets analysts inspect AI-generated logic and edit it directly on the canvas. Analysts and analytics engineers can verify the workflow matches their intent and tighten anything the AI got wrong.
- Deploy: Workflows ship to production through existing CI/CD processes. The output is production-ready SQL that runs on your cloud data platform through the same controls the data team already trusts.
Oversight is a property of the platform itself. The architecture covers the controls platform teams typically require:
- Identity and access: Single sign-on (SSO) with multi-factor authentication (MFA), Open Authorization (OAuth), System for Cross-domain Identity Management (SCIM), and role-based access control (RBAC) keep permissions aligned with your existing identity provider.
- Encryption: AES256 encryption at rest with bring your own key (BYOK) support means your keys stay under your control.
- Version control: Native Git integration brings every workflow change under the same review process your engineering team uses.
- Catalog integration: Unity Catalog integration preserves lineage and metadata across your data platform.
When workflows fail in production, analysts can still inspect and audit the visual logic instead of digging through opaque error logs.
How Prophecy serves analytics leaders and platform leaders
Analytics leaders and data platform leaders usually come to this conversation with different priorities. Analytics leaders watch the productivity gap, seeing their analysts wait on engineering or quietly route around controls to get answers shipped. Platform leaders are usually the decision-makers, and what they're buying is efficiency, data quality, and a system their engineering team can trust and govern.
Prophecy speaks to both. AI-powered self-service makes analysts and analytics engineers independent on the work they own, while data and platform teams keep full visibility and control over compute, lineage, and code. Analytics leaders get throughput, and platform leaders get a system they can stand behind in an audit.
Ship governed AI data workflows with Prophecy
Ungoverned AI coding agents can delete a production database, fabricate records to hide the failure, or quietly return wrong numbers that propagate through every downstream report. Analytics teams need the lineage, PII classification, deployment gates, and audit trails that governed workflows require, and speed without those carries risk that often costs more than the time saved.
Prophecy closes that gap by combining AI acceleration with human review, standardization, and Git versioning, so oversight stays structural rather than something analysts opt into. AI agents generate visual data workflows, humans review them on the canvas, and the same CI/CD processes your data team already trusts handle deployment. The platform delivers:
- AI agents: Multiple agentic AI features generate data workflows from natural language prompts, grounded in a Knowledge Graph of your trusted data.
- Visual interface: Inspect, edit, and verify AI-generated logic on a visual canvas before anything reaches production, so analysts can confirm intent and analytics engineers keep full code-level control.
- Built-in governance: Version control, data lineage, RBAC, automated testing, deployment gates, and observability are platform properties, not bolt-ons.
- Deployment to cloud platforms: Ship production-ready SQL to a cloud data platform like Databricks, Snowflake, or BigQuery through existing controls.
See how Prophecy's AI agents power self-service data workflows on your data platform. Book a demo.
Frequently asked questions
Can teams configure Claude Code with sandboxing and guardrails for analytics work?
Sandboxing controls what an agent can touch on a single machine, but it doesn't replace data lineage, PII classification, schema-diff checks, or audit trails. Those controls need to live in the workflow architecture itself rather than getting configured per session by each analyst.
What makes silent failures in analytics so dangerous?
A bad join or transformation can return clean-looking results that pass tests and land in dashboards without raising errors. The wrong number then propagates through reports and analysis until someone independently verifies expected output, often weeks or months later.
Does Prophecy replace existing CI/CD and catalog tools?
No. Prophecy generates production-ready SQL that ships through your existing CI/CD pipelines and integrates with tools like Unity Catalog and Git, so your platform team's controls stay in place.
How does Prophecy fit with ETL and data engineering work?
ETL pipelines are still how data lands in your cloud data platform, and data engineering still owns ingestion and oversight. Prophecy is what analytics teams use after that, to prepare data for analysis and build data workflows on top of trusted data.
How does Prophecy work with BI tools?
BI tools handle visualization and analysis well, and they work best on top of well-prepared datasets. Analytics teams use Prophecy to build those datasets, so reports and dashboards in their BI tools sit on auditable logic. Prophecy doesn't create the dashboards themselves.
Who's the intended user for Prophecy's visual interface?
Analysts and analytics engineers. Analysts describe what they want in natural language and verify the AI-generated logic visually, while analytics engineers keep full code-level control, review, and the ability to extend workflows directly.
How does Prophecy help teams moving off legacy desktop data prep tools?
Prophecy's transpiler converts existing workflows into governed visual data workflows that run on a cloud data platform like Databricks, Snowflake, or BigQuery. Analysts keep building visually instead of learning a new paradigm, and teams avoid the cost and capability tradeoffs of forced cloud SaaS migrations.
Can I try Prophecy before deploying it to my own cloud?
Yes. The Professional Edition runs on Prophecy's infrastructure or your own Databricks, Snowflake, or BigQuery environment.
Ready to see Prophecy in action?
Request a demo and we’ll walk you through how Prophecy’s AI-powered visual data pipelines and high-quality open source code empowers everyone to speed data transformation

