Skip to the content.

llm-lore

graph TD
    A[What is an LLM?] --> B[Pattern matcher]
    A --> C[Autocomplete]
    A --> D[Eager to please]
    E[What isn't an LLM?] --> F[Not truthful by default]
    E --> G[Not a database]
    E --> H[Not conscious]
    B --> I[How to work with it]
    C --> I
    D --> I
    F --> I
    G --> I
    H --> I
    I --> J[Direct them]
    I --> K[Decompose tasks]
    I --> L[Create boundaries]

Overarching knowledge ABOUT LLMs as a technology. Not lessons from using them, but fundamental understanding of what they are and aren’t.

Contents

Root level - Conceptual explanations

examples/ - Real-world illustrations of concepts

What goes here

Examples

Format

Clear explanations of overarching concepts. This isn’t “I tried X and it failed” - it’s “Here’s what LLMs fundamentally are and how that shapes everything.”