Skip to content

roman-compote/synapse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

tags
#index
#navigation

AI & LLM Engineering Knowledge Vault

Welcome to your comprehensive AI and LLM engineering knowledge base. This vault combines PARA organization method with Zettelkasten principles for effective learning and knowledge management.


Structure Overview

This knowledge base uses PARA Method + Zettelkasten principles:


Quick Capture

Add Content:

Process Inbox:


Quick Navigation

πŸŽ“ Workshops

Start here for structured learning paths:

πŸ“š Core Concepts

Fundamental knowledge organized by topic:

πŸ€– Models

AI model documentation and comparisons:

Frontier Models (Latest, cutting-edge)

Production Models (Stable, reliable)

Open Source Models

Deployment Tools

πŸ› οΈ Tools & Frameworks

Coding Assistants

Full comparison: Coding Assistants Overview

Agentic Systems:

  • Claude Code - Multi-step autonomous coding
  • Devin - Full-stack AI developer
  • Amp ⭐ NEW - Open source, transparent architecture (~400 lines)

Copilot-Style:

  • GitHub Copilot - Line-level suggestions
  • Amazon CodeWhisperer

Hybrid:

  • Cursor - Autocomplete + agent mode
  • Windsurf - Fast agentic coding
  • Aider - Terminal-based AI pair programming

Agent Frameworks

  • LangChain - Comprehensive LLM framework
  • LangGraph - Stateful multi-agent graphs
  • AutoGen (Microsoft) - Multi-agent conversations
  • CrewAI - Role-based agent teams
  • Fabric - CLI prompt management (300+ patterns)

Protocols & Standards

🎯 Techniques

Advanced AI engineering patterns:

πŸ’» Practical Exercises

Hands-on projects and implementations:

Core LLM Engineering:

  1. Basics - Multi-provider integration, web summarization
  2. Gradio - Conversational AI interfaces
  3. Tools - Multi-modal airline assistant
  4. Code Generation - Python to C++ optimization

Advanced Topics: 5. RAG - Enterprise knowledge base system

Agent Frameworks: 6. OpenAI SDK Agents - Multi-agent research system 7. LangGraph - State-based agent architecture


Latest Updates (November 2025)

Major Developments:

  • πŸš€ Claude Opus 4.5 now available in GitHub Copilot
  • πŸ—οΈ GitHub AgentHQ platform announced
  • πŸ”§ Claude Code 2.0 with checkpoints and subagents
  • 🌐 OpenAI and Google DeepMind adopt Model Context Protocol
  • ⚑ Cursor vs Windsurf competition heating up

Maps of Content (MOCs)

High-level navigation hubs for exploring related topics:

See MOCs folder for all maps of content.


Vault Organization

This vault uses PARA + Zettelkasten:

graph TB
    A[AI/LLM Vault] --> B[0-Inbox]
    A --> C[1-Projects]
    A --> D[2-Areas]
    A --> E[3-Resources]
    A --> F[4-Archives]
    A --> G[5-Meta]

    B --> B1[web-clips]
    B --> B2[bookmarks]
    B --> B3[videos]
    B --> B4[quick-notes]

    C --> C1[Active Projects]
    C --> C2[Time-bound work]

    D --> D1[AI Learning]
    D --> D2[Ongoing Areas]

    E --> E1[Models]
    E --> E2[Tools]
    E --> E3[Techniques]
    E --> E4[Exercises]

    F --> F1[Completed]
    F --> F2[Outdated]

    G --> G1[Templates]
    G --> G2[MOCs]
    G --> G3[Guidelines]

    style A fill:#f3e5f5
    style B fill:#e3f2fd
    style C fill:#fff3e0
    style D fill:#f1f8e9
    style E fill:#fce4ec
    style F fill:#e8f5e9
    style G fill:#fff9c4
Loading

Workflow: Capture (Inbox) β†’ Process (Weekly) β†’ Organize (Resources) β†’ Link (Zettelkasten)


Quick Reference

Model Selection Guide

Use Case Recommended Model Alternative
Coding (Complex) Claude 4 Sonnet GPT-4o
Reasoning GPT-o1 DeepSeek-R1
Long Context Claude 4 Sonnet (1M) Gemini Pro
Cost-Effective Claude 3.5 Sonnet Mistral 7B
Local/Private Llama 3 + Ollama Code Llama

Coding Assistant Selection

Task Type Recommended Tool Why
Autocomplete GitHub Copilot Fast, non-intrusive
Feature Development Claude Code Multi-file, autonomous
Quick Refactoring Cursor Hybrid approach
Learning Agents Amp Transparent architecture
Terminal-based Aider, Amp Git-aware, CLI workflow
Interactive Chat ChatGPT/Claude Interactive explanations

Agent Framework Selection

Scenario Framework Reason
Complex State LangGraph Graph-based control
Conversations AutoGen Multi-agent dialogue
Role-Based Teams CrewAI Collaborative agents
General Purpose LangChain Comprehensive toolkit

Getting Started

New to AI/LLMs?

  1. Start with LLM Engineering Overview
  2. Follow Learning Path MOC
  3. Complete Basics Exercise
  4. Explore production models

New to This Vault?

  1. Read this README and Meta folder overview
  2. Set up Inbox for capturing content
  3. Review Processing Workflow
  4. Install Obsidian Web Clipper for easy content capture

Preparing for Workshop?

  1. Review Workshop Plan
  2. Install Claude Code or chosen tool
  3. Complete setup exercises
  4. Create a project note to track your progress

Building AI Applications?

  1. Review RAG or Agents
  2. Explore RAG Exercise
  3. Try LangGraph Exercise
  4. Use project template to organize your work

Want to Build Your Own Agent?

  1. Read Building Coding Agents
  2. Complete Building Agents Workshop
  3. Study Amp architecture

Resources

Vault Documentation:

Official Documentation:

Community:

  • Claude Code Discord
  • LangChain Community
  • AI Engineering Subreddit

Maintenance

Last Updated: 2025-12-23 Next Review: 2026-01-23

Changelog:

  • 2025-12-23: MAJOR UPDATE - Implemented PARA + Zettelkasten structure
    • Added 0-Inbox for quick capture
    • Added 1-Projects and 2-Areas folders
    • Added 5-Meta with Templates, MOCs, and Guidelines
    • Created Processing Workflow documentation
    • Created 6 note templates for consistency
    • Created comprehensive README files for all folders
    • Updated vault organization and navigation
  • 2025-12-01: Added Building Coding Agents workshop, Amp tool profile, comprehensive agent tutorials
  • 2025-11-30: Vault restructured, coding assistants workshop added
  • Previous: LLM basics workshop materials

This vault combines PARA organization with Zettelkasten linking for effective knowledge management and continuous learning in AI/LLM engineering.

About

AI/LLM Engineering Knowledge Base - Educational vault using Obsidian, PARA Method + Zettelkasten

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors