Preferably, follow rules from "Best Textbooks in any Subject." I'm interested in people who have tried 2-3 prediction-recording tools, and can argue why one is better than the others.

I've decided I finally want to get gud at calibration. 

I'm personally just interested in tracking my own predictions, often about private things. I'd prefer something very low-friction where I can record my own predictions, mark them as true/false later on using my own judgment, and automatically see a graph of how calibrated I am.

New to LessWrong?

New Answer
New Comment

6 Answers sorted by

Aay17ush

Apr 11, 2024

110

I'm surprised fatebook.io isn't an answer here. I had in the past tried a bunch of personal prediction tools and felt dis-satisfied. Either because of the complexity, UI, or something else. Anyways, I've been using fatebook for a couple weeks now and loving it.

More info: https://www.lesswrong.com/posts/yS3d46m23wRKDQobt/introducing-fatebook-the-fastest-way-to-make-and-track 

Yeah Fatebook is my new go-to. I think it either didn't exist at the time I posted this, or it was still fairly new/untested.

NunoSempere

May 25, 2020

80

Personally, I've used Foretold, Google Sheets, CSVs, an R script, and my own bash script (PredictResolveTally) (which writes to a csv.).

Personally, I like my own setup best (it does work at the 5 second level), but I think you'd be better off just using a CSV, and then analyzing your results every so often with the programming language of your choice. For the analysis part, this is a Python library I'm looking forward to using.

Thomas Kwa

May 25, 2020

50

I've tried Metaculus private questions, Roam, and Google Sheets, and unfortunately find Google Sheets the least tedious. Metaculus questions are best when you revise predictions dozens of times, and Roam can't do much automatically yet.

Columns in the spreadsheet:

  • Date: date I make the prediction
  • Personal?: whether the prediction is about my own actions
  • Prediction: e.g. "I have 1000 LW karma by 2021"
  • Pro, Con: main reasons for/against, in a few words
  • %: predicted probability e.g .60
  • Outcome: 0/1 (haven't tried numerical data yet nor do I think it'll be worthwhile)
  • Hindsight: the probability I would have given in hindsight

I'm working on calibration, but also trying to identify patterns in mispredictions of myself that I can gain self-knowledge from, hence the extra information. It gets slow to load around 200 entries, but entering predictions using Google Forms could mitigate this (though I haven't tried it). The main advantage of a spreadsheet is the ability to customize graphs with relatively little effort.

Heh, I do often find spreadsheets to work the best, even if they're a bit janky/ugly, because I can customize them to be exactly what I want.

But it actually looks like PredictionBook may be superior to a spreadsheet (for me at least), by virtue of being pretty simple to enter data, as well as automatically composing your "correct predictions" graph, and sending you reminder emails when the prediction is due to resolve.

Peter Wildeford

May 25, 2020

40

PredictionBook is really great for lightweight, private predictions and does everything you're looking for. Metaculus is great for more fully-featured predicting and I believe also supports private questions, but may be a bit of overkill for your use case. A spreadsheet also seems more than sufficient, as others have mentioned.

bgold

May 24, 2020

40

I've spent a fair bit of time in the forecasting space playing w/ different tools, and I never found one that I could reliably use for personal prediction tracking.

Ultimately for me it comes down to:

1.) Friction: the predictions I'm most interested in tracking are "5-second-level" predictions - "do I think this person is right", "is the fact that I have a cough and am tired a sign that I'm getting sick" etc. - and I need to be able to jot that down quickly.

2.) "Routine": There are certain sites that are toothbrush sites, aka I use them everyday. I'm much more likely to adopt a digital habit if I can use one of those sites to fulfill the function.

So my current workflow for private predictions is to use a textexpander snippet w/ Roam.

- [[Predictions]]
- {percentage}%
- [[operationalized]]:
- [[{date}]]
- {{[[TODO]]}} [[outcome]]:


It doesn't have graphs, but I can get a pretty good sense of how calibrated I am, and if I want I could quickly export the markdown and evaluate it.

Of course I want to mention foretold.io as another good site - if you want to distributions that's definitely the way to go.

For those reading, the main thing I'm optimizing Foretold for right now, is for forecasting experiments and projects with 2-100 forecasters. The spirit of making "quick and dirty" questions for personal use conflicts a bit with that of making "well thought out and clear" questions for group use. The latter are messy to change, because it would confuse everyone involved.

Note that Foretold does support full probability distributions with the guesstimate-like syntax, which prediction book doesn't. But it's less focused on the quick individual use case in gene

... (read more)
4Raemon4y
That makes sense. Thanks for chiming in. 
2Raemon4y
I think I might have phrased the OP “hey, is there a reason to use Foretold or Metaculus  over Prediction Book?”, and it sounds in both cases like they’re really optimized for a different thing. 

Is there an option for foretold to become Very Low Friction somehow? I agree with the "5 second level predictions" thing being a key issue.

3NunoSempere4y
Foretold has a public API; requests can be made to it from anything that sends requests. This would require some work.
2bgold4y
I know Ozzie has been thinking about this, because we were chatting about how to use an Alfred workflow to post to it. Which I think would be great!

dvasya

Jun 01, 2020

10

A while back TinyCast seemed pretty friendly: https://tinycast.cultivateforecasts.com/questions/new

3 comments, sorted by Click to highlight new comments since: Today at 9:21 PM

I did just check if PredictionBook could set all predictions to "private" instead of me having to change the setting every time, and the answer is yes, and also it looks like the UI has a few other nice-to-haves that actually make "low friction prediction" achievable.

I think I might need to create a custom stylish overlay for the page so to clear away some excess clutter, so it feels a bit less overwhelming to use. But, that's a fairly simple UI shift and one that I can create for myself. So PredictionBook might just be a good solution.

[-][anonymous]4y20

I haven't tried many different tools, so I'm just spitballing here.

It doesn't seem to hard to just rig up a simple Python script or some Excel file that can keep track, if you want something self-hosted and/or local. (I know you have programming exp, so I expect this is not going to be too hard.)

Otherwise, I think some rationalists are on PredictionBook.

PredictionBook is basically my BATNA here. Seems better than homebrewing something. But I wanted to check if there were any better options that had come out in the past few years.