You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This integrates Tom's SOTA forecaster into the app. Users can toggle
between it and the existing forecaster by setting the effort level
parameter when using the SDK or MCP server.
I tried to keep the implementation faithful to Tom's prototypes. We run
three research agents on each question. Then we refine those three
estimates with an additional LLM call to produce a final forecast (no
further research). Lastly, we produce a user-facing summary. A potential
future optimization would be to combine the refinement and summary steps
into one, which would save time.
The model selections are the same as Tom settled on. The prompts are
also the same except for some slight wording changes. Most notable is
adding units to the prompts for numeric forecasts.
Based on my limited testing, the cost is about $0.75 per row, but it
would be good to average across a wider range of tasks.
Sourced from commit e26e249e30afd2673271297dcc11e4e065f634b7
0 commit comments