AIskimIQ

Daily AI & tech news brief

Brief archive/saturday, 1 august 2026

Microsoft Says 40 Million AI Agents Are Now Live via Agent 365

Saturday, 1 August 2026 | 46 articles

Microsoft reported that 40 million AI agents are now live through Agent 365, alongside 30 million paid Copilot seats, signaling rapid enterprise adoption of agentic AI tools. Meanwhile, a new report warns that top AI labs remain unprepared for catastrophic risks, prompting renewed calls from experts for global cooperation on AI safety.

Listen to brief as podcast
Martin Ševčík

Published by Martin Ševčík
1 August 2026 at 05:11

40 million. That's how many AI agents Satya Nadella says are now registered on Microsoft's Agent 365 platform, and the number is only two months old. To put that in perspective, it took years for cloud computing to reach that kind of enterprise footprint, and here we have autonomous software agents multiplying inside thousands of companies before most CIOs have finished writing their governance policies. I find that gap unsettling, not because the technology is bad, but because the infrastructure to manage it is visibly playing catch-up.

You can see that catch-up happening in real time across this week's news. Google just made its agent and model evaluation tools generally available inside Gemini Enterprise, which sounds mundane until you realize what it's actually admitting: businesses have been deploying agents without consistent ways to measure whether those agents are any good. Groundcover, meanwhile, is arguing that telemetry from AI agents should never leave a company's own cloud — a position that only makes sense if you assume agents are already handling sensitive enough workflows that their behavioral logs are a security liability. And Anthropic's own research into Opus 5 suggests something more fundamental: smarter models don't just slot into existing agentic workflows, they may require entirely different context engineering. So the tooling problem isn't just "we need better dashboards." It's that the ground keeps shifting under the workflows themselves.

Ethan Mollick's new guide on delegating tasks to AI agents is a useful signal here too — not because it's groundbreaking, but because of what it implies about timing. MIT researchers are now writing practical management advice for handing off work to autonomous systems, the same way you'd onboard a new employee. That's a tacit admission that agents have crossed from "interesting demo" to "thing you need a playbook for." By the way, H2O.ai claiming the #2 spot on the FutureX leaderboard, right behind whatever's in first, tells a similar story: this is now a competitive market with real rankings, not a handful of research previews.

Here's what nags at me, though. While enterprises race to deploy 40 million agents and vendors race to build evaluation and observability layers around them, a separate report finds that Anthropic, OpenAI, and Google DeepMind — the very labs building the most capable models — score poorly on preparing for catastrophic, worst-case AI scenarios. Researchers closest to the technology are on record saying they may lose the ability to control what they're building. I don't think this is fearmongering; it's a mismatch of priorities that should concern anyone paying attention. We're optimizing agent telemetry and leaderboard rankings at a pace that outstrips our thinking about what happens if these systems fail badly, not just annoyingly. The commercial momentum is real and, frankly, impressive. But momentum without proportional safety investment is exactly the kind of gap that looks fine right up until it isn't.

List of sourced links used in the brief

Importance:Newsresources

5 Books to Deepen Your Understanding of LLMs

A curated list highlights five books covering how to build, fine-tune, and deploy large language models. They're aimed at readers who want a deeper technical grasp of LLM development. Source: kdnuggets.com

Importance:Researchagents

ARTEM Gives LLM Agents a Sense of Space and Time

Researchers unveiled ARTEM (Agentic Retrieval with Temporal-Episodic Memory), a hybrid agent architecture that combines LLMs with a self-organizing neural memory system. The design aims to give AI agents better spatial and temporal episodic memory for more context-aware reasoning. Source: ojs.aaai.org

Importance:Newsbenchmarks

Rethinking How We Measure LLM Performance

As large language models continue to spread worldwide, experts are reassessing which benchmarks actually capture meaningful performance. The piece takes stock of current LLM evaluation methods and their limitations. Source: cacm.acm.org

Importance:Researchtraining optimization

Host Offloading Eases GPU Memory Strain in JAX-Based LLM Training

Training large language models increasingly hits GPU memory limits before compute capacity is fully used, due to the size of model weights, gradients, and optimizer states. A new approach uses host offloading in JAX to reduce these high-bandwidth memory bottlenecks. Source: developer.nvidia.com

Importance:Researchagents

A Closer Look at LLM-Powered Intelligent Agents

