Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.76 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.76 KB

Roadmap

UI prototype

Top-level content container is a Post. Posts are ranked with localized upvoteRate (TODO: find better name for ranking scheme).

Posts have one button reply, with which you can add: - Question (structured) - Comment(unstructured)

Questions and Comments can become annotations to a Post. Replies are ranked with bridge-based voting.

Questions can have answers, which you can only rate in-context (meaning, you click on it and then you can rate it). The Questions ranking only counts the ranking of the Question, not the answer. Answers are ranked with bridge-based ranking again.

Everything is a Post (Comments, Answers, Posts). Questions are Questions. Reply is a Post with a parent. Comment is a Post that's not a Question. Answer is a Reply to a Question. Questions can also be an Answer.

Ideas

  • Bridged-based ranking for questions let's the discussion group draw attention towards which information is missing and needs to be reasoned about. If everyone from different perspectives
  • Comment threads can always be unstructured/non-formal, but they can be used to extract good arguments (a piece of information which changed many minds) or good questions (missing information)

Insights

  • Bayesian reasoning can work without changing people's minds. By asking them for conditionals, e.g. "Assuming X is true, do you believe Y?"
  • If we want bayesian reasoning without asking for conditionals, people have to change their mind to make progress.
  • if misinformation becomes popular, it's because many people actually believe it. Suppressing it does not make people learn. Instead it should become popular together with corrected information (like community notes), so everyones learns from that.