What even are microservices?
Summary
An exploration of what microservices actually are, arguing that their primary value is organizational rather than technical, and discussing the trade-offs involved.
View Cached Full Text
Cached at: 07/28/26, 12:26 PM
Similar Articles
Micro-SaaS Is Dead. Service With A Software Replaces It
The author argues that the traditional micro-SaaS model is dying because AI makes it easy for anyone to build simple tools and customers are consolidating spending. He proposes 'Service with a Software' as the new indie builder strategy: building custom, overfit software as an instrument to enhance a service, not as a product to sell.
I think we're repeating the early microservices mistake with AI agents
The author draws parallels between the early microservices hype and current multi-agent system hype, arguing that engineering practices—not better models—may be the key to reliable multi-agent systems.
@dzhng: I found myself structuring the monorepo into microservices a lot more (even tho technically they are not microservices)…
The author discusses the challenges of scaling monorepos with AI tools like Codex, noting increased token consumption as codebases grow and suggesting that loosely coupled modules may be needed to handle AI context limits.
@dotey: Q: Our company has a dozen microservices, and we want developers to use AI Agents for system design and coding. The problem is that a user story often requires collaboration among multiple microservices, and the Agent must understand each service's responsibility boundaries and business concepts to make reasonable designs. We plan to put all microservices into a single …
The article discusses in a Q&A format how to enable AI Agents to perform system design and coding in a multi-microservice scenario, focusing on practical experiences with context quality (via monorepo, layered documentation) and validation loops (via contract testing, mock servers).
Lessons Learned Building Agentic Orchestrators
A technical blog post detailing the author's journey building an agentic micro-orchestrator for an open-source project, exploring patterns, market gaps, and the event sourcing data architecture for complex agentic workflows.