Lab

Lab

AI tools, creative workflows, developer deep-dives, and behind-the-scenes from RAXXO Studios.

374 articles

Business
RAXXO Studios 9 min

4 Berlin Tech Meetups Worth Your Tuesday Night in 2026

Berlin AI/ML Meetup runs deep technical talks in Mitte coworking spaces, best for hires and peer learning WeAreDevelopers Berlin is the biggest crowd, polished talks,...

Shopify
RAXXO Studios 7 min

Shopify Checkout Extensibility: 4 UI Extension Patterns I Shipped This Month

Post-purchase upsell with BlockStack on the thank-you page added 11% to AOV in 3 weeks of testing Shipping-step gift-note collector replaced a 19 EUR/month app...

AI Tools
RAXXO Studios 10 min

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...

Development
RAXXO Studios 8 min

Replacing Lodash with Native ES2026: groupBy, fromAsync, toReversed, and 5 More

Lodash adds about 70KB minified, ES2026 covers most utility uses with zero dependencies Object.groupBy and Map.groupBy replace _.groupBy and ship in every modern runtime Array.fromAsync,...

Design
RAXXO Studios 7 min

Motion Design Tokens That Actually Compose: Durations, Easings, Choreography

Three-tier motion tokens: primitives like --ms-200 and --ease-out-expo feed semantic and component layers, never the other way around Stagger groups with --stagger-step calc() unlock orchestrated...

Claude Code
RAXXO Studios 8 min

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...

Shopify
RAXXO Studios 9 min

From Notion to Shopify Pages via API: A 50-Line Sync Script

A 50-line TypeScript script syncs Notion database pages to Shopify Pages via the Admin REST API Uses notion-to-md to turn Notion blocks into clean HTML...

AI Tools
RAXXO Studios 9 min

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...

Business
RAXXO Studios 8 min

Why I Doubled My Product Prices and Lost Zero Customers

Update, July 2026: the ladder moved again. RAXXO crossed into German VAT registration (Regelbesteuerung), and prices went to Git Dojo 9 EUR, Blueprint 49 EUR,...

Development
RAXXO Studios 8 min

Effect-TS in Production: 4 Patterns I Use Across Shopify Backends

Effect-TS replaced try/catch and ad-hoc retries across 3 Shopify backends and cut error-handling code by roughly 40 percent Pattern 1: Effect.tryPromise wraps Shopify Admin API...

Shopify
RAXXO Studios 9 min

Theme App Extensions vs Section Schemas in 2026: When to Pick Which

Theme App Extensions ship blocks across many themes via the App Store, ideal for distributed apps with version control Local section schemas live in the...

AI Tools
RAXXO Studios 8 min

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...