knowledge-base/wiki/concepts/llm/llm-knowledge-base.md
Hector 2b4557ad13 refactor(concepts): split into llm/agents/policy/directives + ingest(FinancialBot)
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)
2026-06-15 11:28:55 +02:00

911 B

created updated sources tags
2026-06-05 2026-06-05
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