CONCEPT-SPLIT (v1.3): - concepts/llm/ (6 files) — LLM-spezifische Konzepte - concepts/agents/ (2 → 6 files) — AI-Agents, Subconscious, Trading/Payment-Bots - concepts/policy/ (2 files) — AI-Policy, Regulation, Biosecurity - concepts/directives/ (2 → 3 files) — Projekt-Direktiven + neue Bot-Policy - AGENTS.md: Schema v1.2 → v1.3, Directory-Diagramm aktualisiert - index.md: 4 Sub-Tabellen in Concepts - Cross-Refs in 9 bestehenden Files aktualisiert FINANCIALBOT INGEST (4 Monate, 66 Messages): - raw/other/financialbot-topic-history-2026-02-01_2026-05-30.json (immutable, 120KB) - 13 neue Wiki-Pages: 5 concepts, 5 tools, 3 teams - Themen: Polymarket Arbitrage, AI-Trading-Hype-Refutation, Agent-to-Agent Payments (Lightning), Iron Condor, OpenClaw-Financial-Bot-Policy - Zentrale Erkenntnis: 'Bots NICHT für Trading ohne Validation' (geprägt durch Halluzinations-Vorfall März 2026)
28 lines
No EOL
911 B
Markdown
28 lines
No EOL
911 B
Markdown
---
|
|
created: 2026-06-05
|
|
updated: 2026-06-05
|
|
sources: []
|
|
tags: [concept, karpathy, wiki]
|
|
---
|
|
|
|
# LLM Knowledge Base (Karpathy Wiki)
|
|
|
|
Siehe [[README.md]] — Das RamaDama Wiki basiert auf diesem Pattern.
|
|
|
|
## Kernprinzip
|
|
|
|
Statt RAG (wiederverarbeitet Rohdaten bei jeder Query) → LLM baut und pflegt ein persistentes Wiki aus .md-Dateien.
|
|
|
|
### Drei Schichten
|
|
1. **Raw Sources** — immutable, LLM liest nur
|
|
2. **Wiki** — LLM-generated Markdown, verlinkt und strukturiert
|
|
3. **Schema** — AGENTS.md definiert Konventionen und Workflows
|
|
|
|
### Drei Operationen
|
|
- **Ingest** — Rohdaten verarbeiten → Wiki aktualisieren
|
|
- **Query** — Fragen gegen das Wiki beantworten, Antworten zurückschreiben
|
|
- **Lint** — Health Checks, Widersprüche, Lücken
|
|
|
|
### Quellen
|
|
- Karpathy Post: https://x.com/karpathy/status/2039805659525644595
|
|
- Karpathy Gist: https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f |