Encore omdelade detta
Infrastructure as code was a 2014 idea, and 2026 is the last year of Terraform. You write YAML or HCL that describes infra, then a tool reconciles it. It assumed a human was the source of truth. That assumption breaks when an AI agent is writing the code. An agent let loose on Terraform doesn't know which IAM role to reuse, or which firewall rule to remove as it's no longer needed. You end up with infra sprawl, permission drift, and a security review queue that never empties. Infrastructure FROM code flips the model. The application code is the source of truth. A compiler reads the code, understands the intent (this is a Pub/Sub topic, this service calls that one, this endpoint needs auth), and derives the infra deterministically. No YAML. No drift. No hallucinated modules. We've been building toward this at Encore for years. What we didn't predict in 2021 is how well it would fit the agentic era. Turns out a compiler is a very good guardrail for an AI writing backend code. Fewer decisions for the agent to get wrong. Fewer tokens burned on boilerplate. Reviewable, auditable output by default. The AI era doesn't need more config files. It needs fewer. More on the blog: https://lnkd.in/ebe_GgmK