User
Write something
Pinned
🏆 HOW COMPETITIONS WORK FROM NOW ON 🏆
Quick update on the competition schedule so everyone knows what to expect. 📅 NEW CADENCE: TWICE A MONTH We're dropping comps on the 15th and the 30th of every month. Two chances to compete, every month, on a set schedule you can plan around. ✍️ WHY THIS SCHEDULE Spacing them out this way means we can give tailored feedback on every single submission. Not just the winners. Everyone who enters gets notes on what worked, where it's weak, and what to do next. 🎁 WHAT WINNERS GET Along with the prize, every winner gets a 15-minute one-on-one with Jake. Use it to talk through your build, ask questions, or bring whatever else is on your mind. Two comps a month. Feedback on every entry. Direct time with Jake for the winners. Mark your calendar for the 15th and let's get to work!
Pinned
🎆 GOOD NEWS: THE SALE STAYS OPEN. HAPPY 4TH 🎆
We're holding the last sale through the holiday weekend so nobody misses it. 🎉 Premium: $27 → $14/mo 🎉 VIP: $97 → $67/mo This is the cheapest it will ever be. Once it closes, the price is gone for good. ⏰ New deadline: July 5th, 10:00 AM EST. This is the last extension. If you've been on the fence, sign up now. You lock this rate in and keep it every month going forward. 🖥️ ONE MORE REASON TO JOIN The week of July 5th we're dropping the software we've been building for this community. It goes out for beta testing first, and only Premium and VIP members get access. Sign up before the sale closes and you're in from day one.
Need a third party perspective
Context: i currently working on building a Real estate comprehensive CRM, that runs 80% locallly on the realtor machine, for one user though. i need your input to look at the attached folder structure, i feel somethings are missing and some are not much needed. Also attached is a summary of the project od what it will look like for the user.
Need a third party perspective
Curtis and Brooke are on to something, but tread carefully
So this one is the ultimate Clief Notes community bringing disparate threads together post. So reader, consider this your warning upfront. @Alyshia Perri and I were talking and she was keen to get feedback on her entry in the coach competition. I tried to do that in DM to begin with, and then realised I was babbling. I asked her permission to fork it and make my edits so I could *show* her what I was trying to describe and she gave me that permission. None of the rest of this happens without her and she also gave me permission to post this. So here’s a brave woman who’s willing to let me link to a repo showing how I messed with her baby because I couldn’t find better words for the teaching. Please tell her how awesome she is, because that is *gutsy*. One of the coaching offerings in this repo was “board mode” which runs an idea past three different perspectives, each with a different agenda and angle of attack to help the user. I’m going to be upfront and say these sorts of mechanics in AI are generally not to my taste for a bunch of reasons. I don’t think they are effective, let’s keep it to that. But on my mind was the recent podcast by @Curtis Hays and @Brooke Hays showing the impact of using Jungian thinking archetypes / Myers-Briggs profiles to genuinely give the way agents approach things different flavours. What I did: - I got the model to do a sub-agent pass first using the roles as written - I took the three roles as stated and identified which profiles applied to these roles from my point of view - the skeptical stakeholder got “ESTJ”, the peer who has been burned got “ISFJ”, future self got “INFJ”. Then we did it again and compared the outputs - I added two new roles that I felt were missing - the logic stress tester (INTP) and the values-holder (INFP) - I felt off the results of these that Amund as the synthesiser was missing a trick. I tried two separate synthesis passes (over the first rounds, the second round, and all five together) - one using an ENFJ synthesiser and another using an INTJ one.
Keeping context snapshots and SOT's clean when multiple surfaces run at once
Most multi-agent systems do not fail on capability. They fail because three things are moving at three different speeds and nobody built a system robust enough to keep them separate. The three friction points: - Active now - what is running right now, mid-task, changing by the second - Recently completed - outputs landing, coordination surfaces updating, changing by the minute - Next input - the context snapshot assembled for the next task, directly downstream of both The problem is not the speed difference. The problem is when a surface serves two of these at once. An agent reads the coordination surface to build its context snapshot for the next task. At the same moment, the loop is writing to that surface because a job just finished. What the agent gets is half-harvested - not wrong enough to error, but wrong in the way that is hardest to catch. Plausible, stale in parts, inconsistently assembled. The system keeps running and producing subtly unreliable output with no clean signal telling you why. A robust system fixes this at the level of clock and writer, not at the level of retry logic or error handling. In my setup: LIVE_STATE is the active-now surface - the kickoff writes a row when a task starts, the loop removes it when the journal lands. Two moments, one row, never concurrent. The coordination surfaces are the what-finished layer - the loop writes, the kickoff reads. That direction never reverses. The prime - the context snapshot for each new task - is assembled fresh from whatever the surfaces say at that exact stable moment, used once, then discarded. Not committed, not carried forward, not shared between tasks. Three surfaces, three clocks, one writer each. The snapshot is only as reliable as the moment it was taken. Build the system so it only takes snapshots at moments you can trust. Most of the unpredictability in multi-agent systems is a timing problem, not a capability problem. Get the clocks right and the agents can be considerably simpler than you think and still produce robust, reliable output.
0
0
1-30 of 2,178
Clief Notes
skool.com/cliefnotes
What we give away free beats most paid courses. Build durable AI systems with a Marine vet and Edinburgh researcher. 40+ lessons, growing.
Leaderboard (30-day)
Powered by