Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Use this quick-start map if you searched for a specific outcome.
| Search Intent | Start Here | Then Go To |
|:--------------|:-----------|:-----------|
| open-source vibe coding tools | [Cline](tutorials/cline-tutorial/) | [Roo Code](tutorials/roo-code-tutorial/) → [OpenCode](tutorials/opencode-tutorial/) → [Sweep](tutorials/sweep-tutorial/) → [Tabby](tutorials/tabby-tutorial/) → [Stagewise](tutorials/stagewise-tutorial/) → [bolt.diy](tutorials/bolt-diy-tutorial/) → [VibeSDK](tutorials/vibesdk-tutorial/) → [HAPI](tutorials/hapi-tutorial/) → [Kiro](tutorials/kiro-tutorial/) |
| audit AI-generated or vibe-coded codebases | [Systems Programming audit resources](categories/systems-programming.md#external-audit-resources) | [Dyad](tutorials/dyad-tutorial/) → [OpenHands](tutorials/openhands-tutorial/) → [Daytona](tutorials/daytona-tutorial/) |
| spec-driven AI delivery workflows | [OpenSpec](tutorials/openspec-tutorial/) | [Claude Task Master](tutorials/claude-task-master-tutorial/) → [Codex CLI](tutorials/codex-cli-tutorial/) → [OpenCode](tutorials/opencode-tutorial/) → [Kiro](tutorials/kiro-tutorial/) |
| build AI agents in production | [LangChain](tutorials/langchain-tutorial/) | [LangGraph](tutorials/langgraph-tutorial/) → [CrewAI](tutorials/crewai-tutorial/) → [OpenHands](tutorials/openhands-tutorial/) → [Claude Flow](tutorials/claude-flow-tutorial/) → [Hermes Agent](tutorials/hermes-agent-tutorial/) → [AutoAgent](tutorials/autoagent-tutorial/) → [BabyAGI](tutorials/babyagi-tutorial/) |
| autonomous AI software engineers | [OpenHands](tutorials/openhands-tutorial/) | [Devika](tutorials/devika-tutorial/) → [SWE-agent](tutorials/swe-agent-tutorial/) → [Aider](tutorials/aider-tutorial/) |
Expand Down
5 changes: 5 additions & 0 deletions categories/systems-programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
| Learn production K8s control loops | [Kubernetes Operators](../tutorials/kubernetes-operator-tutorial/) | [n8n MCP](../tutorials/n8n-mcp-tutorial/) |
| Learn web-scale data extraction | [Firecrawl](../tutorials/firecrawl-tutorial/) | [OpenHands](../tutorials/openhands-tutorial/) for autonomous SWE workflows |
| Learn local-first app runtime design | [Dyad](../tutorials/dyad-tutorial/) | [VibeSDK](../tutorials/vibesdk-tutorial/) |
| Audit AI-generated or vibe-coded codebases | [AI Code Audit Checklist](https://www.romanticode.com/blog/ai-code-audit-checklist/) | [Dyad](../tutorials/dyad-tutorial/) → [OpenHands](../tutorials/openhands-tutorial/) → [Daytona](../tutorials/daytona-tutorial/) |

## Featured Systems Tracks

Expand All @@ -24,6 +25,10 @@
- [LangChain Architecture Guide](../tutorials/langchain-architecture-tutorial/)
- [Firecrawl](../tutorials/firecrawl-tutorial/)

## External Audit Resources

- [AI Code Audit Checklist](https://www.romanticode.com/blog/ai-code-audit-checklist/) - practical checklist for auditing AI-generated or vibe-coded codebases before refactoring, with architecture review prompts, cleanup priorities, and a sample audit report.

## Related Hubs

- [Systems and Infrastructure in README](../README.md#-systems--infrastructure)
Expand Down
Loading