News from the AI & ML world

DeeperML - #aicopilot

@www.microsoft.com //
Microsoft is aggressively pursuing AI integration across a range of its products and research initiatives. One notable project is Aurora, an AI model developed by Microsoft Research to revolutionize environmental forecasting. Senior Researchers Megan Stanley and Wessel Bruinsma are leading the charge, and recently discussed how Aurora extends its capabilities to predict tropical cyclones and ocean waves. Their work, detailed in a Nature publication titled "A Foundation Model for the Earth System," highlights Aurora's potential to significantly improve weather prediction accuracy and environmental understanding.

Microsoft is also experimenting with "AI Developing AI" through Project Amelie. This experimental AI agent aims to automate the creation of machine learning pipelines from a single prompt. Microsoft reports that in early testing, Project Amelie outperforms current state-of-the-art benchmarks on MLE-Bench, a framework that evaluates how effectively machine learning agents handle real-world tasks. During a live demo at Microsoft Build 2025, Project Amelie was showcased and how it can assist data scientists by automating the process of data sourcing, analysis, and formatting. This addresses the typically manual and time-consuming tasks involved in preparing data for machine learning.

However, Microsoft's AI endeavors are not without their challenges. Research by Alex Lu, a senior researcher at Microsoft, indicates that zero-shot foundation models in single-cell biology currently underperform compared to simpler methods. Lu's work suggests that more research is needed to rigorously evaluate and improve the efficacy of AI models in biological applications. These findings, highlighted in the paper "Assessing the Limits of Zero-Shot Foundation Models in Single-Cell Biology," emphasize the importance of continued research and development to fully realize the potential of AI in scientific domains.

Recommended read:
References :

Thomas Claburn@The Register //
Microsoft is significantly advancing human-agent collaboration with the latest upgrades to its Microsoft 365 Copilot. The tech giant is rolling out new updates, including Researcher and Analyst agents designed to enhance workplace productivity by providing in-depth research and data analysis. These AI agents, powered by OpenAI's deep reasoning models, are envisioned as digital colleagues capable of performing complex workplace tasks, helping professionals tackle intricate challenges with advanced reasoning capabilities. This aligns with Microsoft’s broader AI-first strategy, aiming to scale digital labor and drive substantial productivity gains for companies adopting these technologies.

Microsoft is also unveiling a redesigned Microsoft 365 Copilot app featuring AI-powered search and an Agent Store, positioning it as the central hub for human-agent collaboration. The new AI-powered enterprise search tool, Copilot Search, organizes data across the enterprise, providing rich, context-aware answers from first-party and third-party apps like ServiceNow, Google Drive, and Jira. The Agent Store provides access to Microsoft’s Researcher and Analyst agents, initially introduced in March and available to those enrolled in Microsoft’s Frontier program. Moreover, Microsoft is adding new capabilities to its Control System feature to assist IT professionals in overseeing and measuring bot usage effectively.

These updates are part of a broader effort to integrate AI across the Microsoft ecosystem, addressing the increasing demand for AI-powered solutions in the enterprise. According to Microsoft’s 2025 Work Trend Index report, a significant majority of companies are rethinking their strategies to leverage AI, signaling a decisive move toward full-scale AI transformation. Key features include AI-powered enterprise search, personalized memory capabilities, specialized reasoning agents like Researcher and Analyst, and the Agent Store. The Researcher agent helps with multi-step research tasks, while the Analyst agent provides data science capabilities.

Recommended read:
References :
  • Ken Yeung: Microsoft: Companies Are Going AI-First, Turning to Digital Labor to Scale
  • blogs.microsoft.com: How real-world businesses are transforming with AI – with 50 new stories
  • Ken Yeung: TheLetterTwo article on Microsoft Pushes Into Human-Agent Collaboration Era with Latest M365 Copilot Upgrades
  • venturebeat.com: VentureBeat article on Microsoft's new AI agents for workplace transformation.
  • The Register - Software: Microsoft 365 Copilot gets a new crew, including Researcher and Analyst bots
  • Maginative: Microsoft unveils a completely redesigned Microsoft 365 Copilot app featuring new AI-powered search, personalized memory, specialized reasoning agents, and an Agent Store - positioning it as the central hub for human-agent collaboration in the workplace.
  • the-decoder.com: The Decoder report on reasoning agents and company search to 365 Copilot
  • THE DECODER: Microsoft adds reasoning agents and company search to 365 Copilot
  • www.windowscentral.com: AI agents will make every employee an "agent boss" — after Bill Gates claimed AI will replace humans in most jobs
  • Source Asia: How agentic AI is driving AI-first business transformation for customers to achieve more

