Lab

Lab

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

97 articles

Development
RAXXO Studios 8 min

Shopify April 2026 Breaking Changes: What Developers Must Fix

Shopify now requires expiring offline access tokens for all new public apps as of April 1 Partner organizations must use role-based access control for all...

Development
RAXXO Studios 8 min

GitHub Got Hit With 475 Malicious PRs in 26 Hours

Attacker opened 475+ malicious PRs across GitHub in 26 hours using AI-generated payloads The campaign exploited pull_request_target workflow triggers in GitHub Actions Wiz tracked 6...

Development
RAXXO Studios 8 min

Gemma 4: Google Open Models Just Made Agentic AI Free

Gemma 4 ships 4 model sizes under Apache 2.0 with native function-calling built in The 31B dense model outperforms 400B parameter rivals on reasoning benchmarks...

Development
RAXXO Studios 8 min

Developer Jobs Are Growing, Not Dying: What the Data Actually Shows

Software engineer job listings on Indeed are up 11% year over year, outpacing overall job growth BLS projects 15% growth in software developer employment through...

Development
RAXXO Studios 8 min

Microsoft Agent Framework 1.0: MCP and A2A Built In

Microsoft Agent Framework 1.0 shipped April 3 with stable APIs for .NET and Python Built-in MCP support for dynamic tool discovery and invocation across servers...

Development
RAXXO Studios 9 min

Anthropic's Advisor Strategy: Opus Intelligence at Sonnet Prices

Anthropic's Advisor Strategy lets Sonnet or Haiku consult Opus mid-task, keeping near-Opus quality at executor-level pricing Sonnet plus Opus advisor improved 2.7 points on SWE-bench...

Development
RAXXO Studios 10 min

Claude Managed Agents: Build and Deploy AI Agents at Scale

Managed Agents is Anthropic's new hosted agent infrastructure, now in public beta Architecture splits brain, hands, and session into independent pieces for 60% faster cold...

Development
RAXXO Studios 9 min

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.

Claude Code
RAXXO Studios 9 min

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.

Development
RAXXO Studios 9 min

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

Development
RAXXO Studios 11 min

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.

Development
RAXXO Studios 11 min

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.