Four AI Futures MicroSim¶
<iframe src="https://dmccreary.github.io/tracking-ai-course/sims/four-futures/main.html" height="400px" scrolling="no"
style="overflow: hidden;"></iframe>
Edit the Four Futures MicroSim
Prompt
Create a p5.js MicroSim that generates a line chart. Across the bottom x axis draw an axis label "Time". In the center of the Time axis draw a vertical brown line with the label "Now".
Across the left vertical axis draw an axis with the label "Rate of Improvement".
Draw four lines on the chart:
- Growth and Decline: initial rapid growth but peaking now and will be declining in the future
- Growth and Flattening: initial rapid growth but flatting out
- Linear Growth: initial rapid growth but slow linear growth
- Exponential Growth: initial rapid growth and continued exponential growth
Add a checkbox control to display each option.