Lab
AI tools, creative workflows, developer deep-dives, and behind-the-scenes from RAXXO Studios.
97 articles
Ollama Changed How I Think About AI Infrastructure
Local AI models through Ollama handle 80 percent of coding tasks at zero cost. Setup guide, model comparison, and the hybrid workflow that cut my...
AI Agents Just Got a Real Browser
dev-browser gives AI agents full Playwright control inside a sandboxed QuickJS runtime Architecture uses three layers: WASM sandbox, persistent browser tabs, and zero host access...
The Moment AI Agents Started Making Their Own Decisions
AI coding agents now decide which actions to take without asking. The trust shift and what it means for developers.
The Night Audit That Found 308 Issues Across 12 Projects
Running 12 projects solo means things slip through, no matter how careful you are A 5-phase audit (MAP, SCAN, FIX, VERIFY, REPORT) found 308 issues...
9 Enforcement Hooks That Catch Mistakes Before They Ship
Enforcement hooks run automatic checks before or after every tool call in Claude Code, catching mistakes without manual review PreToolUse hooks block bad output before...
Claude's Biggest Week Yet: Computer Use, Channels, and Voice Mode
Claude can now control macOS computers directly, opening apps, navigating browsers, and clicking buttons like a human operator. Computer Use pairs with Dispatch mobile tool,...
Agentic Coding in 2026: Why Developers Are Becoming Directors, Not Typists
AI agents now execute code across multiple files simultaneously based on developer intent, shifting roles from writing code to directing agents. Intent-driven development prioritizes clear...
Claude Code Desktop: Select DOM Elements to Edit Components Directly
Claude Code Desktop lets you click DOM elements directly in the app instead of verbally describing which component needs editing. The feature captures HTML tags,...
Claude Code /loop: Run Recurring Tasks on Autopilot
/loop schedules recurring prompts in Claude Code sessions without requiring cron jobs or separate monitoring tools. Syntax supports flexible interval placement: leading (/loop 5m task),...
The .claude/ Folder Explained: How to Set Up Any Claude Code Project
CLAUDE.md is automatically loaded at conversation start, serving as persistent AI context about your project structure, tech stack, and conventions. Document specific details like exact...
The Developer's Guide to Shopify (When You're Not a Shopify Dev)
A web developer's guide to Shopify. Liquid templates, theme architecture, and the Admin API - explained for devs who've never touched Shopify before.
Shopify Liquid Sections: A Developer's Quick Reference
A practical reference for building custom Shopify Liquid sections with schema settings, CSS isolation, and real-world patterns.