Skip to content

Instantly share code, notes, and snippets.

@nileshtrivedi
Created May 12, 2020 01:50
Show Gist options
  • Save nileshtrivedi/09a1ef4027780e7ce293f967d539923f to your computer and use it in GitHub Desktop.
Save nileshtrivedi/09a1ef4027780e7ce293f967d539923f to your computer and use it in GitHub Desktop.
WorldView : A personal beliefs management system

WorldView

This is the idea for an app I have wanted to build for many years. This would be a database of personal beliefs (also known as a "Propositional Knowledge Base"), connected via logical arguments of various kinds: deductive, inferential and Bayesian. Any new facts you learn should update the certainties of the involved beliefs and propagate that through the graph. You could build a social network around it, giving all users a chance to learn from each other's worldview. This would also help one detect inconsistencies and contradictions. The challenge here is to allow local contradictions without blowing up the system as Principle of Explosion implies.

Related links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment