04/14/2026
We ran a real experiment: gave an AI agent the full job of deploying **Oracle E‑Business Suite on OCI** — end-to-end, with **HTTPS, WAF, production routing, and zero manual maintenance**.
It executed well. And it still took days.
Not because the AI was “bad,” but because real infrastructure work is full of ordinary blockers (IAM gaps, load balancer health checks, cert automation stalls, unstable intermediate hosts, base image defects). A senior engineer navigates those quickly because they know when to act vs. when to ask.
Our takeaway: **the operating model matters more than the agent.**
What changed everything for us was splitting the work into two roles:
- **Worker Agent** = executes the plan
- **Orchestrator Agent** = sets the tempo, breaks deadlocks, changes strategy, keeps humans out of low-level ambiguity
If you’re trying to use AI for real delivery (not demos), this pattern is worth a look:
Two AIs Walk Into a Data Center A real deployment story about Oracle E-Business Suite on OCI — and why ex*****on alone was not enough. We expected this to take a couple of hours. I’ve deployed an Oracle E-Business Suite Vision environment in that time before — but without a load balancer, HTTP...