AI Data Analysis Playbook

Stop accepting confident AI answers
with invented numbers.

A four-step prompt framework that forces ChatGPT, Claude, and Gemini to cite their work, refuse what they can't verify, and produce data analysis you can defend out loud.

honest insights
4 prompts//5 roles//8 anti-hallucination tactics//free
// Why now

AI finally became competent enough to analyze your data.

The gimmick era is over. Modern models read thousands of rows, admit what they do not know, and cite their work when you ask correctly. The watchouts are real. They are also solvable. This page is how.

01

The context grew up.

Modern context windows ingest 10k+ rows in a single pass. The "AI can only handle toy data" excuse is dead.

10k+
rows per pass
02

Refusal is built in.

The best models will now say "Not answerable from the data" when you give them permission. That single behavior is the difference between insight and invention.

I do not know
is a valid answer
03

Citations on demand.

You can force every claim to name its source rows, column, and the formula used. Hallucinations get exposed by their missing citations.

Row 12 to 186
is the new footnote
// Foundation

Three rules that make the rest of this work.

Strict rules are the difference between an analysis you can ship and one that quietly poisons your deck. Put these at the top of every prompt.

Rule 01

Ground in the data.

Only use values from the file. No invented rows, dates, or numbers. Ever.

// In the prompt
"Use ONLY values that appear in the uploaded file. Never invent rows, dates, names, or numbers."
Rule 02

Allow "I don't know."

"Not answerable from the data" is a valid answer. Without permission to refuse, models invent.

// In the prompt
"If a question cannot be answered from the file, reply 'Not answerable from the data.' Do not estimate."
Rule 03

Cite the work.

Every claim names its source rows, column, and the formula or aggregation used.

// In the prompt
"When you state any number, cite the source: row indices used, column name, formula or aggregation."
// The workflow

Four prompts. In order. No skipping.

Step 1 is what makes everything after it reliable. Run them sequentially in the same chat thread so the file and the strict rules carry forward.

  1. 1
    01

    Schema Check

    Force the model to inspect columns, types, row counts, and missing values before any analytical question. If it cannot describe the file, every number it gives next is a guess.

  2. 2
    02

    Analyze

    The four-part structure makes hallucinations visible. If the Calculation line is missing or vague, the claim is suspect. Send it back.

  3. 3
    03

    Visualize

    AI-rendered charts hallucinate axis labels and invent data points. Specs you build yourself in Tableau, Excel, or Looker do not lie.

  4. 4
    04

    Insight Brief

    Insight, Why It Matters, Data Connection, Next Steps. The structure forces past surface-level filler into something with a business goal and a concrete next step.

Step 1 is what makes everything after it reliable. Do not skip it.

// Copy these

The four universal prompts.

Same four prompts, whatever your role, whatever your data. Tap to expand. Hit copy. Paste in order.

// Anti-hallucination

Eight tactics that keep models honest.

Each one takes ten minutes. The 30-second versions live on the back of your laptop.

01 / 08

Demand citations.

Every number must come with source rows and the formula. No cite, no trust.

02 / 08

Allow "I don't know."

Give the model permission to refuse. Without it, models invent.

03 / 08

Self-consistency check.

Have the model recompute the headline a second way. Disagreement is a flag.

04 / 08

Schema first.

Make the model describe the file before asking analytical questions.

05 / 08

Cross-model audit.

Run the same finding through a second AI. Disagreements between models are signal.

06 / 08

Reject vague language.

"Performance was mixed" gets sent back. Demand a number or a deletion.

07 / 08

Cap the date range.

Add "do not extrapolate beyond the data" to every prompt. Every time.

08 / 08

Beware confident wrongness.

A polished claim with no citations is the most dangerous output. Verify one headline by hand.

// Your toolkit

No single AI wins every step. Pair them.

Run the same prompt through two of these. Mismatched answers are the fastest hallucination detector you have.

careful reasoner

Claude

Best at careful reasoning, citations, and refusing when uncertain. Use for schema checks and analysis where admitting "I don't know" matters.

SchemaAnalyze
code generator

ChatGPT

Best at code generation and fast iteration. Use for generated Python or R, pivot-table breakdowns, ad-hoc transforms.

CodePivots
sheets-native

Gemini

Free, integrates with Google Sheets. Use when the data already lives in Sheets and you don't want to export.

SheetsQuick
python notebook

Julius.ai

Runs Python under the hood and returns plots inline. Use for quick exploratory charts when you want to look, not export.

ExplorePlots
web grounding

Perplexity

Live web search with sources. Use to benchmark your numbers against industry data, not to analyze the file itself.

BenchmarksSources
// Pre-ship checklist

Before you put a number in a deck, run the checklist.

If you cannot check all eight, the analysis is not ready.

  1. 01Schema check ran first.
  2. 02Every headline number has cited source rows.
  3. 03At least one headline number recomputed by hand.
  4. 04Cross-tool audit completed.
  5. 05Chart titles state findings, not topics.
  6. 06Every insight tied to a business goal.
  7. 07Any sample size under 30 is flagged.
  8. 08Every "strong," "mixed," "notable" is stripped.
// In the wild

Same four prompts. Five roles.

Different metric column. Different categories. Different stakes. Same playbook. Tap a role to see what good output looks like.

// Glossary

Key terms.

The vocabulary of honest AI data analysis. Tap to expand the full list.

// FAQ

Frequently asked questions.

About the playbook, the prompts, and the tools.

Keep learning

The model is a junior analyst.
You are the editor.

Strict prompts, citations, self-consistency checks, and cross-model audits are not paranoia. They are the only way to get AI analysis you can defend out loud.

Same four prompts. Whatever your role. Whatever your data.