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

Memberships

The RoboNuggets Network (free)

54.4k members • Free

Clief Notes

40.7k members • Free

Jack Vs. AI Workflows

9.4k members • Free

AI Automation Vault

18.6k members • Free

Easy Machine AI

2.7k members • Free

NextGen AI

44.2k members • Free

Chase AI Community

69.8k members • Free

The YouTube Blueprint

2.4k members • Free

AI Automation Agency Hub

327.6k members • Free

10 contributions to Clief Notes
I delete a $150k remote job offer almost daily. Want them instead?
I get recruiter messages almost daily for AI engineering roles I can't take (happy where I am). One came in this morning: fully remote, $150k base (with room), reports directly to the CEO, building AI agents and automations on top of HubSpot, Microsoft 365, and Slack. Claude shop. Basically getting paid to do what a lot of us here do for fun. Here's the thing — recruiters can't fill these roles. They can't tell the difference between someone who's actually shipped agents and automations in production and someone who put "AI" on their resume. And I keep watching these opportunities bounce off my inbox and disappear. Would you actually want opportunities like this? (Not a recruiter, not selling anything. Seeing if the demand I'm sitting on matches the talent in here. If I'm stepping on toes or being salesy say it)
Poll
5 members have voted
1 like • 1h
@Rich C You're spot on. Huge opportunity inbound for corporate AI rescue when they end up getting exactly what they ask for.
1 like • 1h
@Rich C Sounds expensive... i like it 🤣
Do you use loops? 🔁
The loop hype is real! 📈 Curious what loops everyone here is running. Do you think it’s the latest overblown feature or has it truly changed the game for you? 📊 Poll: short and sweet, do you use loops❓
Poll
15 members have voted
1 like • 3h
@Alex Brown yep exactly that. It reads MD files, but the structure matters. My whole workspace is a vault of markdown: every working project has its own folder with a MOC/status note, plus a projects.MD registry that says what's active. So "review my working projects" = the loop skill wakes up on a schedule, reads the active project notes, and asks "what concepts is Daniel touching right now that he only half-understands?" <- inferred by my odd or half baked questions/requests (e.g. this week it's Graph API auth flows and cron scheduling). Then it hands those topics to /teach, which is its own stateful workspace it keeps a mission.MD (why I'm learning), learning-records of what I've already covered, and generates short HTML lessons (5 min max, one concept each). Because it tracks what I've learned, lesson 12 builds on lesson 4 instead of re-explaining basics. That's the loops-inside-loops part: outer loop watches my real work, inner loop runs spaced-repetition teaching against it. Your daily-log idea is basically the same pattern. I run an evening debrief skill that interviews me and writes a daily MD note, and a weekly rollup reads those. The unlock isn't the logging, it's giving a scheduled loop a folder of structured MD to reason over. Start with one daily file + one skill that reads the last 7 of them, you'll get 80% of it.
1 like • 3h
@Alex Brown Great minds think alike! Happy to collab
Anyone using ICM in enterprise production for speed + accuracy?
Hey everyone, I’m currently evaluating ICM for enterprise use and would really appreciate advice from teams who’ve used it in real production environments. What we care about most is pretty simple: 1. low latency 2. high accuracy 3. fewer hallucinations 4. strong control over how the workflow behaves end-to-end My use case is analytics/reporting: table-column discovery and SQL generation from a huge collection of databases I’m trying to understand: 1. Can ICM handle these goals on its own at enterprise scale? 2. Where does it help the most with accuracy and hallucination reduction? 3. What latency trade-offs should we expect with staged workflows? 4. What architecture has worked best for you?
1 like • 4h
Running ICM in production right now, daily. Real talk up front: ICM by itself won't make the model faster or smarter. What it actually does is control what the model sees at every step, and that's where all the accuracy and hallucination wins come from. That distinction matters for what you're evaluating. Here's what ours actually looks like on disk. Every automation is its own pipeline of numbered stages, and every stage has a CONTEXT.md that says exactly what goes in, what happens, and what comes out: Automations/Weekly-Rollup/ CONTEXT.md pipeline routing references/ stable reference docs stages/ 01_gather-week/ CONTEXT.md the contract: inputs / process / outputs input/ output/<run-date>/ per-run state 02_reflect-synthesize/ 03_draft-digest/ 04_finalize/ The whole thing is basically a state machine on disk. Numbered folders = execution order, files in output/ = state. Nothing magic about it, and that's the point I can open any stage and see exactly what the model saw and what it produced. To your questions: Can ICM handle it alone at enterprise scale? No and honestly that's the wrong framing. ICM is the control layer, not the retrieval layer. With a huge collection of databases you still need some kind of index over your schemas (catalog metadata, embeddings, whatever works). ICM's job is making sure the SQL generation step only ever sees the 5 relevant tables instead of 5,000. Pair it with a schema catalog and it scales fine. Throw one giant prompt at everything and no architecture saves you. Where it kills hallucinations: Three things did the heavy lifting for us. 1. Small scoped context per stage. Hallucinated columns come from the model guessing when the schema isn't in context, or drowning when there's too much of it. Discovery stage narrows to candidate tables, generation stage gets ONLY that shortlist plus the real column definitions. Small correct context beats big noisy context every single time.
? Output Formatting ?
Claude Code Desktop & Visual Studio: I already have project folders for everything I'm working on. Can the Claude output files be placed anywhere on my system (Windows) or do they have to remain within the root Claude Directory?
1 like • 4d
You can output it anywhere - make sure your routing table stays up to date and you'll be good
What are you Automating / Working on ? / Need help with Today ?
Trying to build up some conversation here! 👇 Here's what's on my workbench right now: 🔧 #1 — Migrating a slow WordPress / Divi / WooCommerce site over to Astro + Stripe. Most of it's done. What's left is image refreshing + UX work — the AI did the heavy lifting, so... yeah, the UX needs a LOT of love. 😅 The catch: 26 of the site's 127 pages are actually ranking (FR + EN), so I couldn't afford to wreck the SEO. Here's how I protected it: • Fed in the old sitemap to keep the exact same URL paths • Downloaded the .html of every page • Had the AI clone the exact H1–H6 structure, 100% of the body text, and the internal link structure between pages ⚙️ #2 — At the same time, building an n8n automation that reads the emails from the provider I use as a travel agent (the prices + booking links clients can buy from). It formats everything for social media automatically — so all the copy-paste work happens inside the LLM, not on my hands. Instead of doing it by hand, I get a Telegram message I can one-tap copy → paste to the client AND post on Facebook. Then Buffer pushes that same result out to the platforms where I don't have a paid API. So — what are YOU automating or building right now? 🚀 Need a hand with something today? Drop it below 👇
What are you Automating / Working on ? / Need help with Today ?
2 likes • 6d
@Scott Smith This base set skill isn't going anywhere. Salesforce might be going another direction but, legacy companies will need help with their particular brand of CRM - great skill to nail down
1-10 of 10
Daniel Petreley
3
31points to level up
@daniel-petreley-2891
I build the AI automation layer for VASA fitness turning the repetitive, judgment-heavy work of a multi-club gym operator into self-running pipelines.

Online now
Joined Jun 15, 2026
Denver
Powered by