distributed-systems

Tag

Cards List
#distributed-systems

@asmah2107: Database stuff I’d study if I wanted to understand scaling deeply: B+ Trees LSM Trees Write-Ahead Logging Two-Phase Com…

X AI KOLs Timeline ↗ · 2026-08-30 Cached

A tweet listing essential database concepts for understanding scaling, including B+ Trees, LSM Trees, and distributed systems topics.

0 favorites 0 likes
#distributed-systems

@marfinxx: https://x.com/marfinxx/status/2094016175617241109

X AI KOLs Timeline ↗ · 2026-08-30 Cached

The article introduces Trace Engineering as a formal architectural approach to enhance observability in autonomous AI agent systems, differentiating it from logs and trajectories to enable better debugging and reliability.

0 favorites 0 likes
#distributed-systems

Long-Term Behavioral Evaluation for Trusted Collaborator Selection via Bidirectional Mamba

arXiv cs.LG ↗ · 2026-08-27 Cached

This paper proposes a bidirectional Mamba model for long-term behavioral evaluation to enhance trustworthy collaborator selection in distributed systems, demonstrating improved accuracy over baseline methods.

0 favorites 0 likes
#distributed-systems

The Atproto Spaces Alpha is Live

Lobsters Hottest ↗ · 2026-08-21 Cached

Atproto Spaces Alpha launches as a major update to the AT Protocol, enabling developers to build applications with non-public data through a lightweight, permissioned data model.

0 favorites 0 likes
#distributed-systems

Git at Any Scale (27 minute read)

TLDR AI ↗ · 2026-08-19 Cached

This article explains the difficulties of hosting Git repositories at scale, focusing on Git's packfile design and distributed nature, and outlines potential solutions.

0 favorites 0 likes
#distributed-systems

Home-Based GPU Networks: Viable Supplements to AI Data Centers?

Reddit r/ArtificialInteligence ↗ · 2026-08-18 Cached

The article explores the viability of home-based GPU networks as supplements to centralized AI data centers, addressing community opposition and the need for distributed computing solutions.

0 favorites 0 likes
#distributed-systems

Tsampi BFT: Leaderless One-Round Voting with Parameterized Finality

Lobsters Hottest ↗ · 2026-08-18 Cached

The paper introduces Tsampi BFT, a leaderless one-round voting protocol with parameterized finality for achieving Byzantine fault-tolerant consensus in distributed systems.

0 favorites 0 likes
#distributed-systems

Modeling and Verification of Keeta's Consensus [pdf]

Hacker News Top ↗ · 2026-08-15 Cached

This paper presents the modeling and verification of the Keeta consensus protocol, focusing on formal methods to validate its correctness in distributed systems.

0 favorites 0 likes
#distributed-systems

Improving system safety with Temporal Logic of Actions (TLA+)

Lobsters Hottest ↗ · 2026-08-15 Cached

TLA+ is a model checking tool that explores all state interleavings to find bugs in distributed systems; it helped improve safety in Depot Registry's garbage collector by identifying a missed bug through formal verification.

0 favorites 0 likes
#distributed-systems

@siddontang: A few days ago, someone asked me: What Multi-Agent System is TiDB using internally now? I answered very directly: Actually, we are deliberately avoiding Multi-Agent. If one Agent can handle it, let one Agent do it. If it really needs to be split, at most put a Coordinator above…

X AI KOLs Timeline ↗ · 2026-08-15 Cached

The TiDB team deliberately avoids using Multi-Agent systems internally, based on lessons learned from distributed systems and referencing Anthropic's related research, emphasizing that optimizing a single Agent might be more effective.

0 favorites 0 likes
#distributed-systems

TideRL: Boosting Agentic RL Goodput with Readiness-Aware Scheduling

arXiv cs.LG ↗ · 2026-08-12 Cached

TideRL is a readiness-aware elastic RL system that improves training goodput for multi-turn agentic workloads via continuous task batching, resource-aware ref-actor pipelining, and elastic resource scaling, achieving up to 5.6x speedup over synchronous baselines and 33% over asynchronous baselines.

0 favorites 0 likes
#distributed-systems

@_jaydeepkarale: This repo is a goldmine if you are preparing forn Systemd Design Interviews https://github.com/liquidslr/system-design-…

X AI KOLs Timeline ↗ · 2026-08-11 Cached

A tweet highlights a GitHub repository containing comprehensive system design interview notes based on Alex Xu's books, covering topics like rate limiting, consistent hashing, key-value stores, and more.

0 favorites 0 likes
#distributed-systems

Directed Neuro-Symbolic Stochastic Execution for Verification of Distributed Parallel AI Programs

arXiv cs.AI ↗ · 2026-08-11 Cached

This paper presents DNSSE, a hybrid framework combining LLM-guided schedule prediction, symbolic constraint solving, and coverage-guided stochastic mutation for verifying distributed parallel AI programs. It detects 2.9x more concurrency bugs than the baseline and raises branch coverage from 68.6% to 91.6% on realistic benchmarks.

0 favorites 0 likes
#distributed-systems

Adaptive Two-Level Allocation of a Conserved Capacity Budget Across Locations and Service Classes

arXiv cs.AI ↗ · 2026-08-11 Cached

The paper presents a two-level algorithm for allocating a conserved capacity budget across locations and service classes, proving it conserves the budget and converges in one iteration, and evaluates it for defending CDNs under volumetric attack.

0 favorites 0 likes
#distributed-systems

@venkateshdotdev: Think you know System Design? Try answering these 10 interview questions without Googling. 1. How would you design a UR…

X AI KOLs Timeline ↗ · 2026-08-08 Cached

A tweet from @venkateshdotdev listing 10 challenging system design interview questions covering URL shorteners, scaling, consistency, rate limiting, fault tolerance, and handling traffic spikes.

0 favorites 0 likes
#distributed-systems

Choral: Choreographic Programming for Java

Hacker News Top ↗ · 2026-08-07 Cached

Choral is a choreographic programming language for Java that lets developers write distributed systems in a single program, with the compiler generating endpoint code.

0 favorites 0 likes
#distributed-systems

Almost consensus: ABD and the edges of quorum replication

Lobsters Hottest ↗ · 2026-08-07 Cached

An in-depth technical article explaining the ABD algorithm, quorum replication, and why ABD does not solve consensus, with runnable Python examples.

0 favorites 0 likes
#distributed-systems

celld — Durable Objects, self-hosted

Lobsters Hottest ↗ · 2026-08-06 Cached

celld is a self-hosted, distributed server that runs Cloudflare Workers and Durable Objects code unchanged, using your own S3 bucket for storage and coordination. It claims significantly lower costs and sub-millisecond warm latencies at scale, with data stored in SQLite/LTX format.

0 favorites 0 likes
#distributed-systems

ATProto for Distributed Systems Engineers

Hacker News Top ↗ · 2026-08-06 Cached

Explains the AT Protocol architecture through the lens of distributed systems engineering, covering the shift from SQL to NoSQL to stream processing, and how AT Protocol externalizes these services for a decentralized backend.

0 favorites 0 likes
#distributed-systems

On building scalable control planes

Lobsters Hottest ↗ · 2026-08-06 Cached

AWS engineer Zak van der Merwe shares insights from his 14 years building control planes for EC2 and DSQL, discussing the distributed systems challenges of running infrastructure at massive scale.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback