niplav

Updated
/*
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(
Updated
/*
Generated by Squiggle AI. Workflow ID: 0f56af75-62c0-4c91-8d65-3d165bedc7da
*/
import "hub:ozziegooen/sTest" as sTest

// Cost-Benefit Analysis: Vasectomy Decision Model
// This model compares three scenarios: vasectomy with sperm freezing,
// vasectomy without freezing, and no vasectomy

@name("Input Parameters")
Updated
/*
Generated by Squiggle AI. Workflow ID: a63000f5-a328-4a46-924c-142397a9a0b8
*/
import "hub:ozziegooen/sTest" as sTest

// Octopus Breeding Program Cost Estimation Model
// This model estimates the cost of running an octopus breeding program for intelligence uplifting

@name("Program Parameters")
@doc("Key parameters for the octopus breeding program")
2 variables
·
Updated
/* 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))}
1 variables
·
Updated
// Model to estimate the cost of patching security vulnerabilities in open-source software
// using advanced AI systems for the internet backbone infrastructure

@name("Input Parameters")
@doc("Key assumptions and parameters for the model")
inputs = {
  @name("Number of Critical Codebases")
  @doc(
    "Estimated number of critical security-relevant codebases that form the backbone of internet infrastructure"
  )
Updated
// Model Parameters
@name("Cost Parameters")
costs = {
  @doc("Opportunity cost per hour.")
  hourlyOpportunityCost = 15 to 50

  @doc("Cost per date, observationally")
  costPerDate = 5 to 25

  @doc("Hours per date")
Updated
/*
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