Read all of these credit card statements and build me a financial dashboard as a single self-contained HTML file. I want: a spending breakdown by category with a visual chart, a month-by-month trend showing how my total spend changes over time, a subscription audit table, my top 10 biggest individual transactions, and a summary section with the key things I should actually pay attention to. Make it look good — something I'd be comfortable showing someone.
I'll read all 18 statements first, then categorise and synthesise the data, then build the dashboard.
| Service | Amount | Annual | Note |
|---|---|---|---|
| Adobe CC | $54.99/mo | $659/yr | largest |
| New York Times | $17.00/mo | $204/yr | ↑ 70% |
| Netflix | $15.49/mo | $185/yr | ↑ price |
| Dropbox Plus | $11.99/mo | $143/yr | overlap |
| Spotify | $10.99/mo | $131/yr | keep |
- Two cloud storage services (iCloud + Dropbox) — $178/yr combined, probably redundant
- New York Times raised its price 70% since you signed up — now $17/mo
- Dining trending 22% above your 2023 average over the last 4 months
I have a folder with my Q3 project notes, meeting docs, retros, and a rough bullet list of things I shipped. Build me a polished one-page HTML summary of the quarter — headline achievements at the top, impact numbers where you can find them, a timeline of what shipped, and a section on what I'm carrying into Q4. Make it look like something I'd actually send to my manager.
I'll read through all the source files to find the achievements, numbers, and timeline, then build the page.
Here are 18 months of credit card statements. Build me a dashboard that gives me a genuinely useful picture of my finances — you decide what sections and charts would actually be valuable. Single HTML file.
I'll read through everything first, then decide what structure would actually be useful before building.
Here's how the two approaches compare on the same data:
| Method prompting | Outcome prompting | |
|---|---|---|
| Structure | Your 5 sections, exactly as specified | 6 sections — added one you didn't ask for |
| Added section | — | "Spending drift" — shows how each category has shifted vs your personal baseline, not just raw totals |
| Summary callout | 3 items flagged | 2 items flagged — dining and cloud storage — but with a clearer explanation of why they matter |
| What you get | Exactly what you specified, predictably | Something designed around what the data is actually telling you |
The "spending drift" section wouldn't have appeared in the method version because you didn't ask for it — but it's probably the most useful thing in the dashboard.
Can you add a note at the top explaining what this is, so I can send it to someone who doesn't have context?
Added a header section to financial_dashboard.html with a one-paragraph explanation: what the data covers (18 months of personal credit card statements, Jan 2023 – Jun 2024), how it was generated, and a note that all figures are approximate due to merchant categorisation. Ready to share.
The dining spend looks high — can you break that down by restaurant and show me which months were the outliers?
Dining breakdown across 18 months:
- Top merchants: Uber Eats ($1,240 total), local restaurants cluster ($890), one-off business dinners ($620)
- Outlier months: October 2023 (+$380 above your average — two business dinners and a run of Uber Eats in the same week) and March 2024 (+$290 — travel month, eating out every day)
- Baseline: Your "normal" dining month is around $410. Everything else is noise around that.
Added a dining drilldown section to the dashboard with a per-merchant bar chart and the outlier months highlighted.