Skip to main content

This week in AI updates: Claude Opus 4.6, GPT-5.3-Codex, and more (February 6, 2026)

Anthropic launches Claude Opus 4.6

Claude Opus 4.6 is the latest version of the company’s most powerful class of AI models. Anthropic says that this release improves on Opus’ coding skills, and it now plans more carefully, sustains agent tasks for longer, can run more reliably in larger codebases, and has better code review and debugging skills, helping it to more effectively catch its own mistakes.

In addition to coding improvements, Claude Opus 4.6 also features improved abilities in tasks like running financial analyses, doing research, and using and creating documents, spreadsheets, and presentations.

It also features a 1M context window (beta), which is a first for Opus models, Anthropic said.

OpenAI releases GPT-5.3-Codex

The latest version of OpenAI’s coding agent builds on the coding performance of the previous release as well as the reasoning and knowledge capabilities of GPT-5.2. It is capable of tackling long-running tasks involving research, tool use, and complex execution.

OpenAI also noted that GPT-5.3-Codex is the company’s first model that helped to create itself, as the team used early versions of it to troubleshoot training, manage deployment, and diagnose test results and evaluations.

It is now available through paid ChatGPT plans wherever Codex is enabled, including the app, CLI, IDE extension, and web, and API access will be enabled shortly.

Google previews Developer Knowledge API, MCP server that will make it easier to access docs for Google services

The Developer Knowledge API allows developers to search and retrieve documentation for Google’s services in Markdown. This includes documentation from firebase.google.com, developer.android.com, docs.cloud.google.com, and more.

Google is re-indexing all of its documentation within 24 hours of a service being updated to ensure that developers can stay up-to-date with information related to the latest releases.

In addition to the Developer Knowledge API, Google is releasing a related MCP server to enable development teams to connect it to their IDEs and AI coding assistants. The company explained this can enable more advanced capabilities as developers are writing code, such as being able to ask the best way to implement push notifications in Firebase, check the docs to find the best way to fix a specific error, or compare two different services for a particular use case.

Xcode 26.3 adds agentic coding support

Apple is enabling agentic coding within Xcode in the latest version of the development platform (version 26.3).

Developers will now be able to use Anthropic’s Claude Agent and OpenAI’s Codex directly in Xcode.

“With seamless access to Claude Agent and Codex, developers can bring the advanced reasoning of these models directly into their app-building workflow. This connection combines the power of these agents with Xcode’s native capabilities to provide the best results when developing for Apple platforms, giving developers the flexibility to work with the model that best fits their project,” Apple wrote in an announcement.

Opsera introduces new DevOps agents to address AI-assisted coding issues

Opsera is releasing several new agents as a part of its Agentic DevOps offering that proactively manage DevOps workflows in an attempt to address some of the bottlenecks introduced by AI-assisted coding.

According to a recent report from the company, AI-assisted coding can speed up metrics like Time-to-Pull Request or test pass rate, but it is also subject to bottlenecks that slow delivery down, such as longer PR review times. For example, the company found that AI-assisted workflows had a 48-58% faster average Time-to-Pull Request, but that AI-generated pull requests wait 4.6x as long to be reviewed compared to human-written ones.

Opera also found that AI-generated code suffered from issues like increased code duplication (13.5% vs 10.5%) and security vulnerabilities (15-18% more) compared to human-written code.

Snowflake and OpenAI announce $200 million partnership

The two companies will work on building customized AI solutions for their joint customers. Additionally, OpenAI’s models will be natively available on Snowflake Cortex AI across the three major cloud providers, and will also be accessible through Snowflake Intelligence.

“By bringing OpenAI models to enterprise data, Snowflake enables organizations to build and deploy AI on top of their most valuable asset using the secure, governed platform they already trust,” said Sridhar Ramaswamy, CEO of Snowflake. “Customers can now harness all their enterprise knowledge in Snowflake together with the world-class intelligence of OpenAI models, enabling them to build AI agents that are powerful, responsible, and trustworthy. Together, we’re setting a new standard for AI innovation, helping businesses transform with confidence, while maintaining strong security and compliance standards.”

The post This week in AI updates: Claude Opus 4.6, GPT-5.3-Codex, and more (February 6, 2026) appeared first on SD Times.



from SD Times https://ift.tt/cUMh1Pn

Comments

Popular posts from this blog

A guide to data integration tools

CData Software is a leader in data access and connectivity solutions. It specializes in the development of data drivers and data access technologies for real-time access to online or on-premise applications, databases and web APIs. The company is focused on bringing data connectivity capabilities natively into tools organizations already use. It also features ETL/ELT solutions, enterprise connectors, and data visualization. Matillion ’s data transformation software empowers customers to extract data from a wide number of sources, load it into their chosen cloud data warehouse (CDW) and transform that data from its siloed source state, into analytics-ready insights – prepared for advanced analytics, machine learning, and artificial intelligence use cases. Only Matillion is purpose-built for Snowflake, Amazon Redshift, Google BigQuery, and Microsoft Azure, enabling businesses to achieve new levels of simplicity, speed, scale, and savings. Trusted by companies of all sizes to meet...

2022: The year of hybrid work

Remote work was once considered a luxury to many, but in 2020, it became a necessity for a large portion of the workforce, as the scary and unknown COVID-19 virus sickened and even took the lives of so many people around the world.  Some workers were able to thrive in a remote setting, while others felt isolated and struggled to keep up a balance between their work and home lives. Last year saw the availability of life-saving vaccines, so companies were able to start having the conversation about what to do next. Should they keep everyone remote? Should they go back to working in the office full time? Or should they do something in between? Enter hybrid work, which offers a mix of the two. A Fall 2021 study conducted by Google revealed that over 75% of survey respondents expect hybrid work to become a standard practice within their organization within the next three years.  Thus, two years after the world abruptly shifted to widespread adoption of remote work, we are dec...

October 2025: AI updates from the past month

OpenAI announces agentic security researcher that can find and fix vulnerabilities OpenAI has released a private beta for a new AI agent called Aardvark that acts as a security researcher, finding vulnerabilities and applying fixes, at scale. “Software security is one of the most critical—and challenging—frontiers in technology. Each year, tens of thousands of new vulnerabilities are discovered across enterprise and open-source codebases. Defenders face the daunting tasks of finding and patching vulnerabilities before their adversaries do. At OpenAI, we are working to tip that balance in favor of defenders,” OpenAI wrote in a blog post . The agent continuously analyzes source code repositories to identify vulnerabilities, assess their exploitability, prioritize severity, and propose patches. Instead of using traditional analysis techniques like fuzzing of software composition analysis, Aardvark uses LLM-powered reasoning and tool-use. Cursor 2.0 enables eight agents to work in pa...