» Tag
distributed-systems
62 postsIs True Database Elasticity Finally Real?
A look at how fully decoupled compute and storage layers finally deliver genuine pay-as-you-go database elasticity, and what it means for engineering teams.
Building Fault-Tolerant AI Agent Workflows with Temporal and CrewAI
How enterprise AI agent systems can combine Temporal's durable orchestration with CrewAI's stateless reasoning agents to survive crashes, retry safely, and gate on human approval.
Why LLM Apps Must Be Engineered as Distributed Systems
A production AI app broke under load—not because of the model, but missing queues, caching, retries and observability. Backend engineering is the real differentiator.
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.comHow Netflix Developed a Real-Time Distributed Graph for Efficient Querying
Netflix's Real-Time Distributed Graph (RDG) features a new querying layer for efficient real-time insights. It optimizes for low latency and diverse queries.
Gorai – A Go-Based Robotics Framework for the AI Era
Gorai offers a Go-based robotics framework for the AI era, enabling robots to be built as distributed systems.
Understanding FoundationDB's Architecture Through Responsibility Separation
FoundationDB's architecture is enhanced through responsibility separation. Michael Whittaker's work sheds light on this concept.
Coordinating AI Agents With AWS SQS: A Practical Queue-Based Architecture
AWS SQS provides a robust queuing architecture for AI agents, enhancing system efficiency and error management.
Itara: A New Layer for Distributed System Topology
Itara offers a manageable topology layer for distributed systems. The project enables easy changes to component connections.
A Periodic Table of System Design: 40+ Shared Principles
Georgia Tech researcher Joy Arulraj distills over 100 influential papers into a shared taxonomy of 40+ system design principles spanning databases, OS, and distributed systems.
Guide to Designing NATS Subject Hierarchies
Learn key considerations and best practices for NATS subject design.