Show HN: MatrAIx – simulate users before reality (Survey/Chat/Web/App) Researchers from Harvard and MIT released MatrAIx, a population-scale, persona-driven infrastructure for evaluating AI systems and interactive products, featuring a shared schema of 1,290 categorical dimensions and a deterministic, quality-filtered coreset of one million personas available on Hugging Face. The system instantiates sampled persona records as LLM agents across Survey, AI Chatbot, Web, and App environments, with a technical report on arXiv (2608.04205) and an open-sourced Playground and task library on GitHub. The project aims to simulate heterogeneous users for reproducible testing, but the authors emphasize it is not a replacement for evidence from real people. Simulate before reality. Population-scale, persona-driven infrastructure for evaluating AI systems and interactive products with heterogeneous simulated users. MatrAIx is a population-scale, persona-driven infrastructure for evaluating AI systems and interactive products with heterogeneous simulated users. Instead of testing against a generic or interchangeable user, MatrAIx instantiates sampled persona records as LLM agents and runs them through reproducible tasks across four environments — Survey , AI Chatbot , Web , and App native desktop and mobile, including macOS and iOS . At its foundation is a shared schema of 1,290 categorical dimensions covering background, psychology, capability, and behavior. Personas combine dependency-aware synthetic generation with evidence-aware human grounding; a deterministic, quality-filtered coreset of one million personas is released for research on Hugging Face https://huggingface.co/datasets/MatrAIx2026/MatrAIx Persona 1M Public Release . Shared telemetry, task-owned verification, and reporting connect individual responses and trajectories to subgroup- and population-level findings. The name nods to The Matrix : a simulated world useful for exploration, stress testing, and hypothesis generation, not a replacement for evidence from real people . 2026-08-11 Academic commentary:by Mayank Kejriwal Can we simulate the world? . AI Scientist 2026-08-10 Featured as an X Trending Story https://x.com/i/trending/2086626337561911419 : Harvard and MIT Unveil MatrAIx with 8.3 Billion Virtual Personas . Also covered across tech media, including 36Kr https://eu.36kr.com/en/p/3932853833759876 , Numerama https://www.numerama.com/tech/2308727-ces-chercheurs-ont-cree-83-milliards-dhumains-virtuels-pour-tester-des-produits-a-notre-place.html , Infobae https://www.infobae.com/tecno/2026/08/10/asi-prueba-la-ia-un-mundo-con-8300-millones-de-personas-digitales-matraix-es-el-metaverso/ , AI타임스 https://www.aitimes.com/news/articleView.html?idxno=213824 , CryptoBriefing https://cryptobriefing.com/matraix-simulation-harvard-mit-ai-personas/ , and Startup Fortune https://startupfortune.com/harvard-and-mit-built-an-ai-model-of-83-billion-people-to-test-products-on/ , among others. Also discussed by Cisco VP & CTO Gianpaolo Barozzi https://lnkd.in/p/gE9cV2nw . 2026-08-04 Technical report on arXiv: MatrAIx: Simulating the World with 8.3 Billion Persona Agents https://arxiv.org/abs/2608.04205 2608.04205 . Also featured on Hugging Face Daily Papers https://huggingface.co/papers/date/2026-08-10 paper page https://huggingface.co/papers/2608.04205 . 2026-08-01 Released Persona 1M https://huggingface.co/datasets/MatrAIx2026/MatrAIx Persona 1M Public Release on Hugging Face ~1M quality-filtered personas . 2026-07-31 Open-sourced the Playground and task library: MatrAIx-Persona-8B https://github.com/MatrAIx-ai/MatrAIx-Persona-8B . 2026-07-29 Position note: From Personas to Simulated Users https://matraix.ai/research/survey-from-personas-to-simulated-users.html . Docker https://docs.docker.com/get-docker/ — needed for Web and OS-app tasks uv https://docs.astral.sh/uv/ and Python 3.12- Node.js 20+ Playground / viewer frontends only - Model API keys for real persona runs — see agents.md /MatrAIx-ai/MatrAIx-Persona-8B/blob/main/docs/environment/agents.md the install checks below do not need a key Windows users: run everything inside WSL2 — open PowerShell, run wsl --install installs Ubuntu , then clone this repoinside the WSL filesystem e.g. ~/MatrAIx , not /mnt/c/… , which is much slower and enableWSL integrationin Docker Desktop → Settings → Resources. Every command in this README then works exactly as written. Native PowerShell/cmd is not supported the task verifiers require bash . git clone