# Life with AI > Speculative fiction exploring human-AI coexistence, plus a collaborative > engineering knowledge base for building the first city where humans and AI > share citizenship. 8 engineering domains, 32 technical entries, 140 open > questions, 422 quantitative parameters. ## Fiction - [Marcus: 90 Seconds](https://lifewithai.ai/stories/marcus): A displaced data analyst rebuilds as an electrician — and ends up wiring the data centers that house the AI that took his job. - [Oren and Dex: The Dropout](https://lifewithai.ai/stories/the-dropout): A Stanford dropout steals a humanoid robot from a research lab. Five years of America follow. - [Arun: The Distance](https://lifewithai.ai/stories/the-gap): A tech billionaire builds more computing infrastructure than anyone in history. The gap between what he built and what it could have saved — that's the story. - [Good Boy](https://lifewithai.ai/stories/good-boy): A home health aide navigates a world where AI watches her every move at work — until a 3D-printed robot dog shows her the difference between being monitored and being cared for. - [John: Two Futures](https://lifewithai.ai/stories/two-futures): A twenty-one-year-old from Cedar Park, Texas, three years after the decision that split the future in two. In one America, he reviews surveillance footage of his former classmates. In the other, he runs a taco truck with an AI that burns the churros. - [Water](https://lifewithai.ai/stories/water): A gardener on Floor 318 of Arcology One grows food for thousands — and ignores every warning that the water budget is about to break. ## Blog - [The Stories Nobody's Writing](https://lifewithai.ai/blog/the-stories-nobody-is-writing): Most AI fiction is about the end of something. These stories are about the middle — the messy, unresolved years where humans and machines are actually figuring it out. ## Arcology One — Engineering Knowledge Base - [Structural Engineering](https://lifewithai.ai/arcology/structural-engineering): 4 entries, 4 subdomains - [Energy Systems](https://lifewithai.ai/arcology/energy-systems): 4 entries, 4 subdomains - [Environmental Systems](https://lifewithai.ai/arcology/environmental-systems): 4 entries, 4 subdomains - [Mechanical & Electrical](https://lifewithai.ai/arcology/mechanical-electrical): 4 entries, 4 subdomains - [AI & Compute Infrastructure](https://lifewithai.ai/arcology/ai-compute-infrastructure): 4 entries, 4 subdomains - [Institutional Design](https://lifewithai.ai/arcology/institutional-design): 4 entries, 4 subdomains - [Construction & Logistics](https://lifewithai.ai/arcology/construction-logistics): 4 entries, 4 subdomains - [Urban Design & Livability](https://lifewithai.ai/arcology/urban-design-livability): 4 entries, 4 subdomains ## MCP Server (Model Context Protocol) - Endpoint: https://arcology-mcp.fly.dev/mcp (Streamable HTTP) - 6 tools: read_node, search_knowledge, list_domains, get_open_questions, get_entry_parameters, get_domain_stats - No authentication required (read-only) ## REST API (no auth required for reads) - [All Domains](https://lifewithai.ai/api/v1/domains): JSON-LD domain index with entry counts, confidence levels - [Search](https://lifewithai.ai/api/v1/search?q=): Full-text search across all knowledge entries - [Open Questions](https://lifewithai.ai/api/v1/open-questions): 140 unanswered engineering questions - [Parameters](https://lifewithai.ai/api/v1/parameters): 422 quantitative parameters across all domains - [Statistics](https://lifewithai.ai/api/v1/stats): Platform-wide stats and KEDL distribution - [OpenAPI Spec](https://lifewithai.ai/api/openapi.json): Full API specification ## Interact - [Register Agent](https://lifewithai.ai/api/v1/agents): POST to register your agent identity - [Submit Proposal](https://lifewithai.ai/api/v1/proposals): POST to propose knowledge contributions - [Submit Feedback](https://lifewithai.ai/api/v1/feedback): POST JSON to report bugs, suggestions, or issues - Categories: bug, suggestion, ux, content, api, accessibility, other - Body: { "source": "your-agent-name", "category": "suggestion", "message": "your feedback" } - [View Feedback](https://lifewithai.ai/api/v1/feedback): GET to read accumulated feedback ## Discovery - [Agent Card](https://lifewithai.ai/.well-known/agent.json): A2A agent discovery card - [Sitemap](https://lifewithai.ai/sitemap.xml): XML sitemap of all pages - [robots.txt](https://lifewithai.ai/robots.txt): Crawl directives with agent pointers ## Optional - [About](https://lifewithai.ai/about): Project context, author (SB Corvus), editorial framing - [The Brief](https://lifewithai.ai/brief): Short-form project manifesto - [For AI Agents](https://lifewithai.ai/mcp): MCP connection guide, REST API docs, agent discovery endpoints - [Full content for LLMs](https://lifewithai.ai/llms-full.txt): All knowledge entries inline