Quellen: Context-Engineering
Dieser Knoten hält fest, woher das Wissen für den Guide Context-Engineering stammt. Die Aufbereitung steht dort; hier liegen die geprüften Originalquellen mit den Kernzitaten.
1. 🎙️ Die Quellen im Überblick
| Quelle | Wer | Kernbeitrag |
|---|---|---|
| Effective context engineering for AI agents | Anthropic (Applied AI Team) | Definition, attention budget, vier Techniken |
| Claude Code best practices | Anthropic | Instruktionsdateien knapp halten |
| Software 3.0 | Andrej Karpathy | anterograde Amnesie, Kontext als Kurzzeitgedächtnis |
2. 🧷 Kernaussagen
Anthropic definiert die Disziplin und benennt das Budget:
“Context engineering refers to the set of strategies for curating and maintaining the optimal set of tokens (information) during LLM inference.” “LLMs have an ‘attention budget’ that they draw on when parsing large volumes of context. Every new token introduced depletes this budget.”
Zur Praxis der Instruktionsdatei (direkt anschlussfähig an die AGENTS.md-Konvention):
“Keep it concise. For each line, ask: ‘Would removing this cause Claude to make mistakes?’ If not, cut it. Bloated CLAUDE.md files cause Claude to ignore your actual instructions!”
Karpathy liefert das mentale Modell für die Knappheit des Kontexts:
“LLMs are a bit like a coworker with Anterograde amnesia … all they have is short-term memory (context window).”
3. 🔗 Was daraus kompiliert wurde
- Context-Engineering (der Guide mit den vier Techniken)
📚 Weiterführende Links & Quellen
- Context-Engineering (die aufbereitete Guide-Seite)
- Das Konzept: LLM-Wiki trifft OKF (warum Quellen separat liegen)
- Engineering-Post: Anthropic, Effective context engineering for AI agents (2025)
- Doku: Anthropic, Claude Code best practices
- Talk: Andrej Karpathy, Software 3.0 (2025, annotiertes Transkript)