1/15

The Problem

Quality Degrades Over Time

Perfect
Wk 1
Good
Wk 3
Drifting
Wk 5
Broken
Wk 8
Rebuild
Wk 12

Context Window

Every AI Has a Fixed Amount of Memory

AI MEMORY — FIXED SIZE Week 8 update Week 7 update Week 5 update Week 3 update Week 2 update Your original instructions color codes formatting rules layout preferences LOST

The Fix

1
Build
Create it in
the chat
2
Move
Transfer to a
local folder
3
Share
Sync with
your team

Step 1 — Build

The Familiar Process

Upload Data Describe Needs Iterate Download

Before You Download

Two Rules

.html
HTML File
Not React. Not JSX.
Double-click to open.
Standalone Data
All data inside the file.
No external dependencies.

Step 2 — Move

One Folder. Three Things.

📁 CASH-FLOW-DASHBOARD dashboard.html Your dashboard — the thing people open /data/ CSVs and Excel files that feed the dashboard CLAUDE.md / agents.md Instructions that tell the AI how to update everything

Why This Works

Chat Interface
Can read your files
Can't save changes across sessions
Context accumulates
Quality degrades
AI Agent
Can read your files
Can write & save across sessions
Starts fresh each time
Quality never drops
Claude Code
Claude Co-work
OpenAI Codex

The Instruction File

CLAUDE.md
# Dashboard Update Instructions

## Purpose
This folder contains a financial dashboard for
weekly cash flow analysis. The dashboard helps
the CEO make decisions about resource allocation
and spending.

## Files
- dashboard.html — The current dashboard.
  Update this file when new data arrives.
- /data/ — Folder containing all source CSV
  and Excel files.

## Update Process
1. When the user tells you a new file has been
   added, read that file.
2. Insert the new data into dashboard.html
   following the existing format and structure.
3. Ensure the design, colors, layout, and chart
   types stay identical unless explicitly asked
   to change them.
4. After updating, confirm what data was added
   and flag anything unusual.

## Memory and Insights
After every interaction, update memory.md with:
- Any new insight about the business derived
  from the data (one line, dated).
- Never delete previous entries. Only add new ones.

At the start of every session, read memory.md
first. Use past insights to inform your analysis.

Compounding Intelligence

The Memory File

2026-01-15 Margins dropped for second consecutive month. 2026-02-03 User prefers quarterly comparisons over monthly. 2026-02-20 Contractor costs spiked — flag if it repeats. 2026-03-10 Revenue grew 12% — best month since launch. COMPOUNDS

The Update Routine

Drop New File
>_
Open Agent
File Updated

You: "I just added March_Revenue.csv.
Update the dashboard with this data."

Step 3 — Share

Sync the Folder

YOUR COMPUTER 📁 dashboard/ dashboard.html /data/ CLAUDE.md AI agent works here sync OneDrive Google Drive Dropbox CFO finance folder Ops Team production folder View-Only html file only AI works on local files for speed. Cloud sync handles distribution.

Why Not a Website?

Traditional Approach
Host the code somewhere
Set up a database
Build authentication
Maintain all of it
vs
Folder Approach
Folder is your hosting
Cloud sync is distribution
Simple permissions
Same result, fraction of effort

In Practice

Four Departments. Four Dashboards.
One Routine.

📁 COMPANY-DASHBOARDS 📁 finance/ → CFO 📁 production/ → Ops Team 📁 marketing/ → CMO 📁 sales/ → Sales Lead Every week: drop data → tell agent → everyone sees current numbers.

Recap

The Problem
Same conversation, same dashboard, quality degrades.
1
Build
Create in chat. Make it a standalone HTML file. Download it.
2
Move
Folder with data + instruction file. AI agent updates it.
3
Share
Cloud sync. Simple permissions. No rebuilding.