» Tag
distributed-systems
62 postsDynamoDB Deep Dive
Explore essential best practices for DynamoDB, focusing on consistency and data access patterns.
Entire Launches Distributed Git Network for AI Coding Agents
Entire unveils a distributed Git mirror network sitting in front of GitHub, hitting 570K clones/hour and 586 pushes/sec, with the backend going open source.
Hardening Kademlia DHT: Signing Alone Won't Stop Eclipse
A signed-record fix in py-libp2p blocks forged PeerRecords, but Kademlia routing stays exposed to Sybil/Eclipse attacks; S/Kademlia's disjoint lookup paths offer a practical fix.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comTesting Distributed Systems with AI Coding Agents
Two SKILL.md based agent skills generate claim-driven test plans and verdict reports for distributed systems, working with Claude Code, Codex, and more.
Deployment Status Is Actually a Distributed Systems Problem
Drawing on Guara Cloud's build experience, this piece explains why 'pending' labels fail and how deployment status must be modeled as evidence-based distributed state.
Rings rebuilds distributed system correctness with algebraic structures
Rings unifies cryptography, CRDT-based storage and Chord topology under group, ring and module algebra, aiming for a provably correct distributed system.
LLM agents are breaking 20-year-old web architecture
Stateful LLM agents are exposing cracks in the stateless-server-plus-database web architecture. The missing piece: a routing primitive that can address running processes directly.
Grudge: A Decaying Score Sketch for Multi-Tenant Systems
Grudge is a constant-memory Go library that decays per-key feedback scores without per-key state, enabling scalable rate limiting and abuse detection.
How to Make an AI Agent's History Truly Unforgeable
An AI agent's unforgeable-history claim failed audit: dual writers, race conditions, corrupted records. Fix: single writer, signed anchor, fail-closed design.
Edge Gateway Architecture: Diskless Design and the Rust DashMap Trap
A deep dive into Cloudflare-style edge gateway architecture: data/control plane separation, in-memory TLS, WASM sandboxing, and the Rust DashMap deadlock pitfall.