100%
GRIMOIRE
GrimoireDindon CorpusSynthesis VolumesThe Foundation of Iron
FRENAR
← PreviousNext →
RATIO
STRUCTURAL STUDY · OPÉRATION DINDON · JUNE 2026
◆◆◆
THE
INFRATIONAL
CRISIS
When words lose their weight
◆ CONTEXT OF THE STUDY

This study introduces a neologism — Infrational — to name a documented but unnamed phenomenon. Just as monetary inflation dilutes the value of currency, the inflation of technical words dilutes the value of concepts. When "infrastructure" can mean a VM created by Terraform, when "DevOps" can mean a job halfway between two distinct professions, words stop protecting the realities they once named. And when words give way, skills follow.

◆◆◆
Amine RAITI — Infrastructure Architect & SRE
Former engineering school professor · Infrastructure instructor
Public document · CC BY-NC-SA 4.0 · AI Powered by Amine · Opération Dindon
RATIO
1
SECTION 1 · THE NEOLOGISM
INFRATIONAL — WHY THIS WORD WAS NECESSARY

A neologism is justified only if it names something that had no name yet. Infrational is justified. It names a precise phenomenon: the progressive devaluation of technical words through overuse, to the point where those words no longer protect the realities they named. Exactly like monetary inflation — when too much currency circulates for the same amount of goods, currency loses its value. When too many distinct realities are named by the same word, the word loses its value.

◆ ETYMOLOGY AS A STARTING POINT

Infra comes from Latin — below. Structure — the foundation, what supports everything else. Infrastructure is what lies below and carries. This etymology is not a grammatical detail — it is a functional definition. Infrastructure is the low layer, physical, tangible, that conditions the existence of every layer above it. It cannot be code. It can be managed by code, described by code, documented by code. But it remains metal, cable, electricity, heat and disks that fail.

◆ WHY THE LOSS OF MEANING IS AN OPERATIONAL PROBLEM

This is not a semantic debate. When the word "infrastructure" loses its physical dimension in the everyday language of technical teams, engineers trained in that linguistic environment do not learn to think in physical layers. They learn to think in cloud resources. When the real failure comes — the one that is in the cable, in the network card, in the redundant power supply that no longer is — nobody knows where to look. Because nobody learned that this is where you look.

◆ NASSIHA — WHAT THIS STUDY DOES NOT CLAIM

This study does not claim that cloud is bad, that Terraform is useless, or that DevOps is a mistake. It claims that word choices have real consequences on the skills that develop or do not develop. And that some of these lexical choices were not innocent.

RATIO
2
SECTION 2 · FIRST CASE — INFRASTRUCTURE AS CODE
METAL HAS NEVER BEEN CODE

"Infrastructure as Code" has become one of the central concepts of the DevOps industry. The original idea — managing system configuration with the same rigorous practices as software code, versioning, testing, peer review — was intellectually sound. The problem is not the intention. The problem is the word.

The word "Infrastructure" in "Infrastructure as Code" does not refer to infrastructure. It refers to the configuration of virtual resources — VMs, security groups, load balancers, S3 buckets. These resources exist as parameters in a hyperscaler's console. The real infrastructure — the physical servers on which these resources run, the racks in which those servers are installed, the cables connecting them, the electrical supply powering them, the cooling keeping them cool — is not code. It has never been code. It cannot be code.

◆ THE ANALOGY THAT EXPOSES THE ABSURDITY

AirportAsCode. MotorwayAsCode. NuclearPlantAsCode.

Nobody would dare call "code" the concrete of runways, the steel of bridges or the turbines of reactors. Nobody would claim that a YAML configuration file "is" an airport. Yet this is exactly what "Infrastructure as Code" normalises for computing systems. A Terraform file that creates a VM is not infrastructure. It is code that sends an API request to a hyperscaler to allocate resources on its physical infrastructure — which you will never see, whose state you do not know, and which you do not control.

◆ WHAT IT SHOULD HAVE BEEN CALLED

