11. AI-assisted development
The practical art of building software with AI as a collaborator. Specifically: how to get the most out of Claude Code, the CLI agent I actually use day-to-day. Covers its features (memory, slash commands, hooks, plugins, subagents) and the prompt/workflow patterns that work.
Entries
| # | Entry | Status | One-line description |
|---|---|---|---|
| 1 | Claude Code deep dive | ๐ฉ COMPLETE ๐ฆ LIVING | The whole tour โ what it is, what it can and canโt do, key concepts |
| 2 | The memory system | ๐ฉ COMPLETE ๐ฆ LIVING | CLAUDE.md, MEMORY.md, the memory/ folder โ how persistent knowledge works |
| 3 | Slash commands | ๐ฉ COMPLETE ๐ฆ LIVING | /init, /help, /code-review, custom commands โ extending Claude with shortcuts |
| 4 | Plugins | ๐ฉ COMPLETE ๐ฆ LIVING | Bundled commands + skills + connectors you can install |
| 5 | Hooks | ๐ฉ COMPLETE ๐ฆ LIVING | Shell commands that run on events (pre/post tool use, etc.) โ automating behavior |
| 6 | settings.json | ๐ฉ COMPLETE ๐ฆ LIVING | The config file that controls permissions, env vars, hooks, model |
| 7 | Subagents | ๐ฉ COMPLETE ๐ฆ LIVING | Specialized agents (Explore, Plan, code-reviewer) spawned by the main agent |
| 8 | Workflow patterns | ๐ฉ COMPLETE | The day-to-day rhythms: plan โ build โ verify โ commit |
| 9 | Prompt patterns for dev | ๐ฉ COMPLETE | Reusable prompt structures for code generation, review, debugging |
Suggested reading order
1 โ 2 โ 3 โ 6 โ 4 โ 5 โ 7 โ 8 โ 9. The first three are essential daily-use knowledge.
Vendor entries (coding agents, AI-first IDEs, agent frameworks)
Active build-out as of June 2026. Vendor entries follow the format from CONVENTIONS.md. Claude Code and its sub-features are documented in the entries above; this section catalogs alternatives and the broader landscape.
AI-first code editors:
| # | Entry | Status | One-line |
|---|---|---|---|
| 10 | ๐บ๐ธ Cursor | ๐ฉ ๐ฆ | The most-used Claude Code alternative; VS Code fork rebuilt around AI |
| 11 | ๐บ๐ธ Windsurf (Codeium) | ๐ฉ ๐ฆ | Direct Cursor competitor; previously Codeium Cascade |
| 12 | ๐บ๐ธ Zed AI | ๐ฉ ๐ฆ | Rust-built fast editor with AI |
AI coding agents (terminal / CLI / agent-based):
| # | Entry | Status | One-line |
|---|---|---|---|
| 13 | ๐บ๐ธ OpenAI Codex (2026 agent) | ๐ฉ ๐ฆ | OpenAIโs coding-agent answer to Claude Code |
| 14 | ๐บ๐ธ Google Antigravity | ๐ฉ ๐ฆ | Googleโs agentic coding product |
| 15 | ๐บ๐ธ Cline | ๐ฉ ๐ฆ | Open-source VS Code agent |
| 16 | ๐บ๐ธ Roo Code | ๐ฉ ๐ฆ | Open-source Cline-fork agent |
| 17 | ๐บ๐ธ Aider | ๐ฉ ๐ฆ | Open-source CLI agent |
| 18 | ๐บ๐ธ Continue.dev | ๐ฉ ๐ฆ | Open-source IDE agent framework |
| 19 | ๐บ๐ธ Devin (Cognition Labs) | ๐ฉ ๐ฆ | Autonomous coding agent (full-task) |
IDE / editor plugins:
| # | Entry | Status | One-line |
|---|---|---|---|
| 20 | ๐บ๐ธ GitHub Copilot | ๐ฉ ๐ฆ | The pioneer; multi-IDE; multi-model |
| 21 | ๐บ๐ธ GitHub Spark | ๐ฉ ๐ฆ | GitHubโs โvibe codingโ app builder |
| 22 | ๐จ๐ฟ JetBrains AI Assistant | ๐ฉ ๐ฆ | For IntelliJ / PyCharm / WebStorm |
| 23 | ๐ฎ๐ฑ Tabnine | ๐ฉ ๐ฆ | Privacy-focused completion |
| 24 | ๐บ๐ธ Amazon Q Developer | ๐ฉ ๐ฆ | AWS-integrated (was CodeWhisperer) |
| 25 | ๐บ๐ธ Warp terminal AI | ๐ฉ ๐ฆ | AI in the terminal itself |
| 26 | ๐ซ๐ท Mistral Codestral | ๐ฉ ๐ฆ | French coding-specialist model |
| 27 | ๐บ๐ธ Microsoft Copilot Workspace | ๐ฉ ๐ฆ | Microsoftโs project-level AI |
App-builder / โvibe codingโ tools (sketch โ working app):
| # | Entry | Status | One-line |
|---|---|---|---|
| 28 | ๐บ๐ธ v0 by Vercel | ๐ฉ ๐ฆ | Generate React UIs from prompts; deploy to Vercel |
| 29 | ๐บ๐ธ Bolt.new (StackBlitz) | ๐ฉ ๐ฆ | In-browser full-stack app generation |
| 30 | ๐ธ๐ช Lovable | ๐ฉ ๐ฆ | Conversational app builder |
| 31 | ๐บ๐ธ Replit Agent | ๐ฉ ๐ฆ | Replitโs app-builder agent |
| 32 | ๐บ๐ธ Sourcegraph Cody | ๐ฉ ๐ฆ | Enterprise codebase-aware AI |
Anthropic-specific products (Phase D โ beyond Claude Code core):
| # | Entry | Status | One-line |
|---|---|---|---|
| 33 | ๐บ๐ธ Claude Skills | ๐ฉ ๐ฆ | Reusable instruction packs |
| 34 | ๐บ๐ธ Claude Cowork | ๐ฉ ๐ฆ | Multi-instance collaborative mode |
| 35 | ๐บ๐ธ Claude Remote Desktop | ๐ฉ ๐ฆ | Cloud-sandbox execution |
| 36 | ๐บ๐ธ Claude Remote Dispatch | ๐ฅ | Remote agent triggers |
| 37 | ๐บ๐ธ Anthropic Computer Use | ๐ฉ ๐ฆ | Desktop agent (UI automation) |
| 38 | ๐บ๐ธ Claude in Chrome | ๐ฉ ๐ฆ | Browser extension |
| 39 | ๐บ๐ธ Claude Agent SDK | ๐ฉ ๐ฆ | Build agents with Anthropic SDK |
Agent frameworks (developer-facing):
| # | Entry | Status | One-line |
|---|---|---|---|
| 40 | LangGraph | ๐ฅ | The widely-used orchestration framework |
| 41 | ๐บ๐ธ LlamaIndex | ๐ฅ | RAG-focused framework |
| 42 | ๐บ๐ธ CrewAI | ๐ฅ | Multi-agent crews |
| 43 | ๐บ๐ธ Microsoft AutoGen | ๐ฅ | Microsoftโs multi-agent framework |
| 44 | ๐บ๐ธ Pydantic AI | ๐ฅ | Typed Python agents |
| 45 | ๐บ๐ธ OpenAI Agents SDK | ๐ฅ | OpenAIโs agent framework |
| 46 | ๐บ๐ธ Vercel AI SDK | ๐ฅ | Node / React AI framework |
Observability / evals:
| # | Entry | Status | One-line |
|---|---|---|---|
| 47 | ๐บ๐ธ LangSmith | ๐ฅ | LangChainโs observability |
| 48 | ๐ฉ๐ช Langfuse | ๐ฅ | Open-source observability (Germany) |
| 49 | ๐บ๐ธ Helicone | ๐ฅ | LLM observability |
| 50 | ๐บ๐ธ LiteLLM | ๐ฅ | Router library |
| 51 | ๐บ๐ธ Portkey | ๐ฅ | AI Gateway |
| 52 | ๐บ๐ธ Braintrust | ๐ฅ | Evals platform |
| 53 | ๐บ๐ธ Promptfoo | ๐ฅ | Open-source evals |
| 54 | ๐ฌ๐ง UK AISI Inspect AI | ๐ฅ | UK govโs open-source evals tool |
See also
- 10. AI & LLMs ๐ฉ โ the underlying tech
- AI Landscape โ the map ๐ฉ ๐ฆ โ Western vs Chinese guidance, capability matrix
- 09. Tooling & dev environment ๐ฉ โ where Claude Code fits among the other tools
- Decision frameworks โ Cursor vs Claude Code vs Windsurf ๐ฅ
- Claude Code official docs: https://docs.claude.com/en/docs/claude-code/overview