Ad
Skip to content
Read full article about: Microsoft Copilot in Word can now track changes and manage comments

Microsoft is adding new Copilot features to Word that target professionals in legal, finance, and compliance.

Copilot can now track changes at the word level, so edits stay transparent and easy to review. Users can also manage comments directly in the text, insert tables of contents, and set up headers and footers with dynamic fields like page numbers.

For multi-step edits, Copilot now shows what it's working on in real time. Microsoft says the features run on "Work IQ," a layer that adapts responses based on the user and their organization. Data stays within Microsoft 365's existing security boundaries. For now, the new features are only available on Windows desktop through the Office Insiders Beta Channel's Frontier program. Web and Mac support will follow.

Just a few days ago, Anthropic released a similar plugin for Word based on its Claude chatbot.

Ad
Read full article about: OpenAI's European Stargate plans shrink as Microsoft and Google take over capacity

Back in July 2025, OpenAI CEO Sam Altman expressed confidence that the conditions were right to bring Stargate to Narvik, Norway. Just a few months later, that optimism has largely evaporated. OpenAI hasn't closed the deal for the Norwegian data center near the Arctic Circle, nor is it sticking with its UK Stargate project. Both sites were developed by neocloud provider Nscale.

Microsoft is stepping in, leasing 30,000 Nvidia Vera Rubin chips at the Narvik facility on top of an existing $6.2 billion deal. The London Nscale data center is going to Google, according to Bloomberg. OpenAI's once-sweeping infrastructure promise of $1.4 trillion has shrunk to a more concrete forecast of $600 billion by 2030.

Read full article about: OpenAI's GPT-5.4 Pro reportedly solves a longstanding open Erdős math problem in under two hours

OpenAI's GPT-5.4 Pro model has apparently solved Erdős open math problem #1196. The model reportedly found the solution in about 80 minutes and prepared it as a LaTeX paper in another 30. Formal verification is underway.

Mathematician Terence Tao commented in the Erdős Problems forum that the work reveals a previously undescribed connection between the anatomy of integers and Markov process theory. "That would be a meaningful contribution to the anatomy of integers that goes well beyond the solution of this particular Erdos problem," Tao writes. Kevin Barreto, who says he'll soon join OpenAI's AI for Science team, noted in the same forum that the Markov chain technique the model used was a creative step human mathematicians had overlooked despite years of work on the problem.

The discussion is interesting because there's an ongoing debate about whether LLMs can discover new knowledge in mathematics and other disciplines that goes beyond the data points learned during training. This example shows that new, previously undescribed knowledge can also be hidden within already known data points.

Ad

Greg Brockman predicts AI will let small teams match the output of large ones if they can afford the compute

In the future, working with AI won’t mean adapting to the computer—the computer will adapt to you, says OpenAI President Greg Brockman. “This is disruptive. Institutions will change.”

Read full article about: Google Chrome's new "Skills" feature lets you save AI prompts and reuse them with a single click

Google is rolling out "Skills," a new Chrome feature that lets users save frequently used AI prompts and reuse them with a single click. Previously, users had to manually re-enter the same prompt each time, for example, converting recipes to vegan alternatives, to cite one of Google's examples.

With Skills, prompts like these can be saved directly from the chat history and pulled up in Chrome by typing a slash ( / ) or plus sign ( + ) in Gemini. The feature works across multiple tabs. Google also offers a library of ready-made skills for things like product comparisons, meal planning, and gift selection. Users can customize these or build their own from scratch.

According to Google, Skills uses Chrome's existing security and privacy features and asks for permission before performing certain actions like sending emails. The feature is rolling out now on Mac, Windows, and ChromeOS for users with their Chrome language set to English-US.

Claude Mythos can autonomously compromise weakly defended enterprise networks end-to-end

The UK’s AI Safety Institute tested Anthropic’s Claude Mythos Preview for cyber capabilities. For the first time, an AI model autonomously completed a full attack simulation against a corporate network, but the results come with significant caveats.

Ad
Read full article about: Claude Code routines let AI fix bugs and review code on autopilot

Anthropic has introduced "routines" for Claude Code - automated processes that can independently fix bugs, review pull requests, or respond to events without needing a user's local machine. Routines are configured once and then run on a schedule, via API call, or in response to GitHub events on Anthropic's web infrastructure. Typical use cases include nightly bug triage, automatic code reviews based on team-specific checklists, porting changes between languages, and checking deployments for errors.

Routines tap into existing repository connections and connectors. The feature is available as a research preview for Pro, Max, Team, and Enterprise plans, with daily limits of 5 to 25 runs depending on the plan. Support for webhook sources beyond GitHub is planned.

Screenshot of the Claude Code interface for creating a new routine with fields for name and task description, model selection Opus 4.6, a linked repository, three trigger options (Schedule, GitHub event, API) and connectors for Slack and Asana.
Users assign a name, describe the task, select a trigger (schedule, GitHub event, or API), and connect external services like Slack or Asana.

Routines follow a series of recent desktop updates. Anthropic recently added features that let Claude Code start development servers, display web apps, and fix errors on its own, then shipped the /loop command for local, scheduled background tasks. With Routines, that same automation now moves to the cloud.