distributed-systems

Tag

Cards List
#distributed-systems

Governed Shared Memory for Multi-Agent LLM Systems

arXiv cs.AI · 13h ago Cached

This paper introduces MemClaw, a governed shared memory architecture for multi-agent LLM systems, formalizing failure modes like unauthorized leakage and stale propagation, and evaluating the system via the ArgusFleet harness.

0 favorites 0 likes
#distributed-systems

@TheAhmadOsman: Spending time learning graphs and networking theory is one of the highest-ROI investments you can make. It quietly comp…

X AI KOLs Following · 4d ago Cached

A tweet recommends learning graph and networking theory as a high-ROI investment, listing key books, courses, and tools.

0 favorites 0 likes
#distributed-systems

@raydistributed: RollArt is an impressive example of disaggregation in large-scale RL. https://cse.ust.hk/~weiwa/papers/rollart-osdi26.p…

X AI KOLs Following · 4d ago Cached

RollArt presents a disaggregated architecture for large-scale reinforcement learning, demonstrating significant improvements in efficiency and scalability.

0 favorites 0 likes
#distributed-systems

Distributed General-Purpose Agent Networks: Architecture, Key Mechanisms, and Prototypes

arXiv cs.AI · 2026-06-17 Cached

This paper proposes a layered architecture for distributed general-purpose agent networks, enabling heterogeneous AI agents to discover, trust, and cooperate on open-ended tasks across personal devices and edge nodes.

0 favorites 0 likes
#distributed-systems

Cell-based architecture for resilient payment systems

Hacker News Top · 2026-06-15 Cached

American Express describes its cell-based architecture for its core payments ecosystem that isolates failures, reduces latency, and scales capacity. The approach groups microservices and databases into independent cells to contain blast radius.

0 favorites 0 likes
#distributed-systems

Scuba: Diving into Data at Facebook

Lobsters Hottest · 2026-06-13 Cached

This paper describes Scuba, a distributed in-memory database system developed at Facebook for real-time analytics and data exploration.

0 favorites 0 likes
#distributed-systems

@GergelyOrosz: Did a deepdive on Antithesis back in 2024, and their multiverse debugger that took years to build. It's now a free arti…

X AI KOLs Following · 2026-06-12 Cached

A deep dive on Antithesis, a multiverse debugger for large distributed systems that offers deterministic replay and fault injection, now available as a free article.

0 favorites 0 likes
#distributed-systems

@ishaansehgal: https://x.com/ishaansehgal/status/2065129901427130678

X AI KOLs Timeline · 2026-06-11 Cached

The article argues that an AI agent is defined by its durable event log, not the runtime or model, enabling fault-tolerant resumption and simplified reasoning about agent state.

0 favorites 0 likes
#distributed-systems

Two workers wrote the same key at the same moment. Both writes "succeeded." One is gone.

Reddit r/AI_Agents · 2026-06-10

Discusses two failure modes in multi-agent systems with shared state—concurrent lost updates and zombie writers—and presents a solution with fenced writers and model-checked guarantees.

0 favorites 0 likes
#distributed-systems

I rebuilt my private "AI dev team" — which was secretly just a hardcoded workflow — as a substrate where orchestration emerges from instructions. Here's what I learned (and where it deadlocks).

Reddit r/AI_Agents · 2026-06-09

The author rebuilt their private AI dev team as an open-sourced substrate with addressable agents, reliable messaging, expertise discovery, memory, and isolated runtimes, allowing team behavior to emerge from natural-language instructions. They share insights on coordination challenges such as deadlocks and self-healing, and question how agent teams can collaborate using NL instructions.

0 favorites 0 likes
#distributed-systems

CRDTs merge concurrent edits. Why not concurrent creation?

Hacker News Top · 2026-06-09

Explores extending Conflict-Free Replicated Data Types (CRDTs) to handle concurrent creation, beyond their traditional ability to merge concurrent edits.

0 favorites 0 likes
#distributed-systems

@NikkiSiapno: 35 system design concepts developers should know: 1. Event-driven architecture ↳ https://lucode.co/event-driven-archite…

X AI KOLs Timeline · 2026-06-08 Cached

A Twitter thread listing 35 essential system design concepts with links to detailed explanations, aimed at helping developers learn and review key topics.

