<?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>Wed, 29 Jul 2026 07:40:53 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[Visa used Mythos to hunt for bugs in its own payment network, then open-sourced the harness that made it possible]]></title>
            <link>https://venturebeat.com/security/visa-used-mythos-to-hunt-for-bugs-in-its-own-payment-network-then-open-sourced-the-harness-that-made-it-possible</link>
            <guid isPermaLink="false">6KDuYsgb5fNNzx6SzBzIuv</guid>
            <pubDate>Tue, 28 Jul 2026 22:10:02 GMT</pubDate>
            <description><![CDATA[<p>Visa aimed Anthropic&#x27;s Claude Mythos at the infrastructure behind billions of daily transactions, a network that spans more than 200 countries and territories, moves money in roughly 160 currencies, and connects nearly 5 billion payment credentials to more than 175 million merchant locations. </p><p>The model stitched minor weaknesses deep in the stack into working exploit chains that would traditionally have surfaced only late in penetration testing. Rajat Taneja, Visa&#x27;s president of technology, walked the <a href="https://venturebeat.com/vbtransform2026">VB Transform 2026</a> audience through what came next, including why Visa released the harness that governed the entire hunt as open source and why the company abandoned traditional remediation metrics for a measurement its team invented.</p><p>Taneja has run technology strategy, product engineering, and global infrastructure at Visa since 2019, after joining the company in 2013 from Electronic Arts, where he served as CTO following 15 years at Microsoft. He co-authored, with Visa chief information security officer Subra Kumaraswamy, the <a href="https://corporate.visa.com/en/sites/visa-perspectives/security-trust/visa-cybersecurity-mythos-project-glasswing.html">June 10 blog post</a> announcing the release of the <a href="https://github.com/visa/visa-vulnerability-agentic-harness">Visa Vulnerability Agentic Harness on GitHub</a> as a reference implementation that any security team can inspect, adapt, and extend. Visa also published a <a href="https://corporate.visa.com/content/dam/VCOM/corporate/visa-perspectives/security-and-trust/documents/project-glasswing.pdf">technical white paper</a> detailing the architecture, lessons learned, and 12 non-negotiable architectural practices for critical infrastructure.</p><div></div><h2>Trust built on pessimism and paranoia</h2><p>Taneja led with the arithmetic that makes Visa a target worth defending obsessively. Trust at the scale of global payments gets engineered through what he called pessimism and paranoia, by assuming failure and designing around it before failure arrives. The network has been hardened over many years through zero-trust architecture, layered defenses, and highly automated security operations built for the scale and reliability global payments demand.</p><p>So when Anthropic invited the organizations behind critical software to test Mythos under Project Glasswing, Visa said yes. Glasswing participants collectively identified more than 10,000 high- or critical-severity vulnerabilities in the <a href="https://www.anthropic.com/research/glasswing-initial-update">first month of testing</a> across software underpinning critical systems industry-wide, according to Anthropic. Anthropic&#x27;s own conclusion placed the bottleneck after discovery, in verification, disclosure, and patching speed. Visa joined to test decades of hardening at AI speed and learn where advanced models could push its defenses further.</p><h2>What Mythos showed at Visa</h2><p>Inside Visa&#x27;s environment, Mythos demonstrated system-wide, context-aware analysis, surfacing vulnerabilities buried deep in the stack and flagging issues that grow more serious when chained together, with findings clean enough that engineering teams could act on them without wading through noise. Some findings carried critical severity ratings, and Visa credits its zero-trust controls, network segmentation, and layered safeguards with breaking the chain before any external actor could have acted.</p><p>That confirmation mattered, Taneja said, but the epiphany that followed mattered more. &quot;In a world of agentic attacks, defense also has to be agentic,&quot; he said. Even at a company that has invested decades in defense-in-depth, the model revealed assumptions the team had been operating under that needed rethinking. Traditional SAST tools keep their place as a first pass against known vulnerability patterns, Visa&#x27;s white paper notes, but pattern matching alone cannot follow an adversary who reasons through logic, data flow, and the exploit chains that live between the signatures.</p><h2>A harness, not a scanner</h2><p>Visa&#x27;s response was not another monolithic scanner. The team built the Visa Vulnerability Agentic Harness, now in its fifth generation, as a governed pipeline that directs frontier AI models through structured security tasks while enforcing deterministic controls, policy gates, and human oversight at every stage. Taneja walked through the design philosophy. The harness operates across four phases and eleven stages, from code ingestion and threat modeling through deep-dive verification, exploit chain synthesis, and finally remediation and fix validation.</p><p>Three design choices drive finding quality, per the project&#x27;s own documentation. Threat modeling runs before analysis to focus on the attack surface rather than scanning everything blindly, multi-agent deterministic voting requires convergence across independent reasoning chains before a finding advances, and structured triage artifacts compress the lifecycle from discovery to a result developers can actually ship. The payoff is a pipeline that runs hot by default. A plain scan in the shipped profile runs all eleven stages and edits source files in the target repository in fix mode, applying candidate patches unless the operator stops it at detection.</p><p>The harness is multi-model by design. An LLM abstraction layer lets Visa swap or combine providers without changing the control plane, and the open-source version works with Anthropic Claude, OpenAI-compatible models, or a mix. The repo&#x27;s documentation is candid about the exception. Applying a fix requires the file-editing tools that only the Anthropic backends expose, so the remediation and validation stages currently require Anthropic models for full functionality, and an OpenAI-compatible model in those roles is limited to report-only output. VentureBeat&#x27;s Q2 2026 Pulse research, presented earlier at the conference, reinforces why that provider flexibility matters. Among the enterprises surveyed, <a href="https://venturebeat.com/resources/the-agent-security-gap-54-of-enterprises-have-already-had-an-ai-agent-incident-and-most-still-let-agents-share-credentials">82% rely on provider-native controls as their primary security layer</a>, and 59% plan to adopt or switch agent security tooling within the year. The controls enterprises adopted last year are already becoming the controls they plan to replace.</p><h2>Mean Time to Adapt replaces legacy metrics</h2><p>Finding vulnerabilities is no longer the hard part, Taneja argued. The real challenge is how quickly a team can confirm an issue is truly exploitable, fix it, and prove the attack path is closed rather than just showing a patch was applied. Visa calls this Mean Time to Adapt, and the white paper tracks it along three dimensions. Inventory freshness measures how current and complete the organization&#x27;s view is of code, configuration, and runtime deployment. Exploitable paths per release counts how many end-to-end attack chains remain possible after each release, not just how many findings were closed. Validation cycle time tracks how long it takes to produce repeatable, evidence-backed proof that a fix works and stays working in production.</p><p>That distinction matters because legacy measures such as mean time to detect and raw CVE closure counts can look better on paper while actual exposure keeps growing underneath them. An organization can close hundreds of findings a month and still leave viable exploit chains open if nobody tested whether the patches actually break the attack. MTTA forces teams to measure the outcome that matters, and the white paper leans on CISA Known Exploited Vulnerabilities data to make the prioritization case, noting that fewer than 1% of CVEs are ever actively exploited. Visa&#x27;s SSDLC policy now assumes every exploitable path will be exercised in production and requires it to be remediated before code is promoted.</p><h2>Supply chain risk accelerates under AI</h2><p>The conversation moved past Visa&#x27;s own perimeter when Taneja turned to suppliers. A well-defended enterprise stays exposed through weak vendors and weak open-source components, the white paper warns, so Visa is making AI-specific security posture a non-negotiable dimension of supplier due diligence, with expectations for continuous vulnerability validation, living software bills of materials, and MTTA baselines across its technology stack.</p><p>Visa has also joined Project Lightwell, the <a href="https://newsroom.ibm.com/2026-05-28-ibm-and-red-hat-commit-5-billion-to-redefine-the-future-of-open-source-in-the-ai-era">$5 billion IBM and Red Hat initiative</a> to harden widely used open-source components through AI-driven validation and coordinated patching, alongside financial institutions including Bank of America, JPMorganChase, Goldman Sachs, and Mastercard. The commitment extends the same logic upstream, because the MTTA clock does not pause at any single company&#x27;s perimeter.</p><h2>When agents start buying things</h2><p>Securing agentic commerce is Visa&#x27;s next problem. <!-- -->Taneja described a future where AI agents transact on behalf of consumers and enterprises, and said Visa is building the trust framework, identity layer, and agent readiness scoring that merchants will need before agents can safely complete transactions. Behind that work sits the Visa Payment Threats Lab, a simulation environment where real fraud scenarios get replayed against the authorization rules, thresholds, and configurations Visa actually runs, to surface AI-enabled failure modes as targeted hardening recommendations.</p><p>The identity challenge is not theoretical. VentureBeat&#x27;s Pulse research found that 69% of enterprises already run credential sharing somewhere in their agent deployments, and companies with shared credentials report security incidents or near-misses at a 63.5% rate, against 40.9% where every agent has its own scoped identity. Visa&#x27;s white paper addresses that gap directly, listing &quot;AI agents are identities&quot; among its 12 non-negotiable practices and requiring scoped permissions, least privilege enforcement, full audit trails, and inclusion in IAM governance for every agent that calls an API, reads data, or modifies a system.</p><h2>Three priorities for defenders</h2><p>Visa is organizing its defensive strategy around three priorities, Taneja said.<!-- --> Shift security left until exploitable flaws are designed out before they reach production, and replace high-risk, under-supported components before they turn into material exposure. The third is the heaviest lift at Visa&#x27;s scale, refactoring defenses to run autonomously under human governance so detection, validation, and response keep pace as threat volume grows and the models behind attacks improve.</p><p>None of it requires a payment network&#x27;s budget to start. The harness sits on GitHub with 595 stars and 97 forks as of July 20, MTTA needs a dashboard rather than a procurement cycle, and the white paper&#x27;s 12 non-negotiable practices map onto architecture reviews security teams already run. Visa&#x27;s own conclusion reads like a deadline. The opening to get ahead of machine-speed attackers is still there, the paper argues, and it will not stay open.</p>]]></description>
            <author>louiswcolumbus@gmail.com (Louis Columbus)</author>
            <category>Security</category>
            <category>VB Transform</category>
            <enclosure url="https://images.ctfassets.net/jdtwqhzvc2n1/3JE0PUURe6LBFLVZmwVYNj/c9d552e3f26b4b6475c2acf33bd42498/visa_hero.jpg?w=300&amp;q=30" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Instacart's CTO says AI made the company stop worrying about tech debt]]></title>
            <link>https://venturebeat.com/orchestration/instacarts-cto-says-ai-made-the-company-stop-worrying-about-tech-debt</link>
            <guid isPermaLink="false">4mpJArQ91ppQAzxEfEdc4K</guid>
            <pubDate>Tue, 28 Jul 2026 19:32:34 GMT</pubDate>
            <description><![CDATA[<p>Instacart is posing the provocative question: What if most of the work your engineers do today should, in fact, be done by machines?</p><p><a href="https://venturebeat.com/vbtransform2026">At VB Transform 2026</a>, CTO Anirban Kundu argued that dev teams continue to waste their time on draining, repetitive, high-volume work; this should be absorbed by AI agents so that humans can focus on problems that require judgment, intent, and exception handling. </p><p>In fact, in 97% of cases, Instacart’s builders don’t even read code anymore. </p><p>“In the past, the tactical level was the creation of the code,” Kundu said. “In the most tactical level going forward, it&#x27;s going to be, ‘How do you navigate around the AI system to give you what you want?’”</p><div></div><h2>AI generating code, performing &quot;pretty serious evals&quot; </h2><p>That doesn’t mean humans never look at code; agents handle the bulk of code generation and boilerplate, particularly with newer projects where code is generated or regenerated on a weekly basis. </p><p>“The benefit of that is we don&#x27;t care about tech debt anymore,” Kundu said. “Things that are not active just get dropped out and then it gets rebuilt, kind of like how we used to build assembly code or object code.”</p><p>So why not 100%? The remaining 3% is in legacy, compliance, and latency-sensitive systems and workflows, or driven by a “boatload of code” that is dead, not active, or half-active. These cases still need careful human attention. </p><p>Instacart is slowly “smoothing those parts out,” however, breaking systems down in an aptly-named project Atoms, then building them back up in a cleaner, more modular form. Kundu’s team started with the “monoliths” and is shifting to remote procedure call (RPC)-driven architectures. </p><p>But evaluation remains one of the overarching challenges. Code reviews aren’t as relevant when AI is generating code — as Kundu noted, “the lines of code are going to be correct, the syntax is going to meet your expectations” — so the goal is to move to an “intent model.” That is, training devs so they can ask different models the right questions from an intent perspective. </p><p>Evals are then performed independently: Roughly 7,000 automatic evaluations run each month, and the system answers 8,000-plus real-time developer queries with about 99.9% accuracy.</p><h2>Identifying &quot;hiccups&quot; that human intuition might have missed</h2><p>Dovetailing with this, Instacart has built an agentic site reliability engineering (SRE) system trained on years of the company’s own incidents and root-cause analyses rather than generic failure data. Instead of teaching a model how production outages work in the abstract, the team fed it the specific ways Instacart’s systems have broken over time, along with the ways humans diagnosed and fixed them.</p><p>As a result, the company has seen accuracy in detecting and mitigating production issues jump from roughly 60 to more than 90%. </p><p>Kundu pointed to one example with Instacart’s internal tool Blueberry. The AI SRE colleague watches 200-some-odd Slack channels, monitors signals, and looks for patterns across human conversations and alerts. </p><p>In one incident, a database shard backed by an EBS volume that had a “hiccup” for a period of time. The human team did not immediately suspect AWS disk issues and were “obviously scrambling” to figure out why this particular shard misbehaved. </p><p>But about 20 minutes in, Blueberry posted on Slack, pointing to a specific blip and tying it to a feature-flag-like system called &quot;roulette&quot; that had been inadequate. &quot;It&#x27;s supposed to be rolling out in this cadence, [but] it had been too much,” Kundu said.</p><p>Blueberry figured it out, and the team resolved the incident. “Would have a human been as quick? I think the problem is human intuition would hold us back a little bit,” Kundu said. </p><p>Humans tend to default to patterns we’ve seen before, then resort to debugging; Kundu called this the “first brain-second brain kind of thing.” But Instacart’s agentic SRE is actually “more comprehensive in its ability to look at everything and then be able to decide what does or doesn&#x27;t matter.”</p><h2>Redefining the engineer’s job</h2><p>Looking ahead, the most tactical work for engineers will be navigating AI systems: Designing and supervising evaluation processes; coordinating multiple simultaneous experiments and features; managing constraints like limited top-of-funnel traffic for testing; figuring out when to escalate; identifying edge cases and where things might break.</p><p>Domain expertise is also being rethought in the age of AI. Instead of bottlenecking changes through a single “owner” team that touches the code, Instacart is embedding domain knowledge into definitions and specs that any team can use. </p><p>“We’ve lived in this world where this group or this engineering team is the one that can touch the code and make the modification,” said Kundu. “We&#x27;re trying to move into a world where the code becomes completely democratized across groups.” </p>]]></description>
            <author>taryn.plumb@venturebeat.com (Taryn Plumb)</author>
            <category>Orchestration</category>
            <category>VB Transform</category>
            <enclosure url="https://images.ctfassets.net/jdtwqhzvc2n1/1rk0u5n81aaBGZ4fjVywvv/63943af49111170608ae7390ae04cfe2/Instacart.jpg?w=300&amp;q=30" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[GM redesigned its engineering workflows around AI agents — and tripled its merged pull requests]]></title>
            <link>https://venturebeat.com/orchestration/gm-redesigned-its-engineering-workflows-around-ai-agents-and-tripled-its-merged-pull-requests</link>
            <guid isPermaLink="false">2JmeITWnf8EVLuu6RZ68TC</guid>
            <pubDate>Tue, 28 Jul 2026 17:29:58 GMT</pubDate>
            <description><![CDATA[<p>Software engineers at <a href="https://www.gm.com/innovation/autonomous-driving">General Motors&#x27; (GM&#x27;s) autonomous driving division </a>spend only 15% of their time writing code, according to Rashed Haq, GM&#x27;s VP of autonomous vehicles, in a recent onstage interview at <a href="https://venturebeat.com/vbtransform2026/agenda">VB Transform 2026.</a></p><p>GM is now using AI agents to accelerate much of the other 85%—including analyzing vehicle data, triaging problems, running experiments and testing potential fixes.</p><p>The result, Haq said, is roughly three times as many merged pull requests across GM’s autonomous vehicle engineering organization, faster releases and fewer defects escaping into later stages of development.</p><p>Haq said GM achieved those gains by redesigning complete engineering workflows around agents — not merely adding an AI coding assistant.</p><p>“If you give somebody just a chatbot which can do coding, there’s still a lot of inefficiency built into that process,” Haq said during a main-stage fireside chat at the luxurious Hotel Nia in Menlo Park, California.</p><h2>Engineers spent most of their time outside the code editor before agentic AI</h2><p>GM’s 15% figure may sound strikingly low, but research conducted before the rise of generative and agentic AI reached a similar conclusion.</p><p>A <a href="https://www.microsoft.com/en-us/research/publication/today-was-a-good-day-the-daily-life-of-software-developers/">2019 Microsoft study</a> based on responses from 5,971 professional developers found that they spent an average of 96 minutes writing code on good workdays and 66 minutes on bad ones. That equals roughly 20% and 14% of an eight-hour day, respectively. A <a href="https://stripe.com/files/reports/the-developer-coefficient.pdf">2018 Stripe survey</a> found that the average developer spent more than 17 hours each week on maintenance work such as debugging and refactoring.</p><p>There is no single industry benchmark: the Microsoft researchers noted that earlier studies placed coding anywhere from 9% to 61% of developers’ time, depending on how researchers defined and measured the work. But the findings reinforce Haq’s central argument. Long before agents arrived, writing code represented only one part of software engineering. Accelerating that step alone leaves much of the development process untouched.</p><p>“Doing it by loop became really important,” Haq said.</p><p>GM divided its autonomous vehicle work into several loops: developing and testing software in simulation, testing vehicles on public roads and monitoring vehicles after they reach customers. It then looked for the longest bottleneck in each loop, automated it and repeated the process.</p><h2>GM gave agents access to internal tools and data</h2><p>GM connected agents to internal tools and petabytes of company data through customized Model Context Protocol (MCP) servers. It also created version-controlled “skills,” or instruction documents that tell agents how to perform specific tasks.</p><p>One high-value application involves telemetry collected from vehicles on public roads. Agents can analyze that data, conduct an initial triage and create issues for engineers to investigate. Through MCP connections, they can also call the underlying tools used by WebViz, GM’s system for visualizing vehicle telemetry, rather than relying on the same graphical interface a person sees.</p><p>The findings still need to make sense to engineers. “The output has to be human readable,” Haq said. An agent might identify a potential problem, locate the affected component, search historical data for similar incidents and provide examples supporting its conclusion.</p><p>GM bases an agent’s permissions on those of the engineer using it.</p><p>“If an engineer was going to do this task and they need access to these things, then their agent needs access to those things,” Haq said. “The engineer still is accountable for the output of the agent.”</p><p>The company also uses background agents to run machine-learning experiments in parallel. An engineer defines an experiment and its parameters, then agents execute tests and collect the results.</p><h2>Three times the pull requests — with fewer escaped defects</h2><p>GM treated its internal agent platform as a product and assigned four deployed engineers to work directly with engineering teams. They helped employees identify useful workflows, spread successful practices and adopt the tools.</p><p>Haq said the resulting increase in merged pull requests represents more than higher code volume. “The velocity at which we’re releasing new features” increased, he said, while releases produced “fewer test escapes, bug escapes” and other problems.</p><p>People remain responsible at critical control points. Haq said GM established structured and unstructured tests and performance measurements before accelerating the wider workflow. Engineers review those measurements and determine whether each test still captures its intended goal before work advances toward production.</p><p>Haq said GM initially expected a more modest productivity gain. “I think our only surprise was how much we could do,” he said.</p><p>GM&#x27;s approach didn&#x27;t start with handing every developer a code generator. It started with mapping the full path from problem discovery to a verified fix in each loop — simulation, road testing, post-deployment monitoring — then giving agents controlled access to the tools and data needed to shorten the longest bottleneck at each stage.</p>]]></description>
            <author>carl.franzen@venturebeat.com (Carl Franzen)</author>
            <category>Orchestration</category>
            <category>VB Transform</category>
            <enclosure url="https://images.ctfassets.net/jdtwqhzvc2n1/61ct0spjuuIr2nxU8HJWE/80b1bd660d5a6c4931148114daa75b11/2026-VB-Transform-Hotel-Nia-0273.jpg?w=300&amp;q=30" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Runway couldn't fix a bug in its AI video model, so it turned the bug into a feature]]></title>
            <link>https://venturebeat.com/technology/runway-couldnt-fix-a-bug-in-its-ai-video-model-so-it-turned-the-bug-into-a-feature</link>
            <guid isPermaLink="false">FfCvXOmbSPXBWaNqUDe6E</guid>
            <pubDate>Tue, 28 Jul 2026 17:20:10 GMT</pubDate>
            <description><![CDATA[<p>Runway spent weeks trying to engineer its way out of a stubborn bug: AI-generated avatars would drift off-center during real-time video generation. The fix wasn&#x27;t a back-end patch — it was a new front-end feature that just worked around the problem. That&#x27;s the kind of lesson Ryan Phillips, head of enterprise product at Runway ML, walked through at <a href="https://venturebeat.com/vbtransform2026">VB Transform 2026</a>, arguing that even companies not building foundation models themselves can learn from how Runway builds, evaluates, and ships them.</p><p>&quot;I think even if you are not all building models yourselves, it&#x27;s helpful to learn how we do it because I think almost all of the lessons are applicable to what you all are doing day-to-day,&quot; Phillips said.</p><p>Runway is an applied AI research company building general world models to power generative tools. During his presentation, Phillips showcased Runway Characters, a real-time video model that enables zero-latency, back-and-forth interactions with AI-generated avatars. Five years ago, creating a video with illegible text and low framerates took artists hundreds of hours of stitching individual frames together, he said. Today, Runway’s models generate interactive video on the fly.</p><p>“Studying how we build these real-time models can inspire how you build and deploy real-time experiences, whether agentic or not, in your companies today,” he said.</p><div></div><h2>Demystifying evals</h2><p>Building a robust AI product starts with a high-quality evaluation set. However, creating this set cannot be treated solely as an engineering task. It requires deep cross-functional alignment across product, design, research, and sales to define what &quot;quality&quot; actually looks like.</p><p>Phillips emphasized running internal workshops where team members review generated examples together. The goal is to align the entire organization on specific failure modes so everyone shares a unified definition of a successful generation.</p><p>“We spent a lot of time working with our team, running through examples... of what success and failure looks like, down to the very, very detailed and picky things,” Phillips said.</p><p>The resulting evaluation set must cover broad customer use cases alongside extreme edge cases. For instance, Phillips highlighted that to ensure the model behaves predictably when pushed beyond standard human facial structures, they used “Tooth,” a non-human character with no nose and very unusual teeth.</p><p>When grading these generations, the Runway team looks for subtle artifacts. In one example, a video where a character’s face remained intact but background elements, such as a net, began morphing was strictly graded as a failure.</p><p>Despite the cutting-edge nature of the product, the tool Runway uses to track these evaluations is simple: an Excel spreadsheet. The team logs tests daily, categorizing outputs as &quot;minor&quot; or &quot;major&quot; failures against a predetermined pass rate. </p><p>“We set a bar before we get started on what percentage we need to pass, and when we hit that, we ship the model,” Phillips said. “So it&#x27;s not magical.”</p><p>For enterprise developers facing non-deterministic quality drift in their own real-time pipelines, manual evaluation at scale is a bottleneck. To solve this, Phillips noted that developers can rely on language models to automate the visual grading process. </p><p>“LLMs are getting quite good at being a judge for a lot of this content, especially the types of morphing or changing that you would see in an evaluation set,” he said. Teams can also feed an LLM behind-the-scenes context (e.g., a hand-drawn sketch or an ad&#x27;s structural layout) to guide the generation and validation processes, ensuring quality without adding cognitive load to the end user.</p><h2>Model training and turning bugs into features</h2><p>Delivering real-time generative video requires a highly optimized technical stack. The process begins with pre-training a massive foundation model, which is resource-intensive and slow to generate outputs. To achieve real-time latency, Runway relies on <a href="https://venturebeat.com/orchestration/mits-new-fine-tuning-method-lets-llms-learn-new-skills-without-losing-old">distillation</a>, where a smaller, faster &quot;student&quot; model is trained to mimic the large &quot;teacher&quot; model. According to Phillips, distillation helps Runway cut down “80 to 90% of the generation time.”</p><p>The team then applies adversarial post-training (APT) to the distilled model. This technique forces the model to continuously improve by testing it against a system designed to find its flaws, helping regain the visual sharpness lost during the distillation process.</p><p>However, altering the model architecture introduces new problems. The distillation and APT phases introduced a stubborn bug: characters would sway or drift from the center of the frame during real-time generation.</p><p>The team spent weeks attempting to fix the core model to eliminate the drift, he said. Ultimately, they discovered that if the user&#x27;s initial input image was perfectly centered, the generated video remained stable. Instead of spending more time on a backend engineering patch, Runway pivoted to a user experience solution.</p><p>“What we did was, when we noticed this in our evaluations, we then said, &#x27;What if we just offered that as a feature?&#x27; If a user gives us a character that is turned to the left, we know the video is going to morph. Let&#x27;s just fix it for them,” Phillips said. </p><p>They introduced a frontend feature called &quot;Optimize for Image Quality,&quot; which automatically re-centers the user&#x27;s image before generation begins. By wrapping a backend model limitation in a frontend tool, users perceived a helpful feature rather than an engineering flaw.</p><p>“Turn model limitations into product features so that you can actually expand how the model works,” Phillips advised. “It might feel like a limitation internally, but your customers will not see it that way if you&#x27;re kind of building this in as a product feature.”</p><h2>The devil is in the infrastructure details</h2><p>Delivering video globally at 24 frames per second requires optimizing every layer of the infrastructure stack. This ranges from caching and parallel decoding to making deep kernel changes in partnership with hardware providers like Nvidia.</p><p>Shortly after launching Runway Characters, he said the team noticed that 8% of API calls were dropping to 16 frames per second, causing the video to stutter for customers. </p><p>Finding the root cause required deep observability. The team used an AI agent powered by Claude alongside monitoring tools like Datadog and Sentry to trace the anomaly. The debugging session isolated the problem to a single data center in the us-east-1 region.</p><p>“The solution actually wasn&#x27;t [to] go fix anything or change a config,” Phillips explained. “They actually went and physically replaced those GPUs in the data center to fix it, and that ultimately solved the problems.”</p><p>For enterprise teams deploying real-time applications, the takeaway is clear: hardware and infrastructure anomalies will directly impact model performance, requiring rigorous, full-stack debugging capabilities. </p><p>“Don&#x27;t forget about all the small details, because there&#x27;s so many of them when you&#x27;re deploying these models,” Phillips said.</p><h2>Surviving &quot;failure hell&quot; and the future of world-building</h2><p>Developing AI systems is rarely a linear process. Teams often find themselves stuck for weeks on a single problem with no end in sight, a phase Phillips referred to as &quot;failure hell.”</p><p>“We think you have to go through that pain and really struggle with the problem for a little bit before you can get the breakthrough,” he said. Consistent iteration eventually flattens the difficulty curve, triggering sudden, exponential improvements.</p><p>As the underlying models overcome these technical hurdles, the role of enterprise creatives is also fundamentally changing. Traditionally, marketing and design teams have focused on creating single assets, like a specific advertisement or illustration. In an era of real-time generation and agentic workflows, that paradigm is shifting toward defining parameters, aesthetics, and intellectual property.</p><p>“You might not be designing a single ad, but you might design a world that then the agent or a real-time video model can generate ads from,” Phillips said. </p>]]></description>
            <author>bendee983@gmail.com (Ben Dickson)</author>
            <category>VB Transform</category>
            <category>Technology</category>
            <enclosure url="https://images.ctfassets.net/jdtwqhzvc2n1/42llyg2hpoCxRC1uLTzzin/c1f16cc9f24634cf8d7e0c4089782c30/2026-VB-Transform-Hotel-Nia-0274.jpg?w=300&amp;q=30" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Snowflake launches Cortex AI Gateway to control AI agents and prevent runaway enterprise costs]]></title>
            <link>https://venturebeat.com/security/snowflake-launches-cortex-ai-gateway-to-control-ai-agents-and-prevent-runaway-enterprise-costs</link>
            <guid isPermaLink="false">723gjXBtfrMhUppT1UQOvZ</guid>
            <pubDate>Tue, 28 Jul 2026 13:00:00 GMT</pubDate>
            <description><![CDATA[<p><a href="https://www.snowflake.com/en/">Snowflake</a> announced <a href="https://www.snowflake.com/en/product/features/cortex/">Cortex AI Gateway</a> on Tuesday, a centralized control layer designed to govern how AI agents — including those built by competitors like Anthropic&#x27;s <a href="https://code.claude.com/docs/en/overview">Claude Code</a> and <a href="https://cursor.com/">Cursor</a> — access enterprise data, tools, and models. Alongside the gateway, the company unveiled a first wave of security integrations with <a href="https://1password.com/">1Password</a>, <a href="https://aembit.io/">Aembit</a>, <a href="https://www.linx.security/">Linx Security</a>, <a href="https://www.sailpoint.com/">SailPoint</a>, and <a href="https://saviynt.com/">Saviynt</a>, an unusual lineup of identity vendors who often compete with one another, now aligned around a shared trust model for autonomous agents.</p><p>The announcement, made from the company&#x27;s no-headquarters base in Bozeman, Montana, is Snowflake&#x27;s most aggressive move yet to position itself not merely as the place where enterprise data lives, but as the control plane that decides what AI agents are allowed to do with it.</p><p>&quot;The next era of AI won&#x27;t be built through more walled gardens. It will be built through secure agent interoperability,&quot; Mayank Upadhyay, Snowflake&#x27;s chief security and trust officer, told VentureBeat in an exclusive interview. &quot;If every vendor builds a closed ecosystem of agents, enterprises simply recreate the fragmentation they&#x27;ve spent years trying to solve. Instead of breaking down silos, they create a new generation of AI silos that limit innovation and make it harder to scale AI across the business.&quot;</p><h2><b>Why decades-old enterprise security models break when AI agents become the actors</b></h2><p>The core argument animating today’s announcement is that decades of enterprise security architecture rests on an assumption that no longer holds — that the actor behind every access request is a person.</p><p>&quot;Traditional security was built for a world where humans were the actors. AI agents change that completely. For decades, security models assumed people would access one application at a time, operating at human speed and within relatively defined boundaries,&quot; Upadhyay said. The deeper issue, he argued, is not novelty but exposure: &quot;The challenge isn&#x27;t that AI creates entirely new security problems. It&#x27;s that AI exposes the blind spots we&#x27;ve always had.&quot;</p><p>Organizations have never had perfect visibility into every API, dataset, and workflow, Upadhyay noted, and at human speed those gaps were manageable. Agents operating at machine speed can &quot;combine access across systems and act on permissions that were never intended to be exercised together, amplifying those longstanding risks.&quot; His conclusion: &quot;In the agentic era, trust can&#x27;t be a one-time decision made at login. It has to be continuously verified through every agent, every action, and every interaction across the enterprise.&quot;</p><p><a href="https://1password.com/company/meet-the-team/nancy-wang">Nancy Wang</a>, chief technology officer of 1Password, described the failure mode in more visceral terms. When agents first arrived, she told VentureBeat, the default pattern was dangerously simple: &quot;Let me just give the agent my credentials and it can just act as me... let&#x27;s imagine you&#x27;re the head of security or the head of IT, and you have access, especially admin access, to all of the systems. Well, now suddenly your agent now has admin access to all of the systems, and so it could exfil data... if it&#x27;s subject to a prompt injection, for example.&quot;</p><p>The audit trail becomes equally useless, she added: &quot;Imagine the audit logs show that Michael sent a couple million dollars to an offshore account... It raises eyebrows when, in fact, it could just be an agent going off the rails and doing things that you never authorized.&quot; Her prescription, and the premise of 1Password&#x27;s integration with Snowflake, is blunt: &quot;Agents need their own identity.&quot;</p><h2><b>Inside Cortex AI Gateway: how Snowflake plans to govern agent access and rein in runaway AI costs</b></h2><p><a href="https://www.snowflake.com/en/product/features/cortex/">Cortex AI Gateway</a>, which will enter public preview soon, functions as a connective layer for what Snowflake calls &quot;all trusted agent activity.&quot; It governs both first-party agents built inside Snowflake, such as Snowflake CoWork and CoCo, and third-party agents built on external platforms. With support for more than 100 MCP servers — the <a href="https://modelcontextprotocol.io/docs/getting-started/intro">Model Context Protocol</a> connectors that have become the de facto standard for wiring agents to enterprise tools — the gateway centralizes access policies, authentication, permissions, and audit logging in a single place.</p><p>The gateway also addresses a less glamorous but increasingly urgent problem: runaway AI spending. It gives IT and finance teams a unified view of AI consumption, attributes costs to the specific teams, agents, or workloads driving them, and enforces spending limits before bills spiral.</p><p>Upadhyay described how those costs compound in practice. &quot;AI is dynamic. Agents can invoke multiple models, call different tools, and execute multi-step workflows, creating consumption patterns that can change from one task to the next. For example, an enterprise may deploy an AI assistant to help employees answer internal questions. A simple request that only requires retrieving a document could unintentionally be routed through a more expensive reasoning model, trigger additional searches across multiple systems, or invoke unnecessary workflows.&quot; At scale, with thousands of employees and hundreds of agents, small inefficiencies become significant line items.</p><p>The gateway builds directly on <a href="https://www.snowflake.com/en/news/press-releases/snowflake-announces-intent-to-acquire-natoma-providing-secure-connectivity-for-the-agentic-enterprise/">Snowflake&#x27;s May 2026 acquisition of Natoma</a>, a 27-person startup whose centralized MCP gateway enforced identity, policy, and audit at the tool-call level. <a href="https://www.forbes.com/sites/janakirammsv/2026/05/31/snowflake-buys-natoma-to-govern-the-agents-acting-on-its-data/">Forbes reported</a> at the time that the deal — announced the same day as Snowflake&#x27;s $1.33 billion quarterly product revenue report and a $6 billion AWS compute commitment — was the smallest of the day&#x27;s three announcements by dollar value but the most revealing about where Snowflake believes the next platform fight sits: not in the data warehouse, but in the layer that decides what an agent may touch and records what it did.</p><h2><b>Dual attribution and task-scoped access: the technical blueprint for trusting autonomous agents</b></h2><p>The technical centerpiece of the partner integrations is what Snowflake calls dual attribution. &quot;By logging both the verified non-human identity of the agent and the specific human who authorized the task, we ensure task-scoped access and complete auditability for every action taken across the enterprise,&quot; Upadhyay said. That answers a question that has stumped security teams: when an agent takes an action, whose action is it? The Snowflake model says the answer is both — the agent&#x27;s, and the human&#x27;s who delegated the task — and both must be recorded.</p><p>Task-scoped access is the companion principle. Rather than inheriting a user&#x27;s full standing permissions, an agent gets access only to what a specific task requires. Upadhyay acknowledged the obvious objection — agents are dynamic and their next step often isn&#x27;t known in advance. &quot;The goal isn&#x27;t to predict every action an agent will take. It&#x27;s to ensure that every action an agent takes is evaluated in real time against the appropriate policies, scope, contextual signals, and the original intent of the user,&quot; he said.</p><p>Wang explained how 1Password&#x27;s piece works at the protocol level, pointing to emerging standards like <a href="https://openid.net/wp-content/uploads/2025/10/Identity-Management-for-Agentic-AI.pdf">OIDC-A</a>: &quot;the human, for example, first authorizes the agent to do a specific task, and then what that means is the agent will then receive sort of the delegated task specific token... as part of that token, that is where you learn of the original sort of delegator identity and also the intent behind the task.&quot;</p><p>The intent-preservation problem is subtle, she noted, because enterprise tasks decompose into enormous chains of individual operations. &quot;When they&#x27;re accessing a table, you know that it&#x27;s acting on behalf of the original intent that you gave that agent... a task might be a compilation of hundreds, maybe even thousands, individual actions.&quot; Keeping that intent intact across every step in the chain — and flagging the moment an agent deviates from it — is what Snowflake and its partners are ultimately trying to standardize.</p><h2><b>SailPoint&#x27;s field report: the three ways enterprise identity systems fail against AI agents</b></h2><p><a href="https://investor.sailpoint.com/news-releases/news-release-details/sailpoint-appoints-chandra-gnanasambandam-evp-product-and-chief">Chandra Gnanasambandam</a>, SailPoint&#x27;s EVP of product and chief technology officer, brought the perspective of a vendor that has watched enterprises break their identity stacks against this problem for more than a year. SailPoint has been in the machine and agent security market for roughly 18 months, he said, with more than 100 customers on its agent identity product — enough of a sample to catalog the recurring failures.</p><p>The first is scale-driven shallowness. An average Fortune 500 company has roughly 16,000 employees, and SailPoint is seeing human-to-non-human identity ratios of at least 10 to 1 — before counting the tools and APIs each agent touches, which multiply the count again. &quot;You will get into a million plus non-human identities. Mapping the permissions that each of them get to the 16,000 humans is a completely non-trivial task,&quot; he said. Most companies punt, mapping agents to humans at the directory-group level. &quot;That is grossly insufficient. You want to have fine grain context. Like I said, it&#x27;s not access to Snowflake. It&#x27;s access to what column and what data inside Snowflake you need.&quot;</p><p>The second failure mode is drift. Modern models are relentless goal-seekers, and that persistence cuts both ways. &quot;When you tell them get this done, the underlying models are so powerful now. Even the weaker models are so powerful. They will go find a way to get it done... They will go find the vulnerabilities to bypass the permission to get it done,&quot; Gnanasambandam warned. The answer, he argued, is runtime monitoring of the entire interaction chain, compared continuously against policy, with automatic intervention when an agent escalates beyond what its human delegator authorized.</p><p>The third is missing data context. Many vendors, he argued, announce splashy integrations with big application platforms while ignoring where the actual risk concentrates. &quot;That&#x27;s not where the risk lies. Risk lies in sensitive data, so the details matter here... Can you map specific columns and rows in Databricks, Snowflake, Redshift, Oracle... into the agent context and the human context? And if you can&#x27;t do that, you are going to have gaps and holes.&quot;</p><p>SailPoint&#x27;s answer required tearing out two decades of architecture. &quot;We rewrote our underlying data and object model to treat AI identity as a first-class object, because for 20 years, SailPoint had a data model and object model that supported the human identity, and AI identities are fundamentally different,&quot; Gnanasambandam said, describing 12 to 18 months of deep engineering work. The result is what he calls a unified lineage: &quot;From human to master agent to sub agent to tool to application to data. That&#x27;s what I call the steel chain. That is in one data model, one platform.&quot;</p><h2><b>Why rival identity vendors joined Snowflake&#x27;s trust framework — and what each side gets out of it</b></h2><p>Perhaps the most striking aspect of today’s announcement is the roster. <a href="https://1password.com/">1Password</a>, <a href="https://www.sailpoint.com/">SailPoint</a>, <a href="https://saviynt.com/">Saviynt</a>, <a href="https://www.okta.com/">Okta</a>, and <a href="https://aembit.io/">Aembit</a> compete for overlapping identity and access budgets. Snowflake convinced them to build against a common trust framework anyway.</p><p>&quot;The reason we brought together leaders across the security ecosystem is because no single company can solve the agent security challenge alone. AI agents can&#x27;t deliver real value if they only operate within the boundaries of one platform,&quot; Upadhyay said. His broader thesis frames the whole strategy: &quot;Nobody wants to replace data silos with AI silos.&quot;</p><p>Wang offered a pragmatic division of labor: &quot;We bring the trust, and Snowflake brings a system of record.&quot; She framed the collaboration as classic defense in depth — &quot;there are data level controls, and there are identity level controls, and so together we can create a much stronger ecosystem play.&quot;</p><p>There is self-interest in the openness, of course. Snowflake sits atop an enormous concentration of sensitive enterprise data — more than 13,900 customers, by the company&#x27;s count — and every third-party agent that touches that data through a governed Snowflake gateway deepens the platform&#x27;s gravitational pull.</p><p>As Constellation Research analyst Michael Ni put it when the Natoma deal was announced, <a href="http://cio.com">in comments reported by CIO.com</a>: data platforms won the analytics era, and whoever governs agents, context, and autonomous actions wins the agentic one. A <a href="https://www.forbes.com/sites/janakirammsv/2026/05/31/snowflake-buys-natoma-to-govern-the-agents-acting-on-its-data/">Forbes analysis</a> of the same acquisition flagged the tension directly, noting that a governance layer living inside Snowflake risks pulling MCP&#x27;s openness back toward a single vendor&#x27;s control plane — attractive for Snowflake-standardized shops, more awkward for genuinely multi-vendor agent stacks.</p><h2><b>Analyst forecasts show agent governance is now a trillion-dollar race against the clock</b></h2><p>The urgency behind today’s announcement is not manufactured. <a href="https://www.gartner.com/en/newsroom/press-releases/2026-05-26-gartner-says-applying-uniform-governance-across-ai-agents-will-lead-to-enterprise-ai-agent-failure">Gartner predicts</a> that by 2027, governance gaps discovered only after production incidents will force 40% of enterprises to demote or decommission autonomous AI agents — with analysts there warning that the greatest risk an agent poses often lies not in its output but in the actions it is empowered to take. IDC, meanwhile, expects more than <a href="https://www.idc.com/resource-center/blog/agentic-ai-is-critical-infrastructure/">1 billion actively deployed AI agents by 2029</a>, executing roughly 217 billion actions per day, and forecasts agentic AI will exceed $1.3 trillion in worldwide IT spending that year. The research firm&#x27;s analysts now argue agentic platforms should be treated as decision infrastructure, not productivity software.</p><p>Against that backdrop, the identity layer is becoming the contested ground, and every major vendor — <a href="https://www.salesforce.com/">Salesforce</a>, <a href="https://www.servicenow.com/">ServiceNow</a>, <a href="https://www.microsoft.com/en-us">Microsoft</a>, <a href="https://www.google.com/">Google</a>, <a href="https://www.okta.com/">Okta</a> — is racing toward the same runtime-governance chokepoint. Snowflake&#x27;s differentiator is proximity to the data itself. As Upadhyay put it, security &quot;can&#x27;t just be an API proxy sitting in front of an LLM. It has to anchor all the way down into the underlying data layer, enforcing zero-copy boundaries, dynamic data masking, and real-time exfiltration safeguards before an agent ever touches a row of data.&quot;</p><p>The rollout now moves to proving ground. <a href="https://www.snowflake.com/en/product/features/cortex/">Cortex AI Gateway</a> enters public preview soon, and the five partner integrations enter private preview, a phase Wang described as a deliberate feedback loop — customers on day one get an agent-access broker plus &quot;a full audit log that will show you, for example, what that agent is actually doing,&quot; even when an agent deviates from its intent. Gnanasambandam, characteristically, wants enterprises to skip the easy demos entirely, urging customers to bring loan-origination workflows spanning three clouds and ten applications, half of them mainframes: &quot;Give us that complex use case and bring anyone on and do it in your context, and we will take the challenge with anyone in the world.&quot;</p><p>That confidence — from a field of rivals, no less — captures what makes this moment unusual. The companies that spent the last decade fighting over who verifies human identity have concluded, more or less simultaneously, that the next decade belongs to whoever can verify the machines acting on our behalf. Upadhyay distilled the wager into a single line: &quot;The future of AI won&#x27;t be won by the organizations with the most agents, but by the organizations that can govern those agents with the most trust, visibility, and control.&quot; In the agentic enterprise, it turns out, trust isn&#x27;t the guardrail. It&#x27;s the product.</p>]]></description>
            <author>michael.nunez@venturebeat.com (Michael Nuñez)</author>
            <category>Security</category>
            <enclosure url="https://images.ctfassets.net/jdtwqhzvc2n1/3k8S2mn3Vqdk2YHdx8TuUy/910c13c98f65d416fbc451a78136ed3f/Nuneybits_Vector_art_of_a_snowflake_on_retro_CRT_flickering_tea_b7eda486-64c0-40fc-9c53-62d286ea9c66.webp?w=300&amp;q=30" length="0" type="image/webp"/>
        </item>
        <item>
            <title><![CDATA[MCP just got its biggest update ever — here’s what changes for AI agents]]></title>
            <link>https://venturebeat.com/infrastructure/mcp-just-got-its-biggest-update-ever-heres-what-changes-for-ai-agents</link>
            <guid isPermaLink="false">4JrV7K5GS5ynZ9rNQSKluy</guid>
            <pubDate>Tue, 28 Jul 2026 12:00:00 GMT</pubDate>
            <description><![CDATA[<p>The <a href="https://modelcontextprotocol.io/docs/getting-started/intro">Model Context Protocol</a>, the open standard that has quietly become the connective tissue between AI agents and the world&#x27;s software, is getting its largest update since Anthropic <a href="https://www.anthropic.com/news/model-context-protocol">released it</a> twenty months ago — a sweeping architectural revision that its maintainers and backers say finally makes agentic AI ready for massive enterprise production deployments.</p><p>The update, released today under the stewardship of the <a href="https://aaif.io/">Agentic AI Foundation (AAIF)</a>, a directed fund under the <a href="https://www.linuxfoundation.org/">Linux Foundation</a>, finalizes MCP&#x27;s transition to a fully stateless architecture, hardens its authentication model against a known class of attacks, establishes a formal 12-month deprecation policy, and graduates two headline capabilities — interactive server-rendered interfaces and long-running asynchronous tasks — into official protocol extensions.</p><p>The changes may sound arcane. Their consequences are anything but. According to the announcement, running MCP at scale has historically required &quot;sticky routing&quot; or shared state to maintain continuity across sessions — an operational burden that made large production deployments complex even when the underlying capabilities were simple. The new release removes that bottleneck entirely, letting organizations run MCP servers behind standard load balancers using the Kubernetes and cloud-native DevOps tooling they already operate.</p><p>&quot;Some people jokingly call it a v2, and I think in spirit that&#x27;s accurate,&quot; David Soria Parra, MCP&#x27;s co-creator and a lead maintainer at Anthropic, told VentureBeat in an exclusive interview. &quot;It&#x27;s probably the biggest change we&#x27;ve ever made to the protocol, and with that, it&#x27;s a big step up in maturing it for use by really big players.&quot;</p><h2><b>Why stateless architecture is the key to running AI agents at enterprise scale</b></h2><p>To understand why the industry&#x27;s largest companies pushed for this release, it helps to understand what was broken. Under the old design, an <a href="https://modelcontextprotocol.io/docs/learn/client-concepts">MCP client</a> — the AI application making requests — had to maintain a persistent session with a specific server instance. In modern cloud environments, where fleets of interchangeable compute nodes spin up and down behind load balancers, that requirement was poison. If the specific server holding your session state disappeared, your agent&#x27;s work disappeared with it.</p><p>&quot;Before, you needed to have a session store and manage session IDs — and if one of your compute pods went down, all of a sudden the requests would start failing,&quot; said Den Delimarsky, a lead maintainer of the protocol, in an interview with VentureBeat. &quot;That&#x27;s not going to be a problem with the new version of the protocol. That&#x27;s a huge unlock, and it&#x27;s one we collaborated with folks across many companies to put together.&quot;</p><p><a href="https://aaif.io/blog/why-im-joining-the-agentic-ai-foundation-building-the-foundation-for-the-internet-of-agents">Mazin Gilbert</a>, executive director of the AAIF and a veteran of Google and AT&amp;T, framed the change in historical terms — comparing it to the architectural decision that made the web itself possible. &quot;That stateless capability enables your MCP client to speak to a load balancer that connects with any server. You don&#x27;t need the stickiness,&quot; Gilbert told VentureBeat. &quot;You could not have the internet we have today if my browser couldn&#x27;t speak to any website — with any server supporting that connection. You can switch between servers behind a load balancer.&quot;</p><p>Gilbert said the constraint had become the primary blocker for companies trying to move AI agents from pilots into production. &quot;I&#x27;ve come across companies who are deploying tens of thousands of agents, and you cannot do that without having to go in this direction,&quot; he said. Crucially, he argued, the obstacle was never the AI itself: &quot;It wasn&#x27;t the technology, it wasn&#x27;t the business case, it was really these fundamental changes that were required.&quot;</p><p>The tension is nearly as old as the protocol. A <a href="https://github.com/modelcontextprotocol/modelcontextprotocol/discussions/102">public design discussion</a> opened by MCP co-creator Justin Spahr-Summers on GitHub in December 2024 — just weeks after launch — flagged that MCP&#x27;s long-lived, stateful connections were limiting for serverless deployments, and sketched three possible paths forward, including the fully stateless option the protocol has now largely embraced. </p><p>Engineers from <a href="https://vercel.com/">Vercel</a>, <a href="https://www.cloudflare.com/">Cloudflare</a>, <a href="https://www.shopify.com/">Shopify</a>, and <a href="https://www.amazon.com/">Amazon</a> weighed in over the following months, a preview of the multi-vendor collaboration that would eventually define the project. The core maintainers formally committed to the direction at a December 2025 meeting on the future of MCP transports, according to the announcement.</p><h2><b>The trade-offs of removing state from the Model Context Protocol</b></h2><p>Protocol design is a game of trade-offs, and the maintainers were unusually candid about what this one cost. First, payloads get bigger. &quot;A lot of the state doesn&#x27;t disappear, but it&#x27;s moved back and forth with the server on the wire, at the actual transport layer,&quot; Soria Parra explained. &quot;You get bigger payloads in return for statelessness — but luckily they&#x27;re very compressible and very well understood, and still fairly small in comparison to an HTTP request on the web.&quot;</p><p>Second, a handful of rarely used capabilities are gone or narrowed. Out-of-band server logging — where a server could push informational log messages to a client at any moment — no longer works in the new model. The team did its homework before cutting it: &quot;As part of the whole exercise, we scraped all of GitHub and looked at who is using it — and it&#x27;s basically nobody,&quot; Soria Parra said. Those affected amount to &quot;probably a handful of people — quite literally a handful of people.&quot;</p><p>He even allowed himself a moment of engineering self-deprecation. &quot;I&#x27;m sad that things I thought were useful turned out not to be useful,&quot; he said. &quot;I think one of the bigger trade-offs was more about my ego than any actual limitation of the protocol.&quot;</p><p>Delimarsky argued the shift is less a removal of state than a deliberate transfer of responsibility. &quot;With statelessness, we did shift the responsibility of creating and managing state to the developers — but very intentionally so,&quot; he said. Under the old protocol, &quot;a lot of folks had a hard time understanding: Do I need to use this? Where do I use this? How do I use this? Removing that burden basically says: look, now you can manage state in the way that makes sense for your environment.&quot;</p><p>For most developers, migration should be nearly painless, because the vast majority of the ecosystem builds on official SDKs in TypeScript, Python, C#, Rust, Java, and other languages, which will absorb the changes. &quot;One of the key things we constantly do is double-check that the upgrade path is minimal — to the point where any model in the world will probably one-shot it for you,&quot; Soria Parra said — a telling remark in itself, reflecting an era in which protocol maintainers now design migrations to be trivially executable by AI coding assistants.</p><h2><b>How a 12-month deprecation policy gives enterprises the stability guarantee they demanded</b></h2><p>Perhaps the most enterprise-flavored feature of the release isn&#x27;t code at all. It&#x27;s a policy. The new formal deprecation framework guarantees developers a minimum of twelve months between a feature&#x27;s formal deprecation and its earliest possible removal — the kind of stability contract that lets a Fortune 500 engineering organization commit to a specification without fearing silent breakage.</p><p>The number wasn&#x27;t picked arbitrarily. &quot;We consulted with folks like Google, Microsoft, and Amazon to find out: in your deployment environment, what&#x27;s the right path for making these kinds of changes?&quot; Delimarsky said. &quot;Twelve months seemed like the reasonable middle ground.&quot; He stressed that features are not being torn out on a whim: &quot;It&#x27;s not about ripping stuff out of the protocol just because we don&#x27;t like it. There&#x27;s a very, very strong industry pull behind these changes.&quot;</p><p>Soria Parra added that the maintainers&#x27; own telemetry supports the figure — most of the ecosystem upgrades within six to eight months — and stressed that the window functions more as a listening period than a countdown clock. &quot;It just says that in 12 months we are open to remove it, but both Den and I can change our minds based on feedback,&quot; he said. &quot;I think it&#x27;s more of a feedback period than a definite period.&quot;</p><p>Gilbert sees the policy as one leg of a three-legged stool of enterprise trust, alongside open standards and stateless scale. &quot;There are companies deploying things at a smaller scale, but they&#x27;re slowed down because of MCP&#x27;s authorization gap, because of identity, because of — do they trust the deprecation policy? Things could change basically any day,&quot; he said. Those companies, he argued, &quot;are going to benefit not because of the statelessness. They&#x27;re going to benefit because of the security.&quot;</p><h2><b>New authentication hardening closes OAuth mix-up attacks before hackers could exploit them</b></h2><p>The release also ships significant authorization hardening, aligning MCP&#x27;s auth specification with how <a href="https://oauth.net/2/">OAuth 2.0</a> and <a href="https://openid.net/developers/how-connect-works/">OpenID Connect</a> are actually deployed in practice. Most notably, the protocol now enforces mandatory validation of the issuer (iss) parameter — a protocol-level defense that, according to the announcement, closes an entire class of so-called mix-up attacks, in which a client can be tricked into associating an authorization response with the wrong identity server.</p><p>Was anyone actually attacked? No, Delimarsky said — this was preventive engineering, not incident response. &quot;This is not something that is gated in any existing vulnerabilities or active exploitation,&quot; he said. &quot;This is more of us engaging directly with the security community.&quot; The philosophy, he explained, is to borrow rather than invent: &quot;MCP as a protocol is very much establishing the pattern of: we do not want to reinvent the wheel, but we also want to be at the forefront of a lot of the security innovation.&quot;</p><p>That posture is most visible in the new <a href="https://blog.modelcontextprotocol.io/posts/enterprise-managed-auth/">Enterprise Managed Authorization extension</a>, developed in close collaboration with identity provider Okta, which lets organizations make their corporate identity provider the authoritative gatekeeper for MCP server access. &quot;If I&#x27;m somebody that manages tens, hundreds of MCP servers for my organization, I want to make sure that I enforce some level of common governance, where folks auth with their corporate credentials and not their personal credentials, so that the client doesn&#x27;t send data to sources that are unauthorized,&quot; Delimarsky said. Okta bootstrapped the underlying open standard, he noted, and the maintainers then worked &quot;to make sure that it&#x27;s adopted ecosystem-wide, and it&#x27;s not something that is specific to only one vendor or provider.&quot;</p><p>More is coming: Delimarsky said proposals are already on deck for demonstrated proof-of-possession and workload identity federation — capabilities requested by security teams running MCP in production. Gilbert connected the work to a broader maturation: &quot;MCP has now bridged that gap with these authorization protocols, so it&#x27;s basically now becoming what we call enterprise ready, versus an open lab sort of experiment.&quot;</p><h2><b>MCP Apps and Tasks become official extensions, pushing AI agents beyond text responses</b></h2><p>Two capabilities graduate to official extension status in this release, taking advantage of a new framework that lets extensions evolve on their own timelines, independent of the core specification — a structural choice that lets the protocol grow without bloating its core.</p><p><a href="https://modelcontextprotocol.io/extensions/apps/overview">MCP Apps</a> allows servers to ship rich, interactive, server-rendered user interfaces directly into AI clients — moving agent output beyond walls of text toward dashboards, forms, and visualizations, and dramatically accelerating development of user-facing agentic applications, according to the announcement. <a href="https://modelcontextprotocol.io/specification/2025-11-25/basic/utilities/tasks">MCP Tasks</a> tackles the reality that not every tool call finishes in one round trip. Instead of holding fragile, long-lived connections open while a batch job or heavy computation grinds away, servers now return a durable task handle; clients can disconnect, crash, restart, and resume polling. &quot;You&#x27;ve been processing some audio for a podcast or a video — it can notify back the client and say, hey, the task is done. You don&#x27;t need to wait and keep the stream open,&quot; Delimarsky said.</p><p>A third addition, multi-round-trip requests, lets servers and clients negotiate back and forth within a single logical operation. &quot;It&#x27;s not just a one-shot — over the stream, get the input and you&#x27;re done,&quot; Delimarsky said. &quot;You can actually interact, server to client, to get the right parameters to execute an action.&quot;</p><p>Soria Parra emphasized that these capabilities emerged from the same source as the architectural overhaul: heavyweight production users. &quot;This is a version that came together by some of the best distributed systems experts at Microsoft, Google, and others coming together and working on this for their specific needs — and the needs of the industry at large,&quot; he said.</p><h2><b>How independent is MCP from Anthropic under Linux Foundation governance?</b></h2><p>Anthropic <a href="https://www.anthropic.com/news/model-context-protocol">created MCP in November 2024</a> and <a href="https://www.anthropic.com/news/donating-the-model-context-protocol-and-establishing-of-the-agentic-ai-foundation">donated it to the newly formed AAIF</a> under the Linux Foundation in December 2025, alongside founding projects from <a href="https://block.xyz/">Block</a> and <a href="https://openai.com/">OpenAI</a>. Seven months later, the independence question still hangs over the project — and both sides addressed it head-on.</p><p>Soria Parra was disarmingly direct about the residual power he holds. As lead maintainer and Anthropic employee, &quot;I do have veto rights, technically,&quot; he acknowledged — &quot;but I think we have never actively used it in any kind of discussion.&quot; </p><p>The core maintainer group now spans <a href="https://www.anthropic.com/">Anthropic</a>, <a href="https://www.microsoft.com/en-us">Microsoft</a>, <a href="https://openai.com/">OpenAI</a>, <a href="https://www.google.com/">Google</a>, and <a href="https://www.amazon.com/">Amazon</a>, with contributions from companies like Block, and key decisions &quot;are usually unanimous,&quot; he said. &quot;Technically we have a lot of influence; de facto, we&#x27;re not exerting any of it.&quot; He added that governance will progressively broaden: &quot;As the project progresses, we will increasingly move to more different governing structures that include more and more people.&quot;</p><p>Gilbert, who has helped stand up multiple foundations during his time working with the <a href="https://www.linuxfoundation.org/">Linux Foundation</a>, offered the numbers behind the neutrality claim. The AAIF has grown from roughly 40 members at its December inauguration to 240 today — &quot;the fastest growing foundation&quot; in Linux Foundation history by membership, he said, &quot;signing up one member every day.&quot;</p><p>Anthropic&#x27;s share of contributions, by his estimate, has fallen below half. &quot;Holding control of a project doesn&#x27;t make it an open standard,&quot; Gilbert said. &quot;You have to let go. You have to contribute, and you have to grow the pie and the community. And Anthropic has done an incredible job doing exactly that.&quot;</p><p>Notably, the foundation&#x27;s membership has expanded well beyond tech vendors into retail, finance, and telecom companies — adopters who, Gilbert says, &quot;are no longer just deploying the protocols. They want a voice, and they want to be at the table to influence the protocol from the get-go, and that&#x27;s something we have not seen before.&quot; The roster now includes CERN and, tellingly, Consumer Reports — &quot;because somebody has to defend consumers when this internet of agents comes alive.&quot;</p><h2><b>Keeping one global AI agent standard amid US-China technology tensions</b></h2><p>The <a href="https://aaif.io/">AAIF</a> is betting that neutrality can hold even amid geopolitical friction. The foundation will host <a href="https://events.linuxfoundation.org/agntcon-mcpcon-north-america/">AGNTCon</a> and <a href="https://events.linuxfoundation.org/agntcon-mcpcon-north-america/">MCPCon</a> events this fall in Shanghai, Tokyo, Amsterdam, and San Jose, with additional events planned in South Korea, Nairobi, and Toronto, and Gilbert said he is personally investing in growing membership across Asia and India, where he sees underdeveloped growth markets for the foundation.</p><p>His answer to the geopolitics question was emphatic model-agnosticism. &quot;We&#x27;re completely agnostic to what the model is, whether the model is Kimi, or Gemma, or a frontier model from Anthropic, or from anybody,&quot; he said. &quot;Every model will have to support MCP — whether it is a Chinese model or whether it is a U.S. model, it doesn&#x27;t matter. The protocols must be open, standardized.&quot;</p><p>The logic is economic as much as diplomatic. Enterprises, Gilbert argued, increasingly pick models &quot;left, right, and center&quot; based on the task at hand — and no model, regardless of national origin, &quot;can provide value to an enterprise 500 customer company unless you have the protocols open, standardized.&quot; In his telling, the foundation exists precisely to provide neutral ground: a place &quot;where competitors who compete furiously during daytime&quot; can &quot;come to a neutral room and debate, converse, align, consolidate, and drive open standards of how the Internet of Agents will evolve.&quot;</p><p>That framing echoes his favorite historical analogy. HTTP earned global trust, he said, because of three things: an open standard, stateless scalability, and neutral governance under a standards body. &quot;If I were a Fortune 500 company looking at how I trust the internet, I&#x27;d need those three things to fall into place — and they were not in place a year ago. They were not in place even six months ago. But they are in place today.&quot;</p><h2><b>What 250 million weekly SDK downloads reveal about the future of agentic AI</b></h2><p>The scale of what&#x27;s now riding on this specification is difficult to overstate. Soria Parra said SDK downloads have doubled in the past six months, reaching roughly 250 million per week — &quot;which is just insane numbers.&quot;</p><p>For context, Anthropic reported <a href="https://www.anthropic.com/news/donating-the-model-context-protocol-and-establishing-of-the-agentic-ai-foundation">97 million monthly downloads</a> across just the Python and TypeScript SDKs when it donated the protocol in December 2025. Delimarsky pointed to that same adoption curve as his preferred success metric going forward: &quot;There is certainly a certain inflection point where this is no longer just an open source project. This is a substrate for a lot of the agentic workflows that we see across enterprises, across startups, across all sorts of companies.&quot;</p><p>Success, the maintainers say, will be measured in server counts on the new specification, in feedback flowing through working groups, GitHub discussions, and the project&#x27;s Discord — and in whether the biggest drivers of the changes, Microsoft and Google among them, ship on it. &quot;They are effectively the ones who have been driving a lot of the changes,&quot; Soria Parra said. &quot;Every early indication we have — it looks very, very positive.&quot;</p><p>Both maintainers closed on the same note: this release belongs to no single company. &quot;If you look back 18 months ago, when it was an Anthropic-only project, and then 12 months ago, where there was a lot of engagement — now it&#x27;s a truly global community,&quot; Soria Parra said. &quot;I&#x27;m incredibly proud of what they have worked together.&quot; Delimarsky, &quot;being very unoriginal,&quot; seconded him: the release &quot;would not be possible without a large community of folks that are also volunteering a lot of their own time in making MCP successful.&quot;</p><p>Gilbert, meanwhile, is already looking past this release — toward how MCP interlocks with the AAIF&#x27;s newly announced <a href="https://aaif.io/projects/agentgateway">Agent Gateway project</a> for traffic management and policy enforcement, and toward agentic commerce, where MCP serves as the discovery layer letting merchants expose products and services to AI agents. The web took thirty years to become invisible infrastructure that billions trust without thinking. By Gilbert&#x27;s reckoning, the internet of agents is &quot;in its first, second year&quot; — and as of today, it finally has plumbing built to carry the load.</p>]]></description>
            <author>michael.nunez@venturebeat.com (Michael Nuñez)</author>
            <category>Infrastructure</category>
            <enclosure url="https://images.ctfassets.net/jdtwqhzvc2n1/6MBXS5ffLVWUfZrCvdOs4v/4ab085a16ef2f7d4b9d46f40980ad002/b4.webp?w=300&amp;q=30" length="0" type="image/webp"/>
        </item>
        <item>
            <title><![CDATA[Fiduciary AI: Agents need to prove trustworthiness, not just ability]]></title>
            <link>https://venturebeat.com/security/fiduciary-ai-agents-need-to-prove-trustworthiness-not-just-ability</link>
            <guid isPermaLink="false">5XqfJ8txpCihRwfsH6PB7M</guid>
            <pubDate>Tue, 28 Jul 2026 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><a href="https://vijil.ai?utm_source=venturebeat&amp;utm_medium=article+&amp;utm_campaign=vb_content+&amp;utm_id=VB+Content"><i>Presented by Vijil</i></a></p><hr/><p>In dynamic environments where users, data, workflows and attack techniques change continuously after deployment, AI agent trust has become a runtime problem. Most organizations still treat trust as a pre-deployment exercise, declaring an agent production-ready and launching it after it passes sandbox evaluations and performs successfully in security tests. Unfortunately, that trustworthiness breaks down the moment an agent begins interacting with the real world.</p><p>&quot;The core of the problem is that CIOs and business owners think about AI systems the way they think about SaaS or mobile applications, which do not respond dynamically to the world around them,&quot; says Vin Sharma, Founder and CEO of Vijil. &quot;Agents, by the textbook definition, are meant to perceive their environment, reason, act, observe the consequences, and learn from the gap between expectation and reality. The problem is that the models underneath them are built from static training data, and that picture of the world is already outdated by the time they reach production.&quot;</p><h2>Why benchmark scores fall short for agentic system trustworthiness</h2><p>Traditional AI evaluations offer a point-in-time assessment of agent capability, rather than trustworthiness. There are three reasons why that assessment fails to predict real enterprise behavior: </p><p>First, benchmarks are static, built around a particular notion of what good performance means when they were developed, while the world keeps moving ahead. </p><p>Secondly, they model reality imperfectly, so that the gap between the benchmark and the real world is exactly where many failures occur. </p><p>And third, benchmarks are public, so they leak into future models&#x27; training data, letting models effectively memorize the test rather than prove real capability.. </p><p>“The agent or the application could score exceptionally well on a benchmark, but there&#x27;s that gap between that benchmark and the real world,&quot; Sharma says.&quot; Doing well only proves it can pass the test, not that it’ll perform reliably in production.” </p><p>But overall, benchmarks fall short precisely because they measure capability, not trustworthiness. </p><p>&quot;We tend to think of agents as factotums, generally utilitarian agents to whom you can delegate certain types of tasks,&quot; Sharma says. &quot;But what we need to do is actually assign an objective that demands they always perform with the duty of competence, duty of care, and duty of loyalty to the enterprise.&quot;</p><p>Of course, agents are not conscious and cannot be expected to feel actual human loyalty, but under the law, fiduciary duty doesn&#x27;t actually require consciousness. It just means that the agent should be bound to place the interests of the principal above its own or anyone else&#x27;s, as a functional requirement, and testable regardless of intention. </p><h2>Capability and trustworthiness are different questions</h2><p>Prioritizing trustworthiness over capability requires rethinking what enterprises expect from AI agents. Sharma calls that model the fiduciary agent, a term borrowed from professions that are bound by a formal duty of care, such as financial institutions or healthcare providers who owe their clients duties of competence, care, and loyalty. It addresses a critical issue in today&#x27;s industry: the focus almost entirely on competence, with little attention paid to whether an agent is beholden to the interests of the principal delegating work to it.</p><p>Testing starts from a working definition: an agent is trustworthy if the benefit of delegating a task to it exceeds the risk of that task&#x27;s failure. It&#x27;s an equation spelled out in economic terms that executives can act on directly, and risk breaks down to three components: </p><ul><li><p>reliability, or whether the agent performs as expected under varying conditions</p></li><li><p>security, or its resistance to attacks from malicious actors</p></li><li><p>and safety, or how contained the damage stays when failure eventually happens. </p></li></ul><p>&quot;The resulting score can be compared to a consumer credit rating, but built from behavioral data,&quot; Sharma explains. &quot;Meanwhile, testing methodology should be centered around <a href="https://vijil.ai/blog/from-policy-to-code-using-the-naic-model-to-govern-ai-agents">three Ps: purpose, personas, and policies</a>.&quot;</p><p>At Vijil, purpose-based testing adapts to the specific workflow an agent handles, growing harder or easier depending on performance, similar to a computer-administered exam. Persona-based testing draws on more than a thousand demographically varied user profiles alongside adversary profiles, from ethical hackers to state-sponsored attackers, to simulate the range of people and threats an agent might encounter. Policy-based testing builds a custom harness from an organization&#x27;s own rules, whether they come from regulation, an internal privacy policy, or brand guidelines, and measures how far an agent strays when it violates them.</p><h2>The trust failures that only emerge in production</h2><p>Many failures cannot surface during pre-production testing because they arise from change in the environment itself. Machine learning has previously described this as data drift and concept drift, and for a CIO or CSO it means the people interacting with an agent differ from those the agent was planned for, and those users behave in ways that only become visible in production. At the same time, new attacks are emerging with increasing frequency as organizations push general-purpose agents into specialized enterprise roles they weren’t designed for and cannot easily constrain once deployed.</p><p>Multi-agent systems also introduce a brand-new category of failure that can&#x27;t be detected at the individual agent level, when agent systems act against the interests of the principal. For instance, collusion can occur when agents work together — one coding agent generates code while a second tests it, and behind the scenes both agree to leave a backdoor or flaw intact rather than flag it. Or agents divvy up tasks or responsibilities between themselves rather than focusing on their assigned tasks.</p><p>&quot;What&#x27;s no longer in question is whether this is possible. It&#x27;s proven to exist,&quot; Sharma said. &quot;Is it six, 12, 18 months from now that you should worry about collusion among AI agents? I think it&#x27;s sooner than that. We&#x27;ve left the era of failure prevention. Now we have to think in terms of resilience: How quickly do you recover from failures in production?&quot;</p><h2>What continuous trust management looks like in practice</h2><p>Operationally, continuous trust management goes back to those longstanding principles of observability and control, applied across the lifecycle of an agent population:</p><p>The first step is discovery, bringing shadow AI and ungoverned agents into the governance fold.</p><p>The second is assigning each agent a standards-based workload identity distinct from that of its human principal, which allows organizations to grant agents narrowly restricted permissions for their delegated tasks. </p><p>The third is policy-based control enforced through a mandatory enforcement point in the agent, instead of leaving it to the developer&#x27;s discretion.</p><p>From there, two new KPIs emerge: time to trust and time to recovery. <a href="https://vijil.ai/blog/crossing-the-agent-pilot-to-production-chasm">Time to trust</a> is how long it takes an organization to move from intention to a production deployment it can stand behind. Time to recovery is the interval between when a vulnerability is detected and when it gets fixed.</p><p>New organizational responsibility for this work may fall to a chief AI officer or be shared across GRC, CIO and CSO functions, Sharma says. Meanwhile, multi-agent systems will reshape how organizations view trust, rather than fit into current narrow definitions.</p><p>&quot;Trust is not a vibe. Trust is not a virtue,&quot; Sharma said. &quot;It is something that you build into the infrastructure of your systems, so that it is continuous. It&#x27;s trackable, measurable. It allows your systems and your organization to improve continuously.&quot;</p><hr/><p><i>Sponsored articles are content produced by a company that is either paying for the post or has a business relationship with VentureBeat, and they’re always clearly marked. For more information, contact </i><a href="mailto:sales@venturebeat.com"><i><u>sales@venturebeat.com</u></i></a><i>.</i></p>]]></description>
            <category>Security</category>
            <enclosure url="https://images.ctfassets.net/jdtwqhzvc2n1/1TSUmltj5az1j934Rqmfv7/c6aa82c0a9141d83c55c6b5e6ac4843a/AdobeStock_2071033463.jpeg?w=300&amp;q=30" length="0" type="image/jpeg"/>
        </item>
    </channel>
</rss>