"Configuration as Code" — precise, exact, unambiguous. The declarative, versioned description of cloud resource configuration. This word would have described the same practice without claiming that code can be physical infrastructure. It was not chosen. "Infrastructure as Code" was preferred — because it gives the illusion that mastering Terraform means mastering infrastructure. And this illusion serves the interests of those who sell access to the real infrastructure.

RATIO
3
SECTION 3 · SECOND CASE — DEVOPS AND THE XXXOPS FAMILY
DILUTION BY SUFFIX

DevOps was born from a real observation and a legitimate intention. In 2009, Patrick Debois and his contemporaries observed a structural wall between development teams — who deliver code — and operations teams — who maintain systems. This wall produced slow deployment cycles, frequent production failures, and an absence of shared responsibility for system availability. DevOps was a philosophy to tear down this wall through culture, practices and tools. The intention was sound.

But a sound philosophy with a poor name produces poor effects at scale. "DevOps" fused two distinct professions under one word — and this lexical choice opened the door to exactly what it sought to prevent.

◆ THE DANGER OF THE WORD "DEVOPS" — EVEN WELL-INTENTIONED

A developer and a systems engineer have fundamentally different skills, acquired through different paths, exercised in different contexts. Their collaboration is valuable. Their fusion under a single title does not create a more complete profile — it creates a blurrier one. A "DevOps engineer" who excels at CI/CD may know nothing about managing a network incident at 3am. A "DevOps engineer" who masters system diagnosis may write mediocre code. Fusing the names did not fuse the skills. It diluted the evaluation criteria for both.

◆ THE XXXOPS PROLIFERATION — RUNAWAY INFLATION

DevOps was followed by FinOps, SecOps, MLOps, DataOps, GitOps, CloudOps, PlatformOps. Each new "Ops" suffix promises the same thing: the fusion of two worlds that worked in silos. Each new suffix dilutes the meaning of the word "operations" a little further. When everything is called "Ops", the word no longer designates anything precise. And when "operations" no longer designates anything precise, real operational skills — those that maintain systems in production at night — become invisible in frameworks, job descriptions and training plans.

◆ NASSIHA — THE RIGHT QUESTION IS NOT "DEV OR OPS?"

The right question is: what skills are needed to keep this system in production at 3am, and who holds them in the team? This is not a title question. It is an operational reality question. And it deserves a precise answer — not a generic title that reassures recruiters without committing anyone to anything.

RATIO
4
SECTION 4 · THE CONSEQUENCES
WHAT WORD INFLATION HAS PRODUCED

Technical word inflation is not a cultural phenomenon without consequences. It has produced three concrete, measurable results in the digital infrastructure market.

◆ CONSEQUENCE 1 — A GENERATION WITHOUT THE PHYSICAL LAYER

Thousands of engineers trained since 2015 learned to "provision infrastructure" without ever touching a physical server, cabling a switch, or diagnosing a network fault on bare metal. They learned to manipulate abstractions — cloud resources, Terraform files, CI/CD pipelines. These skills are real and useful. But they stop at the API layer. Below the API layer there is a physical infrastructure that nobody taught them existed — because the vocabulary gave them the illusion that it did not exist, or did not need to be known.

◆ CONSEQUENCE 2 — CLOUD BUDGETS EXPLODING WITHOUT ANYONE UNDERSTANDING WHY

Organisations that migrated "to the cloud to achieve economies of scale" typically discover, 18 to 36 months after migration, that their infrastructure costs have increased rather than decreased. Part of this increase is structural — cloud pricing models are designed to grow with usage. But another part is avoidable and stems directly from ignorance of the physical layer: overprovisioning because nobody knows how to size, egress fees ignored because nobody understood there were exit charges, cloud-native architectures replicating on-premises patterns without optimising them.

◆ CONSEQUENCE 3 — A MARKET SHORT OF FULL-STACK INFRASTRUCTURE ENGINEERS