0 favorites 0 likes
#distributed-systems

The boring bits of agent engineering

Reddit r/AI_Agents · 2026-06-08

The author discusses the unglamorous but critical aspects of engineering reliable AI agents in production, including monitoring mid-flight runs, resuming failed runs, and providing UI status, and asks the community about common pain points and off-the-shelf solutions.

0 favorites 0 likes
#distributed-systems

@asmah2107: The reading list that taught me how to think about agentic architecture. Bookmark this. 1. Brewer's CAP Theorem (2000) …

X AI KOLs Timeline · 2026-06-05 Cached

A curated reading list of foundational and modern resources for understanding agentic architecture, blending classic distributed systems concepts with current AI agent patterns.

0 favorites 0 likes
#distributed-systems

@milan_milanovic: 𝗠𝗼𝘀𝘁 𝗱𝗲𝘃𝗲𝗹𝗼𝗽𝗲𝗿𝘀 𝗱𝗼𝗻'𝘁 𝗿𝗲𝗮𝗱 𝗮𝗻𝗱 𝘁𝗵𝗶𝘀 𝗶𝘀 𝗽𝗿𝗼𝗯𝗮𝗯𝗹𝘆 𝗺𝘆 𝗯𝗶𝗴𝗴𝗲𝘀𝘁 𝗽𝗿𝗼𝗳𝗲𝘀…

X AI KOLs Timeline · 2026-06-04 Cached

A developer shares a curated list of software engineering book recommendations, including titles on AI engineering, distributed systems, and refactoring, and promotes their own book.

0 favorites 0 likes
#distributed-systems

@LearnWithBrij: MASTER SYSTEM DESIGN SYSTEM DESIGN MASTER TREE │ ├── 1. Fundamentals │ ├── What is System Design │ ├── Functional Requi…

X AI KOLs Timeline · 2026-06-03 Cached

A comprehensive system design master tree covering fundamentals through real-world applications, including architecture patterns, databases, caching, messaging systems, API design, and deployment strategies. Intended as a structured learning guide for software engineers.

0 favorites 0 likes
#distributed-systems

@vintcessun: The barrier to developing multi-agent systems is too high; those who haven't studied Agent theory dare not touch it. As a result, project implementation is difficult, and teams can only rely on a few experts. This paper directly takes mature architectural patterns from distributed systems (publish-subscribe, message queues, etc.) and defines a minimal set of Agent concepts mapped onto them. Even students with no DS experience can use it...

X AI KOLs Timeline · 2026-06-02 Cached

This paper proposes directly mapping mature architectural patterns from distributed systems (such as publish-subscribe and message queues) to multi-agent systems to lower the development barrier. It was validated in a course: even students with no distributed systems experience could get started with gRPC and RabbitMQ, achieving an average score above 80%.

0 favorites 0 likes
#distributed-systems

Structured interactions improve distributed coordination beyond model scaling in a real-world multi-robot system

arXiv cs.AI · 2026-06-01 Cached

This paper investigates whether restructuring communication among robots yields larger gains than increasing onboard model size in a multi-robot transport-and-mapping task. Results show that switching to modular hierarchical interactions improves normalized performance by 47 points, while doubling neural network hidden size yields at most 9 points.

0 favorites 0 likes
#distributed-systems

@rohit4verse: a databricks tech lead just spent 26 minutes on the part of multi-agent nobody wants to say out loud: your agents don't…

X AI KOLs Timeline · 2026-05-26 Cached

A Databricks tech lead argues that multi-agent AI systems fail not due to model intelligence but due to lack of coordination, framing 50+ agents as a distributed systems problem where parallelism is easy but shared coherence is difficult.

0 favorites 0 likes
#distributed-systems

Agyn: open-source distributed agent runtime on Kubernetes — like Google's AX, with pre-built Claude Code and Codex agents, and full credential isolation from the LLM

Reddit r/AI_Agents · 2026-05-25

Agyn is an open-source, Kubernetes-native agent runtime that brings AI agents like Claude Code and Codex into production with full credential isolation and pre-built harnesses. It addresses security concerns by running MCP servers in sidecars and using mTLS for internal services, preventing prompt injection credential leaks.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback