Urgent.News

the world's headlines, one feed

Editions

AI

The Download: Google’s AI shake-up and Meta’s rogue model

This is today’s edition of The Download, our weekday newsletter that provides a daily dose of what’s going on in the world of technology. Google’s AI empire is being reshaped. Here’s what’s changed. After a wave of painful losses in the tech talent wars, delays to its next flagship model, and murmurings of poor morale,…

The Download: Google’s AI shake-up and Meta’s rogue model

Google's AI landscape is undergoing significant changes. DeepMind CEO Demis Hassabis has relinquished his day-to-day management role, becoming the unit's chairman and Alphabet's chief scientist. The artificial intelligence lab, formerly led by DeepMind, will now be overseen by CTO Koray Kavukcuoglu. Jeff Dean, Google's former chief scientist, is departing to establish a new AI venture alongside three former colleagues.

The company's AI strategy is shifting its focus from specialized tools, such as DeepMind's AlphaFold, to more autonomous agentic AI systems. This shift in AI leadership and direction follows financial concerns, including a cash flow deficit for the first time on record in the latest quarter.

Written by urgent.news from MIT Technology Review's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

Also reported by 3 other outlets

Read the original at technologyreview.com →

More in AI

NEXUS AI - Claude Code Tutorial

Most Claude Code tutorials stop at "here's how to install it." That's like teaching someone to drive by showing them the ignition.

  • Claude Code installs via npm install -g @anthropic-ai/claude-code requiring Node.js 18+
  • Tutorial builds AI-powered document Q&A app using Claude Code, FastAPI, and OpenAI gpt-4o-mini
  • Claude Code generates project boilerplate, tests, CI config, and handles errors iteratively