
Open Source
Four public repositories on GitHub, from an EVE Online intelligence platform to a political agent-based simulation lab.
Some of the lab’s work is public. The largest piece is EVE Co-Pilot, an intelligence, industry and fitting platform for the game EVE Online: 17 microservices, a full Dogma engine, live battle tracking from the zKillboard stream, doctrine detection by clustering, and a conversational agent over more than 600 tools. It is alpha software and says so.
Before Retina there was News MCP, a 34-service news intelligence platform with an AI analysis pipeline and entity resolution against Wikidata; Retina is what the lab learned from it. ABM² Digital Lab simulates political opinion dynamics with agent-based models in the browser. A smaller one rounds it out: a persistent memory server for agents.
The author line is the same in every README: Andreas for architecture, design and direction, Claude Code as implementation partner.
On GitHub
Read 3 September 20264 public repositories under one account. Push dates, stars and licences are read from GitHub at snapshot time; the counts of services and tests come from the READMEs.
| repository | what it is | stack | stars | last push |
|---|---|---|---|---|
| eve-copilot MIT | EVE Online intelligence platform: 17 microservices, Dogma engine v4, real-time combat tracking, doctrine detection, alliance management, a conversational agent over 600+ tools. 17 services · 111+ migrations · 3,029+ tests · 609 MCP tools | Python, TypeScript | 4 | 05.04.2026 |
| news-microservices | News intelligence platform: RSS ingestion, multi-stage AI analysis, entity resolution against Wikidata, knowledge graph. The predecessor of Retina. 34 services · RabbitMQ event bus with 12 exchanges | Python, React | 0 | 05.04.2026 |
| abm2-digital-lab MIT | Political agent-based model simulation platform: opinion formation, socio-ecological couplings, emergent macro patterns from micro interactions, empirically calibrated. web-based, FastAPI + React, MCP integration | TypeScript, Python | 0 | 05.04.2026 |
| persistent-agent-memory | MCP server for persistent agent memory across sessions: semantic search, typed memories. | Python | 0 | 05.04.2026 |
How it is built
Two authors, every time
The author line is the same across the repositories: Andreas for architecture, design and direction; Claude Code as implementation partner. The READMEs call it what it is: human vision and machine implementation, working as equals.
What the public code shares with the lab
The same habits: microservices behind an event bus, an MCP layer so that an agent can drive the system, tests counted and stated, and a status badge that says alpha when it is alpha.