OpenClaw Creator’s new secret project…

OpenClaw Creator’s new secret project…

More

Summary

AI Jason covers Crabbox, a new developer tool by Peter Steinberg — creator of OpenClaw — designed to solve one of the most pressing bottlenecks in high-throughput agentic development: testing multiple parallel Claude Code sessions without shared infrastructure conflicts. When running 10–15 agents simultaneously (each in its own Git worktree), teams quickly hit port collisions, shared Docker daemon contention, and database schema conflicts on local machines.

Crabbox addresses this by spinning up isolated cloud sandboxes per agent workstream. Using commands like `crabbox warmup` and `crabbox run`, each agent gets its own full dev server — including a dedicated Supabase instance — and can sync dirty diffs from the local worktree without creating unnecessary commits. The tool integrates with sandbox providers like Daytona for fast snapshot-based startup and supports artifact generation (screenshots, screen recordings) that agents can post directly as PR evidence, making it easier for human reviewers to merge confidently.

The video includes a live walkthrough of configuring a `crabbox.yml` file, writing a Dockerfile that encapsulates required dependencies (Node, Supabase CLI, etc.), and passing environment variables to the box over an encrypted SSH data plane. For teams scaling parallel agentic coding pipelines beyond three or four concurrent sessions, Crabbox represents a meaningful infrastructure step toward production-ready multi-agent development.


📺 Source: AI Jason · Published June 24, 2026
🏷️ Format: Tutorial Demo

1 Item

Channels

2 Items

People