News from the AI & ML world

DeeperML - #aiagents

@www.marktechpost.com //
Mistral AI is expanding its AI capabilities with the introduction of a new Agents feature within Le Chat, offering users intuitive customization, advanced controls, and faster performance. This redesigned Agents feature replaces the earlier Agent Builder interface and integrates closely with the main chat experience. It allows users to create and customize autonomous agents with functionalities similar to OpenAI's GPT Builder but with its unique design choices and system integrations.

Mistral AI has also launched its Agents API, a framework designed to empower developers to build AI agents capable of executing various tasks. These tasks include running Python code in a secure sandbox, generating images using the FLUX model, and performing retrieval-augmented generation (RAG). The Agents API provides a cohesive environment for large language models to interact with multiple tools and data sources, fostering efficient and versatile AI agent creation.

The features that are converging across major LLM API vendors are code execution (Python in a sandbox), web search (using Brave), document library (hosted RAG), and image generation (FLUX for Mistral). The rate of MCP support is also similar across the major vendors with OpenAI adding it May 21st, Anthropic launched theirs May 22nd and now Mistral has launched theirs on May 27th. For professionals like Lead AI Engineers or Senior AI Engineers, the Mistral Agents API represents a powerful addition to their AI toolkit.

Recommended read:
References :
  • MarkTechPost: Mistral has introduced its Agents API, a framework designed to facilitate the development of AI agents capable of executing a variety of tasks including running Python code, generating images, and performing retrieval-augmented generation (RAG).
  • TestingCatalog: Discover Mistral AI's new Agents feature in Le Chat, offering intuitive customisation, advanced controls, and faster performance!
  • AI News | VentureBeat: For professionals like the Lead AI Engineer or Senior AI Engineer, the Mistral Agents API represents a powerful addition to their AI toolkit.
  • Simon Willison's Weblog: Big upgrade to Mistral's API this morning: they've announced a new "Agents API".
  • www.infoworld.com: Artificial intelligence startup Mistral AI Tuesday announced the , a complement to its that “simplifies implementing agentic use cases,” the company said.
  • Simon Willison: It's interesting how the major LLM API vendors are converging on the following features: - Code execution: Python in a sandbox - Web search - like Anthropic, Mistral seem to use Brave - Document library aka hosted RAG - Image generation (FLUX for Mistral) - MCP MIstral today: The rate MCP support rolled out in the major vendor APIs is pretty astonishing: OpenAI added it May 21st, Anthropic launched theirs May 22nd and now Mistral have launched theirs on May 27th!

Ken Yeung@Ken Yeung //
Microsoft is aggressively pursuing AI agent technology, unveiling several key initiatives at Build 2025. Project Amelie, an experimental AI agent, is designed to build machine learning pipelines autonomously from a single prompt, effectively acting as a "mini data scientist in a box." This project leverages Microsoft Research's RD agent to automate and optimize research and development processes. Early testing shows Project Amelie outperforming current benchmarks on MLE-Bench, highlighting its potential to streamline data science workflows by automating data sourcing, analysis, and review, tasks which usually take human scientists significant amounts of time to complete.

Microsoft is also focusing on integrating AI agents across its platforms, the company announced that the GitHub Copilot coding agent has been released. The GitHub Copilot coding agent is an evolution of the Copilot, transforming it into an autonomous team member capable of handling assigned GitHub issues and creating pull requests. The agent operates asynchronously in a secure environment, analyzing code and excelling at tasks like feature addition, bug fixing, code refactoring, and documentation improvement, all while adhering to security protocols and requiring human approval for critical workflows.

Additionally, Microsoft Research has introduced Magentic-UI, an open-source, human-centered AI agent designed for collaborative web-based tasks. Unlike fully autonomous agents, Magentic-UI emphasizes transparency and user control, allowing real-time collaboration on tasks that require more than simple web searches. Built on Magentic-One and powered by AutoGen, Magentic-UI is integrated with Azure AI Foundry models and agents, enabling users to modify plans, provide feedback, and even take direct control of the browser. This focus on human-agent collaboration is a key aspect of Microsoft's broader AI strategy.

Recommended read:
References :
  • Ken Yeung: Microsoft’s Project Amelie Is an Experiment in ‘AI Developing AI’
  • Microsoft Research: Magentic-UI, an experimental human-centered web agent

@www.marktechpost.com //
Advancements in AI are rapidly shifting towards multi-agent systems, where specialized AI agents collaborate to perform complex tasks. These agents, envisioned as a team of expert colleagues, are designed to analyze data, interact with customers, and manage logistics, among other functions. The challenge lies in orchestrating these independent agents to work together seamlessly, ensuring they can coordinate interactions, manage shared knowledge, and handle potential failures effectively. Solid architectural blueprints are crucial for building reliable and scalable multi-agent systems, emphasizing the need for patterns designed for reliability and scale from the outset.

LangGraph Platform is emerging as a key tool for deploying these complex, long-running, and stateful AI agents. It addresses challenges such as maintaining open connections for extended processing times, preventing timeouts, and recovering from exceptions. The platform supports launching agent runs in the background, provides polling and streaming endpoints to monitor run status, and implements strategies to minimize exceptions. Features like heartbeat signals, configurable retries, and multiple streaming modes are crucial for reliable agent operation, providing end-users with intermediate output to demonstrate progress during lengthy processes.

