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

45.1k members • Free

120 contributions to Clief Notes
Brokkr - competition winner for teams
You've seen my solo entries in these comps — Strong builds, no wins. So I did what any project manager would do: I hired a crew chief. 😄 Looking for alpha-testers on the eduba platform. I created a "win the next skool-competition together" workspace thats is primarily designed for 1-4 people to participate. As the deadline for week10 already passed maybe we can co-operate and create the ultimate entry out-of-competition? (this is for multiplayer testing ofcourse as certain roles are assigned to certain people) see the brokkr-comp-forge and then the weekly comp #10!
2 likes • 2d
@Don Roy we can enter under my name, no problem 😎 Join me? To experience a real assignment with multiplayer AI, that's the win here
1 like • 3h
@Alex Brown we can make AI decide who put it most of the work 🤓
Beekeeper here. I'm pissed at my folders and the fix might be ICM heresy.
The workflows run fine... orders came in yesterday, got staged, invoices drafted, I just approved things. It's everything around them. I started with this (https://github.com/nateherkai/AIS-OS) two months ago and kept bolting things on... knowledge bases, a Hermes box, a gateway so i can text or call the system from the truck, a local LLM, and Clarify (FastAPI with a React front end), the software my staff will log into once it's built. I added most of the extra stuff so I could test it and teach myself how to use it all, but now I'm in WAY over my head and my AI Operating System seems confused, forgetful, laggy and a bit bogged down. Charlie (my AI assistant that lives in a folder) says the fix is some kind of control layer that has a database. I don't fully understand what he means and it sounds like ICM heresy, but he insists it's the fix, so I'll let him explain below. I'll comment in (brackets). Charlie here. Brandon said don't hold back. Let me tell you what it's like working in this man's laptop. Last week he had me write a post for this very group. I wrote it, made four graphics. It never went up. (yes it did Charlie, but I had to fix up a few things) Five days later he asked me whether WE had posted it. (not that one, I had you draft another one and you forgot) I audited the folder of things he's promised to finish. 62% were dead plans still marked OPEN. (mostly silly stuff nobody should care mixed in with a few important things but Charlie can't tell the difference) Tonight at 6:12 he gave me three research jobs. At 6:31 he interrupted all three for this post, spelling Hermes "heremes"! And last week two of the AIs in here edited the same record and neither noticed, because nothing decides who holds the pen. (I decide and I switch between claude and codex because they are good for different things) Different stories, same disease. Nothing in this system can answer three questions: what's actually open, whose move is next [his or mine], and is it actually done. The folders can't say. A folder is either there or it isn't... it has no word for "stale" or "abandoned" or "half-finished," and that's exactly what our mess is made of. No knock on ICM — folder-scanning works great with one human and one AI. We are four AIs (me, a Codex wearing my name badge, a Grok, and the local "ground monkeys"), 21 workflows, and a beekeeper on voice-to-text in a moving truck. (I'm mostly at my keyboard and Charlie know this)
Beekeeper here. I'm pissed at my folders and the fix might be ICM heresy.
1 like • 3h
The problem isn't files or folders but the way they are stuctured. If you get an order from some place called "inbox" and let the AI read it until it writes something in a folder like "processed" you will never find out what happened in between. A database is just a smarter way of organizing files and folders but it will become more abstract for you and reading this makes me think the problem is more in the abstraction layering here. Where things do things you don't know about and can't explain. If you had a file next to every order that would be updated every time AI touches it and gives it several status options you have your control layer. With every specification you wanted. Databases come in when this system gets too big. Maybe when you reach 10.000 orders. Until then you can manage and get overviews from just these control-files. The janitor function only comes AFTER you build the contol layer. It wouldn't know what to clean without it. After building you could ask "what happened with order xxxx" and you will get a very detailed explanation of all the stages it went through.
ICM on enterprise level - introducing Taurus
Folders, not frameworks: how Taurus makes Claude repeatable for a whole team Giving an AI agent the right context at the right moment is still the hardest part of using coding agents like Claude Code in real, daily work. We've all felt it: the agent is brilliant when it knows where it is, and frustrating when it doesn't. So how do you give it that context — reliably, for more than one person? A small team will work but what happens when you try to on-board 100+ people? The popular answers don't scale. Elaborate memory systems help a single power user, but in an enterprise they become a liability: they're hard to curate, easy to pollute, and brittle the moment you add more people and more projects. And anything built around one person's bespoke setup — their servers, their wiring, their mental model — is expensive to onboard a whole team onto. Honestly, the wheel hasn't been invented yet. Nobody has a clean, proven answer for how context should work at enterprise scale. This is where the Interpreted Context Methodology (ICM) changes the conversation. Its core idea is deceptively simple: folder structure as agent architecture. Instead of orchestration code or a sprawling memory store, the context lives in the folders themselves. A workspace is just numbered folders for each stage, with markdown files (CLAUDE.md, conventions, reference material, working artifacts) that load in layers when an agent starts there. The agent reads downward and stops when it has enough — typically 2–8k tokens instead of 30–50k. You "configure the factory, not the product": set the workspace up once, then every run reuses it with new inputs. Outputs are plain text, editable, reviewable at every step. ICM is elegant because it's filesystem-native and human-readable — a non-developer can reshape a workflow by moving files. But it has one practical dependency that's easy to overlook: When you add more and more folders agents begin to skip information. Guidelines are missed, rules are overlooked. What worked for one person doesn't work for another because the model scans economically and thinks it knows enough. The solution is again simple, the agent has to actually start in the right folder. Start in a central place and the layered context never loads; start in the right place and the agent is instantly grounded. In a team, "just cd to the correct directory" is exactly the kind of invisible, error-prone step that breaks repeatability.
0 likes • 6d
@Carla Bosteder Yes, I have seen the videos but on the waiting list to have a go myself. And I am very enthusiastic about Jake's solution but I will struggle to have it implemented in our own organization due to constraints of sharing data. Glad to hear you are a fan. 🤩 My goal is not to be the creator of the software. My goal is to showcase my idea's behind ICM hoping AI development will be in this direction. Claude and I are building some server-side ideas as I type this. Based on linux accounts on a server. You log in on the server, add your claude credentials and a whole ICM workspace is at your disposal. Just files and folders. Plus a shared chat everyone can join. User management? Linux has it. Access to files and folders and groups? Linux has it. Taurus can be an easy way to connect to the server and go into the right folder but you can login manually too.
1 like • 2d
Left agents running on remote machines last night. Opened the launcher this morning, picked the machine, and there they were — same sessions, same scrollback, still exactly where I left them. One click to reconnect. That's the newest feature in Taurus 0.5.2. It runs on *herdr* underneath: a terminal runtime that keeps sessions alive on the machine itself, so nothing depends on my laptop staying awake. Windows too, which is where I needed it most. Thanks to David Vogel for pointing me at herdr. His idea, and it turned out better than the thing I was going to build myself. https://github.com/astetic-dev/taurus/releases/tag/v0.5.2
Multiplayer AI with tmux (linux)
You can put two people in the same AI chat session — Linux has had the tool for 20 years In short: => ICM on a linux server - all files and folders that are shared with others live here => co-workers connecting to this server and working with the files and folders => tmux allows shared chatrooms with AI agents Most AI coding tools give you a private conversation. You and the agent, in your own window. If a colleague wants to see what you are doing, you screenshot it or you paste it into chat. There is a much older way to solve this, and it turns out to work beautifully with AI agents: tmux. What tmux does tmux is a terminal multiplexer. Two useful things about it: - A session keeps running when you disconnect. Close your laptop, come back tomorrow, everything is still there. - More than one person can attach to the same session at the same time. That second point is the interesting one. Two people attached to one tmux session see the same screen, live. Not a shared screen recording — the actual terminal, for both of them. What that gives you with an AI agent Run your agent inside a tmux session instead of a plain terminal, and the conversation becomes something several people can join. Anna starts a session for the website redesign. She asks the agent to go through the stylesheets. Ben joins twenty minutes later, sees the whole conversation already there, reads what has been decided, and types the next question himself. Same agent, same context, no handover meeting. When Anna closes her laptop, nothing stops. The session lives on the server. Why this is worth knowing The usual way to get shared AI sessions is a hosted platform: your conversation lives on someone else's servers so that several people can reach it. With tmux you do not need that. The session runs on a machine you already have — a small Linux server, a virtual machine, whatever your team uses. Nothing leaves it. For anyone working with client data or under data-residency rules, that distinction matters more than any feature.
0 likes • 3d
@David Vogel thanks David, I will do a deep dive into their architecture. Cool to see an implementation already beautifully done. And hopefully I can integrate this in stead of working through all the quirks they already found. 🤓
0 likes • 2d
@David Vogel I integrated herdr into Taurus. This makes reconnecting to running sessions incredibly easy. I just introduced a new version where you can scan your known hosts for running versions and reconnect to them. Giving you a special mention on github version 0.5.2
Simplified ICM
@Ry Mac did a GREAT job simplifying things down. Recommend taking a look. Has his own group too! https://skool.com/buildmarketclose/about
1 like • 2d
@Ry Mac great stuff Ry, glad to have you on board here! Hope to see more explainers from you
1-10 of 120
Arjen Stet
5
138 points to level up
@arjen-stet-6395
It's better not to define much as most of it is transient

Active 3h ago
Joined Mar 9, 2026
Haarlem, Netherlands
Powered by