VIBE CODING
A list of references used to generate the chart that I found useful.
Agent Design & Frameworks
Agent Environments & Execution
-
Agent Sandboxes
A detailed exploration of secure sandboxing systems that provide isolated runtimes specifically
tailored for executing agent code.
-
Cloudflare Sandbox
Learn how serverless environments and Cloudflare's platform can be adapted to serve as
lightweight, secure execution layers for AI.
-
Container Use
Co-founded by Docker's creator, this explains using Docker containers as standardized agent
tools (MCP), orchestrating them via Dagger, and diagramming the intersection of humans, LLMs,
agents, and tools.
Quality, Process & Safety
Curation of Tools
Development & Analysis
- fallow.tools: Deterministic analyzer for TS/JS checking for dead code, duplication,
circular dependencies, and complexity.
- Project Wallace: CSS analysis tool to monitor design system bloating and
complexity.
- ESLint & Stylelint: Deterministic checkers for JS and CSS that prevent the AI from
bypassing structural and formatting constraints.
- Vite Plus (vp check): Added build check integration for static and dynamic
correctness.
Runtimes & Component Libraries
- Storybook: Component building, viewing, and visual unit testing.
- Sentry: Bug tracking and crash reporting in production.
- Agent Browser & Chrome DevTools MCP: Tools for headless browsing, capturing
screenshots, and visual page validation.
Workflows & Documentation
- dex.rip: Structured, clear workflow tracker for executing software tasks.
- beads: Git-hook integrated database ensuring clear execution order for dependent
tasks.
- context7: Retrieves and indexes the latest API docs directly to provide fresh
patterns and context to the LLM.
- TanStack Code Mode: Running TypeScript code dynamically inside isolated execution
sandboxes.
- GSD
Redux: One of the core orchestrators used to manage and coordinate the agentic
execution process.