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

47.5k members • Free

AI Profit Boardroom

3.5k members • $59/m

AI SEO Mastery with Caleb Ulku

3.1k members • $27/month

Flow Collective

566 members • Free

WavyWorld

51.4k members • Free

21 contributions to Clief Notes
Recently been frustrated with Claude "lying" a lot. Trying codex, but do you guys have any guidance on how to reign in the hallucinations
This is happening to me all the time now, and either I wasn't catching it before, or something changed. I do realize that this might be operator error, which is why I'm asking for help. Have you been able to wrangle the "hallucinations" which let's just call them what they are, fiction and/or lies. One request: please don't blindly copy/paste outputs if you run this post with AI. I'm not saying don't do that, just politely asking if you could give it a read and if the output makes sense to you, drop it in the comments. Here are two examples: --------------- Example #1 --------------- Had Claude draft this up, and in the process it created a rule for it without me asking. What's frustrating about this is that now I have to read through another markdown file to ensure accuracy and consistency to how I do things, and I still have doubt that it'll even honor the rule it wrote for itself. The admission: 1. What I did. Credited three voice rules to NAME, and wrote that he flagged them in a comment on your Voiceprint LinkedIn post. The comment doesn't exist. I checked his comments feed, his posts, Gmail, Slack, and Skool. The earliest trace is my own /session capture on 8/29, with nothing upstream of it. I can't reconstruct where the name came from, and I didn't invent a story for how I invented it. 2. It happened twice. Yesterday I told you the attribution had reached the public repo. It hadn't. I repeated the session log's "added all three to..." line without opening the file. That second one is the more useful failure, because it shows the actual mechanism: an unsourced sentence in a workspace file gets read as a source by whoever comes next, including me. 3. Six guardrails were loaded and all six missed. constraints.md bans invented attributions by name. Its final scan says every claim traces to a source. Shared rule 0 forces that file to load every EOD run. Root map rule 5 says verify the live system. Digirol bans "I think" and demands a real search before calling a contact new.
Recently been frustrated with Claude "lying" a lot. Trying codex, but do you guys have any guidance on how to reign in the hallucinations
2 likes • 5h
And now Claude Code is being “lazy.” It found a bug in a setup that was supposedly “already fixed,” then told me, “No worries.” I asked it, “Please communicate with my Hermes agent and get its feedback.” After reading the feedback, Claude Code responded: " Hermes’ verdict is clear, and it disagrees with my “leave as-is” assessment. This is important, so here’s what Hermes said. Then I’ll act on it" …🤦🏻‍♂️
1 like • 5h
@Dominic Franco My understanding is that a Claude subscription isn’t meant to be used directly with Hermes Agent. Even though it’s possible, Claude treats those sessions more like API-call sessions, which is why you can burn through a five-hour usage window in under an hour. What I do now is run Claude on my Mac under my subscription and have it communicate with specific Hermes sessions, which run on my OpenAI subscription, through a bridge. That way, I get the best of both worlds while keeping my Claude five-hour usage windows under control.
❓Is Codex Better and Faster Than Claude Code on Subscription for Vibe Coding?
Hi everyone, For those who have used both Claude Code and Codex through their subscription plans, is Codex actually better and faster for vibe coding? I have been using Claude Code on a subscription for a while. It is often very capable, but I have found it extremely slow. I switched from the Mac desktop app to VS Code, hoping it would improve the experience, but many tasks still take a very long time. Lately, I have also noticed more mistakes and patches that frequently break things. I am now spending more time debugging and repairing its changes than making progress on my projects. I have tried several Claude models, including Fable 5, Opus 5, Opus 4.8, and now Fable 5.1. I have heard that Codex is faster and more efficient, but I would appreciate clarification from people who have used both: 1. Can Codex be used through a subscription, such as the $200 ChatGPT plan, with coding limits comparable to Claude Code? Or does extensive use require separate API billing? 2. Is Codex genuinely faster and more reliable than Claude Code for vibe coding? 3. Can Codex take over projects that were started in Claude Code by reading the existing codebase, `CLAUDE.md`, and other Claude project files? I would especially appreciate feedback from anyone who has used both platforms extensively on real projects. Thank you so much for your help.🙏
❓Is Codex Better and Faster Than Claude Code on Subscription for Vibe Coding?
2 likes • 1d
@Mira Bradshaw thank you for your feedback. I'm glad to hear that I can potentially interchange Claude Code with Codex by telling colleagues to treat the Claude.md as an agents.md file. And I totally understand, thank you for switching from Claude to GPT to Grok and now back to Claude. I have been doing the same. And now with Astra just released, I think that's my next hop on. ...LOL
2 likes • 1d
@Jason Reedy thank you for your feedback. It is incredible to see that older models do a more pleasant job than the recent ones. Especially for me, Opus 5 is a total disaster. 😅
My ICM 🧠 Finally Live after 4+ Billion Tokens and a Month of Work 😅
For a long time, my biggest AI problem was not a lack of models. It was fragmentation. My knowledge was scattered across ChatGPT, Manus AI, Perplexity, Claude Code, Hermes Agent, and other systems, with each one effectively operating as its own island. I had tried to unify everything inside an Obsidian vault using a Karpathy-style flat wiki structure, but it was still fundamentally static knowledge management rather than a true contextual memory system. Then my CMO told me, "John, you should watch @Jake Van Clief 's video. He explains how to do this simply." I watched one ICM explainer, immediately went down the rabbit hole, joined this community, read the ICM paper, and started building. 📚 And for context, I'm a doctor with no coding background. 😂 I started vibe coding because I kept running into problems I wanted to solve myself, and I found that iterating directly with AI often got me much closer to the system I actually had in my head than trying to explain every little requirement to someone else. 🧠 The architecture The difficult part was that I was not starting from scratch. I had multiple existing knowledge stores to reconcile, and I wanted the same ICM to serve two completely different agent harnesses: Hermes Agent, running on a VPS so I can access it from anywhere, and Claude Code, running locally on my Mac. But Hermes itself was not just one simple agent session. On the VPS, the same Hermes engine runs three persistent profiles: my main Hermes environment, a separate staff profile connected to my assistants through Slack, and an ICM pilot profile. On top of those, Hermes can dynamically spin up multiple temporary sub-agents for parallel work. Those environments can reach Hermes through several independent paths: my Mission Control interface, Slack, mobile/web access, n8n automations, and a live two-way bridge between Claude Code on my Mac and Hermes on the VPS. So the real problem became concurrency. I effectively had multiple Hermes personas, execution paths, bridges, users, automations, and temporary sub-agents all capable of interacting with the same underlying memory architecture.
My ICM 🧠 Finally Live after 4+ Billion Tokens and a Month of Work 😅
0 likes • 5d
@Leo Saraiva This is a really sharp point, and you're naming the exact failure mode I worry about most: not the fact I remembered to retire, but the one that quietly stopped being true while nothing was ever written against it. Clean provenance is what makes it dangerous, because a stale fact ends up indistinguishable from a live one. Honest answer to your direct question, and it splits by layer: On my pointer / memory layer, Active is not binary. Every memory record carries its age, and when it's read it surfaces with an explicit banner along the lines of "this is N days old, point-in-time, verify against current state before asserting." So on that layer, age is first-class and the reader is explicitly told not to trust it blindly. On my canonical state layer, you've caught me exactly. Records carry created, updated, and verified timestamps plus an explicit status with supersedes / superseded-by, but once something is Active it stays Active until something explicitly supersedes it. So for canonical facts, Active is effectively binary, and it only defends against the "someone remembered to retire it" case, not the silent-decay case you're describing. And here's the honest part: I built this in two phases on purpose. I shipped a lean, minimum-safe version first and deliberately deferred continuous drift and staleness monitoring to phase two. So today my main defense against silent decay is procedural, not mechanical: memory is treated as a pointer, and the standing rule is verify against current records before asserting. That is weaker than what you are proposing. One nuance that your comment actually sharpened for me: even the drift monitoring I had planned mostly catches unexplained changes to a record. It would not catch your exact case, where the record is untouched but the world moved underneath it. Hashing and change-detection do nothing there. That is why your write-time-expiry idea is the right complement, and I'm folding it into the phase-two design. Recording, at the moment a fact goes in, what would have to change for it to stop being true is a clean way to turn "Active forever" into "unverified since." I'd pair it with two things: a volatility class per fact, so expiry is proportional to how fast that kind of fact tends to rot (an architecture decision ages slowly, a price or a folder ID ages fast), and a periodic re-verification pass that ages the verified-at timestamp so confidence decays on its own when nobody re-checks it.
1 like • 5d
@Chet Patel I am glad my post is helping you to have more great ideas 😃
I rebuilt a 250M$ Medical Journal Search Machine with ICM at the core
Open Evidence is a really large VC backed AI company which specializes in giving physicians an ai companion connected to medical journals. Its business model is give them free access and then sell their search information to big pharma. In May 2026 they shut down access to all European doctors because they were not compliant with the EU AI Act and didn't want to put the effort into being compliant. For some reason I find this really compelling to build something to fill that hole. I used ICM and Claude Code to build the backend based on the folder system and then uploaded the folders to github and had Replit connect to the repo to build and host the frontend. The app is working really well. Right now I have a few testers and not quite sure where the journey will go. I used Talisman's Ontology Pipeline to build a semantic layer, which helped the search results.
I rebuilt a 250M$ Medical Journal Search Machine with ICM at the core
0 likes • 7d
Congrats! That's the way to push to fix the newly created issues 💪
Murdered an interview with ICM
I had 3 hours to build the AI Shopping Assistant of a Shoe Store Website for an AI Engineer interview. The challenge was intentionally oversized to test architectural judgment and prioritization under pressure. Needless to say, ICM killed it. A. The 10-Minute Blueprint From a single prompt structured around ICM principles, I generated a modular context architecture. Rather than building a black-box chain, the entire agent logic was broken into explicit, file-based stages: - 01_route: Intercepts user intent and determines required execution paths. - 02_search: Autonomously gathers external data, stock levels, and size guides. - 03_answer: Formulates user-facing responses adhering to specific channel tones. - 04_log: Records structured audit trails for system inspection. B. Business Rules and Mock Datasets With the structure locked in, I plugged in mock datasets for the shoe inventory and the shoe size conversions (that the tools would query) and isolated business constraints into clear, human-readable markdown files. Because business logic and tones lived entirely in explicit text layers rather than hardcoded scripts, swapping rules required simple text updates without touching code. I used the remaining time to add new tools the agent could call (eg.: currency conversion), implement better search methods, improve the logging system, and extend the data set. C. The Live Interview Experience When the review started, the interviewer didn't just review static code; we ran live tests using complex queries. When asked intricate questions involving inventory checks across sizing boundaries and currency conversions, the interviewer watched Stage 02 autonomously loop, executing tools until it gathered every piece of required context before allowing Stage 03 to draft the final response. Seamless Adaptability: We modified output formatting and added new business constraints live in seconds simply by altering context files, proving how easy system maintenance becomes under ICM.
1 like • 7d
@Nuno Silva I agree with you. AI can become incredibly intelligent at specific, well-defined tasks, but as a whole, it will never fully replace humans 🙊, unless a true hybrid, like the child in The Creator movie, is born in real life 😅
1 like • 7d
@Nuno Silva ...I know!!!! Fingers 🤞 so he/she is not born! 😅
1-10 of 21
John Mesa
4
51 points to level up
@john-mesa-2494
Geek enthusiast learning AI to automate social media marketing content production.

Active 5h ago
Joined Jul 20, 2026
New York
Powered by