Lab
AI tools, creative workflows, developer deep-dives, and behind-the-scenes from RAXXO Studios.
97 articles
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 a chat tool into a real pipeline I shipped 14 product launches in one quarter...
Read article5 Claude API Errors That Cost Me Money (And How I Trapped Them)
Retry storms turned 1 timeout into 340 duplicate calls billed in 90 seconds Infinite tool loop ran 1,200 iterations before I noticed at 2am Partial...
Shopify Admin API From Claude: 5 Patterns I Use Across 15 Repos
Product create via Admin API beats clicking through the dashboard every time Blog post POST with metafields saves 12 minutes per article Metaobject sync keeps...
Claude Files API in Production: 5 Patterns for Document Workflows
Files API replaced my 40KB inline blobs with reusable file IDs across requests Citation grounding cut hallucinated quotes to near zero in 200 test runs...
5 Anthropic Prompt Caching Patterns That Cut My API Bill 70%
System-prompt caching alone cut repeat-call costs by half Tool definitions cache separately, perfect for agent loops Conversation history caching pays off after turn three 1-hour...
5 Anthropic SDK Streaming Patterns I Use in Production
Token paint with backpressure stops fast streams from crashing slow UIs Partial tool_use blocks let you show "querying X..." 200ms into a call AbortController cancels...
5 MCP Servers I Built This Year and What They Replaced
Built 5 MCP servers in 2026, retired 4 daemons and a Zapier flow Catalog and blog-index MCPs saved roughly 9 hours per week Render-queue MCP...
5 CSS Animations That Needed JavaScript Until 2026
interpolate-size and calc-size finally let a panel transition to height auto with no measuring script. transition-behavior allow-discrete plus @starting-style animates elements both into and out...
CSS Carousels With Zero JavaScript: 5 Patterns
A scroll-snap track plus the new pseudo-elements replaced a 14KB carousel dependency in my UI. scroll-marker-group and ::scroll-marker render the dot navigation with no script...
CSS Scroll-Driven Animations: 6 Patterns I Ship in 2026
CSS scroll-driven animations in 2026: 6 copy-paste patterns using animation-timeline scroll() and view(), zero JavaScript.
I Replaced ESLint + Prettier with Biome Across 16 Repos: Setup, Wins, and 2 Gotchas
Swapped ESLint plus Prettier for Biome across 16 repos, dropping from 5 dev dependencies to 1 One shared biome.json now governs every project, no more...
5 Vercel Edge Config A/B Tests That Lifted My Shopify CTR
5 Edge Config A/B test patterns for Shopify storefronts, with Middleware snippets and measured lifts.