Ad
Skip to content
Read full article about: OpenAI plans to nearly double its workforce by 2026 as it ramps up enterprise push

The AI lab wants to grow from 4,500 to 8,000 employees by the end of 2026, the Financial Times reports, citing two people familiar with the plans. Most new hires will go into product development, engineering, research, and sales. OpenAI is also bringing on "technical ambassadorship" specialists to help companies integrate its tools.

Much of this hiring likely ties back to OpenAI's Frontier, an agent-based AI platform designed to embed deeply into company workflows, the kind of integration that requires hands-on development at the customer's site. OpenAI has already launched the Frontier Alliance with consulting firms like McKinsey, and partnerships with private equity firms are in the works.

The broader context is OpenAI's push to win enterprise customers, particularly in coding, where Anthropic has been steadily gaining ground. While OpenAI was focused on ChatGPT features, image generation, video models, and all the weird outcomes that came with people actually using this technology, Anthropic quietly carved out a bigger share of the enterprise space. OpenAI is now reportedly building a desktop super app that bundles all its key features into one platform.

95% of UK students now use AI and their experiences couldn't be more divided

95 percent of British students use generative AI. But while some say it deepens their learning, others worry it’s replacing their ability to think for themselves. A new survey reveals a student body caught between enthusiasm, overwhelm, and universities that aren’t keeping up.

Ad

OpenAI's chief scientist trusts AI with experiments but says it's not at the level to design complex systems

OpenAI Chief Scientist Jakub Pachocki used to write every line of code by hand. Now AI handles experiments that once took him a week, but he’s not ready to let it run the show.

Europe's AI paradox is record adoption that funds foreign ecosystems instead of building its own

Europe leads in AI adoption and matches the US in talent, but owns almost none of the platforms it depends on. A new report by Prosus and Dealroom lays out where the disconnect starts: from missing infrastructure and fragmented regulation to a funding gap that hands Europe’s best startups to American investors. Closing that gap won’t be easy.

Read full article about: Nvidia CEO Jensen Huang says he'd be "deeply alarmed" if a $500K developer spent less than $250K on AI tokens

Nvidia CEO Jensen Huang believes that if a developer earns $500,000 a year, their token budget should be at least half that amount. On the All-In podcast at Nvidia's GTC conference, Huang laid out a "thought experiment:" If a developer or AI researcher earned $500,000 a year and only used $5,000 in tokens by year's end, he would "go ape something else." If their token budget wasn't at least $250,000, he'd be "deeply alarmed."

To Huang, it's no different "than one of our chip designers who says, guess what, I'm just going to use paper and pencil. I don't think I'm going to need any CAD tools." The statement has at least as much meme potential as Huang's legendary "The more you buy, the more you save" line from GTC 2018.

On the AI industry's revenue potential, Huang says Anthropic CEO Dario Amodei is "very conservative" with his forecast of hundreds of billions in AI usage revenue by 2027/28 and a trillion dollars by 2030. His reasoning: every enterprise software company will eventually act as a "value-added reseller" of tokens from Anthropic or OpenAI, dramatically expanding the market.

Ad
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
Ad
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.