/* Generated by Squiggle AI. Workflow ID: ce28e75e-7399-4bd2-9ed9-4b858b75eb8f */ // Model Parameters @name("Cost Parameters") costs = { @doc( "Opportunity cost per hour. Highly variable based on occupation, location and skills. Higher for professionals/knowledge workers, lower for students/part-time workers." ) hourlyOpportunityCost = mx([15 to 25, 5 to 80], [0.9, 0.1])
/* Trying to estimate how much AI research has happened so far */ dartmouth_attendees=10 to 12 /* Number of Dartmouth attendees */ luminaries = (4 to 5)*dartmouth_attendees start_year = 1956 /* Darthmouth */ end_year = 2025 /* now*/ domain = [start_year, end_year] growth_rate=1.1 to 1.15 export ai_researchers(t)={luminaries*growth_rate^(normal(t-start_year, (t-start_year+1)/1000))}
/* Generated by Squiggle AI. Workflow ID: 3de1c3c9-d299-4b58-9b33-539b5de8cc24 */ import "hub:ozziegooen/sTest" as sTest // Constants for timeline start_year = 1956 // Dartmouth conference winter1_start = 1974 // First AI winter winter1_end = 1980 winter2_start = 1987 // Second AI winter
/* Generated by Squiggle AI. Workflow ID: a1c362d8-dd87-4bed-8e91-dfa6b85810db */ import "hub:ozziegooen/sTest" as sTest import "hub:ozziegooen/helpers" as h // Base inputs and assumptions inputs = { @name("๐ Global Population") @doc(