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

348 members • Free

Clief Notes

46.2k members • Free

19 contributions to Clief Notes
What do you do when waiting for prompts to come back?
A pad of scrap paper beside the keyboard has done more for my throughput than most of the tooling I changed this year. The minutes a model spends building are the minutes to spend deciding what happens after it lands. - The next sequence - the two or three work orders after this one, written while this one runs. - Notes on the output - what to keep and what to challenge, marked as you read rather than after. - Designs - page layouts, folder trees, flows. Faster to draw than to describe. The dead time in an agentic session is real. A job runs for a few minutes and there are three things you can do with that window: watch it, interrupt it, or think. Watching teaches you nothing and interrupting usually costs a rerun. Writing by hand does something a second chat window does not. The keyboard pulls you back into the work; paper keeps you above it, which is the seat you are supposed to be in while an agent is running. The reading half matters more than the planning half. Marking what to challenge as an output comes in, rather than reaching the end and reconstructing it, is the difference between a next instruction that corrects course and one that just says carry on. The bit I have not solved is getting any of it back into the system. Everything on that pad is orientation the workspace never sees. One of the synced writing tablets pointed at a folder would close that - handwriting arriving as context on the next prompt, and the notes logged as part of the record of how a build actually went. If anyone here has wired one up, I want to hear how. Genuinely think that is one of the more interesting unbuilt pieces sitting in plain sight...
2 likes • 2d
@Alex Brown Interesting you ask that. For me, it makes a complete difference. But honestly, the use cases aren't exactly the same as pen and paper. And I bet each person has their own way of working. I find this to be very specific to me. 1. The ability to create, scale, edit, delete pieces of text and diagrams is a big advantage for me. Especially on diagrams, where I would need to re-draw the system, in Excalidraw, I can just move the pieces around, and it personally makes things click in my head. It's way faster for me to organize info. 2. Another big point is the fact that I can share the canvas as a link. I even prefer making my work presentations in Excalidraw (imo, it's better than PowerPoint). I can move around the diagrams while I'm talking about them, add text, arrows, all during the presentation. Instead of switching to the next slide, I move to the next piece of text / diagram. And I share the link for the canvas at the end of the meeting, which is a plus. And much more. It's the perfect app for me.
1 like • 14h
@Alex Brown thats another thing. I have all the context for the current problem I'm takling in the canvas. So I can just screenshot that and give as input to claude. Or copy only all text and give as context. Or screenshot only the diagram and give as context. It's similar to ICM, in the way that everything you need to know about the project is there. It's a big ass canvas. But I find this to be very personal to me. I like to organize my thoughts like this. When I type what I'm thinking, even more ideas come into my head.
ICMer’s please review
This is an ICM like repo https://github.com/obra/superpowers?utm_source=join.theaigent.xyz&utm_medium=newsletter&utm_campaign=superpowers-turns-claude-into-a-method-not-a-chat&_bhlid=b0c12695cc379e6559f600b15279be31dae6b52c
2 likes • 16h
Wow, great work. When I have some spare time I'll give it a shot.
Live Call Summary as High-ROI AI App
I just watched one of Jake's breakdowns in Foundations, and the biggest thing that stood out was how much time is wasted between the call and action: manual summaries, rework, lost context. The math for a 5-person team, 3 calls/week: - 30 mins per person per call to summarize/document = 2.5 hours per call wasted - 3 calls/week × 2.5 hours = 7.5 hours/week - 52 weeks/year = 390 hours reclaimed annually The ICM app: Transcription → structured notes → action items → validation → output. One workspace template, runs every call, shared guardrails across all projects. Who else sees this as a good AI app to build for a team setting?
2
0
LEGAL/FINANCIAL/PERSONAL data privacy
The workflow: Hermes (orchestrator) routes every request. Skills already declare which model tier they need (the model: frontmatter is real, not decorative). When a request touches sensitive data, Hermes defaults to the local model — Gemma, via the Ollama instance Hermes already runs, currently idle — instead of escalating straight to Claude. 1. Local model scopes the request — reads the sensitive material, decides what needs coding. It only proposes; it never makes the final call. 2. A deterministic script does the actual encoding — swaps real names/values for stable per-entity codes via a codebook (table lookup, not AI judgment). . 3. A preflight check verifies nothing raw survived before anything leaves the machine — the check that can demonstrably fail on a bad run, not just a claim that coding happened. 4. Only then does it ask permission to send the coded payload out — your "greenlight and asks permission" step. 5. Claude works entirely on coded tokens — never sees a real name, real entity, real number. 6. The same local codebook decodes Claude's answer back to real names before you see it. That's the full round trip. Claude never sees a real name; you never see a code. What am I not thinking of?
2 likes • 18h
Great reading this. Protecting sensitive information is mandatory. I believe the easiest way is to design the system already not allowing this data to be shown directly to a model. If it needs to be shown, I think your solution works. An initial triage is made by a safe model, so the info can be hidden. It's clever and makes sense. But if this triage is made by an LLM, it's safe to believe the accuracy won't be 100%, so sensitive info will definitely get through. So if the info is really private, this solution isn't viable. I don't think we can ever assume an LLM can be 100% right. If the client is ok with at most 5% of info being leaked to an external LLM, then this is a good solution. Otherwise, it's not safe I believe. Fully local solves this problem, but brings in other ones... I'll give this a thought, let's keep discussing!
Hey Clief Notes fam! 👋 I'm Nuno and I'm stoked to be here.
🙋 A little about me: AI Engineer, implementing multi-agent systems. Pivoting to ICM. 🎯 My current goal: To learn as much as possible. Share my own thoughts and read yours. Discussion is healthy for everyone. 💪 What I'm currently building/working on: I'm creating a restaurant order automation. All communication is done through WhatsApp (clients and staff). Clients can schedule orders while talking to the bot, and the bot can message the delivery driver for confirmation, or even the cashier/manager/owner for any context validation. 🤔 My biggest struggle or question right now: I'm using Kafka right now in the current version of the system. The idea is to offload tasks to external processes. However, I'm still seeing if there is a cleanest of solving the problem. I like the auditability of Kafka, just worried it might be overkill. Let's get it ICMers 🚀
3
0
Hey Clief Notes fam! 👋 I'm Nuno and I'm stoked to be here.
1-10 of 19
Nuno Silva
3
43 points to level up
@nuno-silva-1015
AI Engineer working on Multi Agent Systems

Active 5h ago
Joined Aug 17, 2026
Powered by