Mendral: The Docker Founders Come Back to Fix the Problem They Helped Create
Here is a fun piece of irony: Sam Alba and Andrea Luzzardi helped build Docker, the tool that made it trivially easy to ship software inside containers. That ease of shipping created a new problem — massive, sprawling CI/CD pipelines that nobody wants to babysit. Now they are building Mendral to babysit those pipelines so you do not have to.
That is not a knock. It is actually a great business instinct. The people who built the on-ramp understand the highway better than anyone. And CI/CD debt is one of the most universally despised parts of modern software development — a graveyard of flaky tests, broken builds, and 3am Slack alerts that every engineering team tolerates because fixing it properly never makes it onto the sprint.
Mendral's pitch is simple: stop tolerating it. Let an AI agent handle it instead.
What They Are Building
Mendral is an always-on AI DevOps engineer. Three specialized agents run continuously against your pipelines:
- Security: Reviews dependency PRs, pins safe versions, surfaces CVEs that are actually reachable from your code (not just theoretically present)
- Reliability: Diagnoses CI failures, identifies flaky tests, ships fix PRs autonomously
- Performance: Reduces build time through caching strategies, parallelism tuning, and slow test identification
Beyond those three core modes, you can wire in custom automations — triggered by Datadog alerts, Sentry errors, deployment events, or webhooks. The system connects to GitHub, your CI runtime, Sentry, Datadog, GCP, and Slack. It is not a dashboard. It does not give you more things to look at. It acts.
The loop is the key insight: Observe, Diagnose, Act, Learn. When a signal arrives (a failed check, a broken deploy, a dependency change), Mendral pulls context — logs, traces, commits, cloud state, previous fix attempts, repo conventions. It produces an output: either a PR with a fix, a code review comment, or a structured explanation of why it is not touching the code but here is what you should do. Accepted fixes and rejected approaches both feed back into the system. It gets smarter with every build.
PostHog is accepting 104 Mendral-generated fixes per month. Metabase is running 240,000 CI runs weekly through the system. Those are not pilot numbers.
The Founders Know This Problem Personally
Sam Alba wrote some of Docker's first lines of code. Andrea Luzzardi came from Google and Microsoft before co-founding Dagger with Alba — a CI/CD engine that became popular precisely because it made pipelines more composable and less fragile. They have spent a decade building infrastructure that millions of developers depend on.
