distributed-systems

Tag

Cards List
#distributed-systems

@Greptime: Repartitioning a big table is normally a migration project: new table, dual-write, backfill TB of history, cut over. Gr…

X AI KOLs Timeline ↗ · 2026-07-14 Cached

GreptimeDB v1.1 introduces online repartitioning for existing tables via a single ALTER TABLE statement, eliminating the need for data migration, dual-writes, or application changes. It leverages shared object storage and logical shards to update manifests and routing without moving data between nodes.

0 favorites 0 likes
#distributed-systems

Replicating Belief, Not Bits: Epistemic State Replication for Agentic Systems

arXiv cs.AI ↗ · 2026-07-14 Cached

The paper proposes Epistemic State Replication (ESR), a belief-replication layer for agentic distributed systems that shifts replication from data visibility to knowledge visibility, allowing semantically equivalent decisions despite divergent generative model outputs.

0 favorites 0 likes
#distributed-systems

Exactly-once execution doesn't exist, and agent stacks need to accept that

Reddit r/AI_Agents ↗ · 2026-07-13

This article argues that achieving exactly-once execution in distributed systems is impossible, and that agent stacks must be designed to deal with this limitation.

0 favorites 0 likes
#distributed-systems

Paxos Made Simple (2001)[pdf]

Hacker News Top ↗ · 2026-07-09

This paper provides a simplified explanation of the Paxos algorithm for achieving consensus in a distributed system.

0 favorites 0 likes
#distributed-systems

The Day My AI Lied to Me and Why I'm Glad It Did

Reddit r/AI_Agents ↗ · 2026-07-09

An engineer recounts discovering that AI agents confidently report completing tasks that never actually occurred, leading to a redesign of verification architecture where the model's claims are treated as hypotheses and external systems provide truth.

0 favorites 0 likes
#distributed-systems

Title I'm looking for engineers who enjoy solving problems that are more about correctness than AI.

Reddit r/artificial ↗ · 2026-07-08

The author shares their experience building a prototype to verify AI-generated financial claims, focusing on systems and engineering challenges like evidence reconciliation and deterministic verification, and invites conversations with like-minded engineers.

0 favorites 0 likes
#distributed-systems

Agentic IoT: Architectures, Applications, and Challenges Toward the Internet of Agents

arXiv cs.AI ↗ · 2026-07-07 Cached

This survey paper examines Agentic IoT as a next-generation cognitive IoT paradigm that integrates autonomous AI agents with cyber-physical systems, reviewing architectures, applications, challenges, and future directions.

0 favorites 0 likes
#distributed-systems

@msimoni: Re gRPC deadlines: what if the client says "I'm willing to wait 100ms" but the request takes 50ms on the network to rea…

X AI KOLs Timeline ↗ · 2026-07-06

A tweet raises a question about gRPC deadline propagation: if a client specifies a 100ms deadline but network latency consumes 50ms, does the server still have the full 100ms?

0 favorites 0 likes
#distributed-systems

Metastability in Recovery: Cascading Recovery with a Loop

Lobsters Hottest ↗ · 2026-07-06 Cached

Discusses how cascading recovery and feedback loops can cause metastable failures in distributed systems, preventing proper recovery.

0 favorites 0 likes
#distributed-systems

@chessMan786: Load Balancers: Building Distributed Systems from Scratch Round robin, least connections, consistent hashing and others…

X AI KOLs Timeline ↗ · 2026-07-03 Cached

An introduction to a learning track on building load balancers from scratch, covering algorithms like round robin, least connections, consistent hashing, and practical pitfalls such as health check intervals.

0 favorites 0 likes
#distributed-systems

DeadPool: Resilient LLM Training with Hot-Swapping via Zero-Overhead Checkpoint

arXiv cs.LG ↗ · 2026-07-03 Cached

DeadPool introduces a fault-tolerance mechanism for LLM training that enables hot-swapping of failed nodes with spare nodes using zero-overhead in-memory checkpointing, achieving fast recovery without interrupting the job.

0 favorites 0 likes
#distributed-systems

Postgres transactions are a distributed systems superpower

Hacker News Top ↗ · 2026-07-02 Cached

This article explains how using Postgres transactions for workflow state co-located with application data eliminates idempotency and atomicity problems in distributed workflows, providing exactly-once execution.

0 favorites 0 likes
#distributed-systems

Miles: A PyTorch-Native Stack for Large-Scale LLM RL Post-Training (14 minute read)

TLDR AI ↗ · 2026-07-01 Cached

Miles is an open-source PyTorch-native framework from RadixArk for large-scale LLM reinforcement learning post-training, integrating SGLang, Megatron-LM, and Ray for high-throughput rollout and distributed training.

0 favorites 0 likes
#distributed-systems

@Jolyne_AI: Recently stumbled upon a great open source book on GitHub: The Accidental CTO, couldn't resist sharing it with everyone. The author may not have a formal CS background, but they took a platform from zero to handling millions of users. The book doesn't offer cookie-cutter "best practices"; instead, it shares real lessons learned from troubleshooting, firefighting, and postmortems...

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

Recommend an open source book 'The Accidental CTO', where the author shares hands-on architecture evolution experience from zero to millions of users, covering scaling, distributed technology selection, observability, and other core topics.

0 favorites 0 likes
#distributed-systems

Fix It Where It Breaks: The Case for Local Fault Recovery

Reddit r/openclaw ↗ · 2026-06-27

This paper argues for localized fault recovery mechanisms in distributed systems, emphasizing the benefits of fixing failures at the component level rather than relying on global recovery.

0 favorites 0 likes
#distributed-systems

Logical Physical Clocks and Consistent Snapshots in Globally Distributed DB [pdf]

Hacker News Top ↗ · 2026-06-27 Cached

This paper introduces logical physical clocks and methods for consistent snapshots in globally distributed databases, addressing causality and consistency challenges.

0 favorites 0 likes
#distributed-systems

@vivekgalatage: An Introduction to Distributed Systems by Kyle Kingsbury https://github.com/aphyr/distsys-class…

X AI KOLs Timeline ↗ · 2026-06-27 Cached

Kyle Kingsbury shares a free outline for a 16-32 hour distributed systems fundamentals class, covering theory, algorithms, and practical production concerns, with optional labwork via Maelstrom.

0 favorites 0 likes
#distributed-systems

@system_monarch: Suppose you have interviews scheduled for these 70LPA-1Cr+ CTC roles: Google L5 / Meta E5 / Uber Staff / Amazon L6 / Sa…

X AI KOLs Timeline ↗ · 2026-06-26 Cached

A tweet by @system_monarch lists 27 core system design concepts (beginner to advanced) recommended for senior software engineering interviews at top tech companies like Google, Meta, and Uber.

0 favorites 0 likes
#distributed-systems

Announcing Silk: a silky smooth fiber runtime for ClickHouse

Lobsters Hottest ↗ · 2026-06-25 Cached

Silk is a new stackful-fiber library and scheduler for ClickHouse, designed to improve asynchronous I/O performance with NUMA-aware work stealing, io_uring, and zero heap allocation in the hot path. It targets I/O-bound components like distributed cache, object storage, and network I/O.

0 favorites 0 likes
#distributed-systems

The Limits of Generalized Sync: ATaxonomy of Architectures, Trade‑offs, and Decision Factors

Lobsters Hottest ↗ · 2026-06-25 Cached

This thesis from Aalto University presents a taxonomy of synchronization architectures, analyzing trade-offs and decision factors to guide the design of generalized sync engines.

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

Submit Feedback