{"slug": "multiplayer-ai-infrastructure", "title": "Multiplayer AI Infrastructure", "summary": "Ablo, an open-source project on GitHub, introduces an authoritative transaction layer for shared application state in AI applications, enforcing authority, idempotency, conflicts, ordering, and confirmation through a typed API while keeping the customer's Postgres as the source of truth. The system coordinates concurrent actions from humans, agents, workflows, and services, addressing questions database transactions leave open, and its documentation details the guarantees, costs, evidence, and open problems.", "body_md": "**The system, and the space around it.**\n\n[Start here](/Abloatai/docs/blob/main/01-the-space.md) |\n[The contract](/Abloatai/docs/blob/main/02-the-contract.md) |\n[Evidence](/Abloatai/docs/blob/main/04-the-evidence.md) |\n[Ontology](/Abloatai/docs/blob/main/domains/ontology-and-schema.md) |\n[Learning path](/Abloatai/docs/blob/main/08-learning-path.md) |\n[Ablo on GitHub](https://github.com/Abloatai/ablo)\n\nAblo is an authoritative transaction layer for shared application state. Every write goes through one typed API where authority, idempotency, conflicts, ordering and confirmation are enforced, and the customer's Postgres stays the source of truth.\n\nThis repository explains how that works as a systems problem: the guarantees it holds, what it currently costs to run, where the evidence stops, and the neighbouring fields whose properties Ablo inherits or declines.\n\nSoftware used to have one writer. AI applications now have humans, agents, workflows and services acting concurrently, and coordinating them means answering questions a database transaction leaves open: who was allowed to act, which transition committed, what each observer may safely believe, and how the system recovers after partial failure.\n\nHolding those answers at a high rate has a price in latency, throughput and cost. This pack states that price plainly, including the experiments that failed and the parts that remain unproven. Every file ends with what is still open.\n\nAblo coordinates changes to a **declared thing**: a document, an order, a button, an aircraft.\nThe thing has a name, typed fields, relations, and rules about who may change it and what\nhappens when two actors try at once. Without that declaration nothing else is expressible. You\ncannot detect a conflict on a value whose identity you cannot name, scope authority to a thing\nthat has no shape, or write an audit line a person can read.\n\nThe vocabulary belongs to the organisation, never to Ablo. A task in a hospital is not a task in a factory, so there is no world ontology to adopt. Ablo takes the models a customer has already declared and adds a coordination overlay.\n\n| Layer | Owner | Varies by organisation |\n|---|---|---|\n| The things and their fields | the customer | always |\n| Identity, ownership, conflict disposition, tenancy, freshness | Ablo | never |\n\nThe nouns are never universal. The overlay always is. That is also what makes the physical direction the same mechanism rather than a new one: a lamp, a vehicle and an aircraft are declared things too, with two additions, a validity interval on every observation and commands that cannot be undone.\n\n[domains/ontology-and-schema.md](/Abloatai/docs/blob/main/domains/ontology-and-schema.md) has the argument, the schema\ndoing the work, and where Palantir reached the same conclusion from the enterprise direction.\n\nAn hour, to get oriented:\n\n[01-the-space.md](/Abloatai/docs/blob/main/01-the-space.md)what Ablo is claiming, and who else is in the space[02-the-contract.md](/Abloatai/docs/blob/main/02-the-contract.md)the vocabulary and the non-negotiable guarantees[03-the-system-today.md](/Abloatai/docs/blob/main/03-the-system-today.md)the path a write actually takes[04-the-evidence.md](/Abloatai/docs/blob/main/04-the-evidence.md)what has been measured, including what failed\n\nThen, to go deep:\n\n[05-why-it-is-hard.md](/Abloatai/docs/blob/main/05-why-it-is-hard.md)the systems difficulty, stated precisely[06-scale-regimes.md](/Abloatai/docs/blob/main/06-scale-regimes.md)why one million per second is three different targets[domains/](/Abloatai/docs/blob/main/domains/README.md)the nine technical fields, one file each[research/](/Abloatai/docs/blob/main/research/README.md)the agent-coordination literature, through July 2026[07-measuring-it.md](/Abloatai/docs/blob/main/07-measuring-it.md)how to read a performance claim, including ours\n\nAlongside any of it:\n\n[08-learning-path.md](/Abloatai/docs/blob/main/08-learning-path.md)a six-stage route through the space, with things to run[09-reading-list.md](/Abloatai/docs/blob/main/09-reading-list.md)every external source, with one line on why it matters[10-repo-map.md](/Abloatai/docs/blob/main/10-repo-map.md)where each concept lives in the codebase\n\nEvery fact has one home. The rule comes from the codebase, where a hand-maintained second copy of a type is a defect because nothing fails when the copies drift. Prose drifts the same way.\n\n| Kind of fact | Lives in | Everywhere else |\n|---|---|---|\n| A defined term |\n|\n\n[04-the-evidence.md](/Abloatai/docs/blob/main/04-the-evidence.md)[09-reading-list.md](/Abloatai/docs/blob/main/09-reading-list.md)[domains/](/Abloatai/docs/blob/main/domains/README.md)[research/](/Abloatai/docs/blob/main/research/README.md)**Still open** section of the file that owns it[08-learning-path.md](/Abloatai/docs/blob/main/08-learning-path.md)indexes them[10-repo-map.md](/Abloatai/docs/blob/main/10-repo-map.md)The same idea explained twice is a bug. This pack replaced a single 1,300-line document that explained the neighbouring systems four separate times, which is what prompted the split.\n\nWritten 2026-08-01 as technical orientation rather than specification. Claims about neighbouring systems were checked against their current published documentation on that date, and the research files give publication status per item because most of that work is recent and still preprint.\n\nWhere this pack and the source code disagree, the source code wins, and the discrepancy is worth reporting.\n\nThe engine and the published SDKs live in [Abloatai/ablo](https://github.com/Abloatai/ablo).\nProduct documentation is at [docs.abloatai.com](https://docs.abloatai.com).", "url": "https://wpnews.pro/news/multiplayer-ai-infrastructure", "canonical_source": "https://github.com/Abloatai/docs", "published_at": "2026-08-02 08:08:03+00:00", "updated_at": "2026-08-02 08:22:27.172858+00:00", "lang": "en", "topics": ["ai-infrastructure", "ai-agents", "ai-research"], "entities": ["Ablo", "GitHub", "Postgres", "Palantir"], "alternates": {"html": "https://wpnews.pro/news/multiplayer-ai-infrastructure", "markdown": "https://wpnews.pro/news/multiplayer-ai-infrastructure.md", "text": "https://wpnews.pro/news/multiplayer-ai-infrastructure.txt", "jsonld": "https://wpnews.pro/news/multiplayer-ai-infrastructure.jsonld"}}