KOS Engine -- open-source neurosymbolic engine where the LLM is just a thin I/O shell (swap in any local model, runs on CPU)
r/LocalLLaMA
•
Generative AI
Open Source AI
Built an open-source knowledge engine where the LLM does zero reasoning. All inference runs through a deterministic spreading activation graph on CPU. The LLM only reads 1-2 pre-scored sentences at the end, so you can swap gpt-4o-mini for Mistral, Phi, Llama, or literally anything that can complete a short prompt. Think of it as the anti-RAG: instead of stuffing a context window and hoping the model figures it out, the graph already did all the work. The model just formats the answer.