Coding Weekly AI News
December 15 - December 23, 2025This weekly update covers major advances in agentic AI coding tools that are changing how developers build software. AI agents are becoming smarter and more independent, capable of handling entire projects without much human help.
One of the most important developments this week was Anthropic's announcement of Agent Skills as an open standard. Skills are special sets of instructions that teach AI agents how to handle specific work tasks. They're like recipes that show AI helpers what to do and how to do it correctly. These might include brand guidelines for how a company wants things written, email templates for common messages, or instructions for how to create tasks in project management tools like Jira and Asana. The exciting part is that these skills are now portable across different AI platforms. This means a skill created for one AI system can work with another one too. OpenAI has already built similar technology into ChatGPT and Codex, showing that even though these companies are competitors, they see value in working together. Enterprise administrators, which means people who manage AI tools at big companies, can now control these skills from one central location. There's also a new directory of pre-built skills made by partners like Canva, Notion, Figma, Atlassian, Cloudflare, Stripe, and Zapier.
Claude Code received major updates with the introduction of sub-agents. Imagine a regular AI conversation about coding that starts to get messy because you're asking it to fix bugs, check security issues, and write documentation all at once. That messiness is called "context pollution." Sub-agents solve this problem by letting developers create specialized AI helpers that focus on just one job each. A developer could create a security-code-reviewer agent that knows all about security problems, or a separate debugging agent, or an API testing agent. Each one works independently with its own memory, so they don't confuse each other or waste time on unrelated information.
OpenAI launched GPT-5.2-Codex, which they describe as their most advanced AI model specifically for writing and improving code. This model set new records on tests that measure how well AI can handle real software engineering work. GPT-5.2-Codex is particularly strong at several things: it can work across multiple sections of code without losing track of what it's doing, it performs much better on big changes like refactoring code or moving code from one system to another, and it has much better ability to spot cybersecurity problems. To show how capable it is, this model helped a security researcher discover multiple important vulnerabilities in React Server Components in a single session. Because this is such a powerful tool, OpenAI is carefully limiting who can use it. Right now they're only giving trusted access to vetted cybersecurity professionals through an invitation-only program.
Developer preferences for AI coding models are becoming clearer. On December 20, experienced developers shared which AI models work best for different coding situations when using VS Code, one of the most popular code editors. Claude Opus 4.5 came out ahead for overall coding quality, producing cleaner, better code with fewer mistakes. However, GPT-5.2 excels at a different task: planning and architecture. While GPT-5.2 might write more boilerplate code (repetitive code that you have to include even though it's similar each time) and occasionally has more bugs than Opus, it really shines when you need to think through how to organize a whole coding project. GPT-5 Codex is specialized for smaller coding jobs where precision matters. Unlike GPT-5.2, it's not opinionated about how things should work, meaning it focuses just on doing exactly what you ask. It's especially good for backend coding and situations where the scope of work is clear.
The biggest trend this week is ambient AI in development. AI is no longer just a separate tool you use occasionally. Instead, it's now woven into the software that developers use every single day—browsers, email programs, spreadsheets, and many other applications where real work happens. This change matters because it reduces the friction of context switching. Developers don't have to leave their current tool and open something else to get AI help. The even bigger trend is interoperability, which means different AI systems actually talk to each other and work together. Anthropic's Agent Skills are an open standard that OpenAI has adopted. Google's Antigravity platform supports Claude and GPT models alongside Google's Gemini models. Tools like MCPs (Model Context Protocol) enable standard tool connections across different platforms. The major AI companies are betting that growing the whole ecosystem helps everyone more than keeping their technology locked up and proprietary.