A new paradigm called Group Think is being explored to further enhance the efficiency of multi-agent reasoning. This approach allows multiple reasoning agents within a single LLM to operate concurrently, observing each other's partial outputs at the token level. By enabling real-time mutual adaptation among agents mid-generation, Group Think reduces duplication and speeds up collaborative LLM inference. This contrasts with traditional sequential or independently parallel sampling techniques, which often introduce delays and limit the practicality of deploying multi-agent LLMs in time-sensitive or computationally constrained environments.

Recommended read:
References :
  • LangChain Blog: Why do I need LangGraph Platform for agent deployment?
  • AI News | VentureBeat: Beyond single-model AI: How architectural design drives reliable multi-agent orchestration
  • MarkTechPost: A Comprehensive Coding Guide to Crafting Advanced Round-Robin Multi-Agent Workflows with Microsoft AutoGen

Sean Endicott@windowscentral.com //
Microsoft is aggressively pursuing the integration of AI agents across its ecosystem, as highlighted at Build 2025. The company is embedding AI deeper into Windows 11, utilizing the Model Context Protocol (MCP) to facilitate secure interaction between AI agents and both applications and system tools. This move transforms Windows into an "agentic" platform where AI can automate tasks without direct human intervention. The MCP acts as a standardized communication layer, enabling diverse AI agents and applications to seamlessly share information and perform actions. Microsoft is also pushing AI to the edge with tools unveiled at Build 2025, and are creating smarter faster experiences across devices.

Microsoft is also enhancing its Microsoft 365 Copilot with "Model Tuning," allowing businesses to train the AI assistant on internal data, creating domain-specific expertise. This feature enables the creation of AI agents customized for specialized tasks, such as legal document creation or drafting arguments, using an organization’s unique knowledge base. It’s designed to secure data within the platform, ensuring that internal information isn't used to train broader foundation models. The feature is rolling out in June through the Microsoft Copilot Tuning Program, available to customers with at least 5,000 M365 Copilot licenses.

Adding to its AI advancements, Microsoft is exploring AI's role in various applications, like integrating Copilot into Notepad for AI-assisted writing and developing AI models like Aurora for accurate weather forecasting. However, a potential security concern arose when a private Teams message inadvertently revealed that "Microsoft is WAY ahead of Google with AI security" during a Build 2025 protest. The leaked message was within a Microsoft Teams message where Walmart are expanding their use of AI. The company is also developing NLWeb, an open-source protocol designed to AI-enable the web by transforming websites into AI-powered conversational interfaces.

Recommended read:
References :
  • Ken Yeung: Microsoft Adds Model Tuning to M365 Copilot to Build Domain-Specific AI
  • www.windowscentral.com: "Microsoft is WAY ahead of Google with AI security," says leaked message exposed accidentally following a protest at Build 2025
  • www.eweek.com: Microsoft’s Big Bet on AI Agents: Model Context Protocol in Windows 11
  • Ken Yeung: Microsoft Pushes AI to the Edge
  • eWEEK: Microsoft integrates the Model Context Protocol into Windows 11, paving the way for secure, AI-driven agents to interact with apps and system tools.
  • AIwire: Microsoft has introduced a new AI-powered orchestration system designed to streamline the complex process of cancer care planning.

@www.microsoft.com //
References: www.microsoft.com
Microsoft is introducing Magentic-UI, an open-source research prototype designed as a human-centered AI agent. This experimental tool is built to assist users in completing complex, web-based tasks in real time, directly within a web browser. Unlike fully autonomous systems, Magentic-UI emphasizes a transparent and controllable experience. The platform is geared towards tasks that are action-oriented and extend beyond simple web searches, providing a unique approach to human-AI collaboration on the web.

Magentic-UI builds upon Magentic-One and is powered by AutoGen, Microsoft's agent framework. It is available under the MIT license and on Azure AI Foundry Labs, offering developers, startups, and enterprises a space to explore Microsoft Research innovations. The system is integrated with Azure AI Foundry models and agents, with code samples available for those looking to integrate Azure AI agents into Magentic-UI's multi-agent architecture.

Magentic-UI is capable of tasks involving web browsing, Python and shell code execution, and file understanding. Key features include collaborative planning, where users can modify the agent's plan directly through a plan editor or textual feedback. It also supports collaborative execution, allowing users to pause the system, provide natural language feedback, or directly control the browser to guide the AI agent, fostering a seamless blend of human and artificial intelligence.

Recommended read:
References :

@blogs.microsoft.com //
Microsoft is aggressively pushing forward in the realm of Artificial Intelligence, as evidenced by several key initiatives and announcements. The company is focusing on the development and integration of AI agents, which are designed to enhance productivity and efficiency across various sectors. This commitment to AI innovation is underscored by the emphasis on building an open agentic web, facilitating collaboration and expansion within the AI community.

