User
Write something
High Tea is happening in 17 hours
Pinned
Welcome to Clief Notes. Here's where to start.
1. Go check out 📚Navigating The Course to see how to get around and what's here. 2. Start with The Foundation. Concepts, folder architecture, prompting framework. Everything else builds on this. 3. Check in at the bottom of each lesson. Polls, discussion posts, other members working through the same stuff. Use them. 4. When you're ready to build real things join in on our Biweekly competitions and win some real cash. ⭐ Competitions Mega Thread 5. If you are wanting to dive into the masterminds, grab all the past templates, artifacts and resources. Upgrade and head into the The Vault for Premium and The Drawing Room (VIP) for VIP 6. Post your work. Ask questions. Help others when you can. What are you here to build?
Pinned
🚀 Ledger is live — alpha, go kick the tires
We just shipped the alpha of Ledger 📋 —https://ledger.eduba.io the talent platform we've been building on top of this community. Free for VIP and Premium Members. Here's the idea, plain: every other job board matches on a resume. Ledger matches on ICM. Every candidate in there has been through the methodology you're already using here — that's the whole point. Companies aren't guessing whether someone "gets it." They know it going in. 🎯 It works kind of like a job board, but more anonymous — right? 🕶️ Employers see an anonymized profile: skills, bio, portfolio, a short video intro if you want one. No last name, no email, no current employer. Every conversation runs through the platform's relay instead of real inboxes, so nobody's exposing contact info before they're ready. Two doors in: - 🏢 Company hiring — freelance or full-time — sign up and get access to a pool of people who already speak ICM fluently. - - 🙋 Candidate looking for work — freelance or full-time — list yourself. Takes a few minutes: profile, skills, a short video if you've got one. We're vetting both sides before anyone gets full access — companies and candidates — so the quality holds up on both ends. ✅ That means it's not instant approval; you might wait a beat while we look at it. Bear with us there. It's alpha 🧪, so: things might be rough around the edges, we're watching it closely, and if something breaks or feels off, tell us — that's exactly what this stage is for. Be nice to us and we'll be fast about fixing it. 🙏 Sign up: https://ledger.eduba.io 👇
Pinned
🏆 WEEKLY COMP #9: THE EDITOR 🏆
🎟️ PRIZE: FREE SEAT IN THE LYCEUM 🎟️ Pick your cohort. Technical, Business, or Creator. Your call. 🎯 PICK YOUR DOMAIN The domain is yours. Pick something specific. Pick something you'd actually use. A few sparks to get you thinking: - 💻 Code review editor for a specific language and level (junior TypeScript, senior Python) - 📊 Pitch deck editor for pre-seed founders - 🎨 Grant application editor for arts nonprofits - 📄 Resume editor for career switchers into tech - 📰 Op-ed editor for policy publications - 🎙️ Podcast script editor for interview shows - ⚖️ Legal brief editor for civil litigation - 📋 Product spec editor for early-stage PMs - 🎓 Academic paper editor for one specific field The more specific, the better. "Writing editor" is too broad. "Op-ed editor for tech policy publications targeting a policy audience" is right. 🗂️ THE METHODOLOGY If this is your first comp, welcome. Here's what you need to know: This week (and every week) you're learning interpretable context methodology. Folders as architecture. Each file does one job well. Your editor is a folder with five things: - 📄 identity.md (who the editor is, what work they review) - 📐 rules.md (how they critique) - 💬 examples.md (what good critique looks like) - 📚 reference/ (style guides, checklists, frameworks the editor uses) - 📖 README.md (how to use it) Drop the folder into a Claude project. Claude becomes the editor. Reusable. Shareable. Portable. 🔥 THE ANGLE THIS WEEK An editor is NOT a rewriter. An editor doesn't do the work for you. An editor surfaces what's weak and pushes you to fix it. That distinction is the whole assignment this week. When someone hands the editor a draft, the editor shouldn't produce a "fixed" version. The editor should point at the three lines that don't work, explain why, and hand it back to the writer to solve. ✍️ Generic feedback like "consider strengthening your intro" is a fail. Specific feedback like "your intro assumes the reader already knows what a Series A is, but this pub is read by generalists, so lead with the stakes instead of the jargon" is what a real editor does.
ICM workspaces now run inside any browser chatbot (Real Estate video example below)
Sometimes when I'm on the go, I don't want to spin up Cursor or Claude on mobile because I don't have the time to think through the prompt or my workspace, and I don't want to waste the tokens on my mobile device. But something I'm constantly doing is telling Gemini (in Google search), or Haiku (in duck.ai) to not: - Lie - Ground its answer 100% on facts - No abbreviations - No Jargon ... and so on. You get the point, and I started thinking it would be really nice if I could use a workspace in the browser, but then I hit two road blocks: 1. The browser only accepts files, not folders. ICM is files and folders, so there's nothing to upload. 2. Even if I get it in there, how do I get the chatbot to actually walk the workspace instead of just reading it? Both are solvable: Roadblock 1: one file, not a folder. I was hoping the browser agents would accept a markdown file, but that didn't work and the ai model would respond with a timeout. Then I tried a text file, same problem. Then I noticed that models would accept PDF as a format. So then, I flatten the whole workspace into a single file, stamping each file's path at the top of its contents so the model can still tell the stages apart. Nothing is lost. The router, the stage contracts, the references are all there, in order, in one upload. Roadblock 2: getting the chatbot to run the workspace. I put one instruction at the very top of the flattened file: when my message starts with >, treat everything after it as the request and walk the workspace on it. Then I upload the file, type > and whatever I need, and the chatbot runs the pipeline instead of describing it. So now, on my phone, from a plain browser tab: > how far is the moon from earth comes back ground-in-facts, no jargon, no abbreviations, every rule I wrote once, applied automatically. No Cursor, no app, no wasted tokens. So, at first I wrote a workspace that prevents drift and I don't have to repeat myself. Then I got to thinking, this would be nice for typing in a city, and getting the latest news, city stats, real estate postings etc by using this, and this idea would really stress test if this concept works on ai search.
ICM workspaces now run inside any browser chatbot (Real Estate video example below)
ICM "2.0" 🗂️🎂🪎
I have been living inside ICM for a while now, and it changed how I build. Recently I started pairing it with one more idea, and the combination clicked hard enough that I wanted to share it here and see what you all think. Quick version: ICM 2.0 = ICM (the interpretable filesystem) + Colibri style routing (a router that only wakes the experts a task actually needs). One gives you a system you can read. The other gives you a system that stays light. Together they run local and sovereign (this system build ACTUALLY helped me move the needle, i.e. KPI, creating content, closing deals, etc) --- 🗂️ First, why ICM already wins For anyone newer to it, the core of ICM as I understand it: 1. The filesystem is the operating system. Plain-text steps, one job per folder. No black box. 2. It documents itself. Every folder says where you are and what is next, so you never lose the thread. 3. It is resumable. Close the laptop, come back next week, pick up exactly where you were. 4. It is portable. What runs in your head, in an agent, or on a local model is the same folder of plain steps. The magic is interpretability. You can always open the box and see the reasoning. 🐦 The piece I added: Colibri (the router) The problem with a big system is that it gets heavy. You do not want every folder, every expert, every context loaded for every task. A hummingbird does not flap every muscle to hover, it uses only what the moment needs. Colibri is a mixture-of-experts idea applied to a whole life or business: 1. Only a sliver is ever active. Roughly 5 percent at a time, not the whole library. 2. A router picks the ~8 experts the task needs** and wakes only those folders. 3. Core stays pinned, the rest streams in** on demand and caches while it is hot. 4. It learns to predict which experts you will reach for next, so the right context is already warm. 🧬 Put them together and you get ICM 2.0 1. The ICM filesystem becomes the DNA / schema** — the canonical map of every expert the system can call.
ICM "2.0" 🗂️🎂🪎
1-30 of 2,547
Clief Notes
skool.com/cliefnotes
What we give away free beats most paid courses. Build durable AI systems with a Marine vet and Edinburgh researcher. 40+ lessons, growing.
Leaderboard (30-day)
Powered by