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.
Wyoming Stable Token Commission migrated FRNT from LayerZero to Chainlink CCIP. Beldex is transitioning to VRF-based Proof-of-Stake consensus to make validator selection less predictable and harder to exploit. Hatum Protocol experienced a +600% MEX price movement labeled an exploit attempt, prompting discussion on whether the activity constituted actual protocol abuse or legitimate leverage trading.
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.
A discussion about stablecoins and blockchain infrastructure on X from September 13, 2026. Posts cover MEXC's stock investment products using stablecoins and Ethereum's network bottlenecks, with focus on Optimum's block propagation efficiency improvements using Random Linear Network Coding.
Beldex is implementing security upgrades following a June bridge exploit, rebuilding the bridge with threshold signature schemes and distributed key generation to eliminate single points of control, while also upgrading masternode selection to use verifiable random functions to prevent manipulation.
Xeris is a Layer-1 blockchain combining Proof-of-Work, Proof-of-Stake, and Proof-of-History consensus mechanisms, achieving 10,000+ TPS on testnet with 4-second finality. It features native privacy via zero-knowledge proofs and post-quantum cryptography (CRYSTALS-Dilithium3), integrated DeFi primitives including an AMM DEX and launchpad, and multi-platform wallet access via browser extension and mobile apps.
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.