One significant aspect of Microsoft's AI strategy involves strengthening its position in software development. Visual Studio Code and GitHub are vital components of this strategy, used daily by millions of developers. To maintain its lead, Microsoft is planning to release the GitHub Copilot code extension inside Visual Studio Code under the open-source MIT license. In addition to integrating a new coding agent to GitHub Copilot at its Build conference. This approach is intended to encourage customization and contribution from the developer community, preventing fragmentation and solidifying Microsoft's standing in the coding world.

Beyond coding, Microsoft's Aurora AI foundation model exemplifies its capabilities in environmental forecasting. Aurora, developed by Microsoft Research, can predict a wide range of atmospheric events with greater precision, speed, and lower computational cost compared to traditional methods. Researchers have fine-tuned the model to predict ocean waves and tropical cyclones demonstrating its capability as a foundation model for the Earth system rather than just a foundation model for the atmosphere. Furthermore, Stanford is leveraging Microsoft’s agentic AI platform, Azure AI Foundry, to make advances in key healthcare areas.

Recommended read:
References :
  • The Microsoft Cloud Blog: Microsoft Build 2025: The age of AI agents and building the open agentic web
  • John Werner: Stanford’s Use Of Microsoft Agentic Platform Leads To Better Analysis

@www.eweek.com //
Microsoft is embracing the Model Context Protocol (MCP) as a core component of Windows 11, aiming to transform the operating system into an "agentic" platform. This integration will enable AI agents to interact seamlessly with applications, files, and services, streamlining tasks for users without requiring manual inputs. Announced at the Build 2025 developer conference, this move will allow AI agents to carry out tasks across apps and services.

MCP functions as a lightweight, open-source protocol that allows AI agents, apps, and services to share information and access tools securely. It standardizes communication, making it easier for different applications and agents to interact, whether they are local tools or online services. Windows 11 will enforce multiple security layers, including proxy-mediated communication and tool-level authorization.

Microsoft's commitment to AI agents also includes the NLWeb project, designed to transform websites into conversational interfaces. NLWeb enables users to interact directly with website content through natural language, without needing apps or plugins. Furthermore, the NLWeb project turns supported websites into MCP servers, allowing agents to discover and utilize the site’s content. GenAIScript has also been updated to enhance security of Model Context Protocol (MCP) tools, addressing vulnerabilities. Options for tools signature hashing and prompt injection detection via content scanners provide safeguards across tool definitions and outputs.

Recommended read:
References :
  • Ken Yeung: AI Agents Are Coming to Windows—Here’s How Microsoft Is Making It Happen
  • www.eweek.com: Microsoft’s Big Bet on AI Agents: Model Context Protocol in Windows 11
  • www.marktechpost.com: Critical Security Vulnerabilities in the Model Context Protocol (MCP): How Malicious Tools and Deceptive Contexts Exploit AI Agents
  • GenAIScript | Blog: MCP Tool Validation
  • Ken Yeung: Microsoft’s NLWeb Project Turns Websites into Conversational Interfaces for AI Agents
  • blogs.microsoft.com: Microsoft Build 2025: The age of AI agents and building the open agentic web
  • www.eweek.com: Microsoft’s Big Bet on AI Agents: Model Context Protocol in Windows 11

@blogs.microsoft.com //
Microsoft Build 2025 showcased the company's vision for the future of AI with a focus on AI agents and the agentic web. The event highlighted new advancements and tools aimed at empowering developers to build the next generation of AI-driven applications. Microsoft introduced Microsoft Entra Agent ID, designed to extend industry-leading identity management and access capabilities to AI agents, providing a secure foundation for AI agents in enterprise environments using zero-trust principles.

The announcements at Microsoft Build 2025 demonstrate Microsoft's commitment to making AI agents more practical and secure for enterprise use. A key advancement is the introduction of multi-agent systems within Copilot Studio, enabling AI agents to collaborate on complex business tasks. This system allows agents to delegate tasks to each other, streamlining processes such as sales data retrieval, proposal drafting, and follow-up scheduling. The integration of Microsoft 365, Azure AI Agents Service, and Azure Fabric further enhances these capabilities, addressing limitations that have previously hindered the broader adoption of agent technology in business settings.

Furthermore, Microsoft is emphasizing interoperability and user-friendly AI interaction. Support for the agent-to-agent protocol announced by Google could enable cross-platform agent communication. The "computer use" feature for Copilot Studio agents allows them to interact with desktop applications and websites by directly controlling user interfaces, even without API dependencies. This feature enhances the functionality of AI agents by enabling them to perform tasks that require interaction with existing software and systems, regardless of API availability.

Recommended read:
References :
  • www.microsoft.com: Microsoft extends Zero Trust to secure the agentic workforce
  • blogs.microsoft.com: Microsoft Build 2025: The age of AI agents and building the open agentic web
  • Source Asia: Microsoft Build 2025: The age of AI agents and building the open agentic web
  • techstrong.ai: Microsoft Commits to Building Open Agentic AI Ecosystem
  • www.techradar.com: Microsoft secures the modern workforce against AI agents
  • news.microsoft.com: Microsoft Build 2025: The age of AI agents and building the open agentic web
  • Source: The agentic web is reshaping the entire tech stack, and we are creating new opportunity for devs at every layer. You can watch my full Build keynote here.
  • malware.news: Microsoft extends Zero Trust to secure the agentic workforce
  • The Microsoft Cloud Blog: Microsoft Build 2025: The age of AI agents and building the open agentic web
  • Microsoft Security Blog: Microsoft extends Zero Trust to secure the agentic workforce
  • Source: Today, at Microsoft Build we showed you how we are building the open agentic web. It is reshaping every layer of the stack, and our goal is simple: help every dev build apps and agents that empower people and orgs everywhere. Here are 5 big things we announced today…
  • Ken Yeung: Microsoft Introduces Entra Agent ID to Bring Zero Trust to AI Agents
  • www.eweek.com: Microsoft’s Big Bet on AI Agents: Model Context Protocol in Windows 11
  • www.eweek.com: Microsoft’s Big Bet on AI Agents: Model Context Protocol in Windows 11

@blogs.microsoft.com //
Microsoft is unveiling new AI agent customization and oversight features at Build 2025, marking a significant step towards making AI agents more trustworthy and secure. This move aligns with the company's broader strategy of empowering businesses and individuals with custom-made AI systems. A core component of this initiative is extending Zero Trust principles to the agentic workforce, ensuring that AI agents operate within a secure framework. The announcements point to the tech giant's broader strategy of equipping businesses and individuals with their own, custom-made AI systems.

Microsoft is introducing Microsoft Entra Agent ID, a feature that extends identity management and access capabilities to AI agents. This aims to enhance trust when AI agents handle user data, addressing a critical concern as AI becomes more integrated into daily operations. The era of AI agents is upon us, driven by advancements in reasoning and memory, making AI models more capable and efficient. We’re seeing how AI systems can help us all solve problems in new ways.

Microsoft is also launching tools to streamline AI agent development. One notable announcement is the general availability of the Azure AI Foundry Agent Service, which was announced last fall. The platform allows developers to build, manage and scale up AI agents that automate business processes. To that end, Microsoft is previewing several new developer tools for building agentic applications in Microsoft Teams. They support secure, peer-to-peer communication via the A2A protocol, agent memory for contextual user experiences and improved developme

Recommended read:
References :
  • The Microsoft Cloud Blog: Microsoft Build 2025: The age of AI agents and building the open agentic web
  • Microsoft Security Blog: Microsoft extends Zero Trust to secure the agentic workforce
  • www.zdnet.com: Microsoft unveils new AI agent customization and oversight features at Build 2025
  • blogs.microsoft.com: Microsoft Build 2025: The age of AI agents and building the open agentic web
  • news.microsoft.com: Microsoft Build 2025: The age of AI agents and building the open agentic web
  • www.microsoft.com: Microsoft extends Zero Trust to secure the agentic workforce
  • Source Asia: Microsoft Build 2025: The age of AI agents and building the open agentic web
  • THE DECODER: Microsoft Build 2025 showcases new AI agent tools and open interfaces for developers
  • Ken Yeung: Microsoft Introduces Entra Agent ID to Bring Zero Trust to AI Agents

@Salesforce //
Salesforce is aggressively expanding its Agentforce platform to capitalize on the growing demand for AI-powered digital labor. A key component of this strategy is the acquisition of UK-based AI automation startup, Convergence.ai. This acquisition will bring Convergence's team and technology, including their expertise in AI agent design, autonomous task execution, and adaptive systems, into the Agentforce platform. The move is intended to accelerate the development of sophisticated AI agents capable of handling complex digital workflows within enterprise environments.

Convergence.ai, founded in 2024 by machine learning scientists Marvin Purtorab and Andy Toulis, has developed innovative AI agents, including "Proxy," designed to learn, evolve, and collaborate with humans. Their technology enables AI agents to navigate and execute tasks within dynamic digital systems, adapting to challenges such as pop-ups, system errors, and user interface changes. According to Salesforce, this acquisition will enable Agentforce to deliver AI that truly transforms how work gets done, allowing for AI assistants that can intelligently manage intricate tasks with human-like ingenuity.

To further drive adoption of Agentforce, Salesforce has introduced new flexible pricing. The new ‘Flex Credits’ pricing model is designed to enable businesses to scale AI-powered digital labor to every employee, department, and process. This initiative aims to meet the rapidly accelerating demand for digital labor and positions Salesforce as a leader in the evolving landscape of AI-driven automation and customer interaction. Salesforce executives envision a future where Agentforce empowers customers with AI agents that not only follow instructions but also perceive, reason, and adapt to the complexities of modern digital workflows.