A new overview examines intelligent agents, a longstanding goal in AI research, in light of recent progress in large language models. It covers key definitions, methods, and future directions for LLM-based agents. Source: wires.onlinelibrary.wiley.com

Importance:Researchmedical applications

CancerLLM: A New Language Model Built for Oncology

Researchers introduced CancerLLM, a 7-billion-parameter language model designed specifically for the cancer domain. It aims to boost LLM performance on oncology-related tasks and assist medical professionals in their work. Source: nature.com

More Large Language Models news
Importance:NewsLarge-Scale Agent Deployment

Microsoft Says 40 Million AI Agents Are Now Live via Agent 365

Satya Nadella revealed that Microsoft's Agent 365 platform has already registered nearly 40 million AI agents across thousands of companies, just two months after launch. The rapid adoption highlights how quickly enterprises are integrating agentic AI into daily workflows. Source: bundle.app

Importance:NewsContext Engineering

Do Smarter Models Mean Your Agentic Workflows Need a Rework?

Anthropic's Opus 5 suggests that more capable LLMs may demand a different approach to context engineering rather than just plugging into existing agentic setups. This shift could significantly affect how customer experience teams design their AI-driven workflows. Source: opusresearch.net

Importance:LaunchAI Agent Evaluation

Google Makes Agent and Model Evaluation Tools Generally Available in Gemini Enterprise

Google has moved agent and model evaluation features in its Gemini Enterprise Agent Platform to general availability. The tools let businesses measure AI agent quality with consistent metrics throughout the entire journey from development to production. Source: developers.googleblog.com

Importance:NewsAI Agent Observability

Groundcover Argues AI Agent Telemetry Should Stay Inside Your Own Cloud

As the market for AI agent observability tools grows rapidly, enterprises face a tough choice on which monitoring solutions actually fit their needs. Groundcover argues that telemetry data from AI agents should never leave a company's own cloud environment. Source: venturebeat.com

Importance:LaunchAI Agent Benchmarking

H2O.ai's Super Agent Takes #2 Spot on Global FutureX Ranking

H2O.ai announced that its H2O AI Super Agent has landed the number two position worldwide on the FutureX Overall Leaderboard. The company positions its platform as a sovereign enterprise solution combining predictive, generative, and agentic AI with built-in observability and governance. Source: businesswire.com

Importance:NewsAI Agent Development

Ethan Mollick Publishes New Guide on Working With AI Agents

MIT's Ethan Mollick has released timely advice on how to delegate tasks effectively to AI agents, as agentic AI makes large language models feel increasingly human-like. The guide comes as businesses grapple with practical ways to hand off work to autonomous systems. Source: forbes.com

Importance:LaunchAI Agent Security

Bedrock Data Rolls Out DLP Tool to Rein In Overreaching AI Agents

Bedrock Data has introduced Agent DLP, a data loss prevention product specifically built for AI agents. The launch comes alongside research indicating that many AI agents are initially granted far broader data access than they actually need. Source: itbrief.asia

Importance:ResearchAI Agent Debugging

Debugging AI Coding Agents Gets Harder When They Fix the Wrong Thing

When assigning a task to a coding agent, writing the actual code is often not the hardest part. The real challenge is verifying that the agent correctly understood what was being asked before it starts making changes. Source: towardsdatascience.com

Importance:ResearchAgent Development Tools

New Frameworks Aim to Simplify Building Complex AI Agents

Developing sophisticated AI agents typically involves handling intricate integrations, memory systems, and conversation flows. Frameworks like ADK-TS are designed to streamline this process by offering a more comprehensive toolkit for agent development. Source: trendhunter.com

More AI Agents & Automation news
Importance:Newsgovernance

Report: Top AI Labs Fail to Prepare for Catastrophic Risks

A new analysis finds that Anthropic, OpenAI, and Google DeepMind all score poorly when it comes to planning for worst-case, catastrophic AI scenarios. Source: axios.com

Importance:Newsgovernance

AI's Existential Risk Calls for Global Cooperation, Experts Warn

Researchers building advanced AI systems admit they may lose the ability to control them. This isn't hypothetical speculation—it's a warning coming directly from those closest to the technology. Source: sanders.senate.gov

Importance:Newsexistential risk

Study Argues AI 'Apocalypse' Fears Are Overblown

