#Distributed Systems
8 articles with this tag

Uber's Knapsack Problem
Uber's Tarot platform employs a sophisticated Multiple Knapsack Problem solver to optimize incentive allocation, balancing user experience with strict budget constraints.

Uber's Smart Database Overload Fix
Uber evolved its database overload protection from static rate-limiting to an intelligent, priority-aware system called Cinnamon, enhancing stability and user experience.

Cursor's RL Infrastructure for Training Composer
Cursor details its distributed infrastructure for training its AI coding model, Composer, using reinforcement learning on 'Fireworks'.
LinkedIn Overhauls Log Storage
LinkedIn replaces its Kafka log storage with Northguard and Xinfra for improved scalability and operability to handle over 1.2 billion members.
Architecting LLM Agents: The SDB Primitive
Architecting reliable production LLM agents hinges on the Stochastic-Deterministic Boundary (SDB) and a catalog of runtime patterns.
Databricks Reimagines Serverless Compute
Databricks is overhauling distributed systems for serverless compute, enhancing stability and performance through Spark Connect, intelligent routing, and adaptive autoscaling.

llm-d Enters CNCF Sandbox
The llm-d project's entry into the CNCF Sandbox marks a pivotal moment for cloud-native AI inference and open infrastructure.

AI Agent Orchestration: Building Reliable Systems
Multi-agent AI systems often fail due to a lack of explicit structure, not capability, demanding engineering patterns like typed schemas, action schemas, and robust protocols.