Recommended read:
References :
  • Silicon Canals: US-based Salesforce, a cloud-based software company, announced that it has signed a definitive agreement to acquire London’s Convergence.ai, a company that builds AI agents for digital environments.
  • Stack Overflow Blog: Salesforce wants to do for agentic AI what they did for SaaS
  • CIO Dive - Latest News: Salesforce beefs up agent capabilities with Convergence acquisition
  • siliconcanals.com: Salesforce to acquire UK AI agent startup Convergence.ai to accelerate Agentforce
  • techstrong.ai: Salesforce Says it will Buy Convergence.ai
  • Salesforce: Salesforce Introduces New Flexible Agentforce Pricing to Accelerate the Digital Labor Revolution
  • Ken Yeung: Salesforce has announced that it has entered into a definitive agreement to acquire Convergence.ai, a startup building AI automation software.
  • Salesforce: Salesforce has signed a definitive agreement to acquire Convergence.ai, an AI agent company recognized for developing advanced systems that perform complex, human-like tasks in digital environments.
  • Salesforce: Salesforce Introduces New Flexible Agentforce Pricing to Accelerate the Digital Labor Revolution

Sean Michael@AI News | VentureBeat //
Windsurf, an AI coding startup reportedly on the verge of being acquired by OpenAI for a staggering $3 billion, has just launched SWE-1, its first in-house small language model specifically tailored for software engineering. This move signals a shift towards software engineering-native AI models, designed to tackle the complete software development workflow. Windsurf aims to accelerate software engineering with SWE-1, not just coding.

The SWE-1 family includes models like SWE-1-lite and SWE-1-mini, designed to perform tasks beyond generating code. Unlike general-purpose AI models adapted for coding, SWE-1 is built to address the entire spectrum of software engineering activities, including reviewing, committing, and maintaining code over time. Built to run efficiently on consumer hardware without relying on expensive cloud infrastructure, the models offer developers the freedom to adapt them as needed under a permissive license.

SWE-1's key innovation lies in its "flow awareness," which enables the AI to understand and operate within the complete timeline of development work. Windsurf users have given the company feedback that existing coding models tend to do well with user guidance, but over time tend to miss things. The new models aim to support developers through multiple surfaces, incomplete work states and long-running tasks that characterize real-world software development.

Recommended read:
References :
  • Shelly Palmer: Windsurf, the AI coding startup that is reportedly in the process of being acquired by OpenAI for $3 billion, just launched SWE-1: its first in-house small language model designed specifically for software engineering.
  • AI News | VentureBeat: Windsurf's new SWE-1 AI models tackle the complete software engineering workflow, potentially reducing development cycles and technical debt.
  • Maginative: Windsurf launches SWE-1, its in-house, vertically integrated model family built specifically for software engineering—not just coding.
  • devops.com: Windsurf Launches SWE-1: AI Models Built for the Entire Software Engineering Process
  • shellypalmer.com: Windsurf, the AI coding startup that is reportedly in the process of being acquired by OpenAI for $3 billion, just launched SWE-1: its first in-house small language model designed specifically for software engineering.
  • MarkTechPost: Windsurf Launches SWE-1: A Frontier AI Model Family for End-to-End Software Engineering
  • www.marktechpost.com: Windsurf Launches SWE-1: A Frontier AI Model Family for End-to-End Software Engineering
  • computational-intelligence.blogspot.com: Windsurf Launches SWE-1, Homegrown AI Models for Software Engineering
  • TestingCatalog: Discover Windsurf's new Wave 9 SWE-1 AI model, optimised for real-time, on-device applications. Enjoy low-latency performance on mobile.

LangChain@LangChain Blog //
The LangGraph Platform, an infrastructure solution designed for deploying and managing AI agents at scale, has announced its general availability. This platform aims to streamline the complexities of agent deployment, particularly for long-running, stateful agents. It offers features like one-click deployment, a suite of API endpoints for creating customized user experiences, horizontal scaling to manage traffic surges, and a persistence layer to maintain memory and conversational history. The platform also includes Native LangGraph Studio, an agent IDE, to facilitate debugging, visibility, and iterative improvements in agent development.

The LangGraph Platform addresses challenges associated with running agents in production environments. Many AI agents are long-running, prone to failures, and require durable infrastructure to ensure task completion. Additionally, agents often rely on asynchronous collaboration, such as interacting with humans or other agents, requiring infrastructure that can handle unpredictable events and preserve state. LangGraph Platform aims to alleviate these concerns by providing the necessary server infrastructure to support these workloads at scale. The platform also boasts a native GitHub integration for simplified one-click deployment from repositories.

Alongside the LangGraph Platform, the "LangGraph Multi-Agent Swarm" has been released, a Python library designed to orchestrate multiple AI agents. This library builds upon the LangGraph framework, enabling the creation of multi-agent systems where specialized agents dynamically hand off control based on task demands. This system tracks the active agent, ensuring seamless continuation of conversations even when users provide input at different times. The library offers features like streaming responses, memory integration, and human-in-the-loop intervention, allowing developers to build complex AI agent systems with explicit control over information flow and decisions.

Recommended read:
References :
  • LangChain Blog: LangGraph Platform is now Generally Available: Deploy & manage long-running, stateful Agents
  • www.marktechpost.com: Meet LangGraph Multi-Agent Swarm: A Python Library for Creating Swarm-Style Multi-Agent Systems Using LangGraph

@yseop.com //
References: Data Phoenix , Madrona ,
The rise of AI agents is gaining momentum, with companies like Nekuda, WisdomAI, and even web browser pioneer Opera making significant strides in the field. AI agents are designed to perform tasks autonomously, signaling a shift towards more intelligent and versatile AI applications. Madrona is backing Nekuda to build a payment stack specifically for AI agents, enabling trusted and scalable agent-driven commerce. The evolution from rigid workflows to dynamic AI agents is being championed by companies like Yseop, who are focused on AI-driven orchestration where AI collaborates with humans.

WisdomAI has secured $23 million in funding to launch its "Agentic Data Insights Platform." This innovative platform uses AI agents powered by a "Knowledge Fabric" to revolutionize business intelligence. The Knowledge Fabric maps an organization's data ecosystem, enabling AI agents to curate knowledge, provide instant answers, and proactively identify insights. Unlike traditional business intelligence systems that rely on static dashboards and specialized skills, WisdomAI's platform aims to deliver insights actively without requiring extensive technical expertise.

Companies are recognizing the potential of AI agents to reshape various industries. Visa has reported a significant increase in traffic to retail sites from AI agents, highlighting their growing influence in commerce. Furthermore, Opera is integrating AI agents into its web browser, potentially reshaping online experiences. The convergence of AI, automation, and user experience signifies a new era where AI agents become active collaborators, making smarter decisions and driving productivity across diverse sectors.

Recommended read:
References :
  • Data Phoenix: WisdomAI secures $23M for an 'AI agent '-based BI system that departs from static dashboards
  • Madrona: Why Agents Need a New Payment Stack — and Why Nekuda is Building It
  • Yseop: From Workflows to AI Agents: The Next Evolution in Automation

Amicie Ourega@Yseop //
AI agents are rapidly emerging as the next major advancement beyond chatbots, offering the potential to revolutionize how businesses operate and individuals live. These agents are distinguished by their capacity for autonomous action, enabling them to execute tasks and make decisions independently. Microsoft is expanding its suite of AI agents for ERP systems, with several new agents soon available for public preview in Dynamics 365. These agents promise to streamline business processes across various functions, including finance, supply chain, and operations, marking a shift towards AI-first operations.

The key difference between AI-powered assistants and autonomous agents lies in their roles. While assistants primarily support human tasks, agents function as "digital colleagues," taking on specific tasks and responsibilities. In ERP systems, agents can automate high-volume, rules-based activities, reducing manual effort, improving accuracy, and accelerating decision-making. Microsoft highlights the potential of these agents to transform how business processes are orchestrated and executed, paving the way for intelligent and scalable automation.

DataRobot has also launched its federal AI application suite, designed specifically for government agencies. This suite includes a range of agents and custom applications intended to enhance efficiency and impact within high-security environments. The Account Reconciliation Agent for example, accelerates the period-end close by matching ledger entries, flagging discrepancies, and recommending resolution steps. These advancements underscore the growing recognition of AI agents as a powerful tool for driving innovation and improving performance across diverse industries.

Recommended read:
References :
  • www.datarobot.com: Purpose-built agents and custom applications accelerate secure, cost-efficient AI for government agencies May 8, 2025 — BOSTON — DataRobot, the provider of AI that makes business sense, today introduced its federal AI application suite, a comprehensive set of agents and custom applications purpose-built for government agencies to deliver mission-critical AI in high-security environments. The new...
  • Bernard Marr: AI agents represent the next frontier beyond chatbots, capable of taking autonomous actions that could transform how we work and live.
  • www.microsoft.com: Building on the initial wave of AI agents announced Microsoft is excited to announce that several new ERP agents will be available for public preview.
  • www.marktechpost.com: PwC Releases Executive Guide on Agentic AI: A Strategic Blueprint for Deploying Autonomous Multi-Agent Systems in the Enterprise
  • Yseop: From Workflows to AI Agents: The Next Evolution in Automation

@the-decoder.com //
References: www.marktechpost.com
The development of AI agents capable of automating tasks and performing research is rapidly advancing, with several entities contributing to this innovative field. Bytedance has recently open-sourced DeerFlow, a modular multi-agent framework designed to enhance complex research workflows. This framework integrates the capabilities of large language models (LLMs) with domain-specific tools, offering a structured and extensible platform for automating sophisticated research tasks such as information retrieval and multimodal content generation. DeerFlow leverages LangChain and LangGraph to enable robust task orchestration and data flow control, facilitating a collaborative human-in-the-loop setting.

Hugging Face has also introduced its own AI agent, the Open Computer Agent, designed to navigate the web and complete tasks on behalf of users. This agent can interact with websites and applications, handling tasks like getting directions or booking tickets. Unlike passive information sources, the Open Computer Agent actively participates by opening browsers, typing in forms, and clicking buttons, mimicking human interaction. As part of Hugging Face's "smolagents" initiative, the Open Computer Agent is open-source, allowing users to tweak and build upon it for specific use cases.

Microsoft researchers have been exploring different approaches to AI agent development, comparing API-based agents with GUI-based agents. Their findings suggest that API agents are generally faster and more reliable due to their direct interaction with software through programmable interfaces. GUI agents, on the other hand, offer greater versatility by mimicking human-like interactions, enabling them to control almost any software with a visible interface, even without an API. While API agents excel in efficiency and security, GUI agents are more adaptable to interface changes and provide better transparency, allowing users to visually audit their actions.

Recommended read:
References :
  • www.marktechpost.com: ByteDance Open-Sources DeerFlow: A Modular Multi-Agent Framework for Deep Research Automation

@www.microsoft.com //
References: Ken Yeung , www.microsoft.com , Salesforce ...
The business world is on the cusp of a significant transformation as AI agents emerge as powerful tools for automating and streamlining processes. Microsoft Dynamics 365 is leading the charge by introducing new ERP agents for public preview, designed to redefine how finance, supply chain, and operations teams manage their work. These agents represent a shift towards AI-first operations, promising to reduce manual effort, improve accuracy, and accelerate decision-making across various business functions. As organizations increasingly integrate AI into their strategies, the focus is shifting from the hype surrounding AI to its practical applications in driving tangible business value.

Microsoft's new ERP agents function as "digital colleagues," taking on specific tasks and automating workflows. Unlike AI-powered assistants that merely support human actions, these autonomous agents can execute entire processes, such as lead generation, order management, and account reconciliation, with minimal human intervention. These agents excel in ERP systems where high-volume, rules-based activities are common, streamlining complex processes like source-to-pay and project-to-profit. The Account Reconciliation Agent, for instance, can accelerate the period-end close by matching ledger entries, flagging discrepancies, and recommending resolution steps, freeing up professionals to focus on more strategic tasks.

Beyond ERP, AI agents are making inroads into go-to-market (GTM) teams, redefining roles in prospecting, forecasting, and customer success. Rather than being just "glorified chatbots," these agents are goal-oriented systems that observe, decide, and act within defined environments, making intelligent decisions to scale existing successful strategies. Companies like SAS are also developing AI agents with built-in guardrails, combining traditional rule-based analytics with machine learning to ensure controlled and predictable automation. IBM and Oracle are also joining the party with watsonx Orchestrate, a drag-and-drop interface for building AI agents for deployment in the Oracle Cloud Infrastructure (OCI). The AI revolution is not just about replacing human workers but about augmenting their capabilities and driving efficiency across the enterprise.

Recommended read:
References :
  • Ken Yeung: Cloudflare’s New MCP Remote Servers Let AI Agents Handle User Requests and System Operations
  • www.microsoft.com: A new era in business processes: Autonomous agents for ERP
  • www.microsoft.com: A new era in business processes: Autonomous agents for ERP
  • Salesforce: From Apps to Agents: How Agentic AI Will Bring the Next Great Wave of Business Innovation
  • www.windowscentral.com: "Hey, why do I need Excel?": Microsoft CEO Satya Nadella foresees a disruptive Agentic AI era that could "aggressively" collapse 'Software as a Service' apps
  • www.bigdatawire.com: SAS Rolls Out AI Agents, Digital Twins, and Industry Models at Innovate 2025
  • Source: Helping retailers and consumer goods organizations identify the most valuable agentic AI use cases
  • www.lastwatchdog.com: MY TAKE: Beyond agentic AI mediocrity — the real disruption is empowering the disenfranchised

@the-decoder.com //
Microsoft is making a significant push towards AI interoperability by adding support for the Agent2Agent (A2A) protocol to its Azure AI Foundry and Copilot Studio. This move aims to break down the walled garden approach to AI development, allowing AI agents built on different platforms to communicate and collaborate seamlessly. Satya Nadella, Microsoft's CEO, has publicly endorsed both Google DeepMind's A2A and Anthropic's Model Context Protocol (MCP), signaling a major industry shift toward open standards. Nadella emphasized the importance of protocols like A2A and MCP for enabling an agentic web, where AI systems can interoperate by design.

This commitment to interoperability will allow customers to build agentic systems that can work together regardless of the platform they are built on. Microsoft's support for A2A will enable Copilot Studio agents to call on external agents, even those outside the Microsoft ecosystem or built with tools like LangChain or Semantic Kernel. According to Microsoft, Copilot Studio is already used by over 230,000 organizations, including 90 percent of the Fortune 500, suggesting a potentially wide adoption of A2A-enabled agentic collaboration. A public preview of A2A in Azure Foundry and Copilot Studio is expected to launch soon.

OpenAI is also contributing to the advancement of AI interoperability through its Agents SDK, introduced in March. This SDK provides a framework for building multi-agent workflows, allowing developers to define agent behavior, connect to external tools, and manage the action flow. The Agents SDK also supports the Model Context Protocol (MCP), enabling agents to discover and call functions from any compatible server. By supporting open standards like A2A and MCP, both Microsoft and OpenAI are fostering a future where AI agents can work together to automate daily workflows and collaborate across platforms, promoting innovation and avoiding vendor lock-in.

Recommended read:
References :
  • THE DECODER: Microsoft is adding support for the open Agent2Agent (A2A) protocol to Azure AI Foundry and Copilot Studio, aiming to enable AI agents to work together across different platforms.
  • AI News | VentureBeat: Microsoft CEO Satya Nadella’s endorsement of Google DeepMind‘s Agent2Agent (A2A) open protocol and Anthropic’s Model Context Protocol (MCP) will immediately accelerate agentic AI-based collaboration and interdependence, leading to rapid gains in agentic-based apps and platforms.

@www.aiwire.net //
The rise of AI agents is rapidly transforming the business landscape, with companies like IBM and Oracle leading the charge in integrating these intelligent tools into the workforce. IBM kicked off its annual Think conference in Boston, highlighting generative AI and agentic AI tools as central themes. CEO Arvind Krishna noted the expectation of a billion new applications being built using generative AI, emphasizing the need to address the challenges of AI deployment, execution, and return on investment. IBM is touting its watsonx enterprise AI platform and rolling out new features, many designed to tame the AI’s deployment, execution, and ROI issues.

IBM and Oracle are expanding their partnership to bring IBM's watsonx, a portfolio of AI products, to Oracle Cloud Infrastructure (OCI). This collaboration aims to create a new era of multi-agentic, AI-driven productivity and efficiency across enterprises. Greg Pavlik, executive vice president at Oracle Cloud Infrastructure, emphasized the importance of seamless AI integration across businesses, stating that the expanded partnership will provide customers with new ways to transform their operations using AI. IBM is making its watsonx Orchestrate AI agent offerings available on OCI in July.

Furthermore, the integration of AI agents is expected to significantly impact human resources. Salesforce research indicates that HR leaders are planning to redeploy a quarter of their workforce to focus on agentic AI-related tasks, as AI agent adoption is projected to grow by 327% by 2027. This shift highlights the increasing importance of digital labor and the need for reskilling employees to adapt to the changing demands of the modern workforce. 81% of HR chiefs plan to reskill their employees for better job opportunities in the digital labor era.

Recommended read:
References :
  • insideAI News: IBM and Oracle Expand Agentic AI and Hybrid Cloud Partnership
  • www.aiwire.net: IBM Think 2025: The Mainstreaming of Gen AI and Start of Agentic AI

@www.dremio.com //
The Model Context Protocol (MCP) is emerging as a crucial standard for streamlining AI agent tool calling, addressing the growing challenges of data silos and integration complexities within organizations. As businesses increasingly implement AI across various departments, they encounter difficulties integrating data from disparate systems, hindering efficient AI deployment. Traditionally, organizations have relied on ad-hoc, model-specific integrations, which are time-consuming and difficult to maintain, secure, and scale. This approach often involves creating individual connectors for new integrations, becoming impractical as AI applications expand throughout the business.

The Model Context Protocol offers a paradigm shift by standardizing how AI agents access and utilize external tools such as APIs and databases. MCP aims to revolutionize how AI systems connect with data sources and other AI systems by acting as a unified gateway for accessing a range of web data and web APIs. This open standard aims to enable secure and interoperable workflows, simplifying the integration process and allowing businesses to focus on tool selection and application rather than custom integration code. MCP simplifies tool integration, enabling customers to focus on which tools to use and how to use them.

Several organizations and platforms are embracing MCP to enhance AI capabilities. For example, Apify offers a marketplace of pre-built tools (called "Actors") designed to interact with websites and extract data, which can be seamlessly integrated with applications like Claude desktop through MCP. Docker has introduced the Docker MCP Catalog and Toolkit to simplify the discovery, installation, and security management of MCP servers. Furthermore, investments from Databricks and KPMG in LlamaIndex demonstrate the growing importance of handling unstructured data and enabling Retrieval-Augmented Generation (RAG) applications, positioning LlamaIndex at the center of an essential transformation in enterprise data intelligence.

Recommended read:
References :
  • learn.aisingapore.org: Organizations implementing agents and agent-based systems often experience challenges such as implementing multiple tools, function calling, and orchestrating the workflows of the tool calling. An agent uses a function call to invoke an external tool (like an API or database) to perform specific actions or retrieve information it doesn’t possess internally. These tools are integrated...
  • techstrong.ai: In the fast-moving era of artificial intelligence (AI), organizations face competitive pressure to implement AI within their current business operations. But a critical challenge lie in their way. Their information exists in multiple separate systems, making data integration which is key to efficient deployment of AI a riddle.  The Model Context Protocol (MCP) represents an
  • techstrong.ai: In the fast-moving era of artificial intelligence (AI), organizations face competitive pressure to implement AI within their current business operations. But a critical challenge lie in their way. Their information exists in multiple separate systems, making data integration which is key to efficient deployment of AI a riddle.Â
  • Docker: Introducing Docker MCP Catalog and Toolkit: The Simple and Secure Way to Power AI Agents with MCP
  • Towards AI: Model Context Protocol (MCP) Explained: From AI Integration Chaos to Seamless Connectivity
  • www.dremio.com: Journey from AI to LLMs and MCP – 6 – Enter the Model Context Protocol (MCP) — The Interoperability Layer for AI Agents
  • pub.towardsai.net: If you’ve tried connecting various AI agents lately, you’ve likely hit the wall: each model often demands its own unique connection to data and tools, creating a fragmented mess that vividly echoes the integration headaches of the early API days.
  • Docker: Model Context Protocol (MCP) tools remain primarily in the hands of early adopters, but broader adoption is accelerating. Alongside this growth, MCP security concerns are becoming more urgent.