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

Memberships

AI Automation Society

417.3k members • Free

Clief Notes

40.8k members • Free

628% Growth Club

405 members • $250/month

55 contributions to Clief Notes
I’ve been quietly building and learning here’s a journey update!
Quick BuilderCore / agent-system update. I’ve been quiet for a while because I’ve been deep in the worker-runtime layer. The biggest lesson so far is that the hard part is not just “getting agents to do work”. The hard part is governing them properly. Over the last 10–15 worker-runtime milestones I’ve been building out the foundations for: - model registries - worker identity policies - routing policy - review/judge/operator separation - API cost awareness - premium model gating - OpenAI / Claude provider separation - Fable 5 added as an inert premium model profile - evidence-linked worker chains - controlled ingestion gates - reviewer/judge frozenset policy - no self-review / no self-judgment boundaries One of the biggest things I’ve learnt is that API cost changes the architecture. You cannot just let a system “pick the best model” freely, because the best model may also be the most expensive one. So BuilderCore now needs to think in terms of: - cheapest sufficient model - risk-based routing - premium model approval - per-call cost caps - per-ticket cost caps - token tracking - worker performance history - when a model is allowed to be used - when a model is only catalogue-aware but not live-enabled For example, Fable 5 may be extremely powerful, but it is too expensive and too high-risk to make default. So I added it as an inert premium profile first: BuilderCore knows it exists, knows it is premium, but cannot dispatch it yet until premium gates and usage governor are ready. That is the kind of architecture decision I’m learning matters. The other big lesson is identity separation. A model is not the same thing as a worker identity. For example: - claude-code is a tool identity - codex-implementer is a provider worker identity - claude-sonnet-4-6 is both a model identity and a reviewer identity in the current court chain - human/operator remains the final authority This matters because if the system confuses models with identities, it can accidentally allow the wrong worker to review or judge its own work.
2 likes • 1h
@Bas Rosario thank you bas this journey has been a long one ! And we havent shipped yet well it’s practically finished but just a few ties to knot really ! The ui had to be remade been struggling with that if I’m honest tryes to make a mind map type nodes to help sure the progress and well I’ve made it but I’ve paused it just adding the workers I’ve added codex and Claude not sure who else to add any takers you could suggest ? And yeah finish the token utilisation and the multi ticket schedulers and I think we should be officially done and the factory can be operational- oh and then I need to add a full autonomy mode and a self improvement mode where it will sought out ways to improve the whole system and inform of possible ways to improve itself based on measurements gauges that I inplace for it to be able to judge itself on
2 likes • 1h
@Bas Rosario looool I’ve been here lol life had me a bit off the laptop I had to get back to real life and earn again lol but I’ve found a new balance so I’m back lol 😂
40,000 People....I have only this to say
We just broke 40k Members, in less then 4 months... To say I am honored and blown away is an understatement. I feel like yesterday @Matthew Creamer quit his job to sleep on my floor and bust out 15 hour days to build out content, structure and anything else I thought you all would need to make this community worth it. But at the end of the day there is only one thing for me to say. THANKYOU None of this, and I mean NONE of this would be remotely worth it if it wasn't for you all. To list and tag everyone that have contributed so much valuable not just to this community but to me would be nearly impossible. Thank you to every single one of you. Thank you for commenting and helping out on posts Thank you for sharing the wins you have gotten both at home and professionally. Thank you for believing in me and what I am building septically those of you who have been around since the beginning (you know who you are). I cannot tell you how happy my heart is to get in front of you all and teach, talk, ask questions and even learn a lot myself. It is a dream come true to become someone that people can learn from; to share my thoughts and have those very thoughts change the way people live their lives and do their work. It's only the beginning too, I can't wait to see what the rest of the year has in store, and I promise to keep building, working and recording for you all. From the very very very bottom of my heart.....Thankyou! Thankyou to every single one of you reading this and for being part of such an amazing community.
40,000 People....I have only this to say
1 like • 4d
@Jake Van Clief glad to have bumped into you still got some serious conversations to have with you further down the line when the time is right ! Your a good person keep at it the universe will surely reward you!
Wowzers my new found realisation
So lol I’m builder a software controller effectively running llms as workers in a controlled manor so I have as minimum drift as possible and even if it drifts I have good drift and bad drift so I’m the stage of hooking up the workers and came to realisation buildercore(my software) is going to be runned completely through api fees so I won’t be able to use the monthly fees to operate the controller which is like quite devastating ish also got me thinking value for money but we shall see just means I have to build serious saas products that people will pay for as operating cost may end up being crazy obviously that’s brought me to think token utilisation and model utilisation and also probably try find the best local model I can run on my laptop but yeah welcome to my reality lol anyone crossed this bridge yet how did they go about it?
1
0
Midnight GMT: doors open, five hours, watch me actually work
Midnight GMT. Five hours. Doors open. No slides, no script. Just me at the desk running the real workflows live, the same orchestration I use every night to ship. Call it Midnight Office Hours. Pop in whenever, stay as long as you want, leave when you want. Bring your AI questions, the messy ones especially. I'll answer them live. You'll watch me drive the multi-model setup in real time, demo workflows end to end, and probably break a few things on camera. That's the point. The polished version hides the part you actually need to see. This isn't a webinar. It's the studio, open for one night. What's the one AI workflow you want me to break open live? https://www.twitch.tv/ari_evergreen //A<3
0 likes • 7d
When you doing this 🫪
Plan like you mean it
Most people drive AI like a slot machine. Type a vague wish, pull the lever, hope. Wrong output, pull again. Three hours later: forty messages, half right code, no idea which version was good. That is not building. That is gambling with extra steps. The fix is not a cleverer prompt. It is a plan. Here is the exact habit, start to finish. The one idea Stop prompting. Start defining outcomes. A prompt is a wish. An outcome is a result you can check. AI accelerates, it does not generate. Point it at a clear target and it closes the gap fast. Point it at a vague one and it just gets lost faster. ———————————————————————— The chain (this is the whole method) 1. Brainstorm first. Do not open a chat and start barking instructions. Open a conversation whose only job is to decide what you are building. What does done look like. What must be true. What is out of scope. I use `/brainstorm` and answer one question at a time until the fog clears. 2. Freeze it in a spec. A spec is the brainstorm written down and made hard to argue with. Three parts: - Objective, in one sentence you could prove true or false. - Constraints, the rules that bound the solution. - Definition of done, where every item can be checked with a single action. If you cannot write the objective sentence, you are not ready to build. Better to learn that now, for free. 3. Break it into a phased plan. Turn the spec into ordered, bite sized phases. The rule that matters most: each phase must be small enough to finish in one sitting, with room to spare. 4. Hand each phase over as a typed brief. This is the part that does the heavy lifting. Read the next section. ———————————————————————— Think in PRDs A typed brief is a product requirements document, scaled to whatever you are making. It is the difference between "build me a settings page" and a short doc with a goal, constraints, acceptance criteria, and phases. It feels like bureaucracy. It is the opposite. The brief is a forcing function: - You cannot write acceptance criteria for a feature you do not understand.
Plan like you mean it
1 like • 11d
I’m amazed how closely we think it’s weird just a question do you have phased build plans specifically or in the whole architecture build plan it’s already broken down into phases ?
0 likes • 11d
@Ari Evergreen okay one more questions because my controller breaks it’s down the architecture plan is it the plan for the full best version you envision or do you breakdown the plan into versions ? As I tend to aim for the full version and allow the controller to break it down itself ?
1-10 of 55
Charles Aluko
5
203points to level up
@charles-aluko-2445
Will complete in a second

Online now
Joined May 14, 2026
Powered by