claude-quickstarts/financial-data-analyst at main · anthropics/claude-quickstarts
A collection of projects designed to help developers quickly get started with building deployable applications using the Claude API - anthropics/claud...
This is a minimal demonstration of autonomous coding using the Claude Agent SDK, implementing a two-agent pattern where an initializer agent generates a comprehensive feature list and project structure, while subsequent coding agents implement features across multiple sessions.
The demo includes a security model with OS-level sandboxing, filesystem restrictions, and a bash command allowlist to safely restrict agent operations. The system persists progress through feature_list.json and git commits, allowing the agent to resume work between sessions, though building a complete application with all 200 features can require many hours of total runtime.