A probabilistic modeling tool for forecasting AGI timeline trajectories based on the paper by METR entitled "Measuring AI Ability to Complete Long Tasks".
This probabilistic approach accounts for uncertainties in starting capabilities, required end capabilities, and the rate of progress, providing a distribution of possible timelines rather than a single point estimate.
-
Clone the repository:
git clone https://github.com/peterhurford/agi_timelines.git cd agi_timelines
-
Install dependencies using Poetry:
# Install Poetry if you don't have it pip install poetry # Install dependencies poetry install
-
Run Jupyter notebook:
poetry run jupyter notebook
- The model is based significantly on squigglepy, a Python library for Monte Carlo simulation.