-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thoughts on next steps? #66
Comments
Ok, a few various thoughts first.
UI: Adding a separate page for each question is an obvious low-hanging fruit. I'd like to do this soon just to have a place to add other stuff to them, e.g. charts. If Tools for forecasters is still in scope, then we need to start some ground work for it, e.g. adding logins. Maybe come up with a minimal useful feature which requires logins, e.g. editing dashboards or question notifications and implement such feature together with infra for logins? I'm not sure how to prioritize this compared to history and charts, user accounts can be pretty complex to implement well, and "personal forecasting tools" is a big project by itself, though it's not hard to MVP some small part of it. Charts are cool! I'm less sure if we should use an external lib or just implement them from scratch, btw, maybe with something like d3 (which is much lower-level than Victory or Nivo). But I'll maybe try to argue in favor of this on #63 in more detail, later. On the data layer, I'd like to spend some time figuring out how our data (graphql objects and fields, shape of data in general) should look like. I've been thinking about metaforecast as a project for unifying forecast formats from different platforms, so maybe we sketch the common ontology a bit more with an eye towards future extensibility and unification.
I'm not saying we should spend much time on these now, and we can just evolve our schema depending on the current needs. This very much depends on a longer-term vision for metaforecast. If you like, I can spend a few hours sketching a proposal for a clearer API, though. But maybe I should become more familiar with various platforms specifics first. Re: history in graphql, I don't have a clear understanding if there are going to be any demand for API and how important it is. But if there is a demand then designing a robust graphql schema upfront might be worthwhile too. On infra:
I also think #35 is pretty important. The main reason I'd use another platform instead of metaforecast is that I can't be sure if metaforecast has the last version of data. I think we should strive for something like "all data is less than 5 minute old", and probably work with platforms re: push webhooks. My own preference on the order of doing things is:
I'm less sure about doing #50 now. I feel like I won't be able to figure out the proper approach to it on the first iteration, and it might turn out to be pretty complex. I still think it should be done eventually, but I don't want it to cause any delays for other obviously needed features. |
A few quick thoughts:
|
At the point where you'd want to roll your own auth and start taking comments, I'd suggest also thinking about deeper integrations with Manifold~ (e.g. we'd be happy to provide auth as a service) Already, we view ourselves as kind of a meta-platform for prediction markets (aka, one frame is that "On Manifold, anyone can run their own PredictIt/Kalshi"). We already mirror some Metaculus questions manually, and plan on doing so for even more - perhaps programmatically, it's one thing we're chatting with Daniel at Metaculus about. I know Metaforecast integrates predictions across different forecasting platforms too (eg non-markets like Metaculus) but I don't think that's a problem; in my ideal world Manifold would actually just have a Metaforecast-like-interface where you can see all the predictions across all the sites, and bet on any that you want using the Manifold market maker. I was already thinking of doing like a 1-click integration for any Metaforecast listing, but now it occurs to me that maybe we should just be a single product. Very ambitious, I know, and maybe not in line with QURI's mission - no worries if so. But would love to start the conversation on this! |
(Sorry for the late reply!) |
In my mind, some good next steps are:
history
storage #50)?Thoughts about what you want to work on next? There are also a few hanging threads:
The text was updated successfully, but these errors were encountered: