Lab

Lab

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

310 articles

Claude Code
RAXXO Studios 4 min

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

Claude Code
RAXXO Studios 5 min

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

Claude Code
RAXXO Studios 8 min

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

Claude Code
RAXXO Studios 8 min

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

Claude Code
RAXXO Studios 8 min

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 Code
RAXXO Studios 9 min

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

Business
RAXXO Studios 8 min

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

Claude Code
RAXXO Studios 8 min

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

AI Tools
RAXXO Studios 8 min

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

Development
RAXXO Studios 8 min

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

Development
RAXXO Studios 6 min

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

Development
RAXXO Studios 8 min

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