Switch language한국어
Back to the list

Why I'm building Hyphae: provenance over prediction (and the 3-line baseline that tied it)

TL;DR AI

Key summary

2 min read
  1. Hyphae is a CPU-only Rust system that answers by quoting stored fragments verbatim from a SHA-256 hash-chained journal.

  2. Benchmarks showed a trivial echo baseline matched more complex LLM and retrieval setups on correctness and grounding.

  3. That result reframed the project: the real value is verifiable provenance, not better prediction.

  4. Byte-identical quotation plus hash chaining makes answers auditable, and an external Ed25519 signature anchors the journal head.

  5. The article argues grounded AI should be source-bound and independently verifiable, not just fluent.

Read the original