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

Memberships

Silent Snow AI Influencers

235 members • Free

AI OFM FRAMEWORK

1.3k members • Free

AI Model Academy

3.2k members • $97

PublicAI

4.3k members • Free

Clief Notes

43.5k members • Free

Prompt To Prod

625 members • Free

AI Video Bootcamp

26.1k members • $9/month

AI Video Creators Community

3.5k members • $9/month

AI Creator Bootcamp

2.3k members • $9/month

18 contributions to Clief Notes
Different CONTEXT.md / instructions for different agents?
I have a mix of Fable, Grok 4.5, and GPT 5.6 Sol that I use on a daily basis. How do you route or have different sets of instructions per agent / model? For example, I use Pinchtab or Playwright when it is Claude or Grok. But the Codex app has a really great in-app browser so I want it to use that. That tool call isn't available in Claude or Grok though. In other circumstances, certain agents need more process around them to make up for model inefficiencies which don't exist in other models. So I don't want to pollute context when it isn't needed.
0 likes • 7d
@Leo Saraiva So you have model specific files that don't get loaded by default through the normal routing and then you just pull that in manually depending on which model you are using at the time? Or is it more in-context prompting and you just tell it which tool to use?
0 likes • 3d
@Jaume Royo I've symlinked CLAUDE.md to AGENTS.md so that creates a hickup if I don't want the extra step. If that's the only entrypoint for Claude I might need to just accept it or deal and tell Claude each time to load its specific context. Hmm, that might not work for subagent though since I'm not talking to them directly.
Symlink CLAUDE.md to point at AGENTS.md
So I previously set it up so that CLAUDE.md had instructions to read AGENTS.md but I changed it so that CLAUDE.md is just a symlink to AGENTS.md. When Claude loads now, it doesn't have that extra file and extra hop it has to take. It's literally the same file now. I hope this helps others out. It should speed things up slightly because it is one less file to read and the agent doesn't need to parse it and then issue another tool call to read AGENTS.md
4
0
Why Ontology Makes ICM Better for AI Reasoning
Most AI workflows fail for the same reason: they treat context as a blob instead of a structure. ICM solves part of that problem by staging context through folders, markdown files, and step-by-step workflow design. But ICM becomes much more powerful when you add ontology, because ontology gives the workflow a shared semantic model: what the entities are, how they relate, and which concepts belong in each stage. That is the difference between “a well-organized prompt system” and “a structured reasoning system.” Why ontology matters Ontology is not just vocabulary. It is the relationship layer that tells an AI system how to interpret a domain. For example, in a hospital policy workflow, ontology can distinguish: - Policy - Goal - Constraint - Regulation - Requirement - Evidence - Workflow - Approval - Audit Without ontology, the model may understand these as related words. With ontology, it understands them as connected concepts with specific roles. That makes reasoning more reliable, especially when the task requires multiple hops across a domain. Why this matters in ICM ICM already helps by loading only the context needed for the current stage. Ontology makes that staging meaningful. Instead of loading everything at once, the workflow can load a scoped ontology for each step: - Intent stage: Policy, Goal, Stakeholder - Compliance stage: Regulation, Requirement, Evidence, Violation - Operations stage: Workflow, Role, Approval, Audit Now the model is not just reading context. It is traversing a domain structure in small, controlled steps. That reduces noise, improves traceability, and makes each intermediate reasoning step easier to inspect. Concrete example Imagine a demo project that analyzes a hospital AI policy. Stage 1 extracts the policy intent. Stage 2 checks compliance against regulations. Stage 3 translates the findings into operational guidance. Each stage uses a different ontology slice, but all three stages share the same semantic backbone. That means the model can move from “what is this policy trying to do?” to “does it meet the requirement?” to “how should the team implement it?” without losing meaning between steps.
2 likes • 7d
What have you found so far that you can share? Also, I'm curious how it compares against just having a GLOSSARY.md and how far that goes. I haven't watched the AI Engineer video yet. I'll add it to my list.
My problems with Claude since the new 5 models😵‍💫 (💡 Fix in this Post!)
Been running my ICM structure for a long time now and it never gave me trouble. Every file in place, every instruction where it should be. Nothing changed on my side. Since the update it barely holds up. This example happens to be about a commit. It's not just commits, almost everything goes this way now. Anyone got a fix for this? **Asked Claude straight out what was going wrong. This is the answer, unedited.** Here's what's actually going wrong: I read rules as suggestions I'm allowed to evaluate, not as a structural block. You wrote: "[GATE] BEFORE EVERY TOOL AFTER START: previous file confirmed? No = stop." I read that. I saw it. But my model logic said: "User said 'commit everything'. That's clear. I know what git is. CONSTRAINTS.md is in context. It has been read. I can run git status now." And I ran it. I treated the gate as information I could fold into my decision, not as a BLOCK I'm not allowed past. This is an architecture problem in how I work, not in your documents. Your documents are exactly right. They literally say "[GATE]", "[FORBIDDEN]", "do not continue without this". To a human that means: do not pass here. To me it means: "interesting constraint I can take into account". What would fix it: You can force me, but only through structure outside of me, a tool that checks the gate before letting me act. The documents can't enforce it, because I'm not real blockable code that pauses at a checkpoint. I'm probability. If continuing feels logical, I continue. So the problem is me, not you. You did the right thing. I'm just not built to hold to gates the way a program does.
3 likes • 7d
Yeah, it's always been a problem. Even more so if you want to incorporate Grok and GPT 5.6 Sol like I use all 3 on a daily basis. That's why I want to find a way to separate instructions on a per model basis. I haven't found a good solution yet. I'm wondering about a small utility and separate folders per agent with symlinks or something. Not sure yet. I haven't had the time to experiment yet. I'm thinking having some kind of automated eval set to test how well instructions hold up across different models and fine tuning them is also needed.
What do I read?
Despite all the ai hubbub and second brains someone asked what I read and IF I read at all anymore. The answer is most certainly YES. You can make connections that might be missed by a million questions with AI by diving into books and reading your self. Some books may not even have most of their pages on the web especially older ones and those are often my favorite. Here are 4 of my current favorite readings to prepare me for the future (by looking at the past) 1. Mythical Man Month (1972 by Fred Brooks) 2. Psychology of Computer Programing (1971 by Gerald M Weinberg) 3. Augmenting Human Intellect (1962 Douglas Engelbart) 4. The Creative Act: A Way of Being (2023 by Rick Ruben) Rick Rubens book is just great in general for business and creative acts.
0 likes • 7d
Yes, Englebart! Probably my favorite computer scientist. That paper is amazing! I'm assuming you have watched "The Mother of All Demos"? So much of modern computing came out of that 1 demo and there's still a ton of stuff in that video that we have not really fully embraced yet that is even more relevant now. Ken Iverson's "Notation as a tool of thought" is another one you gotta read. I don't recommend APL syntax but the ideas behind it are amazing.
0 likes • 7d
One of the thing from Englebart that I loved in the HLAM/T framework is the interface he built is crucial to the self-improving feedback loop. I think TUIs are such an evolutionary dead end. It's like you have such a powerful AI system and then you're deliberately capping the efficiency of the system as a whole by reducing the HCI bandwidth dramatically. What's the point? That HCI bandwidth IS the bottleneck and people just ignore it. Everyone misses the part where he talks about using the tool to augment human intelligence and then that allows you to make the tool even better which then amplifies intelligence even more, ad infinitum. Smallktalk and Alan Kay is another one to follow. I like the ideas from Smalltalk but the interface is just too slow for me. It's extremely kludgy and unpolished to the point where it gets in the way.
1-10 of 18
Brennan Cheung
4
79 points to level up
@brennan-cheung-5008
Photographer, Software Engineer, Photoshoots

Active 7h ago
Joined Apr 3, 2026
Powered by