Ad
Skip to content
Read full article about: OpenAI acquires Astral to bring Python's most popular dev tools into its Codex AI coding platform

OpenAI is acquiring Astral, the company behind the widely used Python tools Ruff, uv, and ty. Astral founder Charlie Marsh announced that his team is joining OpenAI's Codex team, the company's platform for agentic AI coding. According to Marsh, Astral's tools are downloaded hundreds of millions of times each month and have become a core part of modern Python development. Marsh says integrating them with Codex gives both projects the most room to grow. Astral was backed by Accel and Andreessen Horowitz, among others.

Our goal with Codex is to move beyond AI that simply generates code and toward systems that can participate in the entire development workflow—helping plan changes, modify codebases, run tools, verify results, and maintain software over time. Astral’s developer tools sit directly in that workflow.

OpenAI

OpenAI says it will keep the tools open source after the acquisition closes. Astral's Douglas Creager wrote on Hacker News that the tools are under a permissive license, so in a worst-case scenario, the community could fork the software and continue developing it independently.

No one can guarantee how motives, incentives, and decisions might change years down the line. But that's why we bake optionality into it with the tools being permissively licensed.

Douglas Creager
Read full article about: Anthropic turns Claude Code into an always-on AI agent with new channels feature

Anthropic's Claude Code now supports "channels," letting messages, notifications, and webhooks flow directly into a running session. Claude can respond to events even when the user isn't at the terminal, whether that's CI results, chat messages, or monitoring alerts.

Channels run through MCP servers and support two-way communication: Claude reads an incoming message and responds through the same channel. The research preview supports Telegram and Discord, and developers can build their own custom channels. The feature moves Anthropic's tooling closer to the AI agent hype around OpenClaw.

The feature requires Claude Code version 2.1.80 or later and a claude.ai login; API keys aren't supported. Teams and Enterprise organizations need to explicitly enable channels. Full details are in the official documentation.

Ad
Read full article about: Google pulls back on browser AI as the industry bets on coding tools

Browser agents are losing ground to coding tools, and Google is pivoting. According to Wired, Google is restructuring the team behind Project Mariner, its AI agent for the Chrome browser. Some employees have been moved to higher-priority projects. Google confirmed the changes but stressed that the expertise developed will feed into other products, including the Gemini Agent announced last year.

The broader industry is shifting toward agent systems like OpenClaw and command-line tools like Claude Code, while browser agents struggle to gain traction. OpenAI is effectively walking away from its browser-based "ChatGPT Agent" as well. The product launched with four million weekly active paying users but dropped below one million within a few months. OpenAI is now focusing on specialized solutions like a shopping agent instead. Anthropic, meanwhile, is already building out its coding agents to serve as future all-purpose assistants.

Ad
Read full article about: Google gives AI shopping agents cart, catalog, and loyalty features

Google has expanded the Universal Commerce Protocol (UCP) with shopping cart, catalog, and identity features to make online shopping easier for AI agents. The shopping cart function lets AI agents add multiple items to a store's cart at once. A new catalog feature gives agents access to real-time product data - including prices, variants, and availability - pulled directly from the retailer. An identity link lets logged-in shoppers on UCP platforms keep the same loyalty and membership benefits they'd get shopping directly with the retailer.

Google plans to integrate UCP into AI Mode in Search and the Gemini app, and the Merchant Center will make it easier for smaller merchants to connect in the future. Partners like Commerce Inc, Salesforce, and Stripe are planning to support UCP on their platforms. Google first introduced UCP earlier this year alongside Shopify, Etsy, Wayfair, Target, Walmart, and more than 20 other companies including Visa and Zalando as an open standard for AI-powered shopping.

Ad