New research pushes back against existential AI doom scenarios, claiming that social, physical, and regulatory limits make a true AI apocalypse unlikely—favoring targeted, sector-specific safety measures instead. Source: neurosciencenews.com

Importance:Newsexistential risk

Should AI Social Platforms Like Moltbook Be Treated as Critical Infrastructure?

Experts warn that AI-driven social networks could let autonomous agents scale up their capabilities and coordinate in ways that risk slipping beyond human control, arguing they deserve regulation similar to critical infrastructure. Source: thebulletin.org

Importance:Newsexistential risk

What Would It Cost to Stop an AI Catastrophe?

Stanford economist Charles Jones argues that the emergence of superhuman AI could lead to two extreme outcomes, and explores what economic price society might pay to avoid the worst one. Source: gsb.stanford.edu

More AI Safety & Alignment news
Importance:NewsAI workplace transformation

The real sign of AI progress? Work itself is changing

Microsoft 365 Copilot telemetry data, combined with customer case studies from around the world, shows AI transformation moving from theory to daily practice. Source: microsoft.com

Importance:NewsEnterprise AI adoption

Microsoft Copilot reaches 30 million paid seats — is enterprise AI finally taking off?

Microsoft Copilot has crossed 30 million paid subscriptions, a milestone seen as proof that businesses are genuinely adopting AI tools. The growth also highlights shifting competitive dynamics in the enterprise AI market. Source: futurumgroup.com

Importance:LaunchAI desktop agents

Perplexity's $200-a-month AI agent takes on Microsoft Copilot right on Windows

Perplexity released Personal Computer for Windows on July 28, 2026, a premium AI desktop agent priced at $200 a month. The tool directly competes with Microsoft's own Copilot on its native operating system. Source: startupfortune.com

Importance:LaunchNonprofit AI tools

CharityEngine debuts Copilot, a voice-controlled agentic AI for nonprofit fundraising

CharityEngine has launched Copilot, described as the first voice-driven agentic AI platform built specifically for nonprofits. The tool aims to automate fundraising tasks and donor management processes. Source: ffnews.com

More AI Tools & Products news
Importance:NewsGoogle Veo model

Google Veo 3 Explained: Features, Versions, and How to Use It

This guide breaks down Google's Veo video-generation model, compares its different versions, and offers tips for using Veo 3 effectively, including prompting advice. Source: coursera.org

Importance:PolicyAI regulation

EU to Require Labeling of Realistic AI-Generated Content

Under new EU rules, companies will have to clearly mark synthetic images, audio, and text that are designed to appear authentic, so users know when they're dealing with AI-made material. Source: theguardian.com

Importance:Newsmodel releases

MiniMax Launches H3 Video Model Amid Copyright Controversy

MiniMax has released H3, a multimodal video generation model that reportedly tops independent benchmarks for video editing among all tracked models. However, the launch comes as the company faces a copyright lawsuit tied to its video generation technology. Source: techtimes.com

Importance:Newsmarket competition

MiniMax Takes on ByteDance with Cheaper, Open-Weight Video Model

MiniMax says it wants to support the open-source community and broad hardware compatibility with its new H3 model, which reportedly outperforms ByteDance's Seedance 2.0 in some tasks. Source: scmp.com

Importance:Launchvideo generation models

Imagine Video 1.5 Adds Reference Support

The company's top video model now accepts text, image, and voice references and can generate footage up to 1080p resolution. Source: x.ai

Importance:Opinionbusiness applications

Could AI Video Generation Transform Small Business Marketing?

Small business owners have long heard that video marketing works but remains costly and time-consuming to produce. AI-generated video tools now promise to make this kind of marketing more accessible. Source: wvgazettemail.com

Importance:Launcheducational applications

AI Platform Symvol Simplifies Educational Video Production

Making high-quality educational videos usually demands time, technical expertise, and production resources. Symvol is an AI-powered platform designed to streamline this process. Source: trendhunter.com

Importance:Opinionmarketing applications

Scaling Digital Marketing Campaigns with AI Video Generation

Marketers know that content must grab attention within seconds. AI video generation tools are increasingly used to help campaigns produce eye-catching content faster and at scale. Source: techradar.com

Importance:Policytransparency and labeling

AI Act Series Finale: Labeling Rules for Deepfakes and AI-Generated Text

The final part of a series on AI transparency examines Article 50(4) of the EU AI Act, which sets out two separate labeling requirements for deepfakes and AI-generated text of public interest. Source: stibbe.com

