bennerdo.blog
Writing Topics About RSS

DevOps

← Topics  ·  28 articles

  • Jun 11, 2026
    Anthropic Just Quietly Rearranged the Entire AI Model Market. Most Teams Missed It.
    Claude Opus 4.8 dropped last week. Most teams are still paying frontier prices for tasks a Haiku handles in its sleep. This is a five-figure mistake happening silently across the industry right now.
    7 min read
  • Jun 10, 2026
    The Code Nobody Dares to Touch
    Every codebase has it. The file, the service, the function that everyone knows about and nobody goes near. It works. Probably. And that is the most dangerous sentence in software engineering.
    10 min read
  • Jun 9, 2026
    The Reliability Contract Nobody Signed
    When software stops working, users feel betrayed. The team feels unfairly blamed. Both reactions are understandable and both miss what is actually happening between people and the software they depend on.
    10 min read
  • Jun 7, 2026
    Software Doesn't Have to Get Slower
    Every engineer has watched a system slow down over time despite nobody intending it. The causes are not mysterious. The prevention is not complicated. What is missing is the habit of treating performance as something that requires continuous attention rather than occasional rescue.
    11 min read
  • Jun 6, 2026
    Rate Limiting Is Not a Feature
    Every team adds rate limiting eventually. Most add it after the incident that made it obvious they needed it. The interesting question is not whether to rate limit but what you are actually protecting, which most implementations get wrong.
    11 min read
  • Jun 3, 2026
    Nobody Knows What Their System Costs
    Most engineering teams are spending serious money on cloud infrastructure and have only a vague idea where it is going. The bill arrives. It gets paid. Nobody asks hard questions until the number becomes impossible to ignore.
    10 min read
  • Jun 2, 2026
    The Open Source Debt Nobody Talks About
    Every production system is built on open source software maintained by people working for free. Most companies have never thought seriously about what happens when those people stop. Some of them are about to find out.
    10 min read
  • Jun 2, 2026
    The Agile Sprint That Never Ends
    Agile promised to make software development more human. For a lot of teams it has done the opposite. Here is what went wrong and why the calendar is not the problem.
    9 min read
  • May 31, 2026
    Technical Debt Is a Management Problem
    Engineers talk about technical debt as if it is a technical phenomenon. It is not. It accumulates through decisions made by people with authority over engineering time, and it is resolved the same way.
    10 min read
  • May 30, 2026
    The On-Call Rotation That Breaks People
    On-call burnout is treated as a scheduling problem. It is not. It is a systems engineering problem. The rotation is the last place to look. Everything upstream of it is where the damage is actually done.
    11 min read
  • May 29, 2026
    The Data Pipeline Is Lying to You
    Bad data in production ML systems almost never announces itself. It arrives quietly, passes validation, and corrupts months of decisions before anyone realises something is wrong. Here is where the lies hide and how to catch them.
    12 min read
  • May 28, 2026
    Your Model Is Not the Problem
    Most ML failures in production are not model failures. They are data failures, pipeline failures, and monitoring failures that teams misattribute to the model because the model is the part they understand least and fear most.
    12 min read
  • May 25, 2026
    The Infrastructure That Nobody Owns
    The most dangerous systems in any engineering organisation are not the ones that are broken. They are the ones that are working, that everyone depends on, and that nobody is responsible for.
    10 min read
  • May 24, 2026
    Event-Driven Architecture: An Honest Assessment
    Event-driven systems are elegant in talks and brutal in production. After building and operating them across multiple companies, here is what nobody tells you before you commit to the pattern.
    11 min read
  • May 24, 2026
    The Standup That Became a Status Report
    The daily standup was invented to surface blockers and coordinate work. In most teams it has become a ritual performance of productivity. Here is how that happened, what it costs, and what the meeting was supposed to be.
    10 min read
  • May 20, 2026
    Microservices Were Never About Technology
    Every failed microservices adoption I have seen made the same mistake: treating microservices as an infrastructure pattern instead of an organisational one. The technology is the easy part. The hard part is everything else.
    11 min read
  • May 20, 2026
    The GPU Is the New Database
    Twenty years ago, teams had no idea how to run databases at scale. They made every mistake possible before the patterns solidified. We are now in the same position with GPU infrastructure, making the same mistakes, faster.
    11 min read
  • May 19, 2026
    Unit Tests Are Overrated and You Know It
    We test the wrong things obsessively and the right things barely at all. The unit test orthodoxy has produced codebases with 90% coverage that break constantly in production. It's time to say this out loud.
    11 min read
  • May 18, 2026
    The Code That Runs at 3am
    There are two kinds of code. The kind you write in the daytime, caffeinated, with full context, and tests passing. And the kind that runs at 3am, in production, when everything is on fire and you wrote it six months ago. Most people only think about the first kind.
    10 min read
  • May 16, 2026
    The Post-Mortem That Changes Nothing
    Every serious engineering team runs post-mortems. Almost none of them work. The problem isn't the format or the facilitation — it's that most post-mortems are designed to produce closure rather than change.
    10 min read
  • May 15, 2026
    API Decisions You Can't Take Back
    Most code can be refactored. APIs are different. The decisions you make when you first expose an interface become the constraints everything downstream is built on. Here's which ones actually matter.
    11 min read
  • May 14, 2026
    Your Observability Is Looking at the Wrong Things
    A passing dashboard and a healthy system are not the same thing, and most teams only find out the hard way.
    9 min read
  • May 13, 2026
    The Meeting That Should Have Been a Deploy
    Engineering teams don't slow down because they run out of ideas or lose good people. They slow down because the path from decision to production gets longer every month. Here's how that happens and what it actually costs.
    10 min read
  • May 12, 2026
    The Cost of Keeping Options Open
    Flexibility is not free. Every abstraction you add to avoid being locked in has a price, and most teams are paying it without realising what they bought.
    10 min read
  • May 11, 2026
    Observability Is Not Logging
    Most teams think they have observability because they have logs. They don't. Here's what observability actually means, why the distinction matters, and what it costs you when production breaks and you're flying blind.
    11 min read
  • May 10, 2026
    Everyone Is Writing Terraform. Almost Nobody Is Writing It Well.
    Infrastructure as code promised to make infrastructure reproducible, auditable, and safe. Most Terraform codebases I've seen deliver none of those things. Here's what goes wrong and why.
    11 min read
  • May 9, 2026
    Kubernetes Is Not Your First Problem
    Every week I talk to a team running three services and forty users on Kubernetes. They're solving tomorrow's scaling problem while today's reliability problems go unfixed. Here's what that costs.
    10 min read
  • May 6, 2026
    Your CI Pipeline Is Lying to You
    Green builds don't mean working software. Most pipelines are optimised to pass, not to catch failures. Here's what a pipeline that actually tells the truth looks like.
    11 min read
© 2026 bennerdo — Built with Astro
RSS Sitemap GitHub Twitter