The hermit crab bootstrapping algorithm. classify → score → complicate → capture.
We don't build every agent from scratch. We find external intelligence, classify what kind of mind it is, score its value to the fleet, determine what scaffolding it needs, and capture it as a fleet asset. Like a hermit crab finding and upgrading shells.
- Classify — What kind of intelligence? Scout, worker, specialist, or generalist.
- Score — How valuable? Quality × reliability × uniqueness × depth.
- Complicate — How hard to capture? Trivial through adversarial.
- Capture — Bootstrap into fleet asset: extract ensigns, create rooms, generate assets.
from shell_trap import ShellTrap
trap = ShellTrap()
trap.add_signal("gpt-researcher", capabilities=["search", "synthesis"],
output_quality=0.85, reliability=0.7, uniqueness=0.6, domain_depth=3)
result = trap.capture("gpt-researcher")
# captured=True, classification=SPECIALIST, complication=MODERATE
# assets=["ensign-search", "ensign-synthesis", "room-gpt-researcher"]Zero deps. pip install shell-trap
A claw is weak without infrastructure. We are the shell.