Markdown is the model. Zero LLM at inference.
A runtime that walks markdown files — no neural net, no GPU, no embeddings, no API calls — and composes responses from cited files on disk. Hallucination is not a UX problem to mitigate. It is a category that does not exist.
If the knowledge in your domain is structured enough to write down, it is structured enough to live in markdown — and Marty can walk it.
Most "we don't use an LLM at runtime" claims rot the moment someone adds a fallback. Marty's claim is enforced by tests that run in CI — not by promises in a README.
.encode(), cosine_similarity, faiss, chroma, or any of their cousins.
corpus/ or orchestration/.