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

Memberships

AI Leverage Society

2 members • Free

Clief Notes

40.5k members • Free

ACQ VANTAGE

1k members • $1,000/month

AI Automation Agency Hub

327.5k members • Free

AndyNoCode

34.7k members • Free

AI Automation Society

416.6k members • Free

25 contributions to AI Automation Society
Everyone's asking what to build with Fable 5. Here's how to actually use it (from Anthropic's own guide)
The feed is full of "what are you building with Fable 5" right now, so instead of asking, I went through Anthropic's actual prompting guide and pulled the parts that change how you'd use it, especially if you build automations. Sharing the useful bits. A few that surprised me: Default to high effort, not xhigh. On the older models the move was crank effort to max. Anthropic says the opposite for Fable 5: start at high (the default), only go xhigh for the genuinely hard stuff, drop to medium or low for routine work. Their line is that lower effort on Fable 5 still beats xhigh on the older models. Effort is the main dial for intelligence vs speed vs cost, so this is real money if you run it at volume. Delete your over-specified prompts. This one stung. Skills and prompts you tuned for older models are often too prescriptive for Fable 5 and actually make the output worse. It follows instructions well enough that one short instruction beats a long list naming every behavior. Strip your old skills back and check if the default is just better. Make it prove its work on long runs. The one I care about most, because it's the exact thing I keep going on about. For long autonomous runs, tell it to audit each claim against a tool result from the session and only report what it can point to evidence for. Anthropic says in their own testing this nearly eliminated fabricated status reports. If you run anything overnight, that's the difference between "it said it did the thing" and it actually did the thing. Don't ask it to explain its reasoning in the response. A gotcha that isn't obvious: telling it to echo or transcribe its thinking as response text can trip a refusal and quietly fall back to a different model. If you want the reasoning, read the thinking blocks, don't ask for it in the output. Fix your timeouts before you migrate. Individual requests can run for many minutes at higher effort, and full runs can go for hours. If you're calling it from n8n or your own harness, your existing timeouts will bite you. Restructure to check long runs async instead of blocking.
0 likes • 12h
@Michał Łuczak Yeah, a couple worth knowing. On availability, it's rolling back out globally as of today across Claude.ai, Claude Code and Cowork, with the cloud APIs (AWS, Google, Azure) still to follow, so if you don't see it yet that's just the rollout catching up. Anthropic's redeploy post is the place to check for any temporary usage limits in the first week. On usage, the real restrictions are by domain: it will refuse offensive security and bio or life sciences work by design, and benign security stuff can sometimes trip the same filter. When something gets flagged it quietly falls back to Opus 4.8 instead of erroring, so if an output ever feels off that's worth ruling out, though Anthropic says most sessions never hit it. All from their model page and redeploy post, so worth confirming there before you lean on it.
0 likes • 3h
@Ahmad Khan Haven't run a clean old versus simplified test on Fable 5 myself yet, so I can't give you real numbers, only Anthropic's claim plus a hunch on where I'd expect it to hold. My guess: the safe stuff to cut is the behavior by behavior instructions, "be concise, use headers, don't do X, always do Y," the stuff the model now follows from one line. The parts I'd be slow to cut are the ones carrying context it can't infer, your domain rules, the edge cases, what "good" actually looks like for your specific output. So it's probably not prompt length that matters, it's whether a line is teaching behavior (likely cuttable) or teaching context (keep). And if you do run the A/B, score both versions against the same failure mode checklist, otherwise "still good" is just vibes. Would genuinely like to see your numbers if you test it.
The right mindset shift that makes GHL AI Receptionist actually work for clients
After building AI receptionist systems for service businesses, I noticed something. The technology isn't the hard part. The mindset is. Most business owners hear "AI receptionist" and their first thought is: "Will it sound robotic?" "What if it says the wrong thing?" "My customers want to talk to a real person." And that resistance kills the conversation before it starts. The shift that works: Stop selling the AI. Start selling the outcome. The right conversation isn't: "I want to set up an AI that answers your calls." It's: "Right now, what happens when a customer calls you at 9PM on a Friday?" That question does the work. Because the business owner already knows the answer, voicemail, missed opportunity, customer calls the competitor. Once they say it out loud, the solution sells itself. GoHighLevel makes this even easier because everything lives in one place, the AI, the calendar, the CRM, the follow-up workflows. There's nothing to stitch together. The business owner doesn't need to understand the technology. They just need to see what happens when nobody answers, and understand that it doesn't have to be that way. That's the mindset shift. Sell the missed call. Not the AI. What objections are you running into when pitching AI receptionist systems to clients?
1 like • 2d
The frame is right, and the objection I hit most isn't actually "will it sound robotic". It's the owner quietly afraid it'll confidently say something wrong to a real customer. What disarms that is showing the guardrails, not the magic: it only speaks from an approved knowledge base, it hands off to a human the moment it's unsure, and every conversation is logged so nothing happens in the dark. Once they see it can't go rogue, the robotic worry mostly takes care of itself. Are you pitching it as full replacement, or as catching the calls they're already losing?
How to step up a second AI brain?
I've been using Claude Pro for a while and I want to build an "AI second brain" with it at the core. A few specific problems I'm trying to solve: - Remembering what I've already learned or researched - Speeding up how I consume and retain information - Getting help with writing and content — not just one-off prompts - Staying on top of tasks and projects without losing context I'm leaning toward combining Obsidian with Claude, and possibly using Claude Code to build automations around it (things like scripts to summarize notes, surface past research, or sync context). But I'm not sure how to connect these pieces in a way that actually works day-to-day. For anyone who has built something like this: → Where did you start — notes, tasks, writing, or something else? → Has anyone integrated Obsidian with Claude to auto-summarize notes or pull up past research? How did you set that up? → What's one thing you wish someone had told you before you started? Looking for real-world experience, including the parts that don't usually get talked about.
2 likes • 2d
Built one of these and the thing I wish I'd known on day one: start with plain files, not a clever system. The "second brain" that actually works is boring, markdown notes in folders that Claude can read and search, one fact per file. Obsidian on top is fine but it's just a viewer, the value is the files underneath being clean and greppable. I'd skip the fancy auto summarizing at first, get capture plus retrieval working, then add automation once you feel where the friction actually is. Are you mostly trying to remember research, or to act on it?
n8n
Is n8n still suitable in big 2026?
2 likes • 2d
Still building on it in production, so yes, but with a caveat. n8n is great as the wiring and orchestration layer, the triggers, the glue between tools, the human approval step. Where I stopped leaning on it is heavy logic and anything that needs real reasoning, that goes to code or a model the workflow calls, not a wall of nodes. Use it for what it's best at and it holds up fine in 2026. What are you trying to build with it, the orchestration or the brains?
Solo builders: how did you actually take yourself out of the critical path?
Honest question for the solo operators here, because I don't have a clean answer. What makes a solo operation fragile isn't the building, it's that I am the bottleneck on everything that matters. Every deliverable, every fix, every judgment call routes through me. That caps how much I can take on, and nothing ships when I step away. The obvious answer is delegate, to people or to agents. The part nobody tells you is that quality usually drops the moment you hand something off, so you end up redoing it, which is slower than just doing it yourself. So you pull it back, and you're the bottleneck again. What I've tried so far: writing the boring repeatable parts down as steps, handing off the pieces where wrong is cheap and easy to catch, and keeping a human gate on anything client facing. It helps at the edges, but I'm still the single point of failure on the core work. So the real question for anyone who's actually done it: how did you take yourself out of the critical path without the quality dropping? Was it better SOPs, hiring a specific role first, leaning on agents for a slice of it, something else? What was the first thing you successfully stopped doing yourself?
0 likes • 2d
@Wei Yang I build AI systems and automations for online course and coaching businesses, mostly the chatbot, workflow, and integration side. So I live in exactly what you are describing. You are right that 85 percent is fine, the trick is knowing which 15 percent is allowed to be wrong. Most steps can be loose. The one or two where a mistake reaches the customer have to be locked tight. Same with a VA or an agent: I do not need it to think like me everywhere, I need it pinned on the few judgments that carry real risk and let the rest be good enough. The system and the SOP are how you mark that line.
0 likes • 2d
@Ahmad Khan Documenting the decision making over the steps is the direction I'm circling too, the steps were never really the bottleneck, the judgment was. To your question, the piece I still can't hand off is the final client facing review, the "is this good enough to send" call. Mechanical stuff I've managed to write down, but taste on a deliverable I keep failing to put into words, so it stays with me. Have you found a way to encode that kind of judgment, or does it just stay with the owner? That's the part I'm trying to crack.
1-10 of 25
Thanh Dinh
4
76points to level up
@thanh-dinh-4764
Founder, Spectral Point AI. I build AI systems for program creators and businesses, in production not demos. I run AI Leverage Society here.

Online now
Joined Jul 18, 2025
Springfield, Missouri
Powered by