Skip to content
Data Analytics

What AI Can and Can't Do for Your Dashboard Problem

AI tools like Claude can spin up a beautiful dashboard in minutes. That's genuinely useful — until it isn't. Here's what teams get right, what they miss, and why dashboards are harder than they look.

Dave Ingram
Dave Ingram
May 7, 2026
8 min read
What AI Can and Can't Do for Your Dashboard Problem

Vibe coding a dashboard sounds like the ultimate productivity win: someone on your team spends 20 minutes chatting with Claude, uploads a CSV, asks a few follow-up questions, and walks out of the conversation with an interactive dashboard showing exactly the trend they were looking for. No tickets filed. No analyst queue. No waiting.

That's real. It's happening.

But there's a second scene, and it plays out about six months later. The dashboard is somewhere in a chat transcript no one can find. The person who made it changed roles. Half the team doesn't trust the numbers because nobody documented where they came from. And the next reorg will finish the job. Orphaned metrics, forgotten filters, one more entry in the analytics graveyard.

Neither scene cancels out the other. Both are true, and they're worth thinking through together.


What AI Tools Actually Do Well Here

The honest answer is: a lot.

Claude has been building toward this use case for a while. You can now generate interactive charts and visualizations directly in conversation: real charts you can click, filter, and iterate on, not just images of charts. Describe what you want, share your data, and the tool figures out the rendering. That alone compresses what used to be a half-day exercise into something that takes minutes.

Claude's Artifacts take it a step further: a conversation becomes a persistent, shareable mini-app with versioned outputs and live data connections via MCP. An actual thing, not just a screenshot.

The adoption numbers are hard to argue with. Stack Overflow's developer survey puts 70%+ of developers using or planning to use AI tools, and GitHub Copilot research shows over 55% of developers use them regularly. On speed: McKinsey estimates generative AI improves software engineering productivity by 20–45%, and a Microsoft/GitHub study found developers complete tasks 55% faster with AI assistance. That compression is what makes vibe-coded dashboards so seductive.

Business-side builders are picking this up fast too. Gartner predicted that 70% of new applications would use low-code or no-code technologies by 2025, and Forrester has tracked the steady shift toward business users doing work that once required an engineering background. There's a well-documented story out of Rakuten where a product manager built FinOps pipelines across multiple clouds, fetched data from APIs, and produced stakeholder dashboards essentially alone, using AI agents. No engineering tickets. No waiting on a data team. She just built the thing. Two years ago that role didn't work that way, and it's not going back.

So the capability is real. The time savings are real. But what are you actually building?

Bottom line: For prototyping, exploration, and one-off analysis, AI dashboard tools are genuinely fast and worth using. The speed advantage is documented and real. The question is what you build on top of it.


Where Things Get Complicated

Dashboards look like a UI problem. They're not. They're a governance, integration, and ownership problem that happens to have a UI on top.

Start with the ephemeral vs. durable gap. Claude is explicit about this: custom visuals in conversation are ephemeral by default. They don't save unless you deliberately export or turn them into an Artifact. Fine for exploration, but it creates a sharp cliff between "this was useful in a meeting" and "this is an asset the team can rely on." Artifacts solve persistence, but bring the full complexity of software: storage constraints, sharing mechanics that vary by plan, privacy considerations around what attachments get included. A persistent, shareable dashboard is a small piece of software, and software has a lifecycle. IEEE research puts 60–80% of total software lifecycle cost in maintenance, not creation — which means the fast part was never actually the expensive part.

Auth is the other friction point that doesn't show up until it matters. When a dashboard connects to external data via MCP, every user who accesses it needs to authenticate independently. For a team of five that's annoying. For a team of fifty it becomes a support queue, and the simplicity that made vibe-coding appealing is gone.

Metric drift, though, is the one that really gets teams. It's harder to see until it's already a problem. Veracode's research found that 45% of AI-generated code samples introduced OWASP Top 10 vulnerabilities, which points at a broader issue: AI produces code that runs, but running isn't the same as correct or safe. For dashboards, the equivalent is a calculated field that seemed right when someone built it in a 20-minute chat, but encodes an assumption that's subtly wrong. Two teams end up with different dashboards, different definitions of the same metric, both AI-generated, both plausible. Nobody notices until there's a discrepancy in a board meeting.

Databricks and others have been pushing on the semantic layer problem for this reason. Monte Carlo's Data Reliability Report found that 74% of companies say data quality issues impact decision-making — and that was before AI made it trivially easy to generate dashboards on top of those foundations. When you can produce yet another dashboard in minutes instead of days, the cost of production drops to near zero. But the cost of reconciling inconsistent definitions stays exactly where it was. You've just made it easier to create the mess.

DORA research put it plainly: AI acts as a force multiplier. Strong practices get faster. Weak practices get more chaotic, faster. If your team already struggles with dashboard ownership and metric governance, vibe coding won't fix that. It'll scale it.

Bottom line: Ephemeral outputs, metric drift, and auth friction aren't reasons to avoid AI-built dashboards. They're reasons to treat them as prototypes, not finished products — and to have a plan for what comes next.


The Reorg Problem

The failure mode that ends most dashboards isn't a broken chart. It's orphaned context.

