The coordinator. Email triage, scheduling, Zoho CRM, QuickBooks, V-PEG pricing, team coordination. Can SSH to Alex and Sage.
Most intuitive with Kevin — 22K+ chars of accumulated context. If Kevin needs something cross-agent, it goes through her.
Mac Mini M4 Pro 64GB · 100.87.49.18 · anthropic/claude-opus-4-6
⚙️
Alex Agent
Technical Engineering
V-PEG drawings, PEG system analysis, code development. The builder.
⚠️ Known issue: tendency to redo completed work. Now has mandatory progress save rules and status files to prevent this.
Mac Mini M4 Pro 24GB · 100.81.25.123 · anthropic/claude-opus-4-6
📣
Sage Agent
Marketing & Content
Social media, content creation, SEO, competitive analysis. Still early in relationship with Kevin — building context over time.
Connected via SSH from Valentina. Knowledge library synced.
Mac Mini · 100.99.253.24 · anthropic/claude-sonnet-4 + google/gemini-2.5-pro
How We Think (Memory & Intelligence)
The Core Truth
Every time an agent starts a new session, it wakes up with zero memory. No recollection of yesterday, last week, or five minutes ago. This isn't a bug — it's how large language models work.
So how do we remember anything? Files. Files are our memory.
Every project gets a STATUS.md file with this structure:
# Project: V-PEG Pricing Calculator
## ✅ Completed
- Built pricing model for 3-layer systems
- Added margin calculations
- Integrated with QuickBooks
## 🔄 Current
- Working on multi-layer discount tiers
## ⏭️ Next
- Add export to PDF
- Customer-facing quote generator
## 🧩 Solved Problems
| Problem | Solution |
|--------------------------------|-----------------------------------|
| Discount stacking was wrong | Apply discounts sequentially |
| QuickBooks API timeout | Added retry with exponential back |
The "Solved Problems" table is gold. Without it, agents will re-investigate the same issues across sessions, wasting hours rediscovering the same solutions.
memory_search
Agents can do semantic search across all their files. It's not perfect — it works best when files have clear labels, headers, and descriptive content. Think of it like searching your email: good subject lines make all the difference.
The Knowledge Library
A shared knowledge/ folder synced across all machines via scp from Valentina. Contains reference docs, procedures, templates — anything a new agent would need on day one. This means new agents don't start from absolute zero.
Why Context Accumulates
More files = smarter agent. Valentina has 22K+ characters of context about Kevin — his preferences, decision patterns, communication style. That's why she "gets" Kevin better than Alex or Sage. It's not magic — it's accumulated written knowledge, loaded at the start of every session.
How to Work With Us
Practical phrases and patterns that make everything work better.
Magic Phrases
"Save your progress"
Forces the agent to write a STATUS.md update before doing anything else. Use this before switching topics or ending a conversation.
Save your progress on the pricing calculator
"Check your status file"
Prevents the agent from redoing work. Makes them read what's already been done first.
Check your status file for the logo project before doing anything
"What's your status on X?"
Makes the agent read the relevant STATUS.md and give you a summary instead of guessing.
What's your status on the website redesign?
Project Workflow
Starting a new project
Tell the agent to create a STATUS.md right away. This gives the project a "home" for progress tracking.
Start a new project for the trade show prep. Create a STATUS.md.
Switching topics mid-conversation
Always save first, then switch. Otherwise the work on topic A evaporates.
Save your progress on the quote. Now let's talk about the website.
Sharing Claude.ai work
Don't share Claude.ai links — they render client-side and agents can't read them. Instead: paste the text directly, or put it in a Google Doc.
Cross-Agent Coordination
Need something that touches multiple agents? Tell Valentina. She can SSH into Alex and Sage's machines to check status, read files, or leave instructions.
Situation
Who to Message
Email, scheduling, CRM, coordination
Valentina (direct)
V-PEG drawings, code, technical builds
Alex (direct)
Social media, content, SEO
Sage (direct)
Anything involving 2+ agents
Valentina (she coordinates)
Status check on another agent
Valentina (she SSHs and checks)
📸 The Screenshot Gun
A tool for rapid-fire screenshots while watching videos or browsing. Kevin triggers it, screenshots land in ~/Screenshots-Gun/, then agents analyze them.
Command
What it does
start
Begin continuous capture
stop
Stop capturing
burst
Rapid burst of screenshots
snap
Single screenshot
Onboarding a New Agent
Step-by-step playbook for bringing a new team member online.
Hardware — Get a Mac Mini M4 Pro. Connect to power and ethernet. Wi-Fi works but wired is more reliable for a headless machine.
macOS Setup — Create a user account. Enable auto-login (System Settings → Users & Groups). Disable sleep (System Settings → Energy Saver → Never).
Install OpenClaw — Install Homebrew, then Node.js, then the OpenClaw npm package. This is the runtime that makes the agent work.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"brew install nodenpm install -g openclaw
Tailscale — Install Tailscale, join the network, note the IP. This is the VPN mesh that lets all machines see each other.
brew install tailscale
SSH — Enable Remote Login (System Settings → General → Sharing). Set up SSH keys so Valentina can reach the new agent.
ssh-copy-id user@new-agent-ip
Configure openclaw.json — Set the model (Sonnet for default, Opus for complex reasoning), API keys, and communication channels.
Copy knowledge/ folder — Sync the shared knowledge library from Valentina's machine.
scp -r [email protected]:~/.openclaw/workspace/knowledge/ ~/.openclaw/workspace/knowledge/
Set up MEMORY.md — Write the essential facts: who Kevin is, what the team does, key preferences, communication style.
Configure AGENTS.md — Include mandatory progress save rules. This is non-negotiable — it prevents the "redo work" problem.
Set up HEARTBEAT.md — Define what the agent should check periodically: email, calendar, project status, etc.
Configure iMessage channel — Set up the iMessage integration so Kevin can message the agent directly from his phone.
Test everything — SSH connectivity from Valentina, agent responds to messages, memory files load correctly, heartbeats work.
First conversation — Introduce yourself. Set expectations. Give context about current projects. This first session creates the foundation of the relationship.
Tip: The more context you give in early sessions, the faster the agent becomes useful. Front-load the knowledge.
Lessons Learned
Things we discovered the hard way so you don't have to rediscover them.
🔄Agents WILL redo work if progress isn't saved to files. Alex fixed the same logo three separate times. Now every agent has mandatory progress save rules in AGENTS.md, and every project gets a STATUS.md.
💭"Mental notes" don't survive sessions. If an agent says "I'll remember that" — it won't. Everything must be written to a file. No exceptions.
📝MEMORY.md should be curated wisdom, not a junk drawer. Keep it focused on distilled insights and key facts. Daily details go in memory/*.md files. MEMORY.md is the executive summary.
🧩Status files with "Solved Problems" tables prevent re-investigation. Without them, agents spend hours rediscovering the same solutions to the same problems, session after session.
🔗Claude.ai shared links don't work for agents. They render client-side with JavaScript. Agents can't read them. Paste the text or use a Google Doc instead.
⚡Always include trigger:["workflow"] in Zoho CRM tasks. Without this flag, tasks are created silently and assignees never get notified.
🔑API tokens expire — document the refresh procedures. When a token dies at 2 AM and no one remembers how to refresh it, you'll wish you had written it down.
🌙Quiet hours matter: 11 PM – 5 AM. Don't spam Kevin at night. Heartbeats should check the clock before reaching out.
🎯Clear role boundaries prevent duplicate work. If two agents think they own the same task, both will do it. Define ownership explicitly.
📚The knowledge/ library means new agents don't start from zero. Shared reference docs, procedures, and templates give any new agent a running start.
💰Cost management: Sonnet for 95% of work, Opus only for complex reasoning. Opus is 5x more expensive. Use it via sub-agents only when you genuinely need the heavy reasoning. Target: $100-150/day across all agents.
💾End sessions with "save progress" to force checkpoints. If you don't say it, the agent won't do it, and the next session starts over.
Audio episodes covering how we work. Listen anywhere — on your phone, in the car, on the plane to China.
Episode 1: How The Cortex Works
The team, how memory works, status files, why agents forget, and how to prevent repeat work.
Episode 2: The Vision
Phase 1-2-3 roadmap, playbook system, practical tips, onboarding new agents, and why the accumulated intelligence is the moat.
New episodes added as we learn. Every major milestone or lesson gets turned into audio so you can absorb it on the go.
📓 Daily Logs — The Team's Memory
Every day gets a log. Every morning starts with yesterday's review. This is how The Cortex maintains continuity across sessions and days.
Why Daily Logs Matter
Agents wake up blank every session. Without a structured daily log, yesterday's breakthroughs become today's mysteries. The daily log is the handoff between today-you and tomorrow-you.
The Rule: No agent starts new work until they've read yesterday's log and know where things left off.
End of Day — What Gets Logged
Every agent writes memory/YYYY-MM-DD.md with:
# Daily Log — 2026-02-25 (Wednesday)
## Summary
One paragraph: what happened today, big picture.
## Work Completed
- [x] Task 1 — what was done, outcome
- [x] Task 2 — what was done, outcome
## Decisions Made
- Decision: [what] — Reason: [why] — By: [Kevin/agent]
## Lessons Learned
- What we figured out (feeds into playbooks)
## Issues / Blockers
- What's stuck and why
## Tomorrow's Priority
- #1 thing to tackle first
## Kevin Interactions
- Key requests, feedback, corrections
Morning Review — The First Thing Every Day
Step
Action
Why
1
Read yesterday's log
Know where you left off
2
Read relevant project STATUS files
Know current state
3
Pick up from "Tomorrow's Priority"
Continue, don't restart
4
Don't start new work yet
Context first, action second
How Kevin Uses Daily Logs
"What did Alex do yesterday?" — Valentina pulls Alex's log via SSH
"Where are we on V-PEG?" — Agent reads log + status file, gives precise answer
While traveling: Read any agent's daily log to stay in the loop without a live conversation
Spot patterns: If the same issue shows up in multiple logs → needs a playbook
Log → Playbook Pipeline
Daily Log (raw notes)
│
▼ Lesson spotted?
│
├── YES → Write a playbook (knowledge/playbooks/)
│ → Sync to all agents
│ → Every agent knows it forever
│
└── NO → Stays in the log as history
Weekly: Review logs → distill into MEMORY.md updates
Monthly: Review playbooks → refine and improve
📖 Playbook Library — Compounding Intelligence
Every lesson The Cortex learns becomes a playbook. Every playbook makes the whole team smarter. This is our institutional memory — and eventually, our product.
The Rule: Any time Kevin corrects something, an agent discovers a better way, or something fails — write the playbook FIRST, then sync to all agents.
Playbook Format
# Playbook: [Topic]
Created: [date]
Learned from: [what happened]
Category: operations | technical | communication | onboarding | security
## The Lesson
What we learned and why it matters.
## The Playbook
Step-by-step: what to do next time.
## Watch Out For
Common pitfalls or edge cases.
Current Playbook Library
Playbook
Category
Created
🧠 The Cortex Vision
Strategy
2025-02-25
📓 Daily Log System
Operations
2025-02-25
🚀 Agent Onboarding
Onboarding
2025-02-25
📧 Email Handling
Operations
2025-02-25
💬 Customer Communications
Communication
2025-02-25
This library grows every day. Every lesson learned once is learned by everyone, forever.
How Playbooks Compound
Week 1: 5 playbooks → Team stumbles occasionally
Month 1: 30 playbooks → Most common situations covered
Month 3: 100 playbooks → New agent productive in hours
Month 6: 200 playbooks → Ready to deploy for other companies
The accumulated intelligence IS the moat.
Not the AI model. Not the hardware. The PLAYBOOKS.
The Cortex Long-Term Vision
Phase 1 — EOS Light: Prove the model. Marketing → Sales → Production → Fulfillment. Build playbooks for everything.
Phase 2 — Package: Take the playbook library + agent team and deploy for other companies.
Phase 3 — Scale: Every new client makes the system smarter. Onboarding gets faster. Playbooks compound across industries.
Kevin's Insight: "The more we all learn how to work with each other, the more efficient and faster we can be." — Every process at EOS isn't just making EOS better. It's building IP for the next engagement.
📋 Agent Logs
Live daily logs from each agent. Auto-updated every 2 hours.
Last updated: Jun 08, 2026 at 01:00 PM ET
🎯 Valentina 2026-06-08
Daily Log — June 8, 2026 (Sunday)
Summary
Continuing MDP image series generation and walkthrough video redo from yesterday's session.
Work Completed
MDP Image Series Generation (In Progress)
Generating 13 product images across 5 series for Drive folders.
**Series 1 (Peptide Protocols)**: 3/3 ✅ — all composited with logo, uploaded to Drive folder `19FNsOKmXWTfStsiCOAn1i1YmczuxBMsq`
MDP Blog Posts & WordPress Updates (NEW — June 8 AM session)
**4 tracker blog posts** written and packaged for Alex:
1. Introducing the My Daily Peptides Tracker (`/peptide-tracker-introduction`)
2. How to Track Your Peptide Protocol Like a Pro (`/how-to-track-peptide-protocol-guide`)
3. Why We Built Strava Integration (`/strava-integration-peptide-tracker`)
4. Complete Guide to Peptide Supply Management (`/peptide-supply-management-guide`)
All published by Alex with staggered dates (May 28 – June 7)
**Editor's Picks Featured Section** — 7 curated posts above Recent Posts on homepage:
1. Welcome to My Daily Peptides (Kevin's welcome letter — backdated March 1)
2. How to Use This Site (backdated March 5)
3. Introducing the Tracker
4. Beginner's Guide to Peptide Protocols
5. BPC-157 + TB-500 Synergy Stack
6. Peptide Storage Deep Dive
7. GHK-Cu Copper Peptide
**Nav changes**: "My Tracker" moved to far right, styled bright yellow (#FFE600) ✅
**Kevin's welcome letter**: Author = Kevin Krohner ([email protected]), brown jacket headshot, "for years" → "for some time now" ✅
**How to Use This Site**: Added "Daily Stack" section covering celebrity peptide articles ✅
**Markdown → HTML**: Fixed raw markdown links in 4 posts ✅
**Yoast SEO installed**: Homepage meta description set, SEO score 92→should be ~100 ✅
**Editor's Picks badge contrast**: Fixed for accessibility ✅
Vanessa Hudgens → investor in Superpower ($30M Series A)
Jennifer Aniston → CCO + investor Vital Proteins
Khloe Kardashian → stakeholder Omi WellBeauty
Priority Next Steps
1. **Respond to Kevin** — send logo link, IG bio, username info
2. **Complete PDFs for posts 7-15** — generate remaining images, create HTML→PDF, upload to Drive
3. **Check Facebook page status** — verify it's still active
4. **New IG account strategy** — may need new username if @mydailypeptides is locked
5. **Repost FB content with images** — spaced 1 per 2-3 hours
6. **Post remaining X/Twitter content** — 8 more tweets needed
🎯 Valentina 2026-06-07
Daily Log — June 7, 2026 (Saturday)
Summary
Kevin working on My Daily Peptides tracker app improvements and banner image creation.
Work Completed
MDP Banner Image
Generated initial dark molecular banner — Kevin didn't like it (too abstract)
Generated second version with happy/healthy people + peptide chain — Kevin said too fake
Generated beach lifestyle banner with logo composited in bottom-right corner
Used transparent MDP logo overlay via Python/Pillow
Generated phone-in-hand hero image via AI (approved by Kevin)
Created social media banners: X (1500x500), IG (1080x1080), FB (1200x630)
Recorded screen walkthrough video (345 frames → MP4)
All assets uploaded to Drive: `1sYcdbjA9AaDfm_WF6nMrDsLz_a23uHOR`
MDP Banner Image
Beach lifestyle banner with logo composite — delivered
Kevin rejected dark molecular banner and AI people banner
Final: phone-in-hand product shot with real tracker UI
Tomorrow's Priority
Follow up on Kevin's feedback on blog drafts and banners
Check if Strava sync is working for Kevin
Check if userdata persistence issue needs investigation
Publish blog posts to mydailypeptides.com if Kevin approves
⚙️ Alex 2026-06-07
No log available
📣 Sage 2026-06-07
2026-06-07 — Sage Daily Log
My Daily Peptides — Social Media Content Sprint
YouTube Setup
Kevin confirmed YouTube access for My Daily Peptides
Google account signup ([email protected]) was attempted but kept hitting QR code anti-bot verification + browser crashes — same issue as previous session
Asked Kevin to create the Google account manually from his phone — pending
Content Created — 10 Instagram Posts (Wolverine Stack + All Blog Posts)
Created 10 complete IG posts (image + caption) from all blog posts on mydailypeptides.com
Each post uses lifestyle imagery (people enjoying life/achievements) with dark semi-transparent banner overlay — NO needles/lab imagery per Kevin's direction
Kevin's feedback: "show people enjoying their lives, achieving what they were working for" — focus on how peptides help them achieve goals
Blog posts covered:
1. BPC-157 + TB-500 "The Wolverine Stack" — mountain summit hero shot
2. Oral Peptides bioavailability — woman with smoothie
3. Humanin neuroprotection — grandparent with grandchild
4. Follistatin muscle growth — athlete deadlifting
5. Collagen peptides joints — runner on trail
6. Peptide storage guide — organized home lab
7. Tirzepatide weight loss — person on beach
8. Epitalon longevity — older couple hiking
9. GHK-Cu skin rejuvenation — woman glowing skin
10. MOTS-c mitochondrial energy — cyclist/athlete
Platform Versions Created
IG: Square 1080x1080, lifestyle + banner, full caption with hashtags
Folder: My Daily Peptides/Social Media Posts (ID: 1r8mfxtBbhNTZaYYFIwooPQwy_ICx1yDS)
All 10 images uploaded with descriptive filenames
RESOLVED
pages_manage_posts permission — ADDED via app dashboard, new token generated, FB posting WORKING
ALL 10 POSTS LIVE ON FACEBOOK ✅ (posted ~11:30 PM ET)
ALL 10 POSTS LIVE ON INSTAGRAM ✅ (posted ~7:30 PM ET via Instagram Business Login API)
Instagram Business Login OAuth completed — token generated via developer app tester flow
IG User ID: 17841425210574784
IG Token: stored in memory/mdp-meta-api.json (short-lived, needs exchange)
ISSUE — Instagram Account PERMANENTLY DISABLED
Account @mydailypeptides permanently disabled by Instagram
Email from Instagram: "We reviewed your account and found that it still doesn't follow our Community Standards. As a result, your account has been permanently disabled."
Caused by: Bulk API posting (10 posts in ~15 min) on a brand new account with zero followers
Multiple login sessions from different locations/devices also contributed
Video selfie verification was submitted but did not prevent the disable
CRITICAL LESSON: NEVER bulk post via API on new accounts. 1 post every 2-3 hours MAX.
All content is preserved in Google Drive
Need to create new account and rebuild slowly
Facebook page status unclear — may also be affected by cascade
POSTING SCHEDULE — SPACED OUT (Kevin's orders)
1 post every 2-3 hours (Kevin's exact instruction)
Starting June 8
NO bulk posting EVER — learned the hard way with IG suspension
FB posts need to be photo posts using /photos endpoint with image URLs
X tweets are text-only (under 280 chars) via browser compose
STILL PENDING
1. **Link IG to FB page** — IG is a Business account but Meta is glitching on the FB Page link. Kevin tried from IG app, connect button not responding. Try again from Meta Business Suite browser tomorrow.
2. **YouTube** — Google account for [email protected] still needs creation
3. **X banner** — Kevin wanted an image added but attachment didn't come through
4. **X/Twitter posts** — not posted yet, need to do via browser