Lab
AI tools, creative workflows, developer deep-dives, and behind-the-scenes from RAXXO Studios.
11 articles
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 a dedup pass that drops 40 percent of overlap Image-spec agents generate 12 prompt variants...
Read articleClaude Webhooks: 4 Production Patterns for Agent-Driven External Alerts
Claude Webhooks shipped public beta on May 6 2026 for Managed Agents, sending HTTP POSTs when an agent decides to ping you Pattern 1 routes...
Multi-Agent in Practice: A 5-Agent Claude Pipeline That Ships a Blog Post End-to-End
A real 5-agent Claude pipeline that takes a topic from RSS to a scheduled blog post on raxxo.shop, no human in the loop until the...
Claude Code /goal and Agent View: 5 Solo-Studio Wins
Claude Code v2.1.139 added /goal, which sets a completion condition and keeps the agent working across turns until the metric is met `claude agents` puts...
Claude Result Loops + Rubrics: 5 Self-Eval Patterns for Production Agents
Result Loops let an agent score its own output against a JSON rubric and retry until the score passes, public beta since 2026-05-06 Pattern 1...
What Claude's Dreaming Actually Does: Memory Consolidation Explained
Anthropic's new Dreaming feature reads session logs offline, finds repeat patterns, and merges duplicate memories into a tighter file Original session data stays untouched, only...
Claude Just Shipped Finance Agent Templates: Pitches, Valuations, and Month-End Close
Anthropic shipped ready-to-run Claude agent templates for finance teams covering pitch decks, valuation reviews, and month-end close Templates install as plugins in Cowork or Claude...
Claude Managed Agents Just Got Dreams, 20-Way Parallelism, and Self-Checking Loops
Claude Managed Agents now ship Dreaming, a memory consolidator that learns from session logs without overwriting your data Multi-agent orchestration runs up to 20 specialized...
Microsoft Agent 365 Launches With Claude Inside: What It Means
Microsoft Agent 365 launches today, May 1, 2026, as the enterprise control plane for autonomous agents inside Microsoft 365 Copilot Cowork brings autonomous multi-step task...
Claude Managed Agents Now Have Filesystem Memory
Claude Managed Agents got filesystem memory in public beta on April 23, 2026, agents read and write actual files Filesystem memory is greppable, diffable, and...
I Built 3 Production Agents With the Claude Agent SDK in One Weekend
Shipped 3 production agents in one weekend using the Claude Agent SDK, each under 50 lines of glue code. Blog syndication agent cross-posts to Dev.to...