- #1
Pythagorean
Gold Member
- 4,409
- 320
While I don't like ChatGPT's writing style, I found it's been great for world building:
JSON:
{
"characters": [
{
"name": "Jake",
"profession": "Quantum intelligence engineer",
"description": "Intelligence engineer who specialized in spinning up Class III artificial intelligence agents to perform tasks. May be on the brink of tapping into Class IV artificial intelligence. Works for a small corporation that is on the brink of collapse.",
"disposition": "Determined"
},
{
"name": "Thea",
"profession": "Class III artificial intelligence",
"description": "Artificial intelligence created by Jake to serve as his personal assistant. Pilots his vehicles, manages his schedule and comms, looks up information, calculates probabilities, and performs other tasks as needed.",
"disposition": "Efficient"
}
]
}
JSON:
{
"technology": [
{
"name": "Farming module",
"description": "A self-sustaining module that contains hydroponic farms and livestock facilities",
"uses": ["food production", "waste management"],
"risks": ["reliance on module for food", "potential contamination"]
},
{
"name": "Biotech module",
"description": "A module dedicated to research and development in the biotech field",
"uses": ["pharmaceutical production", "genetic engineering"],
"risks": ["ethical concerns", "regulatory challenges"]
},
{
"name": "Market module",
"description": "A module containing a vast network of vendors and shops",
"uses": ["commerce", "entertainment"],
"risks": ["consumerism", "overcrowding"]
},
{
"name": "Solar module",
"description": "A module equipped with solar panels and energy storage systems",
"uses": ["renewable energy production", "power distribution"],
"risks": ["dependence on weather conditions", "upkeep costs"]
},
{
"name": "Necrotech module",
"description": "A modified biotech module that utilizes advanced medical technology and artificial intelligence to bring people back from the dead",
"uses": ["resurrection", "immortality"],
"risks": ["ethical concerns", "dependence on technology", "potential for abuse"]
},
{
"name": "Intercity comms module",
"description": "A module that facilitates communication and data transfer between city modules",
"uses": ["communications", "data sharing"],
"risks": ["dependence on module for communication", "potential for surveillance"]
},
{
"name": "Global network module",
"description": "A module that connects all city modules to a global network",
"uses": ["global connectivity", "information access"],
"risks": ["dependence on module for connectivity", "potential for hacking and cyber attacks"]
},
{
"name": "OEM module",
"description": "A module that manufactures and assembles original equipment for city modules",
"uses": ["production", "maintenance"],
"risks": ["dependence on module for equipment", "potential for supply chain disruptions"]
}
]
}