The system is a knowledge base the model reads, links, and reasons over, queried entirely in plain English. The pattern is the one Andrej Karpathy described as an LLM wiki. Instead of re-searching raw documents on every question the way a standard RAG pipeline does, the system pre-compiles knowledge into structured, interlinked entity pages. Each standard, region, and component becomes its own page, cross-linked to the others, so the relationships between requirements are captured as first-class links rather than rediscovered from scratch every time. When something new comes in, the model writes its page, then reaches back across the knowledge base to update related pages and flag contradictions.