Ask a question about CKS Architecture
Query History
CKS Logbook
Controlled Knowledge System Architecture · Reference Implementation
CONTROLLED KNOWLEDGE SYSTEM (CKS)
[ User Input ]
↓
[ Intent Map — Deterministic Control Layer ]
↓
[ LOCAL_QA — Immediate Resolution Layer ]
↓
[ Retrieval — Structured Expansion Layer ]
↓
[ LLM — Controlled Fallback Only ]
→ Control is enforced at the entry point, not delegated to probabilistic models.
What this is NOT
- A chatbot
- RAG
- Prompt engineering
- General AI assistant
What this IS
- Deterministic — answers from LOCAL_QA only
- Offline-capable — no network for known queries
- Zero hallucination risk — LLM never generates answers
- Auditable — every resolution path is traceable
Knowledge Base
This logbook covers documented topics about CKS Architecture from three production deployments: OncoHope AI Logbook, ENKI Exam System, and ENKI Clinical Suite.
Out of Scope
If your question does not match a known intent, the system returns "This question is outside the system scope." No inference is performed.