TōgeThe Science of Intuition Request a domain
← Back to Tōge

◆ Build Your Own Agentic OS · a TŌGE teaching build · the build console

Build Your Own Agentic OS Seed it with you — then turn it all the way on.

One tab per build stage. Find where you are, learn what each stage does and why a surgeon-scientist wants it, then actually switch it on — in Cowork or Claude Code. Start at Why, or jump to your rung.

Bring a laptop · build as you read with Dr. Jon Schoenecker Free to start · ~5 min prep 🔄 New idea every day
Why an OS beats chat

Seed it with you — then watch it work.

No hype, no jargon. What an LLM is, what an agent is, and the five things that change the moment you give the model a home. Then pick your on-ramp below.

you

Where are you? Pick a door — it opens the right tab.

The basics

What this stuff actually is.

Four ideas, and the rest of this console falls into place.

01What is an LLM?

LLM stands for large language model. Picture an autocomplete that read an enormous slice of human writing — books, papers, code, the web — and got very good at one trick: given some text, predict what comes next. That's the whole engine. ChatGPT, Gemini, and Claude are all LLMs wrapped in a friendly chat box.

It isn't a database and it isn't a search engine. It doesn't "look up" an answer — it generates the most plausible continuation, a piece at a time. That's why it's fluent and creative, and also why it can sound completely confident and still be wrong. The fix — grounding it in your real files — is what the rest of this console is about.

the opposite of "difficult" is your text (the prompt) LLM predicts next easy71% simple18% effortless7% it ranks likely next words — predicting language, not deciding or looking up a fact
For clinicians & scientists: because it's predicting plausible language, it can state a wrong fact — or invent a citation that looks flawless — with total confidence. Treat every fact, figure, dose, and reference as unverified until you check the source. That's exactly why the skills in this kit force every claim back to a real citation.

02How does it "think"?

It writes the way you might finish someone's sentence — a piece at a time, each choice shaped by everything before it. Newer models can also "think out loud" first (you'll see this as extended thinking): they work through the problem step by step before answering, which makes them far better at hard reasoning. But here's the catch that explains everything else: by default it remembers nothing between conversations. Close the tab and it has met you for the first time, again. Giving it a memory is move #1 of building an OS.

question extended thinking (step by step) 1 2 3 4 answer

03What's a token?

Models don't read letters or whole words — they read tokens, the little chunks text gets sliced into. A token is roughly ¾ of a word (about four characters in English), so a phrase breaks into more pieces than you'd guess. Rough rule: 100 tokens ≈ 75 words.

"Ground your answers in my real files."
Groundyouranswersinmyrealfiles. → 9 tokens

Two reasons it matters. First, cost and usage limits are measured in tokens — you pay, or hit a cap, per token in and out. Second, every model has a context window: the most tokens it can hold in mind at once — its working memory, the size of its desk. Go past it and the earliest things slide off the edge. A bigger desk means it can read your whole CV and three papers at the same time, instead of forgetting the top of the page by the time it reaches the bottom.

04What do the different models do?

One company offers several models — not "old vs new," but different sizes for different jobs, like reaching for a scalpel vs a bone saw. Bigger models are smarter but slower and pricier; smaller ones are fast and cheap. You match the model to the task. Claude's current line-up is a clean example:

Opus
biggest · smartest · priciest
The heavyweight — complex reasoning, hard analysis, long multi-step agent work.
Sonnet
balanced · fast · everyday
The workhorse — a strong balance of intelligence, speed, and cost for most daily work.
Haiku
fastest · cheapest
The sprinter — quick answers, summaries, and high-volume simple tasks.

Model names current as of June 2026 — the line-up refreshes often and new tiers appear regularly. The principle (match the model to the job) doesn't change.

Source: claude.com/pricing

What's an agent

A chatbot talks. An agent does.

It's the word everyone uses and almost no one defines. Here's the whole thing.

A plain chatbot is a brilliant conversation partner: you ask, it answers, the loop ends. An agent is that same model handed three things — a goal, a set of tools, and permission to loop — so it can go get the goal done instead of just describing how.

Give it a goal like "organize this folder of papers and write me a summary," and an agent will look at what's there, make a plan, take an action (open a file, run a search, write a document), check the result, and repeat — until the job is finished. You stop dictating each step and start delegating the outcome.

The agent loop — it runs this on its own until the goal is met.
Goal what you want Plan decide next step Act use a tool Observe check result repeat Done files + result

What gives it "hands"

Tools & connectors

Reach beyond the chat box — read your files, search PubMed, check your calendar, browse the web, run code.

Skills

Encoded workflows it runs the same way every time — your care pathways for cognitive work (more in the Skills tab).

Memory & files

It remembers, and it leaves durable artifacts behind — so work compounds instead of vanishing.

The loop

It chains many steps by itself, checking its own work as it goes, until the goal is actually met.

How much rope you give it

