Fable 5 Cutoff, Multi-Account Rotators, AI Video Stacks — AI Daily Jul 05
724 messages · 72 active members
Overview
Topics
Fable moves off Max plans July 7 (~11:59 PM PST), and some accounts saw a surprise early quota reset. Builders are stacking 3rd and 4th subs to burn credits — @Coybh logged 2.3M tokens in 18 minutes, @archimorty valued a Max sub at $4-5k/mo, and most plan to consolidate to 5-7 accounts once 5.6 lands and weekly/API pricing kicks in.
@jarvisballer shared a four-layer rotator built on CCS and CLIProxyAPI: usage-facts collector, greenkeeper avoiding 80%+ accounts, session-affinity picker with per-model 429 cooldowns, and OpenRouter spillover. CCSwitch and kaitranntt/ccs both route across Claude, Gemini, Copilot, GLM, Minimax and Codex; @samb69 moved to omp for out-of-box Claude OAuth, with ToS enforcement still an open risk.
@arielletolome shipped a fully automated video ad system — Seedance 2 for talking avatars, Wan 2.2 on a personal GPU server for 5-second b-rolls (essentially free), Remotion and hyperframes for composition, plus SFX and music. End-to-end ~43 min per video, referencing Kurzgesagt/Vox/CGP Grey libraries, with paid gens the only real cost. Key insight: you have to think like a video editor to direct the AI properly.
@jcartu pushed ~$150k 8-10x RTX 6000 Pro nodes running FP8 GLM 5.2 with 16 parallel subagents, reporting it caught security issues in a Hermes stack that Fable missed and shipping a plugin to speed up quantized models. @iannagy raised concerns about CCP-subsidized models harvesting prompt data; consensus is that if your work is your alpha, local inference or a Palantir-style obfuscation layer is mandatory.
@jarvisballer runs 8 projects across ~13 Claude Code Max seats — overnight builders, a proactive email/todoist assistant with graduated trust, and full deployment automation (domain → PostHog/GA4/Redtrack/GTM). @ferchonaso warned about infinite loops burning entire weekly quotas, and @thewildzeno's hook-based token system outperforms RTK (which mangles complex bash) and opt-in context modes.
Key Takeaways
- Fable 5 exits Max plans July 7 (~11:59 PM PST) with early quota resets already hitting — burn credits now, then consolidate to 5-7 accounts once 5.6 drops and pricing shifts to weekly/API.
- A production Claude rotator needs live usage-window data, session affinity, per-model 429 cooldowns, and paid overflow (OpenRouter) — CCS + CLIProxyAPI is the emerging base layer.
- AI video pipelines are production-ready: Seedance 2 avatars + Wan 2.2 on local GPU for free b-rolls + Remotion/hyperframes yields ~43-min turnaround per finished ad.
- Local GLM 5.2 on an 8-10x RTX 6000 Pro rig runs 16 parallel subagents and caught security issues Fable missed — essential if your prompts contain real alpha.
- Overnight autonomous agents need loop detection from day one; one bad session can burn an entire weekly Codex quota, and AI-generated UIs still require manual page-by-page dogfooding.
Hot Threads
Fully automated Seedance + Wan 2.2 + Remotion video ad pipeline at ~43 min per video
Four-layer Claude rotator across 13 Max seats with usage-driven steering and OpenRouter spillover
Local GLM 5.2 rigs, Palantir-style obfuscation, and why frontier APIs leak your alpha