Trends & Opinion

Disney Is Dropping GitHub Copilot. The Autocomplete Era Is Over

Disney cuts Copilot, Kiro and Q in August, keeps Claude and Cursor, adds Codex. Engineers barely used the suggestion tool while power users drive agents from the terminal — the interaction model lost, not the vendor.

· Jul 31, 2026
Disney Is Dropping GitHub Copilot. The Autocomplete Era Is Over
Illustration generated by AI
Table of contents
  1. Autocomplete lost to agents, not to a better autocomplete
  2. The quiet second story: consolidation
  3. What this means if you're not Disney

Disney is removing GitHub Copilot from its approved AI tooling for US engineering staff in August, according to an internal message reported by Business Insider. Also cut: Amazon's Kiro editor, Amazon Q, and Claude accessed through AWS Bedrock. Staying: Claude Enterprise and Cursor. Arriving: OpenAI's Codex, on a date Disney hasn't announced.

The detail that makes this more than a procurement story is why Copilot is going. Eight Disney engineers told Business Insider they rarely or never used it. One called its generated code "needlessly complex." Another's access simply lapsed from lack of use. Meanwhile, the same reporting describes Disney's power users firing off tens of thousands of agent calls a day — and a senior engineer who says he now spends 80% of his coding time driving Claude from the terminal.

Autocomplete lost to agents, not to a better autocomplete

Copilot's original design assumption — an AI that sits beside you in the editor and suggests the next lines — was the right product for 2021 models. It is the wrong product for 2026 models, and Disney's usage pattern shows the split perfectly: the tool designed to be ambient went unused, while tools designed to be delegated to are being hammered thousands of times a day.

That's not a quality gap Microsoft can patch. It's an interaction-model gap. Suggestions require you to stay in the loop for every line; agents take a task, run, and come back with a diff. Once developers experience the second mode, the first stops feeling like help and starts feeling like noise — which is exactly how "needlessly complex" completions read when you no longer want completions at all. It's the same shift we described when Claude Code became a default day-one tool and when OpenAI split ChatGPT's coding surface into Codex: the unit of work moved from lines suggested to tasks completed.

The quiet second story: consolidation

The lazy reading is "Microsoft loses, OpenAI wins." The more accurate reading is that Disney cut four tools and kept two — and one of the cuts was Claude-via-Bedrock even as Claude Enterprise stays. Large engineering orgs are done running six overlapping AI subscriptions to see what sticks. They're converging on one agent per surface: a terminal agent (Claude), an agent-first editor (Cursor), and now a hosted agent (Codex) — each with enterprise contracts, audit trails and admin controls, not developer-expensed seats.

That consolidation, not any single vendor swap, is the trend worth planning around. When a company standardizes on agents, the follow-on questions arrive fast: who reviews what the agent wrote, how you scope what it's allowed to touch, and what a developer's job even looks like when the modes matter more than the titles.

What this means if you're not Disney

  • If you're still evaluating tools by autocomplete quality, you're benchmarking the last war. Measure task completion: can the tool take a ticket, produce a reviewable diff, and explain it?
  • The terminal is a feature, not a regression. The engineers doing the most AI-assisted work at Disney are doing it in a shell, because agents need a place to run, not menus to click.
  • Expect your own stack to shrink. The multi-tool experimentation phase ends the way it ended at Disney: two or three agents with contracts, everything else switched off.

Copilot isn't dying because AI coding failed. It's being retired because AI coding succeeded past it — and the companies that bought the "pilot" metaphor first are now the first to notice the seat next to the developer is empty.