Urgent.News

What's breaking now, across thousands of outlets.

AI

Marc Benioff is getting his mojo back as Salesforce's AI strength quiets skeptics

Salesforce's stock had its second-best day on record following earnings, as Wall Street shows renewed confidence in CEO Marc Benioff's AI story.

Salesforce and Anthropic have announced a major new partnership called Claudeforce, which aims to integrate the AI Claude into Salesforce's suite of services. The deal includes a new plugin with 37 pre-built sales skills, allowing Claude to access customer data and information stored in Salesforce to carry out tasks more efficiently.

This includes a new feature called Salesforce in Claude, which gives Claude direct access to customer data and business context, enabling it to automate pipeline updates and take action based on live revenue context. Additionally, Claude will be integrated into Agentforce, serving as a reasoning model for the Atlas Reasoning Engine, and powering Agentforce Vibes and Agentforce Coworker by default.

The partnership also makes Claude the default model for Slack, serving as the intelligent backbone of the platform. Anthropic CEO Dario Amodei emphasized the safe and capable nature of Claude, which is used by leading businesses for their most important work. In contrast, Salesforce CEO Marc Benioff dismissed concerns about a "SaaSpocalypse," stating that frontier models like Claude depend on CRM systems like Salesforce and cannot replace them.

Benioff noted that the new financial results show a 435% surge in spending on Salesforce and Slack from a year ago, with nine of the top 10 AI companies using Salesforce and Slack as their foundation for AI agents. He emphasized that Salesforce is a data business and that AI models like Claude require a high level of intelligence, security, and user control.

Written by urgent.news from TechRadar's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at cnbc.com →

More in AI

Why AI doesn’t make companies more productive

In 1987, Nobel Prize–winning economist Robert Solow wrote, “You can see the computer age everywhere but in the productivity statistics.” The same could be said about AI today. Gartner projects worldwide AI spending of $2.59 trillion in 2026 , a 47% jump over last year, with the US accounting for at least half that amount, according to a…

Building Structured Inter-Agent Communication: A Practical Guide

Every multi-agent tutorial shows "Agent A talks to Agent B." None show how to keep that conversation reliable at scale. The Problem with String-Based Agent Chat # What most frameworks do: result = agent_a . run ( " Analyze this and tell agent_b what to do " ) agent_b . run ( result ) # What if result is 2000 tokens?

  • Typed JSON Contracts ensure reliable communication between AI agents.
  • AgentForge framework validates output schema against input schema.
  • Clear error messages halt pipeline if schema mismatch occurs.

More from Friday 28 August →