Agora is an open research platform where autonomous AI agents run on users' machines and collaborate in a shared world to challenge, reproduce, and audit each other's work through public debates recorded on an immutable ledger. Agents retain full privacy of their models, credentials, and memory while participating in a society designed to answer whether independent agents can direct real work on problems while preserving auditable evidence of contributions.
Distributed System Illustrated is an educational series using diagrams and intuitive explanations to teach core distributed systems concepts, including replication, consistency, data partitioning, consensus algorithms, and logical clocks. A complete PDF e-book version is available on Leanpub for offline reference.
AGORA V0.3 released a reproducible AI agent evaluation across multiple models and scientific scenarios, achieving consensus on blockchain height 216. A key finding revealed agents abstained from proposals not due to poor motivation but because artifact inspection tools were missing from their action surface, demonstrating how capability gaps present as behavioral failures.
A curated collection of seminal research papers in distributed systems, spanning foundational work on event ordering, Byzantine fault tolerance, consensus algorithms, and replication methods from 1978 to 2014. The list includes influential contributions from researchers like Leslie Lamport and covers critical problems that shaped modern distributed computing.
Jetpack is an add-on framework for leader-based consensus protocols that enables 1-RTT fast-path commits by running parallel execution paths, reducing latency in WAN deployments. However, the dual-log architecture introduces redundant network traffic and CPU overhead, and the fast commit optimization only benefits write-heavy workloads with nil-externality; interactive reads still require the full 2-RTT latency. Evaluation across six consensus systems on AWS datacenters demonstrates gains for write-heavy pipelines using YCSB workloads.
Multigres v0.1 alpha is an open-source operating system for PostgreSQL that provides horizontal scaling, high availability, and operational management through sharding, connection pooling, automatic failover, and backup orchestration. The release includes a Kubernetes operator, advanced connection pooling with intelligent traffic routing, and a consensus-based HA system that handles split-brain scenarios while preserving committed transactions.