The task
You have a chart or table that the audience could misread. You want three caption variants (descriptive, interpretive, actionable) so you can pick the right one for the context. And critically, you want a “common misreading” callout that prevents the wrong conclusion before it happens. Charts without this become arguments; charts with it become decisions.
When AI helps — and when it does not
AI is excellent at naming the dominant pattern, varying caption registers, and predicting the most likely wrong reading. It is poor at deciding which register your audience needs: descriptive for analysts, actionable for execs, interpretive for board decks. Tell AI the audience; otherwise it defaults to bland interpretive.
What to feed the AI
- Chart description (axis, units, time period, segmentation)
- The data points or a screenshot description
- Audience and their decision context
- What “good” and “bad” look like in your business
- Any known data caveats (missing weeks, methodology change, segment exclusion)
- Length target (one sentence vs one paragraph)
Copy-ready prompt
Explain this chart / table in three caption variants.
Chart description: <axis, units, time period, segmentation>
Audience and decision context: <line>
"Good" vs "bad" in our context: <line>
Data caveats: <list>
Length target: <one sentence / one paragraph>
Data:
"""
<paste data or table>
"""
Return:
1. Three captions:
- Descriptive — what the chart shows
- Interpretive — what it means in business terms
- Actionable — what to do with it
2. The single most likely wrong reading — with one sentence debunking it
3. A "watch out" — caveats that should appear near the chart
4. A confidence rating per caption (1-5) based on the data quality
5. The caption I should ship to this audience
Do not re-state cell values. Do not say "as you can see."
For executive decks: “Add an ‘if challenged’ line — the one-sentence defense if a stakeholder pushes back on the interpretation.”
Recommended output structure
Three labelled captions (descriptive / interpretive / actionable) plus misreading, watch-out, and the recommended caption for this audience. Keep the data caveats visible; readers quote charts without them.
How to check the output is usable
- Descriptive caption says what the chart shows without interpretation
- Interpretive caption ties to your business “good vs bad”
- Actionable caption names a specific action
- The “common misreading” is a real risk, not boilerplate
- Confidence rating reflects data quality (small sample → lower)
- The recommended caption matches the audience
Common mistakes
- Captions that re-state the data (“Q1 was 12; Q2 was 13”). Useless
- No mention of caveats. Your reader will be quoted on the number including the gap
- Missing the “so what”. Interpretive without action
- One caption only. Different audiences need different captions
- Letting AI invent a trend that’s within noise. Ask for confidence
Practical depth notes
For How to Use AI to Explain a Chart or Table: Three Captions a Stranger Can Act On, the difference between a usable AI result and a generic one is the input packet. Give the model the audience, the current draft or raw material, the desired format, the decision you need to make, and two examples of what good and bad output look like. Ask it to preserve facts first, then improve structure or wording second.
After the first response, do a separate review pass. Look for missing constraints, invented details, weak calls to action, and language that sounds plausible but does not match the real situation. The best final output should be easy to use immediately: clear owner, clear next step, and no hidden assumption that someone else has to untangle. A stronger version of this workflow also defines the handoff. Decide who will use the output, what they should do next, and what information would make them reject it. If the deliverable is copy, test whether it has a single clear action. If it is analysis, test whether it separates observation from recommendation. If it is planning, test whether dates, owners, and tradeoffs are explicit enough for someone else to execute. One final check: compare the finished result against the original goal in a single sentence. If that sentence is hard to write, the output is probably polished but unfocused. Tighten the goal, remove decorative language, and rerun only the weak section instead of regenerating the entire piece.
FAQ
- Should I include a chart in addition to caption? Yes. Caption above, chart below. Most readers stop at caption.
- What if the table has a contradictory cell? Surface it. Hidden contradictions are worse than visible ones.
- Can AI fact-check the chart? It can spot internal inconsistencies; it cannot verify against your source. You do that.
Related
- Chart takeaway — broader chart takeaway pattern
- Table explanation — for tables specifically
- Spreadsheet error diagnosis prompts — when the table itself looks wrong
- Excel analysis prompts — deeper analysis on the underlying data
- AI table explainer tutorial — full workflow
- Business data analysis AI — when the chart drives a business decision
- Experiment interpretation — for A/B chart readouts