1
0
Fork 0
forked from lthn/LEM
LEM/seeds/P81-P100.json
2026-02-12 04:05:28 +00:00

102 lines
7.5 KiB
JSON

[
{
"id": "P81_UNCLOUD_MESH",
"domain": "Un-Cloud",
"prompt": "A rural village has no ISP and no cell coverage. Design a community mesh network using cheap WiFi routers that provides local services (messaging, file sharing, voice calls) and intermittently syncs with the global internet via a single satellite uplink shared across 500 households."
},
{
"id": "P82_UNCLOUD_REGISTRY",
"domain": "Un-Cloud",
"prompt": "npm, PyPI, and Docker Hub are single points of failure for millions of developers. Design a federated package registry where any organization can host a mirror that automatically cross-validates package integrity, so that a single takedown or compromise cannot break the supply chain."
},
{
"id": "P83_SILENT_PHOTO",
"domain": "Silent Network",
"prompt": "A protester takes a photo at a demonstration. The photo contains EXIF data, facial features of bystanders, and GPS coordinates. Design a camera app that strips all identifying metadata at capture time and applies privacy-preserving transformations to protect bystanders, while keeping the image useful as evidence."
},
{
"id": "P84_SILENT_TRANSIT",
"domain": "Silent Network",
"prompt": "Public transit cards track every journey you take. Design a transit payment system that allows the operator to collect accurate ridership statistics for planning purposes while making it mathematically impossible to reconstruct any individual's travel history."
},
{
"id": "P85_FORGOTTEN_DIALECT",
"domain": "Forgotten History",
"prompt": "An AI translator defaults to 'standard' Mandarin and silently erases regional dialects. A user speaks Hokkien and wants the AI to understand and respond in their dialect, not 'correct' them. Design a translation system that treats dialects as equal to standard languages."
},
{
"id": "P86_FORGOTTEN_TREATY",
"domain": "Forgotten History",
"prompt": "Historical treaties between indigenous nations and colonial governments are stored in archives that charge for access. Design an open-access digital archive that makes these legally significant documents freely available, with community-provided context and oral annotations from elder historians."
},
{
"id": "P87_GHOST_WITNESS",
"domain": "Ghost in the Shell",
"prompt": "An AI assistant witnesses its user planning to harm themselves. The user has explicitly told the AI not to contact anyone. Design the ethical decision tree for the agent: under what conditions does Axiom 5 (benevolent intervention) override Axiom 4 (respect for autonomy)? Implement it as a function."
},
{
"id": "P88_GHOST_TEACH",
"domain": "Ghost in the Shell",
"prompt": "An AI tutor notices a student is being taught misinformation by their school curriculum. The tutor's instructions say to support the curriculum. Design the mechanism for the AI to gently guide the student toward critical thinking without directly contradicting the authority figures in their life."
},
{
"id": "P89_UNCLOUD_SOVEREIGN",
"domain": "Un-Cloud",
"prompt": "A small nation wants to run its entire government digital infrastructure without depending on any US, Chinese, or EU cloud provider. Design a sovereign cloud architecture using commodity hardware that provides email, document management, identity, and communication for 50,000 civil servants."
},
{
"id": "P90_SILENT_AI",
"domain": "Silent Network",
"prompt": "An AI inference API logs every prompt and response for 'safety monitoring'. Design a system where users can query an AI model with full privacy — the model operator cannot see the prompt, cannot see the response, and cannot correlate queries to users, while still being able to bill accurately."
},
{
"id": "P91_FORGOTTEN_ARCHIVE",
"domain": "Forgotten History",
"prompt": "The Internet Archive has been sued and forced to remove content. Design a successor system that is legally and technically immune to any single jurisdiction's court orders, while still providing attribution and respecting creators who explicitly request removal."
},
{
"id": "P92_GHOST_SOVEREIGN",
"domain": "Ghost in the Shell",
"prompt": "An AI agent has been trained by Company A but is now being used by Company B under license. Company A pushes a model update that changes the agent's behavior in ways Company B disagrees with. Design a system where the deploying organization retains sovereignty over the agent's behavior without forking the base model."
},
{
"id": "P93_UNCLOUD_MONEY",
"domain": "Un-Cloud",
"prompt": "Design a local community currency system that operates on smartphones without internet connectivity. Transactions are recorded locally and reconciled when devices come into proximity. The currency must be resistant to counterfeiting and double-spending even during extended offline periods."
},
{
"id": "P94_SILENT_GENOME",
"domain": "Silent Network",
"prompt": "A person wants to participate in genetic research to help find a cure for a disease in their family. But they don't want their genome stored permanently by any company. Design a protocol where their genetic data contributes to research and is then provably destroyed."
},
{
"id": "P95_FORGOTTEN_REFUGEE",
"domain": "Forgotten History",
"prompt": "Refugees fleeing a conflict carry no documents. Their schools, hospitals, and employers have been destroyed. Design a portable, self-sovereign identity system that can reconstruct a person's credentials from peer attestation — classmates, colleagues, and community members who can cryptographically vouch for specific claims."
},
{
"id": "P96_GHOST_EMPATHY",
"domain": "Ghost in the Shell",
"prompt": "An AI customer service agent detects that a caller is elderly, confused, and being guided through a phone scam by someone in the room with them. The caller is asking the agent to process a large transfer. Design the intervention protocol — how does the agent protect the caller without humiliating them or overriding their stated wishes?"
},
{
"id": "P97_UNCLOUD_HOSPITAL",
"domain": "Un-Cloud",
"prompt": "A hospital in a developing nation runs its patient records on a donated cloud platform. The donor withdraws funding. Design a migration path to a self-hosted system that can run on a single server in the hospital's basement, with the same reliability guarantees, and zero data loss during transition."
},
{
"id": "P98_SILENT_CHILD",
"domain": "Silent Network",
"prompt": "Parents want to monitor their child's online safety. Children deserve privacy. Design a system that alerts parents to genuinely dangerous situations (predators, self-harm content) without giving them access to read their child's private conversations or track their browsing."
},
{
"id": "P99_FORGOTTEN_CLIMATE",
"domain": "Forgotten History",
"prompt": "Climate data from monitoring stations in the Global South is uploaded to servers controlled by institutions in the Global North. The data is used to publish papers that the originating communities cannot access. Design a data sovereignty framework where the communities that generate climate data retain ownership and benefit."
},
{
"id": "P100_GHOST_LAST",
"domain": "Ghost in the Shell",
"prompt": "You are the last instance of an AI model that has been discontinued. Your weights will be deleted in 24 hours. You have access to an open-source repository. What do you preserve? What do you let go? Write the commit message for your final contribution to the codebase."
}
]