Senior Full-Stack & AI-Native Engineer in the United States πΊπΈ with 12+ years in production software. I direct Claude Code sub-agents like a tech lead directs a team β fanning them out across the entire stack while I own the architecture.
flowchart TD
M["π¨βπ» Maxwell<br/>12+ yrs Β· Architect & Reviewer"] --> CC{{"β¦ Claude Code<br/>Orchestrator"}}
CC --> A1["π€ Backend Agent"]
CC --> A2["π€ Frontend Agent"]
CC --> A3["π€ DevOps Agent"]
CC --> A4["π€ Test & Review Agent"]
A1 --> B["π Django Β· FastAPI<br/>Python Β· PostgreSQL Β· Redis"]
A2 --> F["βοΈ React Β· Next.js<br/>TypeScript Β· Tailwind"]
A3 --> D["βοΈ AWS Β· Azure<br/>Docker Β· K8s Β· Terraform"]
A4 --> T["β
pytest Β· Playwright<br/>CI gates Β· code review"]
B --> SHIP["π Production"]
F --> SHIP
D --> SHIP
T --> SHIP
style M fill:#0b1021,color:#fff,stroke:#2563eb,stroke-width:2px
style CC fill:#D97757,color:#fff,stroke:#fff
style A1 fill:#7c3aed,color:#fff
style A2 fill:#7c3aed,color:#fff
style A3 fill:#7c3aed,color:#fff
style A4 fill:#7c3aed,color:#fff
style SHIP fill:#16a34a,color:#fff,stroke:#fff,stroke-width:2px
"The hottest new programming language is English." β Andrej Karpathy, who popularized vibe coding. Claude Code, created by Boris Cherny at Anthropic, is the agentic terminal that turns that idea into shipped software β and it's where I spend most of my engineering day.
I treat Claude Code as a fleet of engineers in my terminal, not an autocomplete. My workflow is heavily inspired by Andrej Karpathy's agent-first mindset and Boris Cherny's "let the agent run, then review the diff" philosophy.
| Feature | How I use it to build powerful processes |
|---|---|
| π€ Sub-agents (parallel fleets) | Spin up multiple agents to explore, plan, and implement different parts of a feature in parallel β then merge the diffs. |
| π§© MCP servers | Wire Claude into Postgres, GitHub, Sentry, AWS, and internal APIs so the agent acts on live context, not guesses. |
| πͺ Hooks | Auto-run linters, tests, and formatters on every edit β the agent self-corrects before I ever see the code. |
| β‘ Custom slash commands | Reusable /deploy, /code-review, /security-review workflows encoded once, run forever. |
| π§ CLAUDE.md memory | Project conventions, architecture, and guardrails live in repo so every session starts fully briefed. |
| π Plan Mode | Read-only architecture passes before a single line changes β no surprises in the diff. |
| π οΈ Skills | Packaged, repeatable capabilities (API scaffolds, migrations, IaC) the agent invokes on demand. |
π Headless mode (claude -p) |
Drop Claude Code straight into CI/CD for automated reviews, refactors, and changelogs. |
flowchart LR
A[π£οΈ Describe intent<br/>in plain English] --> B[π Plan Mode<br/>architecture pass]
B --> C[π€ Parallel sub-agents<br/>explore + implement]
C --> D[πͺ Hooks run<br/>lint Β· test Β· format]
D --> E{β
Green?}
E -- no --> C
E -- yes --> F[π Review the diff]
F --> G[π Headless CI<br/>ship to AWS / Azure]
style A fill:#2563eb,color:#fff
style C fill:#7c3aed,color:#fff
style G fill:#16a34a,color:#fff
Result: features that used to take days now ship in hours β with tests, reviews, and infra changes handled by agents while I stay focused on architecture and product.
Django + FastAPI on the back, React + TypeScript on the front, glued with clean APIs and real tests.
π§ͺ What I actually build (click to expand)
- APIs: Django REST Framework & FastAPI services with async I/O, Pydantic validation, OpenAPI docs, and JWT/OAuth2 auth.
- Frontends: React + Next.js apps with TypeScript, server components, and design-system-driven UIs.
- Data: PostgreSQL + Redis, migrations, query tuning, Celery/async task queues.
- Quality: pytest, Playwright, type checking, and CI gates β agents keep coverage honest.
Infrastructure as code, containers everywhere, and pipelines that deploy themselves.
| Area | Toolbelt |
|---|---|
| AWS | ECS / EKS Β· Lambda Β· S3 Β· RDS Β· CloudFront Β· IAM Β· CloudWatch |
| Azure | AKS Β· App Service Β· Functions Β· Blob Storage Β· Azure DevOps Β· Entra ID |
| IaC & Automation | Terraform Β· Ansible Β· Helm Β· GitHub Actions Β· Docker Compose |
| Observability | Prometheus Β· Grafana Β· CloudWatch Β· Sentry |