Megan Crouse@techrepublic.com //
Microsoft has unveiled BitNet b1.58 2B4T, a groundbreaking AI model designed for exceptional efficiency. Developed by Microsoft's General Artificial Intelligence group, this model utilizes one-bit neural network weights, representing each weight with only three discrete values (-1, 0, or +1). This approach, called ternary quantization, allows each weight to be stored in just 1.58 bits, drastically reducing memory usage. The result is an AI model that can operate on standard CPUs without the need for specialized, energy-intensive GPUs.

Unlike conventional AI models that rely on 16- or 32-bit floating-point numbers, BitNet's unique architecture allows it to run smoothly on hardware like Apple's M2 chip, requiring only 400MB of memory. To compensate for its low-precision weights, BitNet b1.58 2B4T was trained on a massive dataset of four trillion tokens, the equivalent of approximately 33 million books. This extensive training enables the model to perform on par with, and in some cases even better than, other leading models of similar size, such as Meta's Llama 3.2 1B, Google's Gemma 3 1B, and Alibaba's Qwen 2.5 1.5B.

To facilitate the deployment and adoption of this innovative model, Microsoft has released a custom software framework called bitnet.cpp, optimized to take full advantage of BitNet's ternary weights. This framework is available for both GPU and CPU execution, including a lightweight C++ version. The model has demonstrated strong performance across a variety of tasks including math and common sense reasoning in benchmark tests. Microsoft plans to expand BitNet to support longer texts, additional languages, and multimodal inputs like images, while also working on the Phi series, another family of efficient AI models.

Recommended read:
References :
  • the-decoder.com: BitNet: Microsoft shows how to put AI models on a diet The article appeared first on .
  • TechSpot: Microsoft's BitNet shows what AI can do with just 400MB and no GPU
  • www.techrepublic.com: Microsoft’s model BitNet b1.58 2B4T is available on Hugging Face but doesn’t run on GPU and requires a proprietary framework.
  • www.tomshardware.com: Microsoft researchers developed a 1-bit AI model that's efficient enough to run on traditional CPUs without needing specialized chips like NPUs or GPUs.

Megan Crouse@techrepublic.com //
Microsoft has unveiled BitNet b1.58, a groundbreaking language model designed for ultra-efficient operation. Unlike traditional language models that rely on 16- or 32-bit floating-point numbers, BitNet utilizes a mere 1.58 bits per weight. This innovative approach significantly reduces memory requirements and energy consumption, enabling the deployment of powerful AI on devices with limited resources. The model is based on the standard transformer architecture, but incorporates modifications aimed at efficiency, such as BitLinear layers and 8-bit activation functions.

The BitNet b1.58 2B4T model contains two billion parameters and was trained on a massive dataset of four trillion tokens, roughly equivalent to the contents of 33 million books. Despite its reduced precision, BitNet reportedly performs comparably to models that are two to three times larger. In benchmark tests, it outperformed other compact models and performed competitively with significantly larger and less efficient systems. Its memory footprint is just 400MB, making it suitable for deployment on laptops or in cloud environments.

Microsoft has released dedicated inference tools for both GPU and CPU execution, including a lightweight C++ version, to facilitate adoption. The model is available on Hugging Face. Future development plans include expanding the model to support longer texts, additional languages, and multimodal inputs such as images. Microsoft is also working on another efficient model family under the Phi series. The company demonstrated that this model can run on a Apple M2 chip.

Recommended read:
References :
  • www.techrepublic.com: Microsoft Releases Largest 1-Bit LLM, Letting Powerful AI Run on Some Older Hardware
  • medium.com: Microsoft has released a new language model, BitNet, designed for energy efficiency, minimizing the computational and memory requirements for use on older hardware. This strategy aims to make advanced AI more accessible to a wider range of users.
  • THE DECODER: Microsoft's new model, BitNet b1.58 2B4T, is intended to operate with reduced memory and energy consumption. The model demonstrates an effort to expand access and reduce computational burdens for AI applications.
  • www.zdnet.com: Microsoft introduces BitNet b1.58 2B4T, a new small language model designed to run efficiently on older hardware without GPUs.
  • the-decoder.com: Microsoft Shows How to Put AI Models on a Diet
  • arstechnica.com: This article details Microsoft researchers creating a super-efficient AI that uses up to 96% less energy.
  • www.tomshardware.com: Microsoft researchers build 1-bit AI LLM, model small enough to run on some CPUs
  • TechSpot: Microsoft's BitNet shows what AI can do with just 400MB and no GPU
  • www.sciencedaily.com: Researchers developed a more efficient way to control the outputs of a large language model, guiding it to generate text that adheres to a certain structure, like a programming language, and remains error free.

@the-decoder.com //
Microsoft is pushing the boundaries of AI in both security and gaming, showcasing new advancements in both fields. On the security front, Microsoft is hosting a Tech Accelerator event on April 22, 2025, aimed at guiding developers and cloud architects on effectively integrating security best practices within Azure and AI projects. The event will provide essential guidance and resources for secure planning, building, management, and optimization of Azure deployments and AI applications. Participants will gain insights from Microsoft experts, learn how to identify security risks in Azure environments, protect infrastructure from threats, and design secure AI environments and applications.

Microsoft is also making waves in the gaming world with its real-time AI-generated playable demo of Quake II. The company's WHAMM (World and Human Action MaskGIT Model) is a generative AI model capable of supporting real-time gameplay. This model represents a significant upgrade from its predecessor, WHAM-1.6B, offering faster visual output, improved resolution, and smarter gameplay response. WHAMM can generate images at over 10 frames per second with a resolution of 640x360, a notable enhancement compared to WHAM-1.6B.

The WHAMM model was trained on Quake II using intentional data curation, focusing on high-quality data collected from professional game testers. This allowed the model to efficiently learn in-game behavior with significantly less data than previous iterations. Players can interact with the game using controllers or keyboards, with the model dynamically updating the environment to respond appropriately. While WHAMM is still in its early stages and has limitations, such as occasional input lag and challenges with accurately storing stats, its accelerated rate of advancement suggests a future where entirely AI-generated video games could become a reality.

Recommended read:
References :
  • analyticsindiamag.com: Microsoft Used AI to Recreate Quake II
  • the-decoder.com: Microsoft releases real-time AI-generated playable demo of Quake II
  • TestingCatalog: Microsoft expands Copilot features to rival ChatGPT and Gemini
  • www.eweek.com: Microsoft’s WHAMM Offers an Interactive Real-Time Gameplay Experience – Though It Has Limitations
  • www.techradar.com: Microsoft Copilot just generated an AI version of one of the most iconic shooters of all time, and you can play it for free

Ken Yeung@Ken Yeung //
Microsoft is enhancing its Copilot Studio platform with new 'deep reasoning' capabilities, allowing AI agents to solve complex problems more effectively. This upgrade also includes 'agent flows' which blend AI's flexibility with structured business automation. The new Researcher and Analyst agents for Microsoft 365 Copilot represent a significant step forward in AI agent evolution, enabling them to handle sophisticated tasks requiring detailed analysis and methodical thinking.

Microsoft's Security Copilot service is also getting a boost with a set of AI agents designed to automate repetitive tasks, freeing up security professionals to focus on more critical threats. These AI agents are designed to assist with critical tasks such as phishing, data security, and identity management. These agents showcase the breadth of what can be created when combining enterprise business data, access to advanced reasoning models, and structured workflows.

