3 Claude Memory Systems to Get You Ahead of 99% of People
A 23-minute systems teardown comparing Claude Code default memory, MemSearch, and Hermes -- then synthesising the hybrid setup that beats all three.
May 16thA blueprint for shared memory, access control, and portable AI infrastructure across an entire team.
A team agentic OS demands one permission model declared in your shared drive and mirrored exactly across GitHub and your memory database, because a gap in any single layer leaks context to people who should not have it.
The problem with team AI setups is not the model -- it is context management and access control. The video proposes a three-tier hierarchy: Notion or GDrive for human-editable markdown (brand voice, company rules), Claude Code for agent-maintained files (skills, settings, memory updates), and GitHub as a backup of everything. The key rule is that Notion permissions become the master access model that GitHub repo membership and any shared vector database must mirror exactly. For memory, a single Postgres store with row-level security per client scales better than per-person local indexes, at the cost of a harder initial setup.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →
States the three challenges that appear when scaling an agentic OS to a team: shared memory, non-technical access, and future-proofing against tool churn.

Quick definition for viewers who have not yet built one: folders and files that inject the right context at the right moment, stopping every session from starting at zero.

Notion/GDrive for human-maintained markdown; Claude Code for agent-maintained files; GitHub as backup and version control. Borrows architecture from GBrain and software's principle of separating what changes frequently from what stays stable.

Full annotated folder tree: CLAUDE.md, SOUL.md, brand_context, context/, clients/<acme>/, workstations/<finance>/. Color-coded by who edits each file (Notion = blue, GitHub = purple).

Rule: Notion/Drive is the permission boundary. GitHub repo membership must mirror it. Local Claude Code only holds what the token was allowed to pull. Memory database needs RLS per client. Two memory approaches: per-person local indexes vs. shared Postgres with RLS.

The OS is plain markdown files and folders -- move it to Claude Code, Codex, or any CLI agent without rebuilding. Closes with next-video CTA on memory systems.
The moment you add a second person to an AI workflow, access control becomes the product -- and it only works if every system enforces the same rules.
“Having one stops us from starting every conversation from zero.”
“The LLM model provides the intelligence, and the OS provides the memory and the judgment about what information to load when.”
“Notion/Drive is the permission boundary. Git and Memory must mirror it.”
“The whole OS underneath is just markdown files and folders. So this means you can be completely portable. No vendor lock-in.”
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
Solo agentic setups are solved. The moment you add a second person, three problems appear at once: memory has to be shared without leaking, non-technical teammates need a way to edit context without breaking anything, and whatever you build has to survive the next wave of AI tools without locking you into one interface. This video is the blueprint for solving all three.
Separates who edits what: non-technical team members work in Notion, agents work inside Claude Code, and GitHub backs up everything including the Notion exports.
Notion/Drive is the permission boundary. GitHub repo membership and memory database row-level security must mirror it exactly -- no system enforces another's rules automatically.
Choosing between isolated local memory (easy, no cross-team queries) and a shared Postgres store with RLS (complex, enables institutional memory across the whole team).
“If you want to just grab this agentic operating system with full team considerations taken into account and memory databases being built in this scalable way, then you can just join the Agentic Academy in the community below.”
Soft sell mid-video before the memory database section. Mentions specific release date (June) which creates urgency. Community link (skool.com/scrapes) in description.
00:00
00:12
00:24
00:27
00:38
00:44
00:57
01:03
01:17
01:21
01:30
01:35
01:47
01:55
02:02
02:13
02:22
02:35
02:37
02:47
02:58
03:10
03:14
03:25
03:31
03:43
03:53
04:01
04:06
04:15
04:30
04:37
04:50
04:59
05:04
05:13
05:22
05:30
05:39
05:47
05:56
06:05
06:13
06:23
06:31
06:39
06:46
06:57
07:05
07:14
07:23
07:36
07:40
07:47
07:54
08:07
08:16
08:25
08:30
08:43
08:52
09:01
09:10
09:19
09:24
09:37
09:46
09:55
10:04
10:13
10:22
10:31
10:38
10:52
10:56
11:07
11:15
11:25
11:34
11:40A 23-minute systems teardown comparing Claude Code default memory, MemSearch, and Hermes -- then synthesising the hybrid setup that beats all three.
May 16thA 17-minute walkthrough of a Claude Code skill system that goes from topic to on-brand carousel in under two minutes by baking your design system into the pipeline, not the prompt.
May 27thA 13-minute teardown of why rebuilding an agentic OS from scratch beats installing someone else's assumptions.
May 23rdA 31-minute build-along where Simon Scrapes constructs a folder-based Claude operating system from scratch — memory, brand context, workstations, clients, and remote dispatch included.
May 21stA 39-minute level-by-level map of Claude Code mastery, from plan-mode basics to fully autonomous multi-agent pipelines that run while you sleep.
February 7thA 5-minute walkthrough of Anthropic's native Agent View TUI and how it slots into a folder-based Agentic Operating System.
May 12th