TubeReads

Claude just killed ALL Note-Taking Apps. Here is proof.

For seven years, the note-taking world has been a race through apps: Evernote, Obsidian, Notion, Mem, Tana, Heptabase. Each promised control, flexibility, and the perfect scaffold for personal knowledge management. But what if all those tools — and the entire PKM industry — just became obsolete? In this video, the host doesn't just theorize about AI replacing note-taking apps. He builds a complete personal knowledge assistance system from scratch, live, using nothing but a folder on his desktop and Claude. The promise is audacious: no subscriptions, no vendor lock-in, no pre-built templates. Just plain text, a local database, and AI agents that work for you. But can a single folder and a chatbot really replace years of PKM infrastructure?

ICOR with Tom | AI Productivity6 Personas mencionadas5 Términos del glosario
Duración del vídeo: 55:32·Publicado 22 mar 2026·Idioma del vídeo: en-GB
7–8 min de lectura·10,091 palabras habladasresumido a 1,547 palabras (7x)·

1

Puntos clave

1

PKM tools lock you into developer-designed structures; local folders plus AI let you build exactly what you need, swap AI models freely, and retain total ownership of your data.

2

You don't need to write code. The entire system — agents, database, interface — is built through plain-language conversation with AI, even in the terminal.

3

AI empowerment means giving each person their own AI team, not layering one AI over a whole organization. Individual superpowers drive collective efficiency.

4

A local SQLite database plus a simple HTML interface replaces Notion dashboards, Obsidian plugins, and premium PKM subscriptions — at a fraction of the cost.

5

The era of Personal Knowledge Management is over; the era of Personal Knowledge Assistance — where AI actively organizes, indexes, and surfaces your knowledge — has begun.

En resumen

Personal knowledge management tools as we know them are over. With Claude (or any AI), a single local folder, a SQLite database, and custom agents, you can build a fully personalized, interface-agnostic knowledge system that you control — no code, no subscriptions, no vendor lock-in.


2

Why PKM Tools No Longer Matter

All note-taking apps lock you into someone else's scaffold.

For years, productivity enthusiasts have hopped between Evernote, Obsidian, Notion, Mem, Tana, and Heptabase, each time adapting to a developer's vision of how knowledge should be structured. The host reveals the core problem: these tools are scaffolds built by others. Even Obsidian, celebrated for local control, formats files in ways that only Obsidian can properly visualize. You're always dependent on plugins, templates, and the roadmap of developers you've never met.

The breaking point came when Heptabase refused to open an MCP server for easy data access. That was the «final nail in the coffin»: if you can't freely access and manipulate your own knowledge, you don't truly own it. The solution? A single folder on your computer, a local SQLite database, and Claude as your orchestrator. The AI is swappable — Claude today, Gemini tomorrow, a local model next year. What you build is yours, tool-agnostic, and infinitely customizable.

This isn't about replacing apps with AI. It's about replacing rigid structures with fluid, personalized assistance. The host calls it the shift from Personal Knowledge Management to Personal Knowledge Assistance. PKM was about organizing information; PKA is about having AI actively surface, index, and work with your knowledge on demand.


3

The Philosophy: Empower Individuals, Not Organizations

Real AI advantage comes from giving each person their own team.

💡

The Philosophy: Empower Individuals, Not Organizations

The host and his co-founder work with businesses worldwide on AI implementation, and they've identified a key misconception: companies think AI should manage the business from the top down. The real power is the opposite. «Any business owner and team leader who empowers their employees to learn these skills will make the overall business more efficient.» Give each person their own AI team — custom agents tailored to their field of expertise — and you create compounding individual advantages that lift the entire organization.


4

Building the System: From Empty Folder to AI Team

Three folders, one orchestrator, and plain-language prompts create everything.

1

Create a folder Right-click desktop, create a new folder (e.g., «PKA demo»). This folder will hold your entire system — no cloud, no app, just local files.

2

Open terminal and navigate Open Terminal, copy the folder path (Option+right-click on Mac), type «cd» and paste. You're now in the folder. Type «claude» to launch Claude Code.

3

Create inbox folders Manually create «owner's inbox» (for AI deliverables) and «team inbox» (for files you want AI to process). This gives clear input/output boundaries.

4

Introduce Larry, the orchestrator Tell Claude: «You are my AI assistant, Larry. You are only an orchestrator. You never do work yourself — you hire specialists.» Larry will create a team roster and agent definitions.

5

Hire specialist agents Larry hires Pax (senior researcher) and Nolan (HR director) by default. When you need something — e.g., organize scanned PDFs — Larry asks Nolan to hire a specialist (e.g., a librarian agent).

6

Add a local database Ask for a SQLite database to store knowledge, journal entries, contacts, projects, and file metadata. AI creates schema, tables, and indexes automatically.


5

What You Just Built (And What It Costs)

📂
Total ownership
Everything lives in a local folder. No vendor lock-in, no proprietary formats. Backup via iCloud, Dropbox, or any sync service you choose.
🤖
Swappable AI brain
Claude today, Gemini tomorrow, local LLMs for privacy. The folder structure and database are yours; the AI is just the interface.
🗂️
SQLite database
Indexes your files, contacts, journal entries, and projects. AI queries it instantly — no Notion API, no Obsidian plugin conflicts.
🌐
Custom HTML interface
AI builds a simple browser-based UI to visualize your database. No app, no server (unless you want one) — just an HTML file you open locally.
💰
Cost: $20–$200/month
Claude Pro ($20) works for most users. Claude Max ($200) handles heavy token usage. Cancel Notion, Obsidian Sync, Mem, Tana — this replaces them all.

