Conference Program

iSAQB Software Architecture Gathering 2026

  • Session (45min)
  • Advanced
  • 17 Nov 2026
  • 10:15-11:00
  • Room München

Six Engineers, Three Days, a Working Platform: The Honest Version

by Michael Buerkle

In June 2026, six engineers at Element Logic spent four days rebuilding the core of our warehouse platform almost entirely through AI agents — and ended the week with a working system running end-to-end against an AutoStore simulator, on an environment that redeployed itself every fifteen minutes.

I’ll be upfront: I’d cared about patterns and clean code for the better part of two decades, and I didn’t believe this was possible until I watched it happen. That’s exactly why I want to give you the whole context, not the buzz — a working architect’s account of what actually changes when the bottleneck stops being typing code and becomes steering fleets of parallel agents, reviewing what they produce, and deciding what “done” even means.

I’ll walk through the operating model we landed on — one repository, parallel agent sessions, merge queues, and AI-driven quality gates that replaced most human review — and the architectural decisions that flowed directly from it. I’ll show what the agents got impressively right, and be equally candid about what they didn’t: production-readiness, architecture debt taken on at speed, data governance, cost, and whether any of this is sustainable beyond one intense week.

If you’re an architect trying to understand what AI-native development does to your job — the leverage and the new failure modes alike — this is a field report from inside the change, hype stripped out.

*Key takeaways*

– A concrete operating model for agentic development (repository strategy, parallel agents, AI quality gates) and the architectural decisions it forces
– Where AI agents create real leverage in a complex domain — and where they introduce new, subtle risks
– Why the architect’s job shifts from steering people to building the guardrails and reusable substrate that let many people steer agents safely
– An honest account of the open questions: quality, governance, cost, and sustainable pace