Lab
AI tools, creative workflows, developer deep-dives, and behind-the-scenes from RAXXO Studios.
54 articles
Claude's 200+ Connectors Changed How I Use AI
Claude's connector directory crossed 200+ one-click integrations in April 2026, up from 50 in February I tested 12 connectors over a weekend and replaced five...
MCP Servers Are How Claude Actually Talks to Everything
MCP servers expose tools, resources, and prompts to Claude through a tiny JSON-RPC protocol. Five MCP servers I run daily: GitHub, a scoped Filesystem, Playwright,...
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...
The 1M Context Window Actually Changes How I Code
Loaded my entire 12-repo studio into one session and stopped re-explaining context to the model every hour Ran a seven-hour debug across Shopify, Vercel, and...
Claude Design vs Figma: What It Means for Designers
Claude Design is a draft generator, Figma is a production tool, they cover different parts of the same design workflow Figma wins on precision, collaboration,...
How to Use Claude Design: From Prompt to Production
Setup takes five minutes: open Claude, find Claude Design in the sidebar, optionally grant design system access Specific prompts beat buzzwords, name fonts, name colors,...
Claude Design Launches: Everything You Need to Know
Anthropic launched Claude Design on April 17, powered by Opus 4.7, turning prompts into prototypes, slides, mockups, and decks Design system integration reads your codebase...
Claude Opus 4.6 vs 4.7: Every Difference Side by Side
Pricing stays identical at 5 USD per million input and 25 USD per million output, 1 million token context stays, model ID changes from claude-opus-4-6...
Claude Opus 4.7 Is Here: Everything That Changed
Opus 4.7 just dropped with 3x vision, task budgets for agents, and three breaking API changes. What changed, what breaks, how to migrate.
512,000 Lines of Leaked Code Exposed Anthropic's Secret Models
A missing .npmignore line exposed 512,000 lines of Claude Code source, revealing Mythos, Capybara, KAIROS, and Opus 4.7. Here is what leaked and what it...
Claude Opus 4 and Sonnet 4 Retire June 15
Anthropic deprecated claude-opus-4 and claude-sonnet-4 on April 14 with retirement set for June 15 Both models get replaced by their 4.6 versions with 1M context,...
The ant CLI Puts the Full Claude API in Your Terminal
ant is Anthropic's official CLI that replaces curl and hand-written JSON for Claude API work Build requests from typed flags or piped YAML, inline files...