Lab
AI tools, creative workflows, developer deep-dives, and behind-the-scenes from RAXXO Studios.
310 articles
Claude Code Auto Mode and MCP Tools on Mobile: What Just Shipped
Claude Code Auto Mode intelligently approves file writes and terminal commands based on safety criteria, eliminating repetitive manual approval prompts during coding sessions. Auto Mode...
Anthropic's Economic Index: What 1 Million Claude Conversations Reveal About AI at Work
% of all job categories now use Claude for at least a quarter of tasks, indicating AI became workplace infrastructure, not niche tool. Top 10...
Why Your Claude Code Setup Is Holding You Back
Most Claude Code setups fail because they lack persistent context, so you repeat yourself every session Missing CLAUDE.md means Claude forgets your rules, voice, and...
6 Claude Code Commands Every Creator Should Install Today
Slash commands are reusable markdown instructions that eliminate repetitive prompting in Claude Code /repurpose turns one blog post into LinkedIn, Twitter, and Instagram formats in...
How to Set Up Claude Code Like a Pro in 2 Minutes
Create a single workspace root at ~/CLAUDE/ with subfolders for projects, assets, and references Write a CLAUDE.md file that gives Claude persistent context about your...
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,...
The One-Person Agency Stack: How AI Replaced My Need to Hire in 2026
AI replaced copywriter role; Claude drafts content while author edits, cutting freelance costs from €4,300-6,880 for blog posts alone. Custom tool RAXXO Studio generates platform-specific...
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-peers: Making Multiple Claude Code Sessions Work as a Team
Multiple Claude Code sessions communicate via message passing without APIs, enabling parallel AI teamwork on shared projects. Each session maintains independent context and tasks (frontend,...
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...