The market is critically short of engineers capable of mastering infrastructure from the physical layer to the application layer — from electricity to service. This profile existed. It was called systems administrator, infrastructure engineer, SRE. It was progressively replaced in job descriptions by "DevOps engineers" and "cloud engineers" whose skills stop at the API layer. The complete profile did not disappear because the competence became impossible to acquire. It disappeared because the vocabulary stopped valuing it — and the market follows vocabulary.

RATIO
5
SECTION 5 · THE STRATEGY BEHIND THE INFLATION
THE INFLATION WAS NOT ACCIDENTAL

Infrational inflation is not the result of collective carelessness in word choice. It is the result of a deliberate strategy — not necessarily coordinated, but consistent in its effects — by the actors who have the most to gain from the dilution of infrastructure skills.

◆ WHO BENEFITS FROM THE "INFRASTRUCTURE AS CODE" ILLUSION?

AWS, Azure and GCP benefit directly from the belief that mastering Terraform or CloudFormation equates to mastering infrastructure. If engineers believe that infrastructure is code, they do not need to understand what lies beneath the code. And if they do not need to understand what lies beneath the code, they never have reason to ask whether what lies beneath the code might belong to someone other than a hyperscaler. The AWS console that "provisions infra" is a rental interface, not a mastery tool. The vocabulary erases the distinction.

◆ WHO BENEFITS FROM THE "DEVOPS" DILUTION?

Two actors benefit from profession dilution. Employers who replace two specialists with one cheaper generalist — the "DevOps" title justifies paying less for two distinct expertises under a single salary. And tool publishers who sell "DevOps" platforms claiming to solve through tooling what only culture and competence can solve. The word "DevOps" has become a market. Like all markets, it is shaped by the actors who benefit from it.

◆ THE LINK WITH "ANATOMY OF THE LOSS"

The first study of the Opération Dindon corpus documented the dissolution of infrastructure competence and cognitive capture by hyperscalers. The Infrational crisis is the linguistic mechanism that made this dissolution possible. You cannot lose what you cannot name. You cannot name what you have lost the definition of. Word inflation preceded and conditioned the dissolution of skills. This is not a coincidence.

RATIO
6
SECTION 6 · THE PROPOSAL
TAKING BACK CONTROL OF WORDS

Taking back control of words is not an exercise in nostalgia or lexical purism. It is an operational necessity. The words we use to describe our profession shape the skills we develop, the hires we make, the training we deliver, and the architectures we design. Precise words produce precise engineers. Vague words produce vague engineers.

◆ MEASURE 1 — DISTINGUISH CONFIGURATION FROM INFRASTRUCTURE IN VOCABULARY

Call "Configuration as Code" what is declarative configuration of virtual resources. Reserve the word "Infrastructure" for what it designates — the physical, tangible layer that carries everything else. This distinction is not a matter of style — it is a matter of operational precision. An engineer who knows that Terraform manages configuration, not infrastructure, knows there is a layer below that they cannot see and must account for.

◆ MEASURE 2 — NAME SKILLS SEPARATELY

Distinguish in job descriptions, skills frameworks and training plans what belongs to development (writing code that solves business problems), infrastructure engineering (mastering the physical layer through to the service layer) and reliability (designing and maintaining systems available in production). These three skills can coexist in one individual — some SREs excel in all three. They cannot be assumed present on the strength of a generic title.

◆ MEASURE 3 — TRAIN ON THE PHYSICAL LAYER BEFORE THE ABSTRACT LAYER

The Foundation of Iron — 26 weeks from electricity to networking — is built on this principle: you cannot master the abstraction if you do not understand what it abstracts. An engineer who learned to cable a switch before learning to configure a VPC understands what a network actually is. An engineer who only ever knew the VPC believes a network is a JSON file. Training on the physical layer is not nostalgia — it is the condition of real understanding.

◆◆◆

Let us take back control of words before trying to take back control of our infrastructures. The two are linked. In that order.

◆◆◆
NEMO SUPRA LEGEM EST
← PreviousNext →