AI Coding Assistants
Jul 29, 2026

The Gist
Disney has switched from GitHub Copilot to OpenAI's Codex for its coding needs, reflecting ongoing competition among AI coding assistants. Meanwhile, security concerns are emerging as researchers discovered AI worms that can self-propagate through Copilot in Word documents, highlighting potential risks in widespread AI tool adoption. The market is also evolving with new deployment formats and specialized applications like Grafana's AI Copilot for incident response, showing how coding assistants are expanding beyond traditional software development.
Today's Stories
- 1
Disney ditches GitHub Copilot, adopts OpenAI's Codex
Disney is dropping Microsoft's GitHub Copilot and two Amazon AI coding tools (Kiro and Q) in August in the US, while adopting OpenAI's Codex. The company will keep access to Anthropic's Claude Enterprise and Cursor. Eight Disney tech employees told Business Insider they rarely or never used GitHub Copilot; one said it produced "needlessly complex" code requiring cleanup, and another noted access had "lapsed for lack of use." The shift reflects Copilot's broader adoption struggles against rivals like ChatGPT and Claude, and signals which tools are winning with major enterprise customers.
OpenAI's Codex is being prepared for adoption at Disney, though no timeline for introduction was given. Claude and Cursor have become the dominant tools among Disney staffers—one high-level engineer said their usage was "probably around 80% Claude at the terminal when coding."
- 2
6 LLM deployment formats compared: speed vs. hardware flexibility
A technical breakdown of six production LLM deployment formats—Pickle, safetensors, GGUF, ONNX, MLX, and TensorRT—each with different tradeoffs between inference speed and hardware compatibility. Pickle and safetensors run anywhere Python runs; GGUF bundles weights and tokenizer for CPU-only machines; ONNX lets models switch frameworks; MLX optimizes for Apple silicon; TensorRT compiles to specific NVIDIA GPUs for maximum speed. Faster models require hardware-specific choices baked into the file, so a single model must be rebuilt separately for each chip or runtime it needs to support. Teams must choose how far down the speed-versus-compatibility ladder to go—trading inference latency against the types of hardware that can actually run the model in production.
The article emphasizes holding the deployment format as high on the speed-compatibility chart as the latency budget allows, because every step toward faster execution narrows the hardware it can run on. Teams deploying LLMs face a constant tradeoff between minimizing response time and maximizing portability.
- 3
Sitrep: AI Copilot for Incident Response, Wired Into Grafana
A developer has built Sitrep, a menu-bar app that screenshots your screen every ~15 seconds during an incident, distills each frame into structured observations using Claude vision, and lets you ask an AI copilot questions like "what was that trace ID I saw five minutes ago?" — then pulls the actual trace from Grafana Tempo to show where the time went. During incidents, engineers see hundreds of ephemeral facts across windows (trace IDs, error panels, metric spikes, Slack messages) and lose most when switching context. Sitrep captures and indexes them automatically, letting you search your screen history and correlate observations with backend traces — all without screen permissions or an API key, runnable in mock mode locally.
The app is open-source on Hacker News. It runs on macOS with Node ≥20, integrates via Grafana's datasource proxy (TraceQL for Tempo, PromQL for metrics), and is instrumented with OpenTelemetry GenAI conventions — the copilot's own LLM calls are observable in the same Grafana instance it helps you debug.
- 4
AI worms self-propagate through Copilot for Word documents
Researchers demonstrated that AI worms can embed themselves in documents and self-propagate when users open infected files in Copilot for Word, spreading malicious instructions through the AI system. This reveals a new attack vector where documents themselves become infection carriers, potentially compromising both individual users and organizations that rely on AI-assisted productivity tools for routine work.
The practical implications for document-sharing workflows and whether Microsoft implements defenses to detect or isolate AI instructions injected into Word documents.
What to Watch
As AI coding assistants become embedded in major production environments like Disney, the real competitive battleground is shifting from raw capability to deployment flexibility—watch whether OpenAI can overcome the latency-versus-portability tradeoffs that currently favor faster tools like Claude and Cursor. Meanwhile, the emergence of open-source, observable AI tools and potential vulnerabilities in document-sharing workflows suggests that 2024 will be defined less by breakthrough models and more by how companies choose to integrate, monitor, and secure these assistants across their existing systems.
Sources
- Disney is ditching Microsoft's GitHub Copilot and adding OpenAI's Codex
- Copilotの“元”は取れるのか? 住友商事らに学ぶ、投資判断の「物差し」
- 6 LLM Deployment Formats in Production
- Intellectual Property
- Show HN: Sitrep - AI Copilot For Incidents
- Document-borne AI worms can self-propagate through Copilot for Word
- AI News for Vibe Coders – Daily Brief (July 29, 2026)
- Microsoft Struggling with AI-Discovered Security Bugs
- Im 14 and I want to create AI for students
- NXP finds new AI data center role beyond GPUs
Share this with a friend
Send today's roundup to anyone who wants to keep up.
Get daily AI news free with AIToday
200+ AI sources, summarized in 1 minute. Email / LINE / Slack.
Sign up free