Importance:Newsautomation techniques

Automating AI Video Production with an AI Agent — Without Losing Creative Control

The author describes creating an article's cover image not by manually clicking through tools, but by typing a shot description into a chat interface, where an AI agent handled the rest of the production process. Source: hackernoon.com

More Image & Video Generation news
Importance:ResearchGemini Robotics 2

Gemini Robotics 2: Google DeepMind's AI for Humanoid Robots

Google DeepMind unveiled Gemini Robotics 2, a model that controls an entire humanoid robot from legs to fingertips. The company shared performance data on the system's capabilities and success rates, hinting at what this means for potential commercial adopters. Source: blog.robozaps.com

Importance:PolicyAI trade policy

US Expands AI Trade War from Chips to Robots

Washington has opened a new front in its AI trade war, now targeting Chinese-made humanoid robots along with power infrastructure supplying America's data centers. The move extends existing restrictions beyond semiconductors into hardware tied to robotics and energy. Source: forbes.com

More Robotics & Embodied AI news
Importance:Research3D modeling

ASU Team and Industry Partners Publish New Research on AI-Generated 3D Models

A group of researchers from Arizona State University, together with graduate students, alumni and private-sector collaborators, released new findings on generating 3D models using AI. The study was published last week, marking a step forward in the field. Source: news.asu.edu

Importance:Researchmedical AI

AI Can Detect Whether Your Brain Is Aging Faster Than It Should

Sleep patterns captured in brain activity may hint at dementia risk long before memory issues appear, according to new research. Scientists used machine learning to analyze EEG data and estimate a person's 'brain age' relative to their actual age. Source: sciencedaily.com

Importance:Newsscientific computing

Machine Learning Is Reshaping How Science Handles Complexity

As scientific instruments and published literature keep generating massive amounts of data, machine learning has become a key tool for organizing and interpreting it. Researchers say ML is increasingly central to how discoveries are made across scientific fields. Source: nature.com

Importance:Researchmedical AI

New Machine Learning Model Improves Genetic Risk Prediction for Type 1 Diabetes

Scientists created a machine learning model called T1GRS that combines 160 genetic risk markers to better predict type 1 diabetes risk. The model reportedly outperforms previous prediction methods. Source: medscape.com

Importance:Newsmedical AI

Machine Learning Could Help Spot Lung Disease in Rheumatoid Arthritis Patients

Researchers have built a machine learning tool designed to flag rheumatoid arthritis patients who face a higher risk of developing lung disease. The approach could help doctors catch complications earlier and intervene sooner. Source: docwirenews.com

More AI Research news
Importance:PolicyAI regulation

Trump's AI executive order deadline approaches as regulatory debate heats up

Tech leaders including OpenAI's Sam Altman and Nvidia's Jensen Huang gathered in Washington, D.C. ahead of a deadline set by the White House's AI executive order. The visit comes amid growing tension over how AI should be regulated in the US. Source: cnbc.com

Importance:PolicyAI hardware development

US government to give GlobalFoundries $300 million for faster AI chip interconnects

GlobalFoundries announced it will receive $300 million from the US government to advance research into silicon photonics technology. The funding aims to speed up data links between AI chips. Source: reuters.com

Importance:NewsAI demand

Amazon and Microsoft's massive AI spending plans spark chip stock rally

Bold AI investment announcements from Amazon, Microsoft, and Alphabet reinforced expectations of surging demand for chips and related hardware. The news triggered a rally across semiconductor and equipment stocks. Source: latimes.com

Importance:NewsAI chips

How Amazon built a top-tier chip business in just ten years

Amazon's AI chip lineup — Trainium, Graviton, and Nitro — now generates over $25B in annual revenue run rate. The company has landed major deals with Anthropic, OpenAI, Meta, and Uber. Source: aboutamazon.com

Importance:NewsAI deployment

Moonshot's Kimi model runs on 20,000 Nvidia chips leased from Alibaba

Chinese AI firm Moonshot has struck a computing deal with Alibaba Group Holding for access to roughly 20,000 Nvidia chips. The arrangement supports Moonshot's Kimi AI model amid tight chip supply in China. Source: bloomberg.com

More Hardware & Infrastructure news

Support the project

AIskimIQ is an independent project. If you find it useful, you can support its development with a coffee.

Buy me a coffee ☕