▶ FlowRead v1.7READ THIS ARTICLE WITH FLOWREADRSVP reader · Real genre music · BPM-synced · 60–800 WPM
AI Workflow — From the Lab
How I Organize AI Sessions to Stop Losing Context
I run eight income streams with two jobs and one day off a week.
AI is how I make it work — but only once I figured out how to
stop wasting it. Here's the folder system and session strategy
that changed everything.
April 11, 2026 · AI Workflow Series
Where this comes from: I'm a music producer, graphic designer, AI consultant, and indie builder running three YouTube channels, a DeFi position, two stealth projects, and a consulting practice — while working two day jobs. Every minute of focused time matters. This is what I actually use. Not theory.
The biggest mistake people make with AI tools is treating every session like a blank slate
and then spending the first 15 minutes re-explaining who they are and what they're working on.
That's not just annoying — it's expensive. Every word the AI rereads costs tokens,
and tokens are your budget.
I learned this the hard way after hitting usage limits in the middle of builds,
losing context mid-session, and watching the quality of responses degrade as conversations got longer.
The fix wasn't a better prompt. It was a folder system.
"Instead of pasting a long recap at the start of every session, I paste one file. That's it."
The Problem with Long Conversations
Every time you send a message, the AI rereads the entire conversation from the beginning.
Message 1 might cost 500 tokens. Message 30 in the same conversation could cost 15,000 —
because it's reprocessing everything that came before it.
Add connected tools, system prompts, and file uploads, and you can burn through
your session budget before you've done any real work.
The solution is what I call clean context — starting each session
with exactly the information needed for that task, nothing more.
That means having your project information pre-organized in reference files
you can paste in one shot.
The Folder Structure
I keep one master folder called spark1early-projects with a subfolder
for each area of work. Inside each folder is one reference file — a plain text
document with everything the AI needs to know to pick up where we left off.
The key is matching the file to the session. Don't paste everything —
paste only what's relevant to what you're about to do.
What you're working on
File to paste
Building a feature or product
That project's BRIEF.md
Trading system / DeFi
trading-system/SYSTEM.md
Social media / content
content-calendar/CALENDAR.md
Client prep or consulting
consulting/CLIENTS.md
Full Saturday planning session
README.md only
Website updates
Just mention the URL — no file needed
The README is your master document. On a full planning session — like my Saturday power day —
I paste that one file and the AI has everything it needs: all active projects,
key links, account info, my work schedule, and what's pending.
One paste instead of twenty minutes of recap.
What Goes in Each Reference File
BRIEF.md — for any project you're building
Keep it tight. Just what the AI needs to continue the work:
Project name and current version or stage
Core concept in 2 sentences
What's already been built or decided
What you're working on in this session
Any blockers, dependencies, or open questions
Status — what's pending, what's next
SYSTEM.md — for technical or automated setups
Tool names, versions, and where they're installed
Credentials and keys stored locally — never paste these into public chats
The rules your system follows — entry conditions, exit conditions, limits
What's currently active and its status
The commands or scripts needed to start everything up
CALENDAR.md — for content and social media
Your posting philosophy in one paragraph — this keeps the AI consistent with your voice
Upcoming posts with the exact caption copy ready to go
Platform handles, hashtags, and tone notes
What's scheduled, what's drafted, what's still pending
README.md — the master file
A folder map so you can find any file instantly
Quick reference for all key links, accounts, and platforms
What systems are active and what they're doing
A session startup checklist so you never have to think about it
Everything pending across all projects in one place
The Session Startup Checklist
I added a "How to Start a Session" section to my README so I never have to think about it.
Here's what it looks like in practice:
For focused work (one project):
→ Paste only the relevant BRIEF.md or reference file
→ "Here's my Project Static brief — let's build v0.04"
For trading/DeFi work:
→ Paste SYSTEM.md + today's morning brief results
→ No other context needed
For full planning (Saturday):
→ Paste README.md only
→ Covers everything without the token weight of a recap
For CPU 2 (Claude Code + TradingView):
1. Double-click launch-tradingview-debug.bat
2. Run: node trading-automation.js --test
3. Run: morning_brief
4. Disconnect TradingView MCP after brief (/mcp → disconnect)
The Token Hygiene Rules
The folder system solves the context problem. These habits keep costs low inside each session:
Run /compact at 60% capacity — not 95%. By the time auto-compact fires at 95%, quality has already degraded.
Disconnect unused MCP servers — each connected server burns ~18,000 tokens per message even when idle.
Start a new session for unrelated tasks — don't carry context from one project into another.
Batch your prompts — three questions in one message costs less than three separate messages.
Use free models for low-stakes tasks — social post generation, titles, descriptions don't need the full model. OpenRouter has 30+ free models.
"The goal is clean context every time. Not a blank slate — a precise one."
Why This Matters if You're Building Seriously
If you're using AI casually — for a quick question here and there — none of this matters.
But if you're using AI to run actual operations across multiple projects simultaneously,
you will hit limits. You will lose context. You will watch quality drop mid-session.
The folder system isn't about being organized for its own sake.
It's about making every session count — entering with precision,
getting the work done, and not spending half your budget on recap.
I run this across music production, consulting, product development, a DeFi strategy,
and content creation — all from two machines with limited time.
The folder system is what makes that possible.
AI WorkflowClaude CodeProductivitySession ManagementToken OptimizationBuilding in Public