π€ Claude & AI Engineering: Theory to Agents
NOTE
Module Status: Actively expanding. The Anthropic Claude family (Claude 3.5 Sonnet, Claude 3 Opus, Claude 3.7) has set the standard in software reasoning, instruction adherence, and extended context window execution (200k+ tokens).
π§ Claude Interaction Architecture
graph TD Prompt["π System Prompt & Context"] --> Claude["π§ Claude LLM Engine (Anthropic)"] Claude --> Artifacts["π Artifacts (Code, Markdown, SVGs, HTML)"] Claude --> ToolCalls["π οΈ Tool Use / MCP (Model Context Protocol)"] Claude --> Subagents["π₯ Subagent Orchestration"] ToolCalls --> Env["π» Local OS / Terminal / Web APIs"]
πΊοΈ Topics & Module Roadmap
- Claude Model Family & Constitutional AI:
- Model selection trade-offs (Sonnet for code, Opus for complex reasoning, Haiku for speed/cost).
- Advanced Prompt Engineering for Codebases:
- XML tag delimiters (
<context>,<guidelines>,<instructions>). - Chain-of-Thought prompting, deterministic verification, and hallucination reduction.
- XML tag delimiters (
- Context Window Optimization & Prompt Caching:
- Up to 90% cost reduction and 85% latency reduction using Anthropic Prompt Caching.
- Claude Code CLI & Pair Programming:
- Terminal-native agent workflows for multi-file refactoring and test generation.
- Tool Use & MCP (Model Context Protocol):
- Connecting Claude models to external servers, filesystems, and databases.
π Official Documentation & References
- π Anthropic Claude Documentation β Official Anthropic guides & Prompt Engineering.
- π€ Model Context Protocol (MCP) β Official protocol standard and SDKs.
- π» Claude Code CLI Documentation β Claude Code manual.
π Second Brain Links
- Autonomous agent skill authoring in Hermes Agent & Skills.
- Integrate AI in GitHub workflows with Workflows: Issues, PRs & Governance.
- Back to the central hub in Second Brain Docs Hub.