Lab
AI tools, creative workflows, developer deep-dives, and behind-the-scenes from RAXXO Studios.
154 articles
Claude Reflect: I Audited How I Actually Use AI
Anthropic's new Reflect dashboard shows how you actually use Claude. I ran it on myself for a week, and story versus record was the real...
Claude Artifacts Now Call Your MCP Connectors for Live Data
Claude published artifacts can now pull live data through each viewer's own MCP connectors, no backend required. What that changes for builders.
The Claude Code Features I Started Using This Month
1M context Opus replaced my manual file-pasting ritual entirely Dynamic loop self-pacing cut wasted token spend on simple edits Scheduled remote agents now handle my...
Anthropic Pulled Fable 5 and Mythos 5: What the Ban Means
Anthropic disabled Claude Fable 5 and Mythos 5 on June 12 under a US export order over a jailbreak. What happened, why, and the Opus...
Why I Stopped Using Cursor for Production Code (And What I Use Now)
Cursor felt fast for prototypes but stalled on real production tasks Claude Code hooks let me automate checks before every commit Skills and plugins turned...
Claude Fable 5 vs GPT-5.5 vs Gemini 3.1 Pro: Who Leads Now?
SWE-Bench Pro: Claude Fable 5 hits 80.3 percent, GPT-5.5 lands 58.6, Gemini 3.1 Pro 54.2 Gemini stays cheapest at 2 dollars per million input, Fable...
Claude Fable 5 vs Opus 4.8: Is Double the Price Worth It?
Fable 5 costs 10 dollars per million input tokens against 5 for Opus 4.8, output is 50 vs 25 SWE-Bench Pro gap is 11.1 points,...
Claude Fable 5 Is Here: The First Public Mythos-Class Model
Anthropic released Claude Fable 5 on June 9, 2026, the first Mythos-class model anyone can use Pricing doubles Opus 4.8: 10 dollars per million input...
The 1M Context Window vs Prompt Caching: When to Use Which
1M context costs full price on every query, caching cuts repeated tokens to 1/10 Use 1M for one-shot deep dives, caching for repeated calls against...
What I Run as Cron Jobs in My Claude Stack: 6 Automations
6 cron jobs run my studio publishing pipeline on a 2 EUR/month server Auto-syndicate posts to 4 channels at 09:00 daily Blog-index rebuild runs every...
Building Multi-Agent Workflows With Claude: A Solo Studio Playbook
Three parallel writer agents drafting at once cut my blog turnaround from 6 hours to 90 minutes Research agents run in parallel then merge through...
5 Claude Code Slash Commands I Built and Use Daily
/publish replaced a 40-line shell script and 6 manual steps /sync keeps 3 platforms aligned from one source file /qa catches broken links and word-count...