Lab
AI tools, creative workflows, developer deep-dives, and behind-the-scenes from RAXXO Studios.
138 articles
How I Built a Viral Web Game That Got 156K Views
Center This Div hit 156K views in 48 hours from one Reddit post. The full breakdown: tech stack, anti-cheat, launch strategy, and real numbers.
The Best AI Coding Tools for Solo Developers in 2026
I shipped 6 products this year with AI coding tools. Here is what works, what costs what, and which tool fits which workflow.
How to Make Your Website Visible to AI Search
Most websites are invisible to AI search engines. Here is how to fix that with llms.txt, Schema.org markup, and content architecture changes that take less...
How I Built an Anti-Cheat System for a CSS Game
Three versions of anti-cheat for a CSS centering game with 3,000+ attempts. HMAC tokens, pattern analysis, and HTTP 418 teapots.
What Happens When 0.0001 Pixels Decide Your Score
Inside the CSS centering game with a 0.0001px threshold, anti-cheat that returns HTTP 418, and why free open source products outperform paid launches.
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...