Agora Cosmica: An Open-Source Living Library of Historical Figures
Agora Cosmica is an open-source, nonprofit educational platform that allows users to interact with AI-rendered portrayals of 30 historical figures from philosophy, science, art, mysticism, and activism. The project aims to make wisdom accessible through a combination of pre-recorded narratives, multi-figure dialogues, and live AI conversation, while strictly adhering to privacy-first design and learning science.
Educational Framework and Content
Agora Cosmica organizes its learning experience around a four-chapter arc designed to move users from passive reception to active application. This arc is informed by Kolb's experiential cycle, Bloom's taxonomy, and retrieval practice.
The Learning Arc
- Story: The initial phase where users receive information.
- Wisdom: An exploration of the figure's core teachings.
- Prism: A phase for connecting the teachings to other perspectives.
- Quest: A final phase where users must prove their understanding.
Content Catalog
The platform features 30 historical figures (including Marcus Aurelius, Ada Lovelace, Rumi, and Frida Kahlo), each with 12 wisdom teachings. This results in a 360-story catalog, 360 prism dialogues, and 110 four-figure council debates based on 55 questions at two different depth levels. All content is available in both English and German with time-synced audio.
Privacy and Ethical AI Design
Agora Cosmica is built with a "privacy by design" philosophy, ensuring that user data remains in the browser and is not tracked or profiled.
Data Sovereignty
- No Behavioral Tracking: The platform uses no tracking cookies, no third-party analytics, and no per-request access logs.
- BYOK (Bring Your Own Key): Users can provide their own OpenRouter key, which is encrypted locally using AES-256-GCM and never stored on the platform's servers.
- Local Mode: For maximum privacy, users can run the entire stack locally using Docker, pointing the app to any OpenAI-compatible LLM endpoint (such as Ollama or LM Studio).
Ethical Framing
To avoid misleading users, the platform uses "Echo framing," where every figure is presented as an AI Echo—an AI-rendered portrayal rather than a claim to be the actual person. Additionally, each figure includes a per-figure factcheck that explicitly lists what is historically verified versus what has been recreated for narrative purposes.
Technical Architecture
The system uses a distributed architecture to ensure performance and privacy. User data is held in the browser, while Cloudflare Workers act as thin proxies for rate limiting and safety screening without storing user data.
AI and Audio Stack
- LLM Inference: The free tier uses Qwen3 235B via Nebius in Finland. Users with their own keys can route requests via OpenRouter.
- Live Speech: Text-to-speech (TTS) and speech-to-text (STT) are handled by the platform's own GPU servers in Germany. This includes Kokoro TTS for English and Qwen3-TTS/F5 for German, with Faster-Whisper for STT.
- Media Storage: Pre-recorded audio is stored on Cloudflare R2 in the EU and served via a global CDN.
Community and Licensing
Agora Cosmica is managed by ChipMates gemeinnützige GmbH, a German nonprofit. The project is open-source under the AGPL-3.0 license for code, while content (stories, voices, and artwork) is currently under copyright but will transition to CC-BY 4.0 within 6 to 12 months.
Community Perspectives
Discussion among users has highlighted both the potential and the ethical complexities of using AI to simulate historical figures.
"I don't think it's fair to these very real humans to try and distill their essence from what they presented publicly. Real humans are messy and complicated. This feels really, really disrespectful. Just because someone died a long time ago doesn't mean it's any less weird to do digital necromancy."
Conversely, other users have praised the platform's honesty regarding its role as a starting point for further study:
"The mission stands out the most, you've built something that's honest about being a starting point and is actually designed to send people on to the primary texts and real teachers... The per-figure factcheck showing what's verified versus recreated is a thoughtful honesty touch too."
Getting Started
Users can access the platform for free at agoracosmica.org with 30 messages per day and no signup required. Developers and researchers can clone the repository from GitHub to audit the privacy claims or self-host the platform using Docker.