Lab
AI tools, creative workflows, developer deep-dives, and behind-the-scenes from RAXXO Studios.
97 articles
CSS Cascade Layers Finally Made My Design System Predictable
CSS Cascade Layers (@layer) let you control the order of style precedence without specificity wars or !important tags My design system has three layers in...
The 6 Git Hooks I Copy Into Every New Repo
Every new repo I start gets the same six git hooks copied in before the first commit lands Pre-commit lint and type-check runs catch noisy...
First-Party Analytics Without Google: The 2026 Stack
Google Analytics is slow, privacy-hostile, and reports fewer visitors than reality due to ad-blockers First-party analytics in 2026 means lightweight scripts, no cookies, and server-side...
Running LLM Evals in Production: The 2026 Guide
Most LLM apps ship with zero evals because engineers confuse demos with quality Three eval types matter: regression, rubric-based, and live production sampling LLM-as-judge works...
Shopify Metaobjects Killed My Headless CMS in One Saturday
Metaobjects are native Shopify content types, free on every plan, addressable from Liquid without extra API calls Moved 120 entries out of Contentful in 4...
Vibe Coding Just Graduated From Joke to Job Title
Andrej Karpathy coined vibe coding 14 months ago. Now Anthropic ships a design tool, Claude Builder, and proof that it works at production scale.
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...
The 8 CSS Properties That Make Dark UIs Feel Premium
Eight CSS properties that turn flat dark themes into polished, layered interfaces with depth, glass effects, and proper typography.
Anthropic Is Building a Full-Stack App Builder Inside Claude
Leaked screenshots show Anthropic building a full-stack app builder directly inside Claude The interface includes template starters for chatbots, games, photo albums, and landing pages...
Apple's April 28 SDK Deadline Will Reject Your App
After April 28, any App Store submission not built with iOS 26 SDK gets auto-rejected Xcode 26 RC requires macOS Sequoia 15.6, which means CI...
Meta Built a 50-Agent AI Swarm That Mapped 4,100 Files
Meta's AI agents wrote broken code because undocumented conventions lived only in engineers' heads 50+ specialized agents mapped 4 repos, 3 languages, and 4,100 files...