User
Write something
🔒 Q&A w/ Nate is happening in 4 days
Pinned
🚀New Video: How Anthropic Engineers Actually Prompt Fable 5
Fable 5 is back, and it's the strongest model I've used. It's also expensive and won't stay free on your Claude plan for long, so this video breaks down the six habits I'm using to get the most out of it without burning tokens. Everything from giving it the right context, to matching effort levels, to knowing when it quietly hands your task off to Opus.
Pinned
What do you get if you upgrade to AIS+?
Some of you have never heard of the AIS+ community. Others have but the part that trips you up is the actual difference between the two. Either way, this post will give you clarity. This free group is a bundle of quick resources pulled from my YouTube videos, plus a massive open community that anyone can join. It's a great place to get your bearings and see what's possible. But it's open to everyone, it can be noisy and overwhelming, and there's no path through it. You can get help from other members, but I rarely answer questions here. AIS+ is the opposite: - A step by step roadmap with a clear order, so you're never guessing what to do next - A much smaller community of people who are seriously committed to building and selling AI agents - I answer questions every day and run a weekly Q&A call where you can get direct access to me For the course material: The roadmap takes you from zero to building and selling AI agents, and the whole thing is built on the latest tech like Claude Code and Codex. We update it constantly. The old n8n material has been archived. It's still there if you want it, but it's no longer the focus, because the way you build today has moved on and the courses moved with it. Here's the actual roadmap inside, in order, with when each piece opens up: 1. Start Here (opens the moment you join). Gets you oriented. How the community works, the path ahead, and how to get help when you need it. 2. Build Your Portfolio (opens the moment you join). Why a portfolio matters, beginner level tutorials, and what types of projects to focus on. You end up with real work you can show a client. 3. Claude Code (opens the moment you join). This is now its own dedicated course. Build faster, turn ideas into working automations, and go deep on the tool serious builders are using right now. This takes you from beginner to advanced, step-by-step. 4. Get Your First Clients (opens after 30 days). Getting your first clients is hard, because you don’t have any case studies yet. So, we analyzed all of the success stories from our members and found they get their initial clients with two different techniques: warm outreach and Upwork. So, we teach both techniques in detail with exactly what to say, exactly how to position yourself when you have no proof.
Pinned
💎
Apr 11 • 
Announcements📢
📚 Looking for a YouTube video resource?
Hey everyone, I built a Google Sheet that has every video I've published in 2026 along with the links to all resources, tools, and files mentioned in each one. If you're ever looking for something I referenced in a video, start here: 📌 YouTube Video Database This will get updated as new videos drop. Bookmark it. Check the tabs at the bottom to make sure you're on the right sheet. - Nate
📚 Looking for a YouTube video resource?
Redeploying Fable 5 and who will use it 🚀🚀🔥
As of today, June 30, the export controls on Fable 5 and Mythos 5 have been lifted. Fable 5 will be available starting tomorrow, Wednesday, July 1, to users globally on the Claude Platform, Claude.ai, Claude Code, and Claude Cowork. For Pro, Max, Team, and select Enterprise plans,1 Fable 5 will be included for up to 50% of weekly usage limits through July 7, after which it will be available via usage credits. We will re-enable access on AWS, Google Cloud, and Microsoft Foundry as quickly as possible. Who will use it ???
Redeploying Fable 5 and who will use it 🚀🚀🔥
Using the PreCompact hook to save Claude Code's state before it compacts, thoughts?
I run long Claude Code sessions, and I kept getting bitten by the same thing: the context window fills up, Claude Code compacts it (summarises history, drops detail), and the stuff that dies first is exactly what I needed, the decision I made 40 messages ago and *why*, and the thing I was about to do next. Worse, my setup didn't even recognise it was about to compact important context. It just happened, and afterwards the agent was working from a blurry reconstruction of its own past. So I set out to fix that specific failure: make the system notice the moment before it loses important context, and act on it. The lever is "PreCompact", the Claude Code hook event that fires right before compaction runs (both manual `/compact` and automatic). It's the last moment where the full, un-summarised state still exists and you can still run something. I use that moment to flush state to a file. The approach, in one line: treat the chat as a volatile buffer, and a plain `STATUS_LOG.md` file as the source of truth. A `PreCompact` hook fires a tiny script that signals "save now"; the model stops and appends a short, structured checkpoint (what's done / decisions + why / what's next) to that file before compaction eats it. Two triggers only: - The automatic hook. - Plus a manual `checkpoint` keyword. No context-% polling, no per-turn nagging. The whole thing is ~20 lines of config plus a 4-line Python script. It's been solid for me, but I want to know where it breaks before I lean on it harder, so I'm posting for opinions. Full writeup (hook JSON, the script, the checkpoint format, design constraints, and the limitations I already know about) is in the attached document. A few things I'd genuinely like feedback on: - Is "chat = volatile buffer, file = source of truth" the right mental model, or would a better native compaction summary solve this anyway? - Is there a trigger earlier/better than `PreCompact`? How do *you* survive compaction in long sessions? - Anyone enforcing the "actually write the checkpoint" step harder than a printed instruction — e.g. a follow-up hook that verifies the file actually grew?
1-30 of 20,678
AI Automation Society
skool.com/ai-automation-society
Learn to get paid for AI solutions, regardless of your background.
Leaderboard (30-day)
Powered by