6

Live Demo: Organizing 120 Scanned PDFs in Seconds

Drag, drop, and watch AI OCR, categorize, and index.

To prove the system works, the host drags 120 scanned PDFs (invoices, receipts, documents — all in German and English) into the «team inbox» folder. He tells Larry: «Organize these, create folders that make sense, add them to the database, and find interconnections.» Larry immediately recognizes the files need OCR, delegates to a temporary «librarian» agent (or hires one via Nolan), and begins processing.

Within minutes, PDFs are renamed, sorted into year-based folders, and indexed in the SQLite database. The host can now query: «Show me all invoices from 2023» or «Find documents related to supplier X.» No tagging, no manual sorting, no Hazel rules. AI does it all, learning from the context of the folder and the database schema. The host notes: if something goes wrong, you simply interrupt (hit Escape), ask AI to undo, and refine. No complicated rollback procedures, no lost work — just conversation.

This is where the terminal shines over Claude Desktop's «co-work» mode. You see every step, every permission request, every agent action. The host runs multiple terminals — six to eight Larry instances — each managing a different domain (business, personal life, hobbies). This parallelism is the key to scaling AI assistance without chaos.


7

Building the Interface: From Overkill to Simple

First attempt built a full app; second built a single HTML file.

FIRST ATTEMPT
Over-engineered Notion clone
The host asked Larry to hire a developer «specializing in Notion, Craft, and Heptabase-style apps.» Pax researched, Nolan hired Sable (a full-stack developer), and Sable built a React app with a local server. It worked — dashboard, file browser, contact cards — but required «npm start» and was total overkill. The host interrupted and asked for something simpler.
SECOND ATTEMPT
Lightweight HTML interface
The host clarified: «Just a simple HTML file I can open in Chrome to visualize the database. No app, no server.» Sable pivoted instantly, deleted the app folder, and generated a single HTML file. Open it locally, and you see journal entries, contacts, file counts, and clickable links to PDFs. Fast, editable, and portable. This is the model: if AI goes off-rail, interrupt and redirect. The context window is huge; it remembers everything.

8

Why This Beats Obsidian, Notion, and Heptabase

🔓
No vendor lock-in
Obsidian's markdown is formatted for Obsidian. Notion's databases live in Notion's cloud. Here, everything is SQLite and plain text. Move to any tool, any AI, anytime.
🎨
Infinite customization
Want the navigation on the left? Different colors? Custom analytics dashboards? Just ask. No waiting for plugin updates or feature requests.
🛡️
Privacy and security
Run local LLMs if needed. No data leaves your machine. Sync via encrypted Dropbox or iCloud if you choose. You control every byte.
Speed and simplicity
No app startup time, no plugin conflicts, no Notion API rate limits. Open an HTML file, query the database, done.

9

The New Era: Personal Knowledge Assistance

AI doesn't just store knowledge; it actively assists you.

We just entered a new era. The era of personal knowledge management is over and we are entering the new era of personal knowledge assistance.

Thomas (host)


10

Key Numbers: What This System Delivered

Tokens, files, agents, and cost in one live session.

Tokens Used (One Session)
21 million
Running on Claude Max plan; includes hiring agents, organizing 120 PDFs, building interface, and all back-and-forth refinements.
Scanned PDFs Processed
120+
German and English invoices, receipts, and documents — OCR'd, renamed, categorized, and indexed in minutes.
AI Agents Hired
4
Larry (orchestrator), Pax (researcher), Nolan (HR), Sable (developer) — all created on-demand via plain-language prompts.
Claude Max Plan Cost
$200/month
Host uses the 20x plan for heavy usage. Pro plan ($20/month) sufficient for most users; 5x Max ($100/month) for moderate power users.
Lines of Code Written by User
0
Everything — folder structure, agents, database, interface — built through conversation. No coding knowledge required.

11

Personas

Thomas (host)
Founder, Paperless Movement; productivity consultant
host
Paco Cano
Co-founder, Paperless Movement
mentioned
Larry
AI orchestrator agent (manages other AI team members)
mentioned
Pax
AI senior researcher agent
mentioned
Nolan
AI HR director agent (hires new AI team members)
mentioned
Sable
AI PKM application developer agent
mentioned

Glosario
PKM (Personal Knowledge Management)Systems and tools (e.g., Obsidian, Notion) designed to help individuals capture, organize, and retrieve personal knowledge; now being replaced by AI-driven assistance.
OrchestratorAn AI agent (here, «Larry») that delegates tasks to specialist agents rather than doing work itself; manages the overall AI team.
SQLite databaseA lightweight, file-based relational database that stores structured data (contacts, journal entries, file metadata) locally without requiring a server.
MCP serverModel Context Protocol server; allows external tools to access and manipulate data inside an app. Heptabase's refusal to provide one was the host's breaking point.
Claude Code / Claude DesktopTwo interfaces for Claude: «Code» runs in the terminal with full file-system control; «Desktop» (or «co-work») offers a GUI. Both access the same underlying AI and folder structure.

Aviso legal: Este es un resumen generado por IA de un vídeo de YouTube con fines educativos y de referencia. No constituye asesoramiento de inversión, financiero o legal. Verifique siempre la información con las fuentes originales antes de tomar decisiones. TubeReads no está afiliado con el creador de contenido.