The bait, then the rug-pull.
Tom Solid opens with a two-headed promise — switch off auto-memory, and stop picking sides in the agent wars — then spends 34 minutes proving the same plain-markdown folder works identically in Claude Cowork, Claude Code, Gemini CLI, OpenAI Codex, and Obsidian. The free GitHub repo is the entire thing; the course just teaches the why.
What the video promised.
stated at 00:00“In this video, I want to talk about two things. First of all, to switch off the auto memory in your LLM... And the second one is that even that I shared a lot about Claude in the previous videos, we don't need to use Claude.”delivered at 29:00
Where the time goes.

01 · Cold open + two promises
Turn off LLM auto-memory; the folder is agnostic — works with Claude, Codex, Gemini, or any local LLM.

02 · What myPKA is (and the GitHub drop)
Personal Knowledge Assistance, not PKM. Free download on GitHub; paid 20-lesson course at myicor.com goes deeper.

03 · Folder anatomy — Deliverables, PKM, Team
Walks the top-level folders: Deliverables (owner's inbox), PKM (knowledge), Team (agents).

04 · Meet Larry, Nolan, Pax — the 3-agent starter team
Larry = orchestrator (SPOC). Nolan = hiring agent. Pax = researcher. Nolan calls Pax to research new specialists.

05 · My Life concept + ICOR methodology
PKM/My Life folder = Goals, Habits, Key Elements, Projects, Topics. Load-bearing structure inherited from Paperless Movement's 4-year-old ICOR teaching.

06 · Journal flow + CRM auto-cross-linking
Hand Larry a screenshot or meeting note; Penn writes the journal entry, creates person + organization records, wiki-links everything automatically.

07 · Markdown vs SQLite + Obsidian as free viewer
Default is plain markdown. One prompt — 'switch to SQLite' — converts the vault to a database. Obsidian opens the markdown and renders the knowledge graph with zero config.

08 · Setup: duplicate folder 3x + the ADAPTER-PROMPT trick
Copies folder for Claude Cowork, Gemini, Codex tests. The ADAPTER-PROMPT.md file is what makes any LLM self-initialize — it tells each agent how to plug into the folder without custom skills or plugins.

09 · Demo 1: Claude Cowork init
'Initialize yourself inside this folder' — Claude reads ADAPTER-PROMPT, writes CLAUDE.md, becomes Larry. Then: 'Today I met Max Muster, works at Maximize.' Penn routes the journal entry; person + org get cross-linked.
10 · Obsidian knowledge graph reveal
Opens the same Cowork-modified folder in Obsidian. Knowledge graph already shows Dr. Schmidt → Clinic → Organization. Zero Obsidian-specific config needed; it just reads wiki-links.
11 · Team Knowledge = SOPs as the real skills
Team Knowledge folder holds SOPs, workstreams, guidelines, naming conventions. Tom's claim: this beats Claude Skills because SOPs are tool-agnostic and live in your repo.
12 · Demo 2: Claude Code terminal — 'who are you?'
Right-click → new terminal at folder → launch Claude → first prompt is literally 'who are you?' → 'I'm Larry, your team orchestrator.' Then 'do you know anything about Max?' returns the wiki-linked Max Muster + Maximize org from the previous Cowork session.
13 · Demo 3: Gemini CLI side-by-side
Launches Gemini CLI in a second copy of the folder. Same init prompt. Tom's stance: stop agonizing over which agent — any model with enough context is more than enough for personal knowledge.
14 · Session logs replace auto-memory
Tom shows /memory in Claude and switches auto-memory off. 'Close the session' triggers an explicit session-log markdown file in Team Knowledge/session-logs. Permanent, reviewable, portable.
15 · Demo 4: OpenAI Codex — already speaks AGENTS.md
Codex requires no init because it natively reads AGENTS.md. Tom drops a screenshot in, says 'create a journal entry about the launch of membership' — Codex routes to Penn, who writes the markdown file with the image referenced.
16 · Multi-agent same folder + Obsidian shows the result
Three different agent CLIs can point at one folder; they each create their own *.md config on top. Opens the Codex-modified folder in Obsidian — journal entry + embedded screenshot rendered cleanly.
17 · One-prompt SQLite migration + Gemini parity
'Switch to SQLite' — the scaffold's built-in SOP converts the markdown vault to a SQLite DB. Then shows Gemini's parallel result — same image-to-journal workflow worked identically.
18 · Pitch + close — course + GitHub + module roadmap
CTAs: download the free scaffold from GitHub, or take the 20-lesson course at myicor.com. Teases an AI Library of add-on modules (Slack integration, Telegram, etc.). Closes by reiterating: don't get stuck in vendor auto-memory, own the folder.
Visual structure at a glance.
Named ideas worth stealing.
PKA — Personal Knowledge Assistance
Tom's rebrand of PKM: instead of you organizing notes manually, the agent team does the cross-linking on autopilot.
Larry / Nolan / Pax / Penn — the 4-agent starter team
- Larry — Orchestrator (SPOC, single person of contact, reads agent-index)
- Nolan — HR / hiring agent (recruits new specialists by writing new agents.md files)
- Pax — Researcher (Nolan's research arm)
- Penn — Journal writer (handles screenshots, meeting notes, cross-links CRM)
Named, role-based agents stored as markdown files. Each one is just an agents.md with a role description and SOPs.
My Life concept
- Goals
- Habits
- Key Elements
- Projects
- Topics
The PKM/My Life folder schema. Inherited from Paperless Movement's ICOR methodology taught for 4+ years.
SPOC — Single Person Of Contact
Larry is the only agent you talk to. He routes to specialists internally. The user never picks which agent to invoke.
SSOT — Single Source Of Truth
Team Knowledge holds SOPs once; every agent references them. Update one file, all agents adopt the change.
ADAPTER-PROMPT.md trick
One markdown file in the folder root that tells any LLM how to initialize itself. The folder is the WHAT; this file is the HOW.
Session logs > auto-memory
Explicit, human-readable markdown logs of each session in Team Knowledge/session-logs. Replaces opaque vendor auto-memory.
Lines you could clip.
“Switch off the auto memory in your LLM, no matter if it is Claude or ChatGPT or whatever.”
“People worry about what agent should I use, what's the best model. If you're not into coding, I wouldn't worry at all.”
“You will never reach this efficiency level than having a proper local folder structure where you know how things are set up.”
“If you want to have proper databases, it's just one prompt to switch to SQLite.”
“The auto memory will just randomly grasp the things that AI considers that is useful to you.”
How they spent the runtime.
Things they pointed at.
How they asked for the click.
“If you really want to dive deep into how this was set up, you can go into our new course that's now available to our members where we show step by step how this folder structure was built. Or you simply go there and download the Scaffold and get started right out of the box.”
Soft. Free GitHub download is the headline; paid course is positioned as the 'go deeper' option for people who already trust him. Two CTAs threaded through the whole video, hard pitch only in final 90 seconds.
Word for word.
Steal the format: free GitHub scaffold + paid course = trojan horse.
Ship the real, useful thing for free on GitHub — then sell the methodology that explains every folder.
- Open-source the scaffold (the WHAT). Charge for the 20-lesson course that teaches the WHY behind every file.
- Make the demo a stress test, not a pitch — Tom proves it works in 4 different agent CLIs back-to-back. The viewer convinces themselves.
- Use the ADAPTER-PROMPT.md trick in any agent-ready repo you ship: one markdown file that tells any LLM how to initialize itself. Portable across Claude/Gemini/Codex.
- Replace 'memory' with explicit on-disk session logs. Same idea works for JoeFlow's session-store — readable markdown beats opaque vendor memory.
- Adopt the SPOC (single person of contact) UX for multi-agent products. Joe's JACE/REESE/SAGE/RYDER setup needs one Larry-equivalent who routes — never make the user pick.
- Tom calls Claude Skills 'nonsense' — that's the contrarian wedge. Pick a fight with the dominant vendor pattern and you get airtime.
- Name your agents like a sitcom cast (Larry, Nolan, Pax, Penn). It makes a markdown folder feel like a team.
What this could mean for you if you use AI daily.
Stop letting Claude or ChatGPT manage your memory for you — put your knowledge in a folder you can actually see, on a drive you actually own.
- Download the free scaffold from github.com/TomSolid/myPKA. Drop it on your desktop. Point your preferred AI tool at it.
- Turn OFF the auto-memory in Claude and ChatGPT today. It's quietly grabbing whatever it decides matters and locking you in.
- Pick ONE AI tool you already pay for (Claude, ChatGPT, or Gemini) and point it at the folder. You don't need all three.
- Start with the journal flow — paste a screenshot or meeting note and say 'create a journal entry.' That single habit demonstrates the whole system.
- Open the folder in Obsidian if you want a visual graph view — it works with the markdown out of the box, no extra setup.
- If you ever switch AI providers later, your knowledge moves with you. The folder is yours, on your drive, in plain text you can read in any editor.







































































