
blader
✓ BuilderSiqi Chen is a San Francisco-based entrepreneur who began his career at NASA JPL, earning a Congressional Space Act Award for machine vision work on the Mars Exploration Rovers, then held senior product and executive roles at Zynga, Postmates, and Sandbox VR. He founded Runway, an AI-powered financial planning platform backed by a16z and Initialized Capital, and is now an active builder of developer tooling for the Claude Code ecosystem.
IS THIS YOU? — Sign in with X to claim this profile and customize it.
Apps on VibeLeaderboard
A Claude Code skill that removes AI-generated writing patterns from text to make it sound more natural and human. Based on Wikipedia's guide for identifying AI writing, it detects and fixes 29 common patterns like promotional language, filler phrases, and overly formal tone.
A completion guard for coding agents that prevents AI assistants from stopping work prematurely by requiring explicit completion tokens before allowing tasks to end. Ensures agents fully complete user requests rather than stopping after partial progress with convincing summaries.
Arbitrage is a Claude Code skill that optimizes AI token usage by routing expensive frontier-model tokens only to judgment tasks (planning, architecture, review) while dispatching all code-writing to the cheaper Codex agent running in the background. It includes a visual validation loop for frontend work and an escape hatch that falls back to the premium model after two failed Codex attempts. Think of it as cost-aware orchestration for agentic coding workflows.