Skip to content

Instantly share code, notes, and snippets.

@glowinthedark
Created April 2, 2026 19:55
Show Gist options
  • Select an option

  • Save glowinthedark/c396a4dc5b1345ab9ee42a289afabd04 to your computer and use it in GitHub Desktop.

Select an option

Save glowinthedark/c396a4dc5b1345ab9ee42a289afabd04 to your computer and use it in GitHub Desktop.
graph LR
    A["System Prompt (highest authority)"]:::sys
    B["Developer / Tool Instructions<br/>(when applicable)"]:::dev
    C[User Prompt]:::user
    D["Conversation History<br/>(recursive influence)"]:::hist

    A --> B --> C --> D

    classDef sys fill:#ffddcc,stroke:#cc7744,stroke-width:2px,color:#000;
    classDef dev fill:#d0e6ff,stroke:#3a78c2,stroke-width:2px,color:#000;
    classDef user fill:#e2ffd8,stroke:#5fa854,stroke-width:2px,color:#000;
    classDef hist fill:#f8e5ff,stroke:#b266cc,stroke-width:2px,color:#000;
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment