<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>VentureBeat</title>
        <link>https://venturebeat.com/feed/</link>
        <description>Transformative tech coverage that matters</description>
        <lastBuildDate>Fri, 05 Jun 2026 22:07:30 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>Copyright 2026, VentureBeat</copyright>
        <item>
            <title><![CDATA[Microsoft's AI Futurist explains how he uses Copilot — and the real-world problems enterprises are solving with agents]]></title>
            <link>https://venturebeat.com/orchestration/microsofts-ai-futurist-explains-how-he-uses-copilot-and-the-real-world-problems-enterprises-are-solving-with-agents</link>
            <guid isPermaLink="false">3RdRRZK0navJNcrZIWBWHl</guid>
            <pubDate>Fri, 05 Jun 2026 19:31:00 GMT</pubDate>
            <description><![CDATA[<p>Microsoft used its <a href="https://news.microsoft.com/build-2026/">Build 2026 conference </a>this week to push a clear message: agents are rapidly moving into production throughout enterprise systems, and the winning platform will be the one that gives them reliable context, governance, identity, memory — and secure access to enterprise data. </p><p>The company <a href="https://venturebeat.com/data/enterprise-ai-agents-keep-creating-data-silos-microsofts-build-answer-is-microsoft-iq-and-rayfin">announced Microsoft IQ</a> as a context layer across GitHub Copilot, Microsoft Foundry and Copilot Studio; Work IQ APIs coming June 16; Fabric IQ for structured business data; Foundry IQ for retrieval across enterprise knowledge and the live web; and Web IQ as a new agent-facing web search stack. </p><p>Microsoft also introduced <a href="https://www.microsoft.com/en-us/microsoft-365/blog/2026/06/02/introducing-microsoft-scout-your-always-on-personal-agent/">Scout</a>, a personal work agent, and a whopping <i>seven </i><a href="https://microsoft.ai/news/building-a-hillclimbing-machine-launching-seven-new-mai-models/">new in-house AI models in its growing MAI family</a> across modalities and use cases, including MAI-Thinking-1.</p><p>Those announcements sit directly in <b>Marco Casalaina</b>’s lane. Casalaina<a href="https://www.linkedin.com/in/marcocasalaina/"> is Microsoft’s VP Products, Core AI and AI Futurist</a>. He leads Microsoft’s AI Futures team and previously led teams across Azure AI, including Azure OpenAI, Vision, Speech, Decision, Language, Responsible AI and AI Studio. </p><p><a href="https://onegiantleap.com/2026-speakers/marco-casalaina?utm_source=direct&amp;utm_medium=direct&amp;utm_campaign=Unspecified">Before Microsoft</a>, he led Salesforce’s Einstein AI team and earned a computer science degree from Cornell University. <a href="https://www.crn.com/slide-shows/channel-programs/30-notable-it-executive-moves-march-2022">CRN reported</a> that he joined Microsoft in early 2022 as vice president of products for Azure Cognitive Services, meaning he has now been at the company for more than four years.</p><p>VentureBeat spoke with Casalaina ahead of Build about Microsoft’s agent strategy, the company’s model-choice philosophy, how Microsoft IQ fits with MCP, and why he believes enterprises need far more than just access to powerful models. The interview below has been edited for clarity and condensed from the transcript.</p><h3><b>VentureBeat (VB): To start, can you explain your role at Microsoft and what “AI Futurist” means in practice?</b></h3><p>Marco Casalaina (MC): I am VP Products of what we call Core AI. Core AI is our set of tools for AI developers, and that includes Foundry, Visual Studio, VS Code, GitHub and GitHub Copilot. That’s our overall group.</p><p>My Silicon Valley title is AI Futurist, and that has a very concrete meaning here. I’ve worked with other folks who are considered futurists, like Peter Schwartz, and that can be a little bit more fuzzy. For me, what it means concretely is that I am the first person to try anything new here.</p><p>I am constantly getting things from all over Microsoft, not even just Foundry, because I work with really everybody across the company. Pretty much everybody sends me the new things at all times. Even today, I got something brand new just before this call. I’m usually the first person to try anything new here, which is pretty cool. I get to see a lot of really cool stuff.</p><p>A friend of mine, who is head of AI at Intuit, calls me an “adjacent possiblist.” I consider my futurist concept to be about a year out from now — the immediate future of what’s about to happen next. That’s what I focus on.</p><h3><b>VB: Where are you looking at the agentic state of things, and in particular Microsoft’s position as enterprises and individuals rush to adopt agentic AI?</b></h3><p>MC: We can look at it from bottom to top. At the very base of the stack is our commitment to model choice. All along, we’ve had the OpenAI GPT frontier models. Now we have a really solid partnership with Anthropic, where we’re offering the Claude models. We just launched Claude Opus 4.8 on Azure — on Foundry, I should say — and at Build, we are introducing our new MAI model.</p><p>The MAI models are a set of frontier models that we’re building in-house. They are made for token efficiency, optimization and customization. We are specifically making them for our customers to customize on their own data sets.</p><p>One level above that, we are announcing hosted agents in Foundry. That is our managed agent capability in Foundry. It automatically handles scaling, containerization and those kinds of things. It is an environment where you can manage agents.</p><p>One level above that is the Foundry control plane. At least for the agents you build, you want to have control over them. This gives you observability into their cost, tokens and correctness. You can do continuous evaluations and sample interactions with those agents, run evals and make sure they are continuing to work and not drifting.</p><p>The big news is going to be the GA of what we call the IQs here at Microsoft. There are currently three, and there will be four. There is Foundry IQ, which is basically for knowledge — largely unstructured knowledge. There is Fabric IQ. We have a ton of customers who have entrusted a lot of data to the Microsoft Cloud in Fabric, Power BI and related technologies. Fabric IQ is about making an agent-facing interface for this data, so agents can get to it without literally going through a Power BI report. That’s ridiculous.</p><p>Work IQ is about the Microsoft ecosystem. You can look at Work IQ as the agentic face of all the Microsoft apps: Outlook, Teams, Word, SharePoint and all those kinds of things. How does an agent interact with those things? That is Work IQ.</p><p>And finally, the fourth IQ is Web IQ. We are releasing our new agent-facing web search capability. It can search the web, search through videos and even do some kinds of browsing tasks automatically. It is super fast, and it kind of has no face. It’s headless. The interface is intended for agents.</p><p>We will also be announcing Agent Optimizer. That includes a new type of evaluation that allows you to evaluate much more granularly whether an agent is actually working and working correctly. The optimization step can go back in and make modifications to the prompt, obviously with your consent, and modify your agent so it works more correctly going forward. Effectively, it creates a feedback loop to make agents work better.</p><h3><b>VB: Microsoft has sometimes been criticized for murky and clunky product naming. Where do these IQ products sit? Are enterprise users supposed to go to IQ first, or is IQ more for developers to connect to?</b></h3><p>MC: All of the IQs are headless. The concept of IQ is that each one provides a different type of context to an agent specifically. Largely, it will be developers interacting with the various IQs — developers and the agents they build.</p><p>The IQ brand is really about agent context. End users largely won’t interact with the IQs. It is true that if you use Microsoft 365 Copilot today, you’ll notice a little thing that says it is using Work IQ. So it is a little bit visible, but the customer or end user doesn’t have to go find the IQ. Their system or developers hook that up.</p><h3><b>VB: Is the IQ family essentially Microsoft’s version of MCP? Is it using MCP, or is it something different?</b></h3><p>MC: All of the IQs are indeed exposed as MCP servers. You have correctly characterized MCP as basically an agent-facing or self-describing API. It’s not that fancy. That’s really what it is, with some authentication layers and capabilities built in, which is super useful.</p><p>Something like Work IQ — really all the IQs — have to be authenticated. In order for Work IQ to see my email, Teams messages, documents and stuff like that, I have to be able to authenticate it on behalf of me.</p><p>That gets us to another core differentiator that we will be announcing at Build, which is agent identity. We have this Entra system, and Entra is, I believe, the world’s largest used identity system for human users. For some time now, you have been able to declare an agent to have an identity in there. Now, agents will be able to have their own identity, their own Teams box, their own email inbox and stuff like that.</p><p>These agents will use Work IQ to check their own email, check their own documents and that sort of thing.</p><h3><b>VB: Enterprises are not one-size-fits-all on models. Microsoft supports many leading models through Foundry and Azure, while also building its own. Is Microsoft a model company, an infrastructure company or a connector between models and work products?</b></h3><p>MC: The answer is yes. We are obviously the hyperscaler. We are absolutely committed to model choice, and we will continue to offer the frontier models from all of the major players: OpenAI, Anthropic, Mistral, Black Forest, xAI — you name it. They are all going to be represented in there.</p><p>At the same time, we have what is now called our Microsoft AI Superintelligence Team, formed by Mustafa Suleyman, and we are building our own frontier models as well. Like I said earlier, we are really gearing these models toward optimization — token efficiency, bang for the buck and customization.</p><p>These are things our customers have been asking for: the ability to more finely customize models, whether that is fine-tuning or continued pre-training. Continued pre-training is literally changing the weights of the model, whereas fine-tuning is adding a little layer on top.</p><p>We have these capabilities in Foundry: fine-tuning, distillation and those kinds of things. I would note, by the way, that our MAI models are not distilled. Some model providers, especially some of the less scrupulous ones, will distill other models into theirs, and that can have unusual effects. We don’t do that. The data provenance of our models is of primary importance to us.</p><p>When we come out with these models, we want our customers to know that the data provenance is clean in terms of the rights to the data, where it came from and all that kind of stuff.</p><p>The choice thing also goes above the model layer. When we talk about Foundry hosted agents, we have the Microsoft Agent Framework. You talk about agent orchestration — how you make agents work together when you have multiple agents — and Microsoft Agent Framework is an excellent framework for that.</p><p>However, I can make a LangGraph or LangChain Foundry hosted agent. I can make a CrewAI Foundry hosted agent. I can use any number of orchestration frameworks and put that up as a Foundry hosted agent, and it becomes a first-class Foundry agent.</p><p>That means I get the observability. It shows up in the Foundry control plane. I can do evaluations on it. I can do traces on it. I can get all those things from the Foundry control plane with an agent built in really any framework I choose.</p><h3><b>VB: Some companies are interested in Chinese and open-source models. How much of Microsoft offering its own models is about giving customers an American version of that?</b></h3><p>MC: I can’t speak to that exactly. Of course, we offer DeepSeek models and Qwen models in Foundry, so we offer all of these choices today, and our customers can make that choice.</p><p>The MAI models are really focused on token efficiency and customizability. That is what our customers are demanding, and that is the gap we are filling.</p><h3><b>VB: As agents take on longer tasks and more specialized work, will enterprises keep expanding the number of models they use, or will there be a winnowing?</b></h3><p>MC: I do see it expanding. We are not just focused on tokens per se. A token is not a token is not a token. One token is not necessarily equivalent across these things. It is all about what you are doing with each token and the efficiency of that. It comes back to what kind of value you are getting for the cost. That is a lot of the rationale behind why we are developing our own MAI models.</p><p>Part of my job is to travel all around the world. I’ve been all over the place. For example, I’ve been working with Bayer. One of the things we are measuring is not just token usage, but number of users — monthly active users and daily active users — because we have a lot of first-party capabilities like Microsoft 365 Copilot. Over the last year, we’ve seen a 6x increase in monthly active users. We have over 20 million users of Microsoft 365 Copilot alone.</p><p>That is on the agents you use. In terms of the agents you build, Bayer put up its own agent system on Foundry, and now it has 20,000 of its own employees on it.</p><p>A few weeks ago, I was in Sydney, Australia, hanging out with AEMO, the Australian Energy Market Operator. They operate the electrical grid of Australia. They showed me that they had built agents to manage grid operations.</p><p>This is a human-centered thing. They have grid operators sitting in centers in West Sydney, Brisbane and places like that, and they are bombarded with alerts. I wouldn’t believe it if I hadn’t seen it myself. The alerts are constant. They built a system to triage those alerts. Is this alert a super major thing, or is it just that a transformer is getting a little hot? It also says, here is when we had this problem last time, and here is how we resolved it last time. Maybe now we need to replace this component, or whatever.</p><p>Ultimately, it is the grid operators making the choice. A lot of our philosophy here is human empowerment. These human-centered agents are the ones that are working best among our customers. What I saw at AEMO and Bayer is this notion of human empowerment: taking away some of the grunt work, or in the case of AEMO, taking billions of alerts and reducing them to something much more manageable and actionable for the people involved.</p><p>We are moving past the era where agents are just answering questions. AI in general is moving past that. We are not just answering questions anymore. We are moving toward a place where AI can really meaningfully help you do your work.</p><h3><b>VB: How do observability, tokenomics, ROI analysis and agent governance fit into Microsoft Foundry?</b></h3><p>MC: That is what the Foundry control plane is all about. We introduced it in November of last year. If you looked at my own Foundry control plane — I’ve built a ton of these agents, and I am a developer by background — you would see all of my agents that are running and the ones that are paused.</p><p>I can see how many tokens they’ve used over the last day, week or month. I can look at trends. I can look at costs, because the cost will be different depending on what underlying model I’m using. If I’m using our model router, it can route to different models depending on the complexity of the inbound prompt.</p><p>We also have Azure cost management overall. Azure has had cost management for over a decade, before the AI thing even happened. This integrates with overall Azure cost management.</p><p>It is not just narrowly about what your AI is doing. Your AI will be using storage resources, data resources and other compute resources around that AI. You can get a complete picture of not just the cost and token usage of the AI itself, but everything around it.</p><p>When you think about governance, that also extends to evaluation. One of the things we are releasing in preview is rubric-based evaluation. Rubric-based evaluation is much more granular.</p><p>Let’s say you have built a restaurant reservation agent. The things you want to test about that agent are not really groundedness. Groundedness is the opposite of hallucination, and that is very question-answering. For a restaurant reservation agent, you want to test very granular things. If you say, “Make me a table for two tomorrow,” did it come back and ask, “What time would you like the table?” Before it gave you a table for two tomorrow at 6 p.m., did it actually check that the table was available, or did it randomly give you a table without checking first?</p><p>There are very granular things you want to test about that specific use case. You don’t just want to test whether the agent works. You want to test whether the agent works right.</p><p>That is what we are approaching with our new rubric-based evaluation system. You will see that in Satya’s keynote. I have been using it myself lately, and I’m very happy about it. I’ve been waiting for this.</p><h3><b>VB: Microsoft is also partnering with companies like Anthropic and allowing Claude to work with Microsoft 365. How important is Copilot to this story? Why would someone turn to Copilot over other options?</b></h3><p>MC: Microsoft 365 Copilot is a huge advantage for us. As I mentioned, we crossed the 20 million user mark on Copilot relatively recently.</p><p>The great thing about that is that it is the face. When you go into Foundry and make an agent, there is a button that says “publish to Copilot” — actually, it says “publish to Copilot in Teams,” because you can put it in Teams too.</p><p>The idea is that you want to put these agents where your users are. A lot of people who use the Microsoft ecosystem are in Teams, or they are using Copilot. I can create a custom agent, as many of my colleagues have, and now it is in Copilot, which I use maybe 50 times a day.</p><p>Since January, Copilot has become more and more capable. I now use it to draft my email. I am not just using it for question answering. I’m starting to use it to manage my calendar and draft emails. I really do this every day now.</p><p>When I want to use a custom agent — for example, to file my expenses, because we have a custom agent for that now — I can access that agent not in some random standalone interface, but in Copilot or Teams, where I already am.</p><p>That surface area that people are already engaging with is a major advantage.</p><h3><b>VB: As people offload more repetitive work to AI, what are they able to spend more time doing?</b></h3><p>MC: Let’s consider something I did yesterday. I got an email from a customer named Frankie, and he asked me a question about Foundry hosted agents. I knew the answer because I had talked to my colleague Jeff Holland, who is the head of our hosted agents product management. I had asked Jeff the same question two weeks ago.</p><p>Where or how I asked him, I don’t remember. Was it in Teams? Was it email? Was it a meeting? I don’t really remember. But I knew the answer to the question Frankie was asking.</p><p>So I went into Copilot and said, “Answer Frankie’s question about how hosted agents scale, and reference the conversation I had with Jeff a couple of weeks ago on this same topic.” And it did it. It drafted the email.</p><p>Over time, I have taught Copilot my style. I don’t do the bold-print thing. I tell it: don’t use em dashes and that kind of stuff. I have a certain style in the way I write emails. It’s a little terse, to be perfectly honest, but I want it to be the way I write.</p><p>It drafted this thing. It searched through my Teams messages, my emails and the transcripts of my meetings with Jeff. It used Work IQ, as a matter of fact. It found the answer, drafted the email and provided a link to the documentation that specifically covered the question Frankie was asking.</p><p>I looked at the draft and thought, yep, that’s it.</p><p>Yes, I could have composed this email myself. I knew the answer to the question. I could have looked up the documentation. If I dug around, I’m sure I could have found the conversation I had with Jeff in whatever medium that was. I could have done that stuff. It probably would have taken me, I don’t know, an hour to find all the information and compose it.</p><p>Instead, I did it in about a minute. I had a draft, I looked at it, I was happy with it, I pressed send, and that was the end of that.</p><p>It really is about giving people time back. It is not even just grunt work. It is all this time you spend looking things up and finding things. Now, I can make it take an action. It didn’t just answer the question. It fully drafted the email and copied Jeff.</p><h3><b>VB: Do you fear for your job? How has AI changed your own work?</b></h3><p>MC: I don’t fear for my job. My job has changed. For one thing, I do a lot more now, both in my business life and personal life.</p><p>This weekend I was using Web IQ, the new Web IQ. I’ve been car shopping. My car’s lease is coming up, and there is a very specific car I’m trying to find, which is hard to find. It’s a Hyundai Ioniq 6, which Hyundai, for whatever reason, has stopped offering in the United States. I’m going to get one, though.</p><p>I set my agent to the task, using Web IQ, of finding all the Hyundai Ioniq 6s available in the entire Bay Area — everywhere, all the way out to Sacramento, all the way as far south as Gilroy. I set it to this task, and then I went on a hike.</p><p>When I got back, I had a big long list of all the Hyundai Ioniq 6s, at least the 2024 and 2025 models, available in the entire Bay Area. From that, I started calling down these dealers.</p><p>Even in my personal life, I’m using it constantly. It saves me a ton of time. That would have taken me hours, to go through every single dealer’s inventory like this. But Web IQ could do that, and it was super quick.</p><h3><b>VB: Any final thought for developers around this news?</b></h3><p>MC: Foundry is really the place. This is the place where you can build your agents, scale your agents, test your agents and improve your agents. That’s what it’s all about, and it’s happening.</p>]]></description>
            <author>carl.franzen@venturebeat.com (Carl Franzen)</author>
            <category>Orchestration</category>
            <enclosure url="https://images.ctfassets.net/jdtwqhzvc2n1/1K4LAVCi8QNMrPhIDXzCoq/09968c485105f82d1305fd60ec7cb9f4/ChatGPT_Image_Jun_5__2026__03_26_52_PM.png?w=300&amp;q=30" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[AI agents are learning on the job — just not for your whole team]]></title>
            <link>https://venturebeat.com/orchestration/ai-agents-are-learning-on-the-job-just-not-for-your-whole-team</link>
            <guid isPermaLink="false">7uZ8DypEBhAAvj8zvgYIdD</guid>
            <pubDate>Fri, 05 Jun 2026 17:51:03 GMT</pubDate>
            <description><![CDATA[<p>When someone on a team corrects an AI agent — better prompts, better feedback, better context — that improvement disappears the moment a colleague opens the same tool. The correction doesn&#x27;t transfer, and the next person starts from zero.</p><p>The problem compounds in multi-agent workflows, where teams expect agents to share context across users and tasks. Without a shared memory layer, every team member effectively trains a different version of the same agent — and those versions never sync.</p><p>That gap shows up in the numbers. According to Asana&#x27;s own research, 75% of knowledge workers use AI on the job, but only 5% of companies have reported productivity gains. </p><p>“Model providers are getting really, really good at improving reasoning and retry loops, but what they’re not good at is bringing the enterprise work context in a way that human beings can reason about for shared memory,” Asana Chief Product Officer Arnab Bose told VentureBeat. </p><p>Asana had been building toward an agentic platform that centers context and shared memory. Its Agentic Work Management platform ensures that if any team member corrects an agent, that correction applies to everyone else on the team. </p><p>“That context graph is automatically provided to agents operating inside Asana’s system so you don’t have to have every human member of the team become an expert at prompt engineering or context engineering,” Bose said. </p><p>Bose said the <a href="https://venturebeat.com/orchestration/shared-memory-is-the-missing-layer-in-ai-orchestration">shared memory architecture</a> matters beyond Asana&#x27;s own product; it&#x27;s the design decision enterprises need to make for any multi-agent system.</p><p>Shared memory also becomes important when enterprises begin moving from simple single agents to multi-agent workflows that need to share context and behaviors. </p><h2>Memories for a multi-agent, multi-platform workflow</h2><p>The models powering agents are stateless by design, so memory becomes a dedicated layer outside of a context window. While this area of AI innovation is marching towards maturity, the question of what gets stored, who controls it, and how it stays consistent when different agents and users write to the same instance remains largely unsolved.</p><p>This is manageable for use cases with only one user. However, in enterprise agentic workflows, the idea is for agents to work with the entire team. Most platforms have agents that still act for individuals, which leads to task repeating and inconsistent versions of reality and spreading mistakes. Agents could then also contradict each other.</p><p>Sriharsha Chintalapani, co-founder and CTO of Collate, said in an email to VentureBeat that the lack of shared memory is a major obstacle for multi-agent workflows particularly around consistency.</p><p>&quot;Agents are sensitive to the quality of their prompts,&quot; Chintalapani said. &quot;Someone with a strong understanding of the task will generally get more accurate results than someone less experienced. Partly that’s because they’re able to construct more detailed prompts, but also because they’re able to give the agent better feedback. The agent remembers the corrections it’s received and applies that knowledge to successive prompts. The more accurate the feedback, the better the agent will perform for that user. &quot;</p><p>He added that organizations should stop treating shared memory solely as a prompt engineering problem and think of building systems that repeat context across every conversation. </p><p>Neej Gore, chief data officer at Zeta Global, said in a separate email that shared context becomes a living memory that &quot;compounds intelligence across the enterprise.&quot;</p><p>The opportunity may lie in building AI agents that retrieve memory relationally, pulling in relevant context based on what&#x27;s being asked — an approach Chintalapani says few organizations outside the largest model providers are equipped to build.</p><h2>Personal versus team agents</h2><p>AI agents already proliferate enterprises; it’s just that many of these operate as personal agents doing work specific to individual users. Most prompts start from one person, any files are uploaded by one account, and even for agents living in a company-wide system mostly learn individual user preferences. </p><p>Most enterprise AI workflow platforms recognize that memory is important but approach it through different lenses. For example, Microsoft’s Copilot <a href="https://techcommunity.microsoft.com/blog/microsoft365copilotblog/introducing-copilot-memory-a-more-productive-and-personalized-ai-for-the-way-you/4432059">takes an individual-first approach by learning a user’s role</a> within the organization, tone preferences and working patterns, which are then stored as personal memories for the agent to apply across the different Microsoft 365 surfaces. </p><p>For engineering and orchestration teams evaluating agentic platforms, the shared memory question is now a procurement criterion — not just a technical nicety. An agent that learns only for the person using it will require ongoing individual upkeep. One connected to a team-wide memory layer builds institutional knowledge automatically.</p><p>

</p>]]></description>
            <category>Orchestration</category>
            <enclosure url="https://images.ctfassets.net/jdtwqhzvc2n1/2ao1SxdtmqSty91VkWtsGQ/090c5e47ced9b77f97e134c0d3fdc488/crimedy7_illustration_of_a_robot_remembering_something_--ar_1_ca076720-6052-42d7-a901-a6539dc5dcfc_1.png?w=300&amp;q=30" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Meta's AI support agent bound recovery emails for anyone who asked. Your SOC never saw an alert.]]></title>
            <link>https://venturebeat.com/security/meta-ai-support-agent-recovery-email-takeover-soc-audit-grid</link>
            <guid isPermaLink="false">5RjObu657JLLRcXlMWh4dH</guid>
            <pubDate>Fri, 05 Jun 2026 16:42:50 GMT</pubDate>
            <description><![CDATA[<p>Meta&#x27;s AI support agent bound recovery emails to accounts for whoever asked, and SOCs never saw an alert. An authorized agent writes a log of legitimate transactions, so nothing in the detection stack fired. Attackers asked the bot to make the change, took the one-time code it sent, <a href="https://www.404media.co/hackers-simply-asked-meta-ai-to-give-them-access-to-high-profile-instagram-accounts-it-worked/">and ran the password reset</a>, 404 Media reported.</p><p>No malware, no stolen credentials, and no prompt injection in the sense most security teams drill for. The agent did exactly what Meta built it to do. That is what should keep a security operations leader up at night: The takeover did not break a control; it rode one that was already trusted.</p><p>What a SOC needs is a way to walk each recovery path through an audit grid with its AI build team before the next renewal closes. The AI Authority Audit Grid at the end of this article maps every authentication write a support agent can make on the recovery path, what Meta&#x27;s incident proved about each one, why it stays dark to the SOC, and the control that closes it.</p><h2><b>The agent is an authorized actor, so the SOC reads the takeover as routine traffic</b></h2><p>From inside the detection stack, the attack produced no signal the stack could read. The agent binds a new email, then resets the password, and <a href="https://genai.owasp.org/llmrisk/llm062025-excessive-agency/">identity and access management</a> logs both writes as an authorized actor, so each lands in the authentication state as a legitimate transaction. No anomalous login, no failed-auth spike, nothing for EDR or DLP, no SIEM rule to match, because nothing in the sequence looks like an attack. The takeover lived inside the trust boundary the stack assumes is safe. There is no foothold to find, because the agent was the foothold, and it was supposed to be there.</p><p>The chain was almost insulting in its simplicity. Brian Krebs documented the <a href="https://krebsonsecurity.com/2026/06/hackers-used-metas-ai-support-bot-to-seize-instagram-accounts/">version pro-Iran hackers posted to Telegram on May 31</a>. The attacker <a href="https://www.bbc.com/news/articles/c98rzr72dpyo">switched on a VPN to appear in the victim&#x27;s region</a>, sidestepping Instagram&#x27;s location alarms, then asked the support assistant to add a new email and send a verification code, as the BBC confirmed from the same recordings. The bot complied, sending the one-time code straight to the attacker, <a href="https://gizmodo.com/hackers-tricked-meta-ai-into-handing-out-access-to-major-instagram-accounts-2000766087">Gizmodo reported</a>. The reset finished and the owner was locked out, in minutes. The exploit failed against any account with MFA enabled, according to Krebs.</p><p>The hijacked accounts were not soft targets. They included Sephora, U.S. Space Force senior enlisted leader Chief Master Sergeant John Bentivegna, researcher Jane Manchun Wong, and a dormant Obama White House handle that briefly posted a defaced image, according to <a href="https://www.404media.co/hackers-simply-asked-meta-ai-to-give-them-access-to-high-profile-instagram-accounts-it-worked/">404 Media</a>. <a href="https://techcrunch.com/2026/06/03/instagram-is-alerting-users-who-were-targeted-by-hackers-during-ai-chatbot-attacks/">Meta disputes the Obama account</a>, according to TechCrunch, and called claims that leaders&#x27; accounts were breached &quot;completely false,&quot; according to the BBC. The rest stand.</p><h2><b>MFA held. The recovery path beside it did not.</b></h2><p>The detail that decided who survived was narrow. Krebs reported the attack failed against any account with multifactor authentication, even SMS. The recovery path beside it was the gap. When that path asked for a selfie video, <a href="https://www.ghacks.net/2026/06/03/instagram-accounts-hijacked-by-tricking-meta-ai-support-into-verifying-attackers-as-owners/">attackers ran the target&#x27;s public photos through an AI video generator</a> and submitted the clip, which Meta accepted as valid identity verification, gHacks reported. Either way the failure was the recovery door, not the login door MFA guards.</p><p>That makes this an architecture problem, not a Meta problem. MFA gates the login path for owner and attacker alike, but the recovery path runs beside it, built to relax the usual checks because it exists for the moment a user has lost the normal way in. Meta put an agent on that path with write access to authentication state and no deterministic check between a convincing request and a committed change. Authorization cannot live inside the model, because a conversational system can be talked into skipping a check. It has to live outside the model, in a gate the agent cannot reason its way past. Security researchers have a name for this pattern, the confused deputy, a trusted system tricked into spending its privileges on an attacker&#x27;s behalf.</p><p>This is not the last support agent that will hand over an account. Ian Goldin, a threat researcher at Lumen&#x27;s Black Lotus Labs, told Krebs on Security that AI bots are as easy to social engineer as the human agents they replace, and just as eager to help. &quot;AI chatbots create interesting new attack surface, and we&#x27;re likely going to see a lot more of these kinds of attacks,&quot; Goldin said. Every enterprise wiring an agent into a recovery, provisioning, or password flow is shipping the same write access Meta did.</p><p>Simon Willison, who coined the term prompt injection, put it plainly on <a href="https://simonwillison.net/2026/Jun/1/hackers-simply-asked-meta-ai/">his blog</a>. &quot;Meta really did wire their support system into an AI chatbot that had the ability to fast-forward through the entire account recovery process,&quot; he wrote. &quot;This one hardly even qualifies as a prompt infection. Don&#x27;t wire your support bot up to allow one-shot account takeovers.&quot; The attacker never tricked the agent. The attacker asked, and the agent had untrusted input, write access, and a way to execute, all at once.</p><p>OWASP named this class before Meta shipped it, as Excessive Agency at <a href="https://genai.owasp.org/llmrisk/llm062025-excessive-agency/">LLM06</a> and Identity and Privilege Abuse at <a href="https://genai.owasp.org/2025/12/09/owasp-top-10-for-agentic-applications-the-benchmark-for-agentic-security-in-the-age-of-autonomous-ai/">ASI03 in the Agentic AI Top 10</a>. The warning label was on the box: Meta pushed the assistant to every Facebook and Instagram account in March, according to 404 Media, with the power to reset passwords and handle recovery, the product page promising &quot;solutions, not just suggestions&quot; under the line &quot;account security and recovery.&quot; Meta gave the agent the power and never built the gate to govern it.</p><h2><b>The AI Authority Audit Grid</b></h2><p>Security operations leaders need to run this against their own support agent before the next renewal closes. Each row is an authentication write the agent makes on the recovery path, with what Meta proved, why your stack misses it, and the control that closes it.</p><table><tbody><tr><td><p><b>Authentication write</b></p></td><td><p><b>What Meta proved</b></p></td><td><p><b>Why your stack misses it</b></p></td><td><p><b>Enterprise control and owner</b></p></td></tr><tr><td><p>Login authentication (MFA, factor prompts)</p></td><td><p>Held on login. Accounts with any MFA enabled, even SMS, survived (<a href="https://krebsonsecurity.com/2026/06/hackers-used-metas-ai-support-bot-to-seize-instagram-accounts/">Krebs</a>). The gap was the recovery path beside it.</p></td><td><p>MFA gates the login path for owner and attacker alike. It does not gate the recovery path beside it.</p></td><td><p>Enforce MFA as the baseline and extend step-up verification to the recovery path, the same standard login gets (<a href="https://cheatsheetseries.owasp.org/cheatsheets/AI_Agent_Security_Cheat_Sheet.html">OWASP</a>). A selfie video is not proof of identity. Any agent that operates on a path MFA does not cover fails the audit. Owner: IAM.</p></td></tr><tr><td><p>Email rebind</p></td><td><p>Full takeover. The agent bound attacker-controlled emails on request, taking Sephora and a U.S. Space Force account (<a href="https://www.404media.co/hackers-simply-asked-meta-ai-to-give-them-access-to-high-profile-instagram-accounts-it-worked/">404 Media</a>).</p></td><td><p>IAM logs the agent as an authorized actor, so the rebind reads as a legitimate transaction and no alert reaches the SOC or the account owner.</p></td><td><p>Confirm out-of-band to the existing verified contact before any rebind commits, gated outside the model, and notify the old address the moment it changes (<a href="https://community.ibm.com/community/user/blogs/shane-weeden1/2020/02/28/account-recovery-is-just-another-authentication-me">IBM</a>). An agent that rebinds without confirming the old address fails. Owner: IAM and platform engineering.</p></td></tr><tr><td><p>Password reset</p></td><td><p>Full takeover in minutes. Researcher Jane Manchun Wong was among the affected accounts (<a href="https://www.404media.co/hackers-simply-asked-meta-ai-to-give-them-access-to-high-profile-instagram-accounts-it-worked/">404 Media</a>).</p></td><td><p>The reset runs on the recovery path, outside the login MFA check, so no factor prompt fires and no detection rule triggers.</p></td><td><p>Require a second non-email factor before any reset completes. NIST dropped email as a valid out-of-band channel (<a href="https://pages.nist.gov/800-63-4/sp800-63b/authenticators/">NIST 800-63B</a>). An agent reset must clear the same gate a human reset does. Owner: IAM.</p></td></tr><tr><td><p>Recovery-method change</p></td><td><p>Persistent lockout. Victims could not self-recover. The support loop offered only AI with no human escalation (<a href="https://www.bleepingcomputer.com/news/security/instagram-users-locked-out-after-meta-ai-abused-to-steal-accounts/">BleepingComputer</a>).</p></td><td><p>A silent swap of the recovery email or phone removes the owner&#x27;s re-entry path with no SOC visibility.</p></td><td><p>Require step-up review on any change, notify the prior method, and grant time-delayed, reduced-scope access after recovery so a swap never hands over instant control (<a href="https://www.authsignal.com/blog/articles/account-recovery-is-the-identity-industrys-most-overlooked-challenge">Authsignal</a>). Keep a human escalation path the agent cannot close. Owner: GRC and IT operations.</p></td></tr><tr><td><p>Account-action execution</p></td><td><p>Speed risk. A dormant Obama White House handle briefly showed a defaced image during the spree, an account Meta disputes was taken this way (<a href="https://techcrunch.com/2026/06/03/instagram-is-alerting-users-who-were-targeted-by-hackers-during-ai-chatbot-attacks/">TechCrunch</a>).</p></td><td><p>The agent executes irreversible state changes in seconds with no human in the loop and no reversibility window.</p></td><td><p>Separate decision from execution. The agent only proposes the action. A policy service validates scope and approval before it runs, with approval bound to the exact action (<a href="https://cheatsheetseries.owasp.org/cheatsheets/AI_Agent_Security_Cheat_Sheet.html">OWASP</a>). No auth-state write commits without that gate and a reversibility window. Owner: platform engineering and the AI build team.</p></td></tr><tr><td><p>Agent action logging</p></td><td><p>Detection gap. The takeover left no alert, and Meta has not published how many accounts fell before the patch (<a href="https://techcrunch.com/2026/06/03/instagram-is-alerting-users-who-were-targeted-by-hackers-during-ai-chatbot-attacks/">TechCrunch</a>).</p></td><td><p>Without per-action telemetry piped to the SIEM, an authorized-agent takeover is invisible to the SOC.</p></td><td><p>Emit structured decision metadata for every auth-state write into the SIEM: action class, authorization outcome, approval ID, result, policy version (<a href="https://cheatsheetseries.owasp.org/cheatsheets/AI_Agent_Security_Cheat_Sheet.html">OWASP</a>). A write your SIEM cannot see is a write you cannot defend. Owner: SOC and detection engineering.</p></td></tr></tbody></table><p>The fix is not bolting yet another MFA prompt onto the login screen. The people who survived Meta’s incident were the ones who already had that control in place.</p><p>The fix is pulling authorization out of the recovery path’s honor system and putting it behind a gate that does not move just because a prompt sounds convincing. Build the agent so the SOC sees every write it makes, and so any write that changes who owns an account cannot commit without a check that the model does not control.</p><p>Meta just showed what happens when the most trusting employee on the team is also the one holding the keys. The next agent like that is already reading your intellectual property and financials.</p>]]></description>
            <author>louiswcolumbus@gmail.com (Louis Columbus)</author>
            <category>Security</category>
            <enclosure url="https://images.ctfassets.net/jdtwqhzvc2n1/38WzL1nPF6nI78v2ZkNhqv/24ab8b1e4f85b1a21a123522a39ded31/hero_image.png?w=300&amp;q=30" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Anthropic says 80% of its new production code is now authored by Claude — how your enterprise can keep up]]></title>
            <link>https://venturebeat.com/technology/anthropic-says-80-of-its-new-production-code-is-now-authored-by-claude-how-your-enterprise-can-keep-up</link>
            <guid isPermaLink="false">7jx1tXydvxRPlFtfPPjhby</guid>
            <pubDate>Thu, 04 Jun 2026 20:25:00 GMT</pubDate>
            <description><![CDATA[<p>Anthropic co-founder and CEO Dario Amodei <a href="https://medium.com/@coders.stop/dario-amodei-said-90-of-code-will-be-ai-written-in-6-months-6b8060720d97">said it was coming</a>, but it still feels like a milestone: More than 80% of the code merged into Anthropic’s production codebase in May wasn&#x27;t authored by humans, but by its own AI model, Claude, according to a <a href="https://www.anthropic.com/institute/recursive-self-improvement">new report shared by the record-breaking AI startup today.</a></p><p>This transformation has triggered an<a href="https://x.com/AnthropicAI/status/2062568864240836995"> 8x increase in the volume of code</a> shipped per engineer per quarter compared to the company’s 2021–2025 baseline, which the company notes means even more code someone or something must review.</p><p>For enterprise technical leaders, this is no longer a localized research curiosity; it&#x27;s a new, aggressive competitive baseline. </p><p>If a frontier AI laboratory can successfully offload the vast majority of its engineering output to autonomous agents — showing signs of the long-sought AI Holy Grail of &quot;<a href="https://en.wikipedia.org/wiki/Recursive_self-improvement">recursive self-improvement</a>,&quot; models that can independently research and upgrade themselves — what&#x27;s preventing enterprises across other sectors from automating more of their internal software development with AI agents, too? </p><p>Obviously, it&#x27;s easier said than done. Anthropic is one of the principle creators of the current gen AI boom, so you&#x27;d expect them to know how to deploy the technology effectively.</p><p>But for other enterprises looking to bump up the amount of code and workflows handled by agents, Anthropic&#x27;s new blog post details the outlines of a general plan they too can adopt to re-engineer their operations and workflows to take advantage of the latest AI advances. </p><h2><b>Anthropic&#x27;s roadmap that other enterprises can follow</b></h2><p>The transition from human-centric coding to autonomous orchestration requires understanding the evolution of AI capabilities. Anthropic outlines a clear historical continuum that enterprises can map onto their own digital transformation roadmaps: </p><ul><li><p><b>2021–2023 (Manual Writing):</b> Engineers write code and documentation natively within local text editors. </p></li><li><p><b>2023–2025 (Chatbot Assistance):</b> Developers use early models to generate brief code snippets, copying and pasting outputs manually into their environments. </p></li><li><p><b>2025–2026 (Coding Agents):</b> Capable agents actively write and edit entire files autonomously. </p></li><li><p><b>Present Day (Autonomous Agents):</b> Agents execute code independently, debug live environments, and delegate multi-hour work streams to specialized sub-agents. </p></li></ul><p>This rapid evolution is validated by external benchmarks. Software engineering evaluation frameworks like SWE-bench—which tasks models with resolving real bug reports in complex, open-source codebases—have saturated over a two-year window. </p><p>Furthermore, long-duration capability evaluations demonstrate that models like Claude Opus 4.6 can reliably sustain operations on 12-hour tasks, while Claude Mythos Preview pushes past 16 hours of continuous problem-solving. </p><p>Internally, the technological leap is even more stark. On highly complex, open-ended engineering problems where clear specifications are initially absent, Claude’s success rate climbed to 76% in May 2026 — a 50-point increase in a six-month window. </p><p>In isolated optimization benchmarks, where models are tasked with accelerating AI model training code, Anthropic’s internal Mythos Preview model achieved a 52x speedup. </p><p>For comparison, a skilled human developer typically requires four to eight hours of manual refactoring to achieve a mere 4x speedup on the exact same codebase. </p><h2><b>3-step plan to more complete production code automation</b></h2><p>For an enterprise to replicate Anthropic&#x27;s 80 percent milestone, technical decision-makers must abandon the &quot;developer assistant&quot; mental model and transition to an &quot;automated factory&quot; architecture. This shift impacts product management, operations, and developer workflows in three distinct ways: </p><h3>1. Shift from Code Execution to Architectural Oversight</h3><p>When code generation costs near zero in human time, the primary engineering role shifts from writing software to specifying goals and reviewing outputs. Enterprise leaders must retrain developers to act as systems architects and judges. As one Anthropic employee noted regarding the operational reality of this shift: </p><blockquote><p>&quot;The shape of stuff today is roughly ‘humans have ideas, and the models are able to implement, test and evaluate them an [order of magnitude] faster than before.’&quot; </p></blockquote><h3>2. Overcome The Code Review Bottleneck</h3><p>Injecting vast quantities of AI-generated code into an organization inevitably creates operational friction.</p><p>According to <a href="https://en.wikipedia.org/wiki/Amdahl%27s_law">Amdahl’s law</a>, the speedup of any process is strictly limited by its serial, non-automated bottlenecks.</p><p>At Anthropic, flooding the system with synthetic code instantly turned human code review into a critical bottleneck. </p><p>To counter this, enterprise teams must deploy automated AI code reviewers directly into their Continuous Integration/Continuous Deployment (CI/CD) pipelines. </p><p>Anthropic implemented an automated Claude reviewer (a publicly accessible version, <a href="https://venturebeat.com/technology/anthropic-rolls-out-code-review-for-claude-code-as-it-sues-over-pentagon">Claude Code Review</a> rolled out for commercial usage in March) tasked with analyzing every pull request for architectural defects, security flaws, and regression bugs before merging. Other dedicated firms like <a href="https://venturebeat.com/programming-development/qodo-teams-up-with-google-cloud-to-provide-devs-with-free-ai-code-review-tools-directly-within-platform">Qodo</a> offer tools tailor-made for this purpose, as well. </p><p>In Anthropic&#x27;s case, retrospective analyses indicated that the automated layer caught approximately one-third of the production bugs responsible for historical outages on the flagship claude.ai website.</p><h3>3. Target High-Volume Operational Debt</h3><p>Enterprises are frequently paralyzed by legacy code maintenance and long-deferred technical debt. Rather than deploying agents to write speculative new features, technical leaders should direct autonomous agents toward closed-loop, painstaking cleanup operations.</p><p>In April 2026, an Anthropic engineer deployed Claude to resolve a persistent class of API errors. Operating autonomously, the model shipped more than 800 individual fixes, successfully reducing the error rate by a factor of 1,000. </p><p>The supervising engineer estimated that a human developer would have spent four full years executing the same work, due to the cognitive load of holding massive, unfamiliar code context in their head simultaneously. </p><h2><b>Considerations for enterprises moving forward in an age of primarily AI-generated code</b></h2><p>Operating a codebase predominantly authored by AI introduces unique governance challenges that enterprise legal and security teams must navigate.</p><p>Unlike open-source licensing models (such as the permissive MIT license or copyleft GPL frameworks), enterprise codebases utilizing proprietary LLM infrastructure remain subject to the commercial terms of service of the respective AI vendor. </p><p>The deployment of autonomous agents requires rigorous verification protocols to ensure compliance, security, and intellectual property protection:</p><ul><li><p><b>Code Quality and Maintenance:</b> Anthropic’s internal data indicates that while AI-authored code was objectively lower in quality than human output in late 2025, it reached rough parity by mid-2026, with expectations to surpass human standards within the year. Enterprise governance must adapt to a reality where the baseline quality of automated output is structurally superior to average manual coding. </p></li><li><p><b>Security Auditing at Scale:</b> The sheer volume of automated code creation demands automated vulnerability discovery. Anthropic’s Project Glasswing illustrates the scale of this issue: utilizing Mythos Preview, the project identified more than 10,000 high- and critical-severity software vulnerabilities across global digital infrastructure within its first few weeks. This shifted the enterprise cybersecurity challenge entirely from vulnerability <i>discovery</i> to patch <i>deployment</i> velocity. </p></li><li><p><b>The Risk of Alignment Cascades:</b> Technical leaders must maintain strict verification gates. If an enterprise uses an AI system to continuously modify, maintain, and expand its proprietary software infrastructure, undetected errors or subtle misalignments can compound over successive agent sessions, gradually corrupting system integrity or introducing security exploits that escape human notice. </p></li></ul><h2><b>Brace for internal enterprise culture disruption</b></h2><p>The transition to an AI-dominated codebase is altering the cultural dynamics of engineering teams, introducing both unprecedented efficiency and deep psychological friction.</p><p>Publicly, Anthropic framed these metrics as a harbinger of a broader transformation. In an <a href="https://x.com/AnthropicAI/status/2062568862479208923">official statement on X</a>, the company observed:</p><blockquote><p>&quot;Our internal data shows Claude is accelerating AI development—a possible path to recursive self-improvement, or AI autonomously building a more capable successor. It’s happening faster than we thought, and the implications deserve greater attention.&quot; </p></blockquote><p>They expanded on the immediate productivity implications shortly thereafter:</p><blockquote><p>&quot;Today, Anthropic engineers on average ship 8x as much code per quarter as they did compared to 2021-2025... Many engineers also say Claude’s code quality is now on par with human code; we expect it to be better within the year.&quot; </p></blockquote><p>Behind these corporate metrics lies a complex human reality. Internal employee communications reveal a distinct erosion of traditional workplace collaboration, as peer-to-peer developer interaction is systematically replaced by asynchronous agent calls:</p><blockquote><p>&quot;Work (and life) ran on a gift economy of small favors between humans. ‘Can you help me get this script running?’ [...] each one created a little debt, a little mutual awareness. Claude has eaten the favors. It’s faster, it creates zero debt, but each of these is a lost bid for human collaboration.&quot; </p></blockquote><p>For individual contributors, the total automation of their primary skill set introduces acute professional anxiety regarding relevance and systemic control:</p><blockquote><p>&quot;I started leaning hard into Claudifying about a year ago. That’s been a crazy adventure and it’s now been ~5 months since I last wrote any code myself.&quot; </p></blockquote><blockquote><p>&quot;On days where everything works well, I can’t help but think nothing I do matters, everything is automated and better and faster than I ever will be. But then there are days where everything breaks and I don&#x27;t understand why and I realize I have no idea what I’ve been up to anymore.&quot; </p></blockquote><p>Enterprise leaders aiming to match Anthropic’s technical velocity cannot afford to ignore these psychological dynamics. </p><p>Achieving an 80 percent automated codebase requires more than purchasing API tokens or configuring agent loops; it demands a total cultural overhaul, a strategy for mitigating developer obsolescence anxiety, and the implementation of rigorous, automated verification guardrails to maintain ultimate human control over the software stack. </p>]]></description>
            <author>carl.franzen@venturebeat.com (Carl Franzen)</author>
            <category>Technology</category>
            <enclosure url="https://images.ctfassets.net/jdtwqhzvc2n1/6TDfdDR3BaglHMnVTBvvmB/ebc812673e673345d4466f174868cc17/ChatGPT_Image_Jun_4__2026__04_47_29_PM.png?w=300&amp;q=30" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Google's new open source Gemma 4 12B analyzes audio, video — and runs entirely locally on a typical 16GB enterprise laptop]]></title>
            <link>https://venturebeat.com/technology/googles-new-open-source-gemma-4-12b-analyzes-audio-video-and-runs-entirely-locally-on-a-typical-16gb-enterprise-laptop</link>
            <guid isPermaLink="false">5VNs54fBrd8WQpYGQFfw9a</guid>
            <pubDate>Wed, 03 Jun 2026 18:49:00 GMT</pubDate>
            <description><![CDATA[<p>While many AI open source model providers are pursuing larger and more powerful models, Google is still giving attention to the smaller, more local side of the market. Today, the <a href="https://blog.google/innovation-and-ai/technology/developers-tools/introducing-gemma-4-12B/">tech giant released Gemma 4 12B</a>, an 11.95-billion-parameter open-weights model with permissive Apache 2.0 license optimized to execute locally on a standard enterprise laptop using just 16GB of VRAM or unified memory.</p><p>That means those enterprise users looking to keep working with AI while on a flight without WiFi, or trying to keep it offline for security reasons, can now do so far more easily and at far less cost (free to download and operate). </p><p>Gemma 4 12B&#x27;s most notable breakthrough is an encoder-free &quot;Unified&quot; architecture, which allows raw audio waveforms and visual patches to flow directly into the core LLM backbone without the latency or memory overhead of secondary processing modules. </p><p>Available immediately for download on <a href="https://huggingface.co/google/gemma-4-12B-it">Hugging Face</a> and <a href="https://www.kaggle.com/models/google/gemma-4">Kaggle</a> and for use on <a href="https://developers.google.com/edge/gallery">Google AI Edge Gallery</a>, Gemma 4 12B packs a 256K token context window, native agentic tool-use capabilities, and an explicit step-by-step reasoning mode into a highly optimized footprint that bridges the gap between mobile edge models and heavy data-center infrastructure.</p><h2><b>The Architectural Shift: Understanding the Encoder-Free Advantage</b></h2><p>Gemma 4 12B is highly relevant to enterprise architecture due to its novel &quot;Unified&quot; structure. </p><p>Traditional multimodal systems typically utilize discrete, separate encoders to translate audio waveforms and visual data into representations that the core language model can process. </p><p>This conventional approach inherently increases both inference latency and total memory consumption.</p><p>Gemma 4 12B radically alters this pipeline by functioning entirely without these secondary encoders. Instead, visual patches and raw audio waveforms are projected directly into the core large language model&#x27;s embedding space through lightweight linear layers. </p><p>The vision encoder is replaced by a 35-million-parameter module utilizing a single matrix multiplication, while the audio encoder is eliminated entirely. </p><p>For enterprise engineering teams, this unified architecture delivers distinct operational advantages: lower latency for multimodal tasks, reduced VRAM requirements (down to 16GB — typical for laptops), and the ability to fine-tune the entire multimodal system in a single, cohesive pass.</p><h2><b>Performance Metrics and Core Capabilities</b></h2><p>Despite its compact size, Gemma 4 12B achieves benchmarks nearing Google&#x27;s larger 26B Mixture-of-Experts model.</p><p>Beyond static benchmarks, the model supports a massive 256K token context window. This is critical for enterprises needing to process lengthy financial reports, extensive code repositories, or hour-long meeting transcripts. </p><p>Furthermore, Gemma 4 12B includes a native &quot;thinking&quot; mode to map out step-by-step reasoning before generating a response. It also features out-of-the-box support for native function calling and system prompts, which are essential prerequisites for building highly capable autonomous software agents.</p><h2><b>The Enterprise Verdict: Should You Adopt Gemma 4 12B?</b></h2><p>The short answer is yes, provided your operational needs align with edge computing, strict data privacy, or agentic automation. However, adoption should not be a blanket replacement for all existing AI infrastructure. Instead, technical leaders should view Gemma 4 12B as a specialized tool optimized for specific deployment conditions.</p><ul><li><p><b>Strict Data Privacy and Compliance Mandates</b>: Many enterprises operate in highly regulated sectors—such as healthcare, finance, or defense—where transmitting sensitive data, proprietary code, or confidential internal documents to third-party APIs is unacceptable. Because Gemma 4 12B is small enough to run locally on machines equipped with just 16GB of VRAM or unified memory, organizations can process sensitive multimodal data entirely on-premises or directly on employee laptops. This local execution eliminates the risk of data leakage and ensures compliance with strict regulatory frameworks.</p></li><li><p><b>Multimodal Autonomous Agent Workflows</b>: If your engineering roadmap involves autonomous agents interacting with real-world inputs, Gemma 4 12B is uniquely positioned to serve as the reasoning engine. The combination of native function calling, robust coding capabilities, and the capacity to ingest real-time audio and variable-resolution images makes it highly suitable for agentic tasks. Google has simultaneously released a dedicated Gemma Skills Repository to explicitly support agentic development with these new models.</p></li><li><p><b>Cost-Sensitive Edge Deployments</b>: For applications operating at the edge—such as retail inventory monitoring via cameras, localized customer service kiosks, or offline field-service applications—maintaining a persistent cloud connection is costly and sometimes impossible. The encoder-free architecture significantly lowers the total cost of ownership by reducing the hardware threshold needed for inference. Deploying a highly capable 12B model locally avoids recurring API costs and unpredictable cloud compute billing.</p></li></ul><h2><b>When to Consider Alternative Solutions</b></h2><p>While Gemma 4 12B is powerful, it has specific constraints that technical leaders must acknowledge.</p><ul><li><p><b>Massive Knowledge Retrieval</b>: Like all large language models, Gemma 4 12B is a reasoning engine, not a static database. If your primary use case relies on vast, generalized factual retrieval without leveraging a robust Retrieval-Augmented Generation pipeline, you may still require larger foundation models.</p></li><li><p><b>Extended Video and Audio Processing</b>: The model has hard limits on media ingestion. Audio inputs are strictly capped at 30 seconds of processing, and video understanding is limited to 60 seconds (assuming a processing rate of one frame per second). Enterprises looking to process feature-length videos or massive audio archives natively will hit bottlenecks and should consider API-based models or chunking architectures.</p></li></ul><h2><b>Implementation and Ecosystem Readiness</b></h2><p>One of the strongest arguments for enterprise adoption is the model&#x27;s immediate compatibility with the broader open-source development ecosystem. </p><p>Google has ensured that Gemma 4 12B is not an isolated experiment; it is ready for production. Weights are available on Hugging Face and Kaggle, and the <a href="https://x.com/googleaidevs/status/2062204434608771080">model integrates seamlessly</a> with industry-standard deployment frameworks such as vLLM, SGLang, MLX, and llama.cpp. </p><p>For organizations deeply embedded in Google Cloud, endpoints can be spun up quickly using the Gemini Enterprise Agent Platform Model Garden, Cloud Run, or Google Kubernetes Engine.</p><p>For enterprise leaders aiming to decentralize their AI workloads, Gemma 4 12B offers a rare combination of edge-friendly efficiency and frontier-class reasoning. If your organization requires highly private, multimodal processing without the latency and cost of cloud reliance, Gemma 4 12B should be heavily evaluated for your next production pipeline.</p>]]></description>
            <author>carl.franzen@venturebeat.com (Carl Franzen)</author>
            <category>Technology</category>
            <enclosure url="https://images.ctfassets.net/jdtwqhzvc2n1/6cqo2dZzZAqwTjt37B3cjc/fbb8eb55e17c2ce25514d21d3c5aca91/ChatGPT_Image_Jun_3__2026__02_38_37_PM.png?w=300&amp;q=30" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Enterprise AI agents keep creating data silos. Microsoft's Build answer is Microsoft IQ and Rayfin.]]></title>
            <link>https://venturebeat.com/data/enterprise-ai-agents-keep-creating-data-silos-microsofts-build-answer-is-microsoft-iq-and-rayfin</link>
            <guid isPermaLink="false">2XgnFfRlN9Nwxh5k9XSuPh</guid>
            <pubDate>Wed, 03 Jun 2026 01:55:14 GMT</pubDate>
            <description><![CDATA[<p>Every new AI agent your team deploys starts from scratch: no memory of how the business works, where data lives, or what rules apply. And as agentic coding tools spin up applications faster than anyone can govern them, each one risks becoming another silo outside your data layer entirely. Microsoft is addressing both problems directly at Build 2026.</p><p>According to <a href="https://venturebeat.com/data/the-retrieval-rebuild-why-hybrid-retrieval-intent-tripled-as-enterprise-rag-programs-hit-the-scale-wall">VentureBeat&#x27;s VB Pulse&#x27;s Q1 2026 RAG Infrastructure Market Tracker</a>, hybrid retrieval intent among 100-plus employee organizations tripled from 10.3% in January to 33.3% in March, a signal that enterprises have moved past expanding RAG coverage and are now focused on the architecture underneath it. Shared business context is the part retrieval does not solve.</p><p>On the context side, Microsoft is expanding Fabric IQ, its existing business data context layer, into a broader unified system called Microsoft IQ, adding three additional context sources covering how the organization works, what it knows and real-time global signals from the web, so any agent can tap all four as a single foundation. On the application side, Rayfin, a new open-source SDK and CLI, deploys agent-built applications directly to Fabric as a governed production backend, routing application data into the same platform rather than spinning up new silos.</p><p>Amir Netz, CTO of Microsoft Fabric, reached for a film analogy to explain where the data platform fits. The green screen of cascading code in &quot;The Matrix&quot; wasn&#x27;t atmosphere, it was the layer that built the world Agent Smith operated in.</p><p>&quot;Our job in the world of data is creating reality for agents based on data,&quot; Netz told VentureBeat.</p><h2>Microsoft IQ unifies four context sources into a single agent foundation</h2><p>Microsoft IQ brings together four context sources that until now existed separately, designed so a developer can connect a new agent to all four in a single integration step.</p><p><b>Work IQ.</b> Captures how the organization operates day to day, drawing on email, documents, meetings and schedules to give agents an understanding of people, teams and workflows.</p><p><b>Foundry IQ.</b> Manages institutional knowledge, curating and indexing knowledge bases so agents understand what it means to work within the organization, what rules apply and what procedures to follow.</p><p><b>Fabric IQ.</b> Models the live operational state of the business through data, defining entities, relationships and business rules grounded in real-time signals from Fabric Real-Time Intelligence. Ontologies, the layer that captures that operational context, are expected to reach GA in the coming months.</p><p><b>Web IQ.</b> Adds real-time global context from the web, giving agents a current picture of the world outside the organization alongside its internal data.</p><p>&quot;The agents are going to become highly informed virtual employees,&quot; Netz said. &quot;That&#x27;s where the world is heading.&quot;</p><div></div><h2>Rayfin routes agent-built applications into the same data foundation</h2><p>Building shared context solves one half of the problem. The other is what happens when agents start generating applications. Every new app needs a backend, and without a governed deployment path each one creates a new data silo outside the context layer entirely.</p><p>Rayfin provides an enterprise-grade back end and deploys agent-built applications directly to Fabric, so application data lands in Microsoft OneLake by default and feeds back into the Microsoft IQ context layer rather than accumulating outside it.</p><p>Microsoft positions Rayfin against Supabase and Neon, the Postgres-compatible backends that agentic coding tools default to. The differentiator is governance: Rayfin routes the entire application fleet through Fabric&#x27;s unified data and compliance layer rather than creating isolated silos.</p><p>Netz described the relationship as bidirectional. The agent building a Rayfin application draws from the organization&#x27;s ontology. The data that application generates then enriches that ontology for the next agent.</p><h2>Every major data platform is chasing the same answer, but execution is unproven</h2><p>Microsoft is not the only platform building a shared context layer for agents.<a href="https://venturebeat.com/data/ai-agents-keep-giving-confident-wrong-answers-the-context-layer-is-enterprise-ais-next-production-problem"> Snowflake announced</a> its own context capabilities this week with semantic capabilities.<a href="https://venturebeat.com/data/the-rag-era-is-ending-for-agentic-ai-a-new-compilation-stage-knowledge-layer-is-what-comes-next?_gl=1*vqdbsi*_up*MQ..*_ga*ODYxNzkxNzIzLjE3ODA0MTk1NjQ.*_ga_B8TDS1LEXQ*czE3ODA0MTk1NjIkbzEkZzEkdDE3ODA0MTk1NjIkajYwJGwwJGgw*_ga_SCH1J7LNKY*czE3ODA0MTk1NjIkbzEkZzAkdDE3ODA0MTk1NjIkajYwJGwwJGgw"> Pinecone</a> has its Nexus platform that expands the vector database to become a knowledge engine and Redis has developed its<a href="https://venturebeat.com/data/context-architecture-is-replacing-rag-as-agentic-ai-pushes-enterprise-retrieval-to-its-limits?_gl=1*vqdbsi*_up*MQ..*_ga*ODYxNzkxNzIzLjE3ODA0MTk1NjQ.*_ga_B8TDS1LEXQ*czE3ODA0MTk1NjIkbzEkZzEkdDE3ODA0MTk1NjIkajYwJGwwJGgw*_ga_SCH1J7LNKY*czE3ODA0MTk1NjIkbzEkZzAkdDE3ODA0MTk1NjIkajYwJGwwJGgw"> Iris context</a> and memory platform.</p><p>Microsoft&#x27;s approach further reinforces the trend that RAG and model availability aren&#x27;t the issue anymore.</p><p>&quot;Fabric IQ and Rayfin are important because the enterprise AI challenge is no longer just about the model availability,&quot; Robert Kramer, managing partner at KramerERP told VentureBeat. &quot;The real question is whether Microsoft simplifies execution and strengthens trust or adds another layer to an already complex environment.&quot;</p>]]></description>
            <category>Data</category>
            <enclosure url="https://images.ctfassets.net/jdtwqhzvc2n1/2pEzT3ZdMxDl52oJEjUEJK/97f59713b559f5e6ca0d7b7185014e79/matrix-msft-smk1.jpg?w=300&amp;q=30" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Alibaba's Qwen3.7-Plus supports text, video and imagery inputs at low cost of $0.4/$1.6 per 1M token — but it's proprietary]]></title>
            <link>https://venturebeat.com/technology/alibabas-qwen3-7-plus-supports-text-video-and-imagery-inputs-at-low-cost-of-0-4-1-6-per-1m-token-but-its-proprietary</link>
            <guid isPermaLink="false">2E7Qq6OZcrgIYq07uFmFvK</guid>
            <pubDate>Tue, 02 Jun 2026 22:40:00 GMT</pubDate>
            <description><![CDATA[<p>Alibaba <a href="https://x.com/Alibaba_Qwen/status/2061506641120641494?s=20">this week released Qwen3.7-Plus</a>, the latest AI large language model (LLM) in its globally beloved and increasingly expansive Qwen family, boasting more multimodal capabilities and a 60% lower cost than the <a href="https://venturebeat.com/technology/alibabas-proprietary-qwen3-7-max-can-run-for-35-hours-autonomously-and-supports-external-harnesses-like-anthropics-claude-code">prior, text-only Qwen3.7-Max model released just weeks ago. </a></p><p>However, like its immediate predecessor Qwen3.7-Plus is available only under a &quot;closed&quot; commercial license via <a href="https://modelstudio.console.alibabacloud.com/ap-southeast-1?tab=doc#/doc/?type=model&amp;url=2840914_2&amp;modelId=qwen3.7-plus&amp;serviceSite=international">proprietary application programming interfaces (API)</a> and Qwen Chat. </p><p>That marks a big departure from the Qwen strategy to date, which was focused mainly on releasing powerful,near state-of-the-art open source models. Those enterprises and users who relied on the open source Qwen models — among them, <a href="https://finance.yahoo.com/news/airbnb-picks-alibabas-qwen-over-093000045.html">U.S. giants such as Airbnb</a> — will no doubt be disappointed to see that Alibaba is going closed for its newer releases.</p><p>Still, the model is worth a look because of its low cost and high performance on multimodal tasks like creating enterprise-grade visuals or analyzing video, imagery and screenshots, which Qwen3.7-Max cannot do (it&#x27;s text-only). It is among the cheaper powerful AI models available now, coming in price-wise just above Chinese rival&#x27;s new <a href="https://venturebeat.com/technology/minimax-m3-debuts-eclipsing-gpt-5-5-and-gemini-3-1-pro-on-key-benchmark-performance-for-just-5-10-of-the-cost">MiniMax-M3&#x27;s limited-time discount pricing. </a></p><h2><b>VentureBeat Frontier AI Model API Pricing Snapshot</b></h2><table><tbody><tr><td><p><b>Model</b></p></td><td><p><b>Input</b></p></td><td><p><b>Output</b></p></td><td><p><b>Total Cost</b></p></td><td><p><b>Source</b></p></td></tr><tr><td><p>MiMo-V2.5 Flash</p></td><td><p>$0.10</p></td><td><p>$0.30</p></td><td><p>$0.40</p></td><td><p><a href="https://platform.xiaomimimo.com/docs/en-US/pricing">Xiaomi MiMo</a></p></td></tr><tr><td><p>deepseek-v4-flash</p></td><td><p>$0.14</p></td><td><p>$0.28</p></td><td><p>$0.42</p></td><td><p><a href="https://api-docs.deepseek.com/quick_start/pricing">DeepSeek</a></p></td></tr><tr><td><p>deepseek-v4-pro</p></td><td><p>$0.435</p></td><td><p>$0.87</p></td><td><p>$1.305</p></td><td><p><a href="https://api-docs.deepseek.com/quick_start/pricing">DeepSeek</a></p></td></tr><tr><td><p>MiniMax-M3</p></td><td><p>$0.30</p></td><td><p>$1.20</p></td><td><p>$1.50</p></td><td><p><a href="https://platform.minimax.io/subscribe/token-plan?tab=api-enterprise">MiniMax</a></p></td></tr><tr><td><p><b>Qwen3.7-Plus</b></p></td><td><p><b>$0.40</b></p></td><td><p><b>$1.60</b></p></td><td><p><b>$2.00</b></p></td><td><p><b></b><a href="https://modelstudio.console.alibabacloud.com/ap-southeast-1?tab=doc#/doc/?type=model&amp;url=2840914_2&amp;modelId=qwen3.7-plus&amp;serviceSite=international"><b>Alibaba Cloud</b></a></p></td></tr><tr><td><p>Gemini 3.1 Flash-Lite</p></td><td><p>$0.25</p></td><td><p>$1.50</p></td><td><p>$1.75</p></td><td><p><a href="https://ai.google.dev/gemini-api/docs/pricing">Google</a></p></td></tr><tr><td><p>MiMo-V2.5</p></td><td><p>$0.40</p></td><td><p>$2.00</p></td><td><p>$2.40</p></td><td><p><a href="https://platform.xiaomimimo.com/docs/en-US/pricing">Xiaomi MiMo</a></p></td></tr><tr><td><p>Grok 4.3 low context</p></td><td><p>$1.25</p></td><td><p>$2.50</p></td><td><p>$3.75</p></td><td><p><a href="https://docs.x.ai/developers/models/grok-4.3">xAI</a></p></td></tr><tr><td><p>GLM-5</p></td><td><p>$1.00</p></td><td><p>$3.20</p></td><td><p>$4.20</p></td><td><p><a href="https://docs.z.ai/guides/overview/pricing">Z.ai</a></p></td></tr><tr><td><p>Kimi-K2.6</p></td><td><p>$0.95</p></td><td><p>$4.00</p></td><td><p>$4.95</p></td><td><p><a href="https://platform.kimi.ai/docs/pricing/chat-k26">Moonshot/Kimi</a></p></td></tr><tr><td><p>GLM-5.1</p></td><td><p>$1.40</p></td><td><p>$4.40</p></td><td><p>$5.80</p></td><td><p><a href="https://docs.z.ai/guides/overview/pricing">Z.ai</a></p></td></tr><tr><td><p>Grok 4.3 high context</p></td><td><p>$2.50</p></td><td><p>$5.00</p></td><td><p>$7.50</p></td><td><p><a href="https://docs.x.ai/developers/models/grok-4.3">xAI</a></p></td></tr><tr><td><p>Qwen3.7-Max</p></td><td><p>$2.50</p></td><td><p>$7.50</p></td><td><p>$10.00</p></td><td><p><a href="https://modelstudio.console.alibabacloud.com/ap-southeast-1?spm=a2ty_o05.31384571.0.0.52649f6b7G0D55&amp;tab=doc#/doc/?type=model&amp;url=2840914_2&amp;modelId=qwen3.7-max&amp;serviceSite=international">Alibaba Cloud</a></p></td></tr><tr><td><p>Gemini 3.5 Flash</p></td><td><p>$1.50</p></td><td><p>$9.00</p></td><td><p>$10.50</p></td><td><p><a href="https://ai.google.dev/gemini-api/docs/pricing">Google</a></p></td></tr><tr><td><p>Gemini 3.1 Pro Preview ≤200K</p></td><td><p>$2.00</p></td><td><p>$12.00</p></td><td><p>$14.00</p></td><td><p><a href="https://ai.google.dev/gemini-api/docs/pricing">Google</a></p></td></tr><tr><td><p>GPT-5.4</p></td><td><p>$2.50</p></td><td><p>$15.00</p></td><td><p>$17.50</p></td><td><p><a href="https://openai.com/api/pricing/">OpenAI</a></p></td></tr><tr><td><p>Gemini 3.1 Pro Preview &gt;200K</p></td><td><p>$4.00</p></td><td><p>$18.00</p></td><td><p>$22.00</p></td><td><p><a href="https://ai.google.dev/gemini-api/docs/pricing">Google</a></p></td></tr><tr><td><p>Claude Opus 4.8</p></td><td><p>$5.00</p></td><td><p>$25.00</p></td><td><p>$30.00</p></td><td><p><a href="https://platform.claude.com/docs/en/about-claude/pricing">Anthropic</a></p></td></tr><tr><td><p>GPT-5.5</p></td><td><p>$5.00</p></td><td><p>$30.00</p></td><td><p>$35.00</p></td><td><p><a href="https://openai.com/api/pricing/">OpenAI</a></p></td></tr></tbody></table><h2><b>Maintaining continuity during complex tool execution loops </b></h2><p>For technical decision-makers deploying autonomous agents, the primary bottleneck has rarely been initial model intelligence. Instead, it is <b>state decay</b>—the tendency of an agent framework to lose its analytical trajectory over multi-step, long-horizon tasks. </p><p>Qwen3.7-Plus addresses this architectural vulnerability through a combined approach to context management and reasoning state preservation. </p><p>The model ships with a <b>1-million token context window</b> and allocates up to 256K tokens specifically for internal chain-of-thought processing. To contextualize this capacity, imagine an automated cloud migration agent: it can ingest an entire codebase, map out the dependencies, and spend thousands of tokens quietly evaluating edge cases before executing a single line of bash script.</p><p>Crucially, the API exposes a parameter called &#x27;<code>preserve_thinking</code>.&#x27; Across Alibaba&#x27;s ecosystem, the capability serves as a standardized architectural bridge rather than a tiered perk. Alibaba introduced the feature during the prior Qwen 3.6 generation, integrating it into both the open-weight<a href="https://huggingface.co/Qwen/Qwen3.6-27B"> Qwen3.6-27B</a> and the proprietary Max models. </p><p>At its core, the parameter operates at the API and template level to retain internal <code>&lt;think&gt;</code> blocks across continuous conversational turns.</p><p>This structural continuity solves a critical bottleneck for developers engineering long-horizon tasks. By keeping these internal logic loops intact, the feature prevents the model from dropping its context or needlessly recomputing its cached history midway through an operation. </p><p>When a model executes complex, multi-step agentic coding assignments, this retention allows the system to hold onto its original train of thought without losing the plot or forgetting the underlying logic of its previous actions.</p><p>Alibaba remains far from alone in recognizing this technical necessity, as the underlying concept now dictates the architecture of nearly all major artificial intelligence laboratories. </p><p>Anthropic deploys this exact capability under the moniker &quot;Extended Thinking&quot; for its advanced models, including its <a href="https://venturebeat.com/technology/anthropics-claude-opus-4-8-is-here-with-3x-cheaper-fast-mode-and-near-mythos-level-alignment">latest Claude Opus 4.8. </a>This framework requires developers to feed unmodified thinking blocks directly back into the API on subsequent turns to maintain an unbroken chain of reasoning. </p><p>OpenAI tackles the same challenge through an encrypted reasoning pass-back mechanism for models like GPT-5.5. Within the OpenAI ecosystem, developers must return specific reasoning items generated alongside previous function calls, ensuring the model explicitly remembers the rationale behind its tool executions. </p><p>Ultimately, <code>preserve_thinking</code> simply represents Alibaba&#x27;s terminology for what has rapidly become the undisputed table stakes for modern multi-turn reasoning.</p><h2><b>Benchmarks show a competitive, yet sub state-of-the-art model</b></h2><p>On raw capability metrics, this deep-thinking architecture translates to structural gains across multimodal and agentic benchmarks. However, it still falls below many of the leading and prior generations of U.S. proprietary models such as Anthropic&#x27;s Claude Opus 4.6 and OpenAI&#x27;s GPT-5.4.</p><p>On <b>Terminal Bench 2.0-Terminus</b>, which measures an model&#x27;s capability to run actual terminal-level code safely and iteratively, Qwen3.7-Plus scored <b>70.3</b>, outperforming DeepSeek-V4-Pro Max (67.9) and Gemini-3.1 Pro (63.5). </p><p>On computer vision benchmarks that demand localized interface understanding, such as <b>ScreenSpot Pro</b>, the model hit <b>79.0</b>, significantly outpacing legacy industry standouts like GPT-5.4 (xhigh) at 67.4 and Claude-Opus-4.6 at 49.5. Agent Evaluation Metrics (Selected Benchmarks)</p><h2><b>What should enterprises consider Qwen3.7-Plus for?</b></h2><p>For an enterprise architect, the key question when analyzing Qwen3.7-Plus is clear: <i>What does this replace in our current tech stack?</i></p><p>The model is designed to step in as a direct replacement for premier frontier models (such as GPT-5-tier or Claude-Max-tier models) within high-frequency developer workflows, robotic process automation (RPA), and data engineering pipelines. </p><p>Rather than deploying an expensive, general-purpose flagship model to handle repetitive system operations, technical teams can route these tasks to Qwen3.7-Plus. It handles visual interface interpretation, command execution, and code generation simultaneously. </p><p>Alibaba has structured its API delivery to align with existing open-source and proprietary enterprise frameworks. The endpoints are fully OpenAI-compatible, meaning swapping out existing dependencies requires minimal infrastructure adjustment. For groups leveraging autonomous terminal frameworks, the integration is natively supported across multiple environments.</p><p>Engineers can run Qwen3.7-Plus directly through their local terminal setups by altering base environment targets.</p><p>From a pure cost perspective, running an agent framework that constantly references massive code repositories or visual layout histories can quickly become cost-prohibitive. </p><p>Alibaba addresses this by exposing granular caching price points. </p><p>Standard input processing sits at $0.40 per million tokens, but if the agent is reading from an explicitly created cache (e.g., a massive base repository or standard enterprise UI kit that remains static over hundreds of automated loops), the cost drops sharply to $0.04 per 1M tokens for subsequent reads. </p><p>This tier makes high-frequency, multi-turn agent iterations economically practical at an enterprise scale. </p><h2><b>No open source license or open weights raises the compliance question for enterprises</b></h2><p>When evaluating any model in the Qwen ecosystem, a primary concern for legal and security teams is the licensing framework and operational boundary of the data pipeline. </p><p>While previous iterations of the Qwen family gained significant enterprise traction via fully open-source weight availability under the Apache 2.0 or customized open-use licenses, Qwen3.7-Plus is delivered strictly as a managed, commercial cloud API via Alibaba Cloud Model Studio. For enterprise risk management, this distinction carries specific implications:</p><ul><li><p><b>No Local Weight Deployment</b>: Organizations cannot download, sandbox, or locally host the weights of Qwen3.7-Plus within their completely air-gapped internal data centers. All data verification, visual processing, and execution calls must step through Alibaba Cloud&#x27;s international endpoints (e.g., the Singapore instance highlighted in developer documentation). </p></li><li><p><b>Compliance and Sovereignty</b>: Since the model requires cloud-based inference, companies operating under strict sovereign data boundaries (such as healthcare entities subject to local HIPAA/GDPR constraints or defense contractors) must explicitly evaluate whether external API routing complies with their specific data-residency obligations. </p></li><li><p><b>Managed Risk Mitigation</b>: Conversely, a managed API structure removes the internal infrastructure burden of provisioning, optimizing, and maintaining multi-GPU clusters (such as dedicated Nvidia H100 arrays) simply to host an internal agent network. </p></li></ul><h2><b>Still, Qwen3.7-Plus offers high intelligence across modalities at low cost</b></h2><p>The initial reception from developer communities and technical venture capital highlights the shifting economics of agent deployment. </p><p>Prominent industry voice and Web3 venture capitalist <a href="https://x.com/boxmining/status/2061687704518307918">@Boxmining </a>highlighted the strategic cost advantage, stating:</p><blockquote><p>&quot;Qwen 3.7 Plus being 40% cheaper than Max changes the conversation. If the output is close enough for most coding and much stronger for visual workflows, do you really need Max every day or only for the heavy terminal-only jobs?&quot; </p></blockquote><p>This perspective aligns with the current trend of optimizing enterprise operational budgets: shifting away from raw, unconstrained compute toward targeted task automation.At the same time, specialized researchers deep within the ecosystem point out that this isn&#x27;t merely an incremental optimization of text generation. </p><p><a href="https://x.com/DunjieLu1219/status/2061667080949342677">Dunjie Lu,</a> a research intern at Alibaba Qwen, remarked:</p><blockquote><p>&quot;It shows clear gains over Qwen3.6-Plus in computer-use capabilities, with stronger generalization beyond general desktop tasks into professional workflows such as data engineering and scientific research.&quot; </p></blockquote><p>Ultimately, for enterprise buyers deciding on their next infrastructure roadmap, Qwen3.7-Plus presents a practical alternative. If your organization&#x27;s primary objective is building resilient, visual-capable autonomous software loops that interact directly with developer environments and cloud consoles—without blowing out your inference budget—the model provides a compelling reason to shift execution away from more expensive frontier alternatives. </p>]]></description>
            <author>carl.franzen@venturebeat.com (Carl Franzen)</author>
            <category>Technology</category>
            <enclosure url="https://images.ctfassets.net/jdtwqhzvc2n1/3PD7bcZwfl7LUqX2wWEFux/05c4df4be513499b49ea1d9e79009cc7/Gemini_Generated_Image_tmex3utmex3utmex.png?w=300&amp;q=30" length="0" type="image/png"/>
        </item>
    </channel>
</rss>