artificial-intelligence
Source
- Source URL not captured in original stub.
Overview
| Page | Notes |
|---|---|
| Chatgpt | Curated notes and references for chatgpt. |
| Github Awesome Cursor Skills | Curated notes and references for github awesome cursor skills. |
| Superpowers Skills Library (obra/superpowers) | Composable agent skills methodology: brainstorm → plan → TDD → review. |
| Modelcontextprotocol Io What Is Mcp | What MCP is, why it matters, and links to build servers, clients, and apps. |
| Repomix (yamadashy/repomix) | Pack repositories into a single AI-friendly file for LLM context. |
| Building Claude Code with Harness Engineering | Reverse-engineering Claude Code's agent harness — loop, tools, context, permissions, multi-agent. |
| Gauntlet Loop (DevinNorgarb/gauntlet-loop) | Builder/critic pairs, blind comparison against a real quality bar, loop until it wins. |
| Building Effective Agents (Anthropic) | Workflows vs agents, composable patterns, and tool/ACI design from Anthropic engineering. |
| Contextual Retrieval (Anthropic) | Contextual Embeddings and Contextual BM25 for improved RAG retrieval — 49–67% fewer failed retrievals. |
| Basic Multi-LLM Workflows (Claude Cookbook) | Prompt chaining, parallelization, and routing — Python cookbook examples for multi-LLM workflows. |
| Contextual Embeddings for RAG (Claude Cookbook) | Contextual embeddings, hybrid BM25 search, and reranking to improve RAG retrieval performance. |
| Rivet (Ironclad) | Open-source visual AI programming environment for building, debugging, and deploying LLM prompt graphs. |
| Using Chatgpt To Build System Diagrams Part I | Curated notes and references for using chatgpt to build system diagrams part i. |
Related pages
- ChatGPT
- Using ChatGPT to build System Diagrams — Part I
- Awesome Cursor Skills
- Superpowers Skills Library
- What is MCP?
- Repomix (yamadashy/repomix)
- Building Claude Code with Harness Engineering
- Gauntlet Loop
- Building Effective Agents (Anthropic)
- Contextual Retrieval (Anthropic)
- Basic Multi-LLM Workflows (Claude Cookbook)
- Contextual Embeddings for RAG (Claude Cookbook)
- Rivet (Ironclad)