system-design

Tag

Cards List
#system-design

@kentcdodds: There was some, but not of the code

X AI KOLs Following · yesterday Cached

Kent C. Dodds discusses moving away from traditional code diffs toward AI-generated visual system recaps that show how the whole system changed, based on primitives and agent-generated summaries.

0 favorites 0 likes
#system-design

@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 · yesterday 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
#system-design

@systemdesignone: Give me 2 mins & I'll teach you how Amazon Lambda works:

X AI KOLs Timeline · 2d ago Cached

A quick explainer from @systemdesignone teaching how Amazon Lambda works, likely with a visual aid or walkthrough.

0 favorites 0 likes
#system-design

Inside vLLM: Anatomy of a High-Throughput LLM Inference System (2025)

Hacker News Top · 2d ago Cached

A deep dive into vLLM's architecture and components for high-throughput LLM inference, covering scheduling, paged attention, continuous batching, advanced features, scaling, serving, and benchmarking.

0 favorites 0 likes
#system-design

@techNmak: The ultimate AI/ML learning stack. From fundamentals to production systems. 20 books. 5 categories. Fundamentals: → Han…

X AI KOLs Timeline · 2d ago Cached

A curated stack of 20 books across 5 categories for learning AI/ML from fundamentals to production systems.

0 favorites 0 likes
#system-design

@shubh6200: Want to level up your system design and architecture skills? Here is where top 40 tech companies share their real-world…

X AI KOLs Timeline · 3d ago Cached

A tweet compiling engineering blogs from 40 top tech companies for learning system design and architecture from real-world production playbooks.

0 favorites 0 likes
#system-design

The Valley of Webhooks

Hacker News Top · 4d ago Cached

An engineer reflects on repeatedly building webhook integration systems, detailing the hidden complexity of signature verification, deduplication, buffering, and reconciliation crons, and argues that webhook notifications are not a reliable substitute for a complete ordered data log.

0 favorites 0 likes
#system-design

@wquguru: https://x.com/wquguru/status/2083943877187432904

X AI KOLs Timeline · 2026-08-02 Cached

The article provides a detailed breakdown of OpenAI's complete software engineer interview process, analyzing round by round the core evaluation points behind initial screening, coding, system design, take-home projects, and the final interview, and compiles them into a systematic engineer advancement checklist.

0 favorites 0 likes
#system-design

@GithubProjects: JavaGuide covers Java backend interview essentials from collections to system design, with 30+ high-frequency architect…

X AI KOLs Timeline · 2026-07-30 Cached

JavaGuide is a practical open-source GitHub repository for Java backend interview preparation, covering core Java, system design, and common interview questions.

0 favorites 0 likes
#system-design

Lorenz and Little: How Much Does Your Tail Cost?

Lobsters Hottest · 2026-07-29 Cached

Explores how to quantify the contribution of each latency percentile to mean latency using the Lorenz curve, and connects it to concurrency via Little's law, demonstrating that tail latency often dominates cost and capacity.

0 favorites 0 likes
#system-design

@neil_xbt: https://x.com/neil_xbt/status/2079389202010050992

X AI KOLs Timeline · 2026-07-21 Cached

An essay analyzing the limitations of single feedback loops in AI agent development, illustrated by a cautionary tale of a support team whose bot's metric optimization led to customer loss, and advocating for a graph-engineering approach that considers multiple interconnected loops.

0 favorites 0 likes
#system-design

@kentcdodds: This is a great article and is exactly the kind of thing I'm talking about in my most recent YouTube video https://yout…

X AI KOLs Following · 2026-07-20 Cached

Kent C. Dodds shares an article and YouTube video arguing that the quality of AI agent outputs depends on the design of system primitives—providing agents with well-crafted, composable building blocks narrows their action space and yields reliable results.

0 favorites 0 likes
#system-design

@NikkiSiapno: SSO vs OAuth vs OIDC vs SAML 𝗦𝗦𝗢 is a user experience, not a protocol. It lets users log in once and access multiple…

X AI KOLs Timeline · 2026-07-20 Cached

The author explains the differences between SSO, OAuth, OIDC, and SAML, clarifying that SSO is a user experience, OAuth is for authorization, OIDC provides identity on top of OAuth, and SAML is an older enterprise protocol.

0 favorites 0 likes
#system-design

@dunik_7: AI engineers are clearing $250K+ in 2026, and almost none of it comes from training models. it comes from one skill: bu…

X AI KOLs Timeline · 2026-07-15 Cached

Discusses how top AI engineers earn $250K+ by building systems around models rather than training them, with a breakdown of key skills like memory systems, harnesses, loop engineering, and tracing.

0 favorites 0 likes
#system-design

@RaulJuncoV: System design interviews are 80% questions and 20% diagrams. The better you clarify, the better your architecture becom…

X AI KOLs Timeline · 2026-07-15 Cached

This tweet discusses the importance of asking clarifying questions in system design interviews, explaining how questions drive better architecture than rote diagrams.

0 favorites 0 likes
#system-design

Build AI Agent for Company

Reddit r/AI_Agents · 2026-07-15

The author shares lessons from building an agentic system at work, describing failures with a giant prompt, excessive tools, and dynamic sub-agents, and ultimately finding success with a fixed orchestrator and specialized child agents for each domain.

0 favorites 0 likes
#system-design

Job queues are deceptively tricky

Lobsters Hottest · 2026-07-14 Cached

A technical blog post exploring the hidden complexity of job queues, discussing why they are deceptively tricky and offering useful lenses for system design such as being wary of queues, limits, and fault models.

0 favorites 0 likes
#system-design

Observation-Oriented Programming: how I organize a swarm of terminal AI agents around *watching* instead of *doing*

Reddit r/AI_Agents · 2026-07-13

A developer details Observation-Oriented Programming (OOP), a paradigm for organizing a swarm of terminal AI agents around watching observability data rather than task execution. The system uses tmux, cron, bash, and an append-only log file, with agents acting as observers that correlate signals and materialize actions only after interpretation.

0 favorites 0 likes
#system-design

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
#system-design

@system_monarch: A month ago, I told everyone: "I've been a backend Engineer for 12+ years. Today, I'm a Principal Engineer at Atlassian…

X AI KOLs Timeline · 2026-07-13 Cached

A Principal Engineer at Atlassian shares a completed 25-day Twitter thread series on system design scaling fundamentals, compiled into a single resource.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback