I manage a data analytics team, and I use AI every working day. So I want to cut through both the "it changes everything" hype and the "it changes nothing" defensiveness, and walk through the actual analytics workflow — step by step — showing where AI genuinely earns its place and where the analyst stays firmly, unavoidably, in charge.
The honest summary is this: AI is very good at the assembly and very bad at the accountability. It will draft your query, profile your dataset, and write the first paragraph of your summary in seconds. What it will not do is decide whether the question is the right one, whether the number is plausible, or whether you should stake a business decision on it. Those remain yours. The interesting part is what happens to the job when the assembly gets cheap.
The workflow, honestly mapped
A real piece of analysis isn't one task — it's a chain. You frame a question, find and profile the data, transform it, sanity-check it, interpret it, and turn it into something a decision-maker can act on. AI slots cleanly into some of those links and has no business touching others. Here's how I see the split across a typical job.
Where AI genuinely helps
Let me be specific, because "AI helps with analytics" is a useless sentence. Here is where it has actually saved me and my team real time, repeatedly.
- Profiling a new dataset. Point it at an unfamiliar table and it will sketch the shape fast — likely keys, value distributions, suspicious nulls, columns that don't mean what their name suggests. It's a head start on the part of the job that's tedious but mandatory.
- Drafting and debugging SQL and pandas. A multi-join window-function query, a gnarly group-by, a reshape — it gets to a working first draft quickly, and it's genuinely good at reading a stack trace and telling you which line is wrong and why.
- Suggesting features and angles. Asked "what else might explain this?", it surfaces candidate cuts and derived fields you might not have reached for. Cheap idea generation; you still pick.
- Turning results into a first-draft narrative. Hand it the numbers and it produces a serviceable exec summary skeleton. The structure is usually fine; the claims need checking.
- Generating validation rules. "What should always be true about this table?" gets you a useful list of range, uniqueness and referential checks to harden a pipeline.
- Explaining unfamiliar code. Inheriting a 400-line script someone left behind, AI's plain-English walkthrough is the fastest way in I've found.
Notice the pattern: every one of these is a draft, a head start, or an explanation. None of them is a decision. That's not a coincidence — it's the line.
Where the analyst stays in charge
Now the other side of the ledger — the parts that don't delegate, no matter how good the model gets.
AI-assisted
- Profiling a new dataset
- Drafting & debugging SQL / pandas
- Suggesting features and cuts
- First-draft exec summaries
- Proposing validation rules
- Explaining unfamiliar code
Human-owned
- Framing the real question
- Choosing metrics & definitions
- Judging whether a result is plausible
- Spotting the wrong-but-confident answer
- Owning the decision it informs
- Being accountable for the number
Framing is the one people underrate most. The hardest part of analysis is rarely the calculation — it's working out what the stakeholder is actually asking versus what they said, and which definition of "active customer" or "on-time" the business will accept. AI will happily answer the literal question you typed. It has no way of knowing it's the wrong question. You do.
Choosing metrics is the same problem one level down. Revenue net or gross? Churn by logo or by value? Median or mean when the tail is fat? These are judgement calls with real consequences, and they depend on context the model simply doesn't have. Get the definition wrong and a flawlessly executed query produces a confidently wrong number.
The failure mode is confident-wrong
This is the heart of it. A junior analyst who's unsure tends to look unsure — they hedge, they ask. AI does the opposite: it delivers a wrong answer with exactly the same fluent confidence as a right one. There's no tremor in the voice. A query that silently drops rows on an inner join, a summary that rounds a decline into a rise, a metric computed on the wrong grain — all of it arrives polished and plausible. That polish is the danger, and it's well documented that these systems will state incorrect things assertively (see, for instance, OpenAI's own notes on ChatGPT's limitations).
So verification stops being a nice-to-have and becomes the core skill. When the cost of producing a draft drops to near zero, the bottleneck — and the value — shifts entirely to checking it. I now spend less time hand-writing the query and more time interrogating its output: does this total reconcile with the source? Did the row count survive the join? Is this trend real or an artefact of a partial last month? The work didn't disappear; it moved up the chain.
So what actually changes for the analyst
This is the part I'm genuinely optimistic about. AI doesn't hollow out the analyst's job — it removes the least valuable parts of it. The hours that used to go into hand-assembling a query, reformatting a table, or writing boilerplate now go into framing sharper questions, pressure-testing results, and explaining them well. That's a better job, not a smaller one.
- Less hand-assembly. Fewer keystrokes spent on mechanical transformation and formatting.
- More framing. The premium on asking the right question, with the right definition, goes up.
- A higher bar on verification. Confident-wrong output means checking is now the headline skill, not the afterthought.
- Accountability unchanged. The number still belongs to a person. That has not moved an inch.
The analysts who'll thrive aren't the ones who can out-type the model or the ones who refuse to touch it. They're the ones who treat it as a fast, fluent, occasionally-wrong junior pair — delegate the assembly, keep the judgement, and never sign off on anything they haven't checked themselves. That's been my experience managing a team through exactly this shift, and it's the message I keep coming back to: AI moves you up the value chain, but only if you stay accountable for what comes off the end of it.