Agents run on a spectrum of autonomy, and you set it: from suggests what to dodoes one step when askedruns a whole multi-step task on its own. Think graduated responsibility, like a trainee — supervised first, independent only once it's earned your trust on the small things. A well-behaved agent pauses before anything irreversible — sending, deleting, publishing, spending — and asks first.

Where this lands: Cowork and Claude Code are agents with a real workspace. A mature OS is many agents + a library of skills + a knowledge vault, wired together across machines. Same handful of ideas, scaled up.

One honesty note: an agent is only as safe as the boundaries around it. Keep patient data out, review anything it sends or publishes, and let it ask before irreversible steps. Good AI hygiene scales with capability.

The flop → the fix

It's a world-class chief of staff who has never met you.

Open any chat and ask it to "plan my year to reach my career goals." You'll get fluent, confident, generic mush — because it has no idea who you are. It's brilliant, and it forgets you the moment you close the tab.

That's not a flaw in the model. It's a missing system. The fix is four moves: give it a memory, give it a filesystem, give it skills — and seed all of it with you: your CV, your papers, your goals. Do that and the same model that just flopped becomes a teammate that knows your whole world.

If you've tried these tools and walked away thinking "impressive, but a glorified autocomplete I can't trust" — you're not wrong. That's an honest verdict on raw chat. It's not a verdict on the system you can build around it.

Every tab to the right is those four moves, built up one stage at a time — and almost all of it is free to start tonight.

Five things change the moment you build an OS.

Same model, two completely different machines. The left is what you get from a chat window. The right is what you get when you give the model a home.

Raw chat
An agentic OS
Amnesiac — starts at zero every time
Remembers — context persists
Generic — built for everyone
Yours — built on your data
Improvised — as good as the day you had
Reproducible — runs your best workflow every time
Siloed — one conversation
Orchestrated — across tools, files, machines
Resets to zero
Compounds — more valuable the more you feed it

"Chat is something you use. An OS is something you build — and it pays you back forever."

The arc

It's a climb, not a leap. Six rungs.

You don't need all of it tonight. Each rung adds one capability, and you can stop wherever it's already paying off. Here's the whole ladder — and exactly where free ends and a paid plan begins. Each rung has its own tab.

RUNG 1chatOne conversation. Brilliant, ephemeral, single context.Free
RUNG 2ProjectChat + persistent files & instructions. It finally remembers who you are.Free
RUNG 3CoworkClaude's no-terminal agent app — a real workspace that reads whole folders, runs skills, and leaves files behind.
RUNG 4Claude CodeSame power, in a terminal — for the technical crowd.
RUNG 5ObsidianSee the graph. Your notes become linked nodes you can walk through.Free
RUNG 6At scaleAll of it — a skill library + vault + connectors across machines.Mature OS
You are here → Rung 2. A Project seeded with your CV, goals, and a couple of papers is the whole personal-OS core, and it's free. That's the first build (). Rungs 3–4 are the paid agentic workspace ( / ); Rung 5 (Obsidian) is free again; Rung 6 is just these same ideas, accumulated over a year ().

Why the jump from Project to Cowork is the real one

In a Project, your files persist — but it's still a conversation. The agent talks about your work. In Cowork (or Claude Code), the agent has a real workspace: it can read a whole folder of papers, run multi-step work, execute skills, and create files. It operates on your world and leaves durable artifacts behind.

Chat: resets to zero

Mon Tue Wed every session starts empty

An OS: compounds

every day adds linked nodes

An agent isn't a smarter chat — it's a worker with hands. You stop asking and start delegating.

Skills

A skill is a care pathway for cognitive work.

Write your best workflow down once, and the agent runs it perfectly every time — even post-call, even when you don't have the energy to structure it yourself. Encode the best process once, kill the variability, guarantee the floor. Same reason we use checklists in the OR. Full kit + copy blocks are in the Skills tab.

Messy inputs
A PDF, a folder, a half-formed ask
⚙ Encoded skill
Your steps + rules, written once
Consistent output
The same high-quality artifact, every time

Chief of Staff

Reads your OS + a deadlines note and hands you a prioritized briefing: what's urgent, what's due, the next concrete action, and one strategic insight you'd have missed.

Paper-ingest

Drop a paper, get a permanent linked knowledge node — citation, findings, methods, why-it-matters-to-you, verified refs — instead of a throwaway summary.

Presentation-ingest

Drop a talk, get a structured talk node: thesis, the mental model it teaches, key claims, figures, and links back to your work.

The compounding

The graph is the part you can see.

Wiki-links, backlinks, and a graph view turn your notes into an external memory that gets smarter as it grows. Every paper, every talk, every meeting becomes a permanent, linked node — instead of a memory that fades by Monday. Turn it on in The Graph tab.

Watch it grow — each node links into the ones already there.
_ABOUT_ME CV goals talk node paper PubMed

A [[wiki-link]] is you telling your second brain "these two ideas are related." Backlinks mean every note knows who points at it. The more a note is referenced, the bigger it grows. That visible web is the compounding — and you'll grow it live, in Obsidian, with papers pulled straight from PubMed.