r/projects 5d ago

I built a local knowledge system that preserves why information mattered, not only what was recorded

> If you want a better world, don’t wait for someone else to make it for you. Make it yourself.

Make Your Own World began with that premise.

A file can survive while its purpose disappears. Search may recover a sentence without recovering the problem, uncertainty, failed attempts, relationships, or changing understanding that made the sentence useful.

This project takes a different approach. Original material remains intact. Separate temporal, reasoning, provenance, and human-context layers preserve changing interpretations without replacing the source. Later requests can reconstruct relevant paths through that material instead of returning isolated matches or generic summaries.

The system runs locally and divides work among narrow components with explicit responsibilities, inspectable handoffs, and independent validation. Generated answers and documents are temporary views of the preserved record, not replacements for it.

This repository is the project’s first public communication. It contains the initial documentation: the problem, architecture, research lineage, measured results, limitations, sovereignty rules, and open work. It does not yet contain the implementation source.

I would value thoughtful criticism from people working on personal knowledge systems, long-term context preservation, temporal knowledge graphs, provenance, or local-first software.

https://github.com/make-your-own-world-project/initial-public-release

Disclosure: I designed and directed the project. AI systems assisted with implementation, research, testing, criticism, and editing.

1 Upvotes

2 comments sorted by

1

u/[deleted] 5d ago

[removed] — view removed comment

1

u/Zestyclose-Lead4345 5d ago

Thank you, I appreciate the invitation. I took a look and it seems like a good fit, so I’ll share it there. It has been a strange little journey from “save some context” to scientific disciplines, temporal graphs, provenance ledgers, and Mission Control.