<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/the-demon-of-the-gaps-rfbajp0ww" -->

---
title: The demon of the gaps | daily.dev
description: Modern software systems use decomposition, abstraction, and microservice architectures to manage complexity — but these same strategies become liabilities...
canonical: https://daily.dev/posts/the-demon-of-the-gaps-rfbajp0ww
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: The demon of the gaps | daily.dev
og:description: Modern software systems use decomposition, abstraction, and microservice architectures to manage complexity — but these same strategies become liabilities...
og:url: https://daily.dev/posts/the-demon-of-the-gaps-rfbajp0ww
og:image: https://api.daily.dev/og/posts/rfBaJp0Ww.png
og:image:alt: The demon of the gaps
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# The demon of the gaps

**[Surfing Complexity](https://daily.dev/sources/surfingcomplexity)** · 4 min read · 13 upvotes · 0 comments

## Summary

Modern software systems use decomposition, abstraction, and microservice architectures to manage complexity — but these same strategies become liabilities during complex incidents. When failures span multiple components with unexpected interactions, no single engineer understands the whole system, turning an analysis-optimized architecture into a synthesis problem. Incident responders must collectively reconstruct how the system functions in real time, yet this coordination work is rarely studied or supported. The post argues this is a fundamentally hard coordination problem that even the best humans struggle with, and AI SRE tools are unlikely to solve it either.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://surfingcomplexity.blog/2026/06/06/the-demon-of-the-gaps>

## Similar posts on daily.dev

- [The Future of AI in SRE: Preventing Failures, Not Fixing Them](https://daily.dev/posts/the-future-of-ai-in-sre-preventing-failures-not-fixing-them-4jijly6oo) · The New Stack · 2 upvotes · 0 comments
- [Human‑Centred AI for SRE: Multi‑Agent Incident Response without Losing Control](https://daily.dev/posts/human-centred-ai-for-sre-multi-agent-incident-response-without-losing-control-t6l4ggvwh) · InfoQ · 1 upvotes · 0 comments
- [Why Kubernetes Reliability Is Now a Machine-Speed Problem](https://daily.dev/posts/why-kubernetes-reliability-is-now-a-machine-speed-problem-mjpxr5icj) · Cloud Native Now · 0 upvotes · 0 comments

---

Tags: [#microservices](https://daily.dev/tags/microservices), [#distributed-systems](https://daily.dev/tags/distributed-systems)

[View this post on daily.dev](https://daily.dev/posts/the-demon-of-the-gaps-rfbajp0ww)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"The demon of the gaps","url":"https://daily.dev/posts/the-demon-of-the-gaps-rfbajp0ww","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/the-demon-of-the-gaps-rfbajp0ww"},"datePublished":"2026-06-06T20:13:58.047Z","dateModified":"2026-06-06T20:14:17.606Z","description":"Modern software systems use decomposition, abstraction, and microservice architectures to manage complexity — but these same strategies become liabilities...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/ab1ecbf52ff3de0b2fa58ff608a7d45f?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/ab1ecbf52ff3de0b2fa58ff608a7d45f?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Surfing Complexity","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Surfing Complexity","logo":"https://media.daily.dev/image/upload/s--sRZ8ppTj--/f_auto,q_auto/v1774514117/logos/surfingcomplexity?_a=BAMAMiWQ0","url":"https://daily.dev/sources/surfingcomplexity"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/the-demon-of-the-gaps-rfbajp0ww","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":13},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"microservices,distributed-systems","timeRequired":"PT4M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Surfing Complexity","item":"https://daily.dev/sources/surfingcomplexity"},{"@type":"ListItem","position":3,"name":"The demon of the gaps"}]}
```