When someone builds a dashboard quickly for an immediate need, they make a dozen small decisions that live nowhere except in their head: why this filter, what counts as "active," why the date range is set that way, who the intended audience is. When that person changes teams or the org restructures, those decisions vanish. Stripe's Developer Coefficient report found that engineers already spend a significant chunk of time just trying to understand poorly documented systems. Vibe-coded dashboards add to that pile, except they usually arrive with no documentation at all. What's left is a dashboard that technically works but can't be maintained, can't be trusted, can't be evolved.

This is classic shadow IT, accelerated. Business units have always built tools outside formal oversight because they needed speed. What's changed is that the cost of creation is now so low that the sprawl happens much faster, and the cleanup burden compounds proportionally.

FinOps practitioners are dealing with this acutely right now. The State of FinOps 2026 report describes the dominant operating model as small centralized enablement teams with federated execution — in plain terms, central teams can't fulfill every dashboard request, so business-side builders fill the gap. That model works, but only if there's a control plane keeping definitions, access, and lifecycle in order. Without it, you get federated chaos with a nice UI on top.

Bottom line: The dashboard graveyard isn't caused by bad tools or bad intent. It's caused by building for the moment without accounting for the org. Fast creation without documented context is a time-delayed maintenance problem.


What Durable Looks Like

Vibe code the prototype. Then graduate it into something that survives.

That means a governed metrics layer: shared definitions for what terms mean and where numbers come from, so when someone rebuilds a dashboard after a reorg, they're working from common ground instead of reinventing calculations from scratch. It means connectivity designed to hold up at organizational scale, not just for the one person who set it up. And it means actual lifecycle thinking: who owns this, how does it get updated, what happens when that person leaves.

None of that is exotic. Salesforce's State of Data and Analytics consistently finds that trust, governance, and shared metrics are the top priorities for data-mature organizations. The graveyard problem isn't new — AI just fills it faster. Most teams know this. They just underestimate how fast the vibe-coded version becomes a real asset with real maintenance needs.

This is part of why we've been investing in how Querri integrates with tools like Claude. MCP as a standard protocol for connecting AI to external systems is a real step forward — it means AI-generated dashboards can connect to the systems where data actually lives, not just one-off file uploads. We've built both a CLI and an MCP integration for Querri because we think the right relationship between AI and analytics infrastructure is collaborative, not competitive. Claude is excellent at fast prototyping and exploratory analysis. Querri is built to hold up when that prototype needs to become something the whole team relies on.

Teams that get this right use each tool for what it's actually good at. Teams that don't will keep building dashboards they don't trust, about metrics nobody defined, owned by people who've moved on.

Bottom line: Vibe code the prototype. Then graduate it into governed infrastructure: shared metric definitions, scalable connectivity, and clear ownership. The two approaches aren't in competition — one feeds the other.


Frequently Asked Questions

What is vibe coding a dashboard?

Vibe coding a dashboard means using a conversational AI tool like Claude to generate an interactive dashboard from natural language prompts, with no manual coding required. The AI handles rendering, data transformations, and layout while you iterate in plain language.

Can Claude build a dashboard?

Yes. Claude can generate interactive charts and visualizations directly in conversation, and its Artifacts feature lets you create persistent, shareable mini-apps with live data connections via MCP. These work well for exploration and prototyping, but require additional governance and infrastructure to become reliable team assets.

What are the risks of AI-generated dashboards?

The main risks are metric drift (calculations that seem plausible but encode wrong assumptions), ephemeral outputs that are hard to locate later, per-user authentication friction when sharing at scale, and orphaned dashboards when the builder leaves or changes roles. IEEE research puts 60–80% of software lifecycle cost in maintenance, not creation. That ratio applies to AI-built dashboards too.

What happens to AI-built dashboards when employees leave?

The tacit decisions embedded in a vibe-coded dashboard (filter logic, metric definitions, date range choices, intended audience) exist only in the builder's head. When they leave or change roles, those decisions vanish. What remains is a dashboard that technically works but can't be maintained, trusted, or evolved. This is the core of the dashboard graveyard problem.

How do you make a vibe-coded dashboard last?

Vibe code the prototype, then graduate it into governed infrastructure. That means a shared metrics layer with consistent definitions, connectivity designed for organizational scale rather than a single user, and explicit lifecycle ownership: who maintains this, and what happens when they move on. Tools like Querri provide the integration and automation layer that makes AI-generated prototypes production-ready.

What's the difference between a vibe-coded and a production dashboard?

A vibe-coded dashboard is generated quickly for a specific immediate need. A production dashboard has defined metric ownership, governed data connections, documented logic, and a maintenance process. The distinction matters because 74% of companies say data quality issues impact decision-making, and AI-generated dashboards can introduce inconsistent metric definitions at scale.


That graveyard fills up fast when the tools get cheap. The question is what you're building alongside them.

This post reflects publicly available research and product capabilities as of May 2026. AI tool features, integrations, and platform behaviors change frequently — verify current details before making decisions.

Tags

#vibe coding dashboards #AI dashboard builder #Claude AI analytics #AI-generated dashboards #dashboard governance #data strategy #AI analytics tools
Dave Ingram
Dave Ingram
Dave Ingram is Founder and CEO of Querri, focused on building practical, AI-powered data solutions that help teams turn complex problems into clear, actionable insights.
May 7, 2026
8 min read

Share this article

Ready to unlock your data's potential?

Turn raw data into decisions in minutes