IVA OS · Persistent knowledge graph
Token-free answers,
straight from the graph.
The knowledge base below is an OKF (Open Knowledge Format) bundle — a directory of markdown files, one concept each, linked into a graph. Questions are answered by traversing that graph in your browser — resolve the entity, follow the edge, return the value. For facts in the graph, no language model is called and no tokens are spent. Beyond exact facts, a hybrid retrieval (graph + vector) and a model tier take over.
⚙ Model settings — Claude Fable 5 (primary) → Kimi K3 (fallback)
The graph and vector retrieval always answer token-free. For questions they can't cover, the page calls a model — Claude Fable 5 first, falling over to Kimi K3 if it errors. Keys are stored only in this browser (localStorage), sent directly to each endpoint, and never committed or seen by AI Humane. Direct browser calls to these APIs are usually CORS-blocked — deploy the proxy and set each endpoint to your Worker URL.
Primary — Claude Fable 5
Fallback — Kimi K3 (open-weight)
Retrieval — neural embeddings (optional; default is token-free TF-IDF)