Recommended read:
References :
  • SiliconANGLE: Microsoft 365 Copilot gets AI reasoning skills for advanced research and analysis
  • TechCrunch: Microsoft adds AI-powered deep research tools to Copilot
  • Ken Yeung: Microsoft Adds Deep Reasoning to Copilot Studio and Launches Reasoning Agents for M365
  • AI News | VentureBeat: Microsoft infuses enterprise agents with deep reasoning, unveils data Analyst agent that outsmarts competitors
  • www.zdnet.com: Microsoft 365 Copilot's two new AI agents can speed up your workflow
  • Microsoft Security Blog: Microsoft unveils Microsoft Security Copilot agents and new protections for AI
  • The Verge: Microsoft adds ‘deep reasoning’ Copilot AI for research and data analysis
  • MSPoweruser: Microsoft’s 365 Copilot gets Researcher and Analyst, two new agents to help you out
  • Source Asia: Introducing two, first-of-their-kind reasoning agents in Microsoft 365 Copilot.
  • www.zdnet.com: Microsoft's new AI agents aim to help security pros combat the latest threats
  • www.techradar.com: Microsoft reveals OpenAI-powered Copilot AI agents to bosot your work research and data analysis
  • www.itpro.com: Microsoft launches new security AI agents to help overworked cyber professionals
  • SiliconANGLE: Microsoft introduces AI agents for Security Copilot
  • www.techrepublic.com: Microsoft 365 Copilot’s ‘First-of-Their-Kind Reasoning Agents’ — Here’s What They Do
  • www.computerworld.com: Microsoft’s new Copilot AI agents provide real-time answers on how data is being analyzed and sourced to reach results.
  • The Microsoft Cloud Blog: We’ve collected more than 200 real-life examples of how organizations are partnering with Microsoft and leveraging our proven AI capabilities to achieve their strategic ambitions and solve real business challenges.

mpesce@Windows Copilot News //
References: THE DECODER , Ken Yeung , www.itpro.com ...
Microsoft is actively enhancing its Copilot service with regular updates, introducing new features and improvements. Recent updates, as of March 19, 2025, include Copilot Vision which is now available on Android devices for Pro subscribers in the United States, allowing users to leverage their phone's camera for assistance. Copilot Vision access in Edge has expanded to all free users in the U.S., enabling the AI to scan, analyze, and provide insights from webpages. Additionally, the "Think Deeper" reasoning model has been upgraded to OpenAI's o3-mini (high), leading to faster and more flexible responses to complex questions.

Microsoft is also making strides in AI research and security. Microsoft Research has developed a more efficient method for incorporating external knowledge into language models, called KBLaM, which uses vector pairs woven directly into the model's architecture. This system offers faster and more efficient responses by processing knowledge directly within the model. Furthermore, Microsoft is expanding its Security Copilot service with new AI agents designed to help IT teams manage increasing security threats, with 11 agents being added in an April preview, designed to improve security outcomes at machine speed and scale.

Recommended read:
References :
  • THE DECODER: Microsoft Research has developed a more efficient way to incorporate external knowledge into language models.
  • Ken Yeung: Nathan Myhrvold had a front-row seat to the rise of modern computing that few can match. As Microsoft’s first CTO, he helped shape its technology strategy during its formative years from 1986 to 2000, working closely with Bill Gates and leading groundbreaking research efforts.
  • Windows Copilot News: Researchers act as attackers, sending an email that, when processed by the LLMail service based on a user query, will result in the bypass of the implemented prompt injection defenses, so that the LLM would execute a specific tool call.
  • www.itpro.com: Microsoft is expanding its Security Copilot service with new AI agents to help overworked IT teams deal with surging security threats.
  • Microsoft Copilot Blog: Welcome to Microsoft’s Copilot Release Notes. Here we’ll provide regular updates on what’s happening with Copilot, from new features to firmware updates and more.

stclarke@Source //
Microsoft is focusing on integrating AI to enhance business productivity, showcasing real-world transformations across industries. Estée Lauder is partnering with Microsoft to reimagine trend forecasting and consumer marketing using AI. They are building a generative AI ecosystem with Copilot Studio, Azure OpenAI Service, and Azure AI Search. This will enable them to gather data, identify trends, build marketing assets, and inform research more efficiently.

Estée Lauder, with almost 80 years of consumer data, will use ConsumerIQ, an agent built in Copilot Studio, to put consumer data at employees' fingertips. This enables the company to rapidly respond to consumer tastes. A marketing director can use natural language prompts to ask ConsumerIQ to find needed information, saving time. Estée Lauder aims to become leaner, faster, and more agile with AI. Generative AI could generate $9 billion to $10 billion in the beauty industry worldwide.

Recommended read:
References :
  • Source Asia: How real-world businesses are transforming with AI — with more than 140 new stories
  • The Microsoft Cloud Blog: Estée Lauder uses AI to reimagine trend forecasting and consumer marketing. The results are beautiful.