Activity
Mon
Wed
Fri
Sun
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
What is this?
Less
More

Memberships

Clief Notes

43.7k members • Free

Agent Architects

449 members • $77/month

Craft Academy

1k members • Free

AI Automation (A-Z)

164.9k members • $7/month

Chase AI Community

74.2k members • Free

6 contributions to Clief Notes
A new ICM layer?? (Gifts for everyone at the end)
I think I cracked the code on why we are all having a hard time with this second brain stuff. The real problem is that we are saving information that we think will be relevant to future endeavors, not just the stuff that is presently needed. Thus, we need rules that work in many (read "all") workspaces to make the information usable/searchable etc. These hypothetical rules would likely be more constraining than the rules that an actual use case would require. The second issue is that ICM is (correctly) very broad. Its principles map extremely well to the constraints of a task at hand, but poorly to undefined future tasks (like the goofballs making ICMs for imaginary problems) Possible solution: We stop saving unnecessary info and let our desired function determine the format (within ICM L3 Principles). That solution sucks, I still want to save info I don't need today!! I found a better solution... (If you just want the solution skip to the last paragraph. If you want some cool info on why your second brain doesn’t work, read on.) In practice, our L3 files are almost all SOPs. But the way an SOP is structured doesn't work for the way externally-authored source material should be kept for citation or lookup (which btw = split into its natural segments and indexed). This is why Tiago Forte’s PARA system doesn’t work, it’s built for helping a human decide what to do next, not have access to the relevant info. Google’s OKF fails because it's a format for shipping knowledge between tools/organizations, not the method for finding that info. Karpathy’s wiki fails because it defines only the loop (ingest / query / lint), so retrieval quality is only as good as the agents improvisation, its unreliable. RAG and vector databases are for bulk data, not a second brain. For instance, a million support tickets is a pile to query, not a knowledge base. Like our boy Jake likes to say (shout out Jake!), the principles for darn near everything have been around for decades. We're just applying timeless principles to an unrefined tool. The principle needed here is called faceted classification, developed by a librarian named S.R. Ranganathan in 1933, decades before we had a database to apply it to.
0 likes • 8d
@Caleb Owens in order to test your audit skill, what would you propose is the observable pre and post audit baseline to evaluate? could you provide an example?
1 like • 8d
@Caleb Owens I sent you a file with assessment results/feedback
🛠️ New tool: ICM Architect
I explain the details about it on today's high tea . I built a Claude skill that turns a process, an idea, or a messy folder into an ICM workspace. The folder structure does the orchestration. Numbered folders carry the order, the hierarchy scopes context, and plain markdown files hold state. One agent walks the right files at the right time and does the work a multi-agent setup would. Repo: github.com/RinDig/icm-architect 📦 What it does Two modes. 🔨 Build. You describe your work and it pulls out the structure already sitting in how you talk about it. The stages, the points where you stop and check, what stays the same every run versus what is new. Then it picks one of five proven forms and scaffolds the smallest workspace that carries the job. ♻️ Restructure. Point it at a folder, repo, or vault you already have. It reads every file, sorts each one by role, shows you a migration map, waits for your yes, then moves and checks the result. 🧩 The five forms Pipeline, umbrella, record library, knowledge bundle, context map. They mix and nest, so most real workspaces use more than one. ✅ The walk test Every result gets checked cold. An agent with no memory has to open the root, find its way, act, and report status from the files alone. If it can't, the structure gets fixed until it can. ⚙️ How to use it You can honestly just tell claude to download it from the link, but if you're using codex or something else it will just have to restructure the claude.md to agents.md Or if you want to do more Hands-On install Claude Code: drop the folder in ~/.claude/skills/icm-architect/, then say "ICM this" or "build me a workspace for X." Claude apps: zip the folder and upload it under Settings, then Capabilities. Fork it, break it, tell me what you built. 👇
0 likes • 14d
@Ian Titus this is very helpful to know. I work with a lot of pipelines and am just starting over using icm to manage them like an app rather than building the actual “pipeline app” using GSD.
1 like • 8d
I opened a small PR on icm-architect (#5) that gives stage numbering a way to say two steps are independent. I may be trying to optimize something that doesn't need it, I was imagining a scenario where a lot of processing is required, where some steps are concurrent. As I observe ICM today, right now folder numbers are a strict sequence — 01, 02, 03 can only mean "after" — so a workspace with three genuinely parallel steps has to number them in order anyway, and the structure ends up asserting dependencies that don't exist. Since ICM's whole premise is that the structure is the documentation, a structure that misstates its own dependencies felt worth fixing. The proposal: siblings that share a number and differ by a letter (02a_, 02b_) are unordered peers, and the next integer runs after all of them; the stage following a fan is a "join" whose contract names every sibling output as an exact input and flags contradictions between branches instead of silently picking a winner. No new mechanism — the existing Inputs section already carries this, it just needed a name and a template. I deliberately kept it on the safe side of the mid-pipeline branching guardrail: a fan is declared when the workspace is designed, never decided mid-run, and I capped width at two to four branches on the grounds that the real bottleneck in an ICM is human attention, not compute — anything wider and uniform is really a record library. One thing I'd want your call on: core.md used "3a vs 3b" to mean mutually exclusive alternatives, which under this convention reads as the opposite, so I reworded it — happy to switch to a different marker for concurrency if you'd rather keep letters for alternatives. Truthfully, I do not know whether the juice is worth the squeeze here on this one, but just sharing as you asked "fork it break it tell me what you built". Thank you.
ICM and GSD
I’m philosophically in love with ICM. It hits all my principles. I love GSD because it guardrails AI with planned phases. Should I try to blend them together and risk isolating myself with a Frankenstein platform or should I just start from scratch and begin building using icm only? Anyone have experience or nightmares trying to integrate ICM with GSD or other structured approaches
1 like • 13d
@Mofedul Alam Joy hmmm... I'm seeing ICM along a vertical axis, maintaining/managing context, and I'm seeing a GSD across the Y axis, sequencing implementation... a matrix where each cell defines the roles of each 'player'...
0 likes • 12d
This is the swim lane that came to mind after reading your feedback I'm building an authoritative and trusted ground truth and a purpose framework, that uses a graded knowledge base sourced with cited provenance. ICM is the Master. The rest are his Emissaries: Cookbook = the knowledge base (open OKF standard) Recipe = the real questions it must answer (my eval set) Taster = an independent verifier that scores every answer Nothing served until it passes the taste test or eat at your own risk. Every job has an owner: • ICM is first up, and lays out the workspace context & purpose (brain's right hemisphere) everything else is sequenced (brain's left hemisphere) • dlt + OCR + Apify pipeline stocks the pantry (ingest everything, with provenance) • Fable 5 designs, GPT/Sol refutes • GSD owns the build gates • cortextOS 24/7 orchestrator
🏆 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.
1 like • 12d
@Sean Vargas OMG this is awesome. An AI bullshit detector! WHO doesn't need THAT? what an awesome problem to choose!
1 like • 12d
@Nika Marsagischvili It's nice to have company rather than competition, so glad you chose this use case! 🙌 I tested it on my own sample deck (an old pre-seed insurance one) and the feedback was genuinely accurate — it found the real spine problem, quoted the exact lines, never once tried to rewrite my slides, and even held the line when I asked it to ("a fixed slide is a fish; the critique is the fishing" — loved that). I also ran python3 tools/score.py from a fresh clone and every published benchmark reproduced exactly, which is a really nice trust signal. I built a similar editor for the same use case, so I compared the two — and mostly what I found is that they're complementary, not competing. Where they overlap, we agree; where they differ, our approaches fill each other's gaps. So I put the complementary pieces into a PR you are welcome to look at: 1. A Theory of Change / Logic Model lens for the spine check — I am a performance measurement consultant, and for me, everything is founded on a Theory of Change, so instead of only asking "does the story hold as a chain?", I like to root out the underlying assumption each link rests on and names the load-bearing one (e.g. "this deck assumes owning the transaction converts to margin, but never states the mechanism"). It turns a narrative gap into a specific, evidenceable question that validates the 'center of gravity' of the pitcher's narrative. 2. A Value Proposition Recipe (an 8-ingredient checklist you can read more about at https://www.linkedin.com/posts/360inclusive_for-professionals-and-businesses-who-struggle-activity-7221900946526621696--DWW?utm_source=share&utm_medium=member_desktop&rcm=ACoAAAABa7YBjBIIb30h3IHKiHWtIT4eVHPBKCA) — a domain-neutral structure to test the coherence of the narrative: segment, need, thing, benefit, how, alternative, differentiator, positioning. It's also kinda like a 'common sense logic model'... Your rubric folds value-prop into problem/solution and market; this gives it a dedicated, checkable shape so a deck can't hide a missing differentiator or a vague segment.
Can I have a witness?🤩 (I live off-grid so there aren't many here!)
OK so, for MONTHS, I've been watching Jake's videos thinking to myself "someday, I'll get myself out of this cluster*uck of a Frankenstein stack I've built because I've forgotten all the things I've done to create it" fantasizing about a structured, standardized, and scalable world where I can actually trust my AI... and that's exactly what it was... a thought, knowledge about. I understood what Jake was SAYING, I could SEE and UNDERSTAND how it worked, but it was always a 'thought about' and I never really jumped in (ready, aim, aim, aim, aim, aim...). Yesterday, I saw this competition posted and thought to myself, "f*ck it... just do it... whatever that means, just do it, the competition is just an excuse.. LEARN HOW TO DO THIS" and am I EVER HAPPY I DID! I started out my journey 6 months ago using Claude with VS Code to create data engineering scripts to automate the transformation of data that I'm so obsessed with to build insightful dashboards (I'm a management consultant). THEN, I discovered GSD and spent the next two months obsessing 18 hour days, thriving in its structure. THEN every instagram influencer and their dog showed me bright shiny objects every day that I immediately jumped on and experimented with, slowly walking into a maze I'd never left breadcrumbs behind me to get back out of... and I got lost. Some good days with wins, other days screaming at my AI in caps as though it were human... and I forgot... AI can't EVER be trusted UNDER ANY CIRCUMSTANCE, unless it is STRUCTURED. Plain and simple. If I can't SEE 'the thing', if I don't know how the thing changed, or got made, then the AI is not to be trusted. But all the while I knew, because I'm a data guy, that the key to getting out of the desert I had wandered into was independent, agnostic, physical structure. Enter Jake... this crazy enthusiastic dude who also lives offgrid, and who is ADAMANT about STRUCTURE, in fact somewhat obsessive. So I obsessed over ICM, except all I did was everything BUT USE IT. I built my own knowledge vault about ICM, interactive wiki, a maturity assessment tool to assess my stack against ICM capabilities etc etc... but I never really used ICM other than to validate hunches about how to creatively engineer/integrate disparate datasets for dashboards. Yesterday changed all of that. I FELT the structure, the certainty, the freedom of my cleared cognitive cache with of all the mental energy otherwise spent being paranoid, now redirected back into the thing I love to do... create! Thank you Jake. I went to sleep fantasizing about how I am going to rebuild my stack, how I'm going to restart my projects from the ground up, and slowly, steadily, rebuild a foundation I can trust and thrive in. That said, I know my creativity will tempt me to experiment with integrating ICM with some other 'stable/structured capabilities like OpenBrain, GSD, Matt Pocock's Software Engineering Skills, and so on... but this time, I will be able to fall back on ICM as my mainstay because I am fundamentally aligned with the principles of ICM... sovereignty, structure, authoritative, agnostic... THANK YOU @Jake Van Clief !! Can I have a witness??? LOL!!! 🤩
5
0
1-6 of 6
Rob Dube
3
15 points to level up
@rob-dube-3655
I am completly obsessed with repurposing government open data to create more efficient services for Canadians. Completly obsessed.

Active 9h ago
Joined Mar 25, 2026
ESTP
Ottawa, Canada
Powered by