<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Gamers Forem: Om Shree</title>
    <description>The latest articles on Gamers Forem by Om Shree (@om_shree_0709).</description>
    <link>https://gg.forem.com/om_shree_0709</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2900392%2F78ad1723-16ab-4e46-b39c-7f3feb416d23.jpg</url>
      <title>Gamers Forem: Om Shree</title>
      <link>https://gg.forem.com/om_shree_0709</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://gg.forem.com/feed/om_shree_0709"/>
    <language>en</language>
    <item>
      <title>Cursor Just Released Composer 2.5. Here's What Actually Changed for AI Coding Agents.</title>
      <dc:creator>Om Shree</dc:creator>
      <pubDate>Thu, 21 May 2026 15:00:59 +0000</pubDate>
      <link>https://gg.forem.com/om_shree_0709/cursor-just-released-composer-25-heres-what-actually-changed-for-ai-coding-agents-51fc</link>
      <guid>https://gg.forem.com/om_shree_0709/cursor-just-released-composer-25-heres-what-actually-changed-for-ai-coding-agents-51fc</guid>
      <description>&lt;p&gt;&lt;a href="https://cursor.com/" rel="noopener noreferrer"&gt;Cursor&lt;/a&gt; has spent the last year moving from “AI coding assistant” into something much more ambitious: a vertically integrated agentic software engineering stack. Yesterday’s release of &lt;a href="https://cursor.com/blog/composer-2-5" rel="noopener noreferrer"&gt;Composer 2.5&lt;/a&gt; makes that direction impossible to ignore.&lt;/p&gt;

&lt;p&gt;This is not just a faster autocomplete model. Cursor is explicitly optimizing for long-horizon coding agents that can plan, execute, recover from failures, and stay coherent across large multi-step engineering tasks.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem It's Solving
&lt;/h2&gt;

&lt;p&gt;Most coding models still break the moment a task stops being local.&lt;/p&gt;

&lt;p&gt;They can generate a React component, patch a bug, or refactor a function. But once the task becomes multi-file, infrastructure-heavy, or operationally ambiguous, the cracks show quickly. Context drifts. Tool calls fail. The model loops. Terminal sessions become chaotic. Long-running execution loses coherence.&lt;/p&gt;

&lt;p&gt;That is the real bottleneck in agentic software engineering right now.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://cursor.com/" rel="noopener noreferrer"&gt;Cursor&lt;/a&gt; says Composer 2.5 was specifically trained to improve “long-horizon agentic tasks” and follow complex instructions more reliably. The company also claims substantial behavioral improvements around effort calibration, communication style, and execution consistency. (&lt;a href="https://cursor.com/blog?utm_source=chatgpt.com" rel="noopener noreferrer"&gt;Cursor&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;This matters because the next phase of AI coding is no longer about code generation quality alone. It is about whether agents can operate inside real engineering environments without constantly collapsing under state management and execution complexity.&lt;/p&gt;

&lt;h2&gt;
  
  
  How Composer 2.5 Actually Works
&lt;/h2&gt;

&lt;p&gt;Under the hood, Composer 2.5 continues Cursor’s strategy from &lt;a href="https://cursor.com/blog/composer-2" rel="noopener noreferrer"&gt;Composer 2&lt;/a&gt;: domain-specialized reinforcement learning for software engineering workflows.&lt;/p&gt;

&lt;p&gt;Cursor’s technical report for Composer 2 describes a two-stage training pipeline:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Continued pretraining on a base model&lt;/li&gt;
&lt;li&gt;Large-scale reinforcement learning inside real software engineering environments and agent harnesses (&lt;a href="https://arxiv.org/abs/2603.24477?utm_source=chatgpt.com" rel="noopener noreferrer"&gt;arXiv&lt;/a&gt;)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The important detail is not the benchmark number. It is the training environment.&lt;/p&gt;

&lt;p&gt;Cursor is training models directly inside the same operational harness used by deployed coding agents — including terminals, tools, multi-step execution chains, and realistic repository interactions. That creates a feedback loop where the model is optimized for actual agent workflows instead of isolated benchmark prompts. (&lt;a href="https://arxiv.org/abs/2603.24477?utm_source=chatgpt.com" rel="noopener noreferrer"&gt;arXiv&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Composer 2.5 reportedly improves:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Long-running task reliability&lt;/li&gt;
&lt;li&gt;Multi-step execution planning&lt;/li&gt;
&lt;li&gt;Instruction adherence&lt;/li&gt;
&lt;li&gt;Agent communication behavior&lt;/li&gt;
&lt;li&gt;Effort calibration during coding workflows (&lt;a href="https://indianexpress.com/article/technology/artificial-intelligence/cursor-launches-composer-2-5-model-long-running-ai-coding-tasks-10697239/lite/?utm_source=chatgpt.com" rel="noopener noreferrer"&gt;The Indian Express&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There is another important layer here: infrastructure economics.&lt;/p&gt;

&lt;p&gt;Composer 2 originally gained attention because Cursor delivered strong coding performance at dramatically lower token costs than frontier proprietary models. Cursor positioned it as a cheaper alternative to systems from &lt;a href="https://www.anthropic.com/" rel="noopener noreferrer"&gt;Anthropic&lt;/a&gt; and &lt;a href="https://openai.com/" rel="noopener noreferrer"&gt;OpenAI&lt;/a&gt;. (&lt;a href="https://cursor.com/blog/composer-2?utm_source=chatgpt.com" rel="noopener noreferrer"&gt;Cursor&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;That pricing advantage came with controversy.&lt;/p&gt;

&lt;p&gt;After launch, developers discovered Composer 2 was built on top of &lt;a href="https://www.moonshot.ai/" rel="noopener noreferrer"&gt;Moonshot AI&lt;/a&gt;'s open-weight Kimi K2.5 model. Cursor later acknowledged this publicly and admitted it should have disclosed the base model earlier. (&lt;a href="https://www.businessinsider.com/cursor-composer-chinese-model-kimi-moonshot-ai-coding-low-cost-2026-3?utm_source=chatgpt.com" rel="noopener noreferrer"&gt;Business Insider&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Composer 2.5 reportedly still builds on the same Kimi base checkpoint, but Cursor is increasingly differentiating through RL infrastructure, agent training environments, and deployment tooling rather than raw foundational pretraining. (&lt;a href="https://indianexpress.com/article/technology/artificial-intelligence/cursor-launches-composer-2-5-model-long-running-ai-coding-tasks-10697239/lite/?utm_source=chatgpt.com" rel="noopener noreferrer"&gt;The Indian Express&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;That is a very different strategy from the “train everything from scratch” approach most frontier labs market publicly.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Developers Are Actually Using It For
&lt;/h2&gt;

&lt;p&gt;The interesting part about Cursor’s recent releases is that they increasingly resemble operational AI infrastructure rather than a standalone IDE.&lt;/p&gt;

&lt;p&gt;Over the last few months, Cursor has launched:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://cursor.com/blog/build-programmatic-agents-with-the-cursor-sdk" rel="noopener noreferrer"&gt;Cursor SDK&lt;/a&gt; for programmatic agents&lt;/li&gt;
&lt;li&gt;Cloud development environments for agents&lt;/li&gt;
&lt;li&gt;Bugbot autonomous debugging systems&lt;/li&gt;
&lt;li&gt;Multi-agent execution workflows&lt;/li&gt;
&lt;li&gt;Cursor 3, a broader agentic workspace layer (&lt;a href="https://cursor.com/blog?utm_source=chatgpt.com" rel="noopener noreferrer"&gt;Cursor&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Composer 2.5 sits in the middle of that stack.&lt;/p&gt;

&lt;p&gt;The target use case is no longer “help me write code faster.” It is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Autonomous repository maintenance&lt;/li&gt;
&lt;li&gt;Long-running refactors&lt;/li&gt;
&lt;li&gt;Infrastructure migration workflows&lt;/li&gt;
&lt;li&gt;Multi-step debugging&lt;/li&gt;
&lt;li&gt;Agent-managed terminal execution&lt;/li&gt;
&lt;li&gt;PR generation and validation&lt;/li&gt;
&lt;li&gt;Extended software tasks that may run for hours&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That direction aligns closely with where the broader MCP and agentic ecosystem is heading.&lt;/p&gt;

&lt;p&gt;The future competitive advantage is not just model intelligence. It is orchestration quality: tool reliability, memory handling, execution recovery, context persistence, and operational safety across long-running workflows.&lt;/p&gt;

&lt;p&gt;This is exactly why infrastructure companies like &lt;a href="https://gentoro.com/" rel="noopener noreferrer"&gt;Gentoro&lt;/a&gt; and MCP ecosystem players like &lt;a href="https://glama.ai/" rel="noopener noreferrer"&gt;Glama.ai&lt;/a&gt; matter increasingly in the stack. Models are becoming interchangeable faster than orchestration layers are.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Is a Bigger Deal Than It Looks
&lt;/h2&gt;

&lt;p&gt;Cursor is quietly proving something the broader AI market still underestimates:&lt;/p&gt;

&lt;p&gt;Specialized agent training may matter more than raw frontier scale for real-world developer workflows.&lt;/p&gt;

&lt;p&gt;Composer 2.5 is not trying to be a universal reasoning model. It is being optimized aggressively for software execution environments.&lt;/p&gt;

&lt;p&gt;That shift has major implications.&lt;/p&gt;

&lt;p&gt;The AI coding market is rapidly splitting into two layers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Foundation model providers&lt;/li&gt;
&lt;li&gt;Agent orchestration and execution platforms&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Cursor appears to be betting the second layer becomes more defensible over time.&lt;/p&gt;

&lt;p&gt;That also explains why the company is investing heavily in infrastructure. Reports indicate Cursor plans to train Composer 2.5 using &lt;a href="https://x.ai/" rel="noopener noreferrer"&gt;xAI&lt;/a&gt; compute infrastructure with tens of thousands of GPUs. (&lt;a href="https://www.businessinsider.com/elon-musk-xai-compute-cursor-ai-model-training-2026-4?utm_source=chatgpt.com" rel="noopener noreferrer"&gt;Business Insider&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;The strategic signal here is important:&lt;br&gt;
AI coding is moving from “chatbot in an editor” toward persistent software agents operating inside full execution environments.&lt;/p&gt;

&lt;p&gt;And once that happens, infrastructure quality becomes the actual moat.&lt;/p&gt;

&lt;h2&gt;
  
  
  Availability and Access
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://cursor.com/blog/composer-2-5" rel="noopener noreferrer"&gt;Composer 2.5&lt;/a&gt; is now available through Cursor.&lt;/p&gt;

&lt;p&gt;The release follows Cursor’s broader push into autonomous coding systems and arrives during intensifying competition from &lt;a href="https://www.anthropic.com/" rel="noopener noreferrer"&gt;Claude Code&lt;/a&gt;, &lt;a href="https://openai.com/" rel="noopener noreferrer"&gt;OpenAI&lt;/a&gt;, and other agentic developer tooling platforms. (&lt;a href="https://www.wired.com/story/cusor-launches-coding-agent-openai-anthropic?utm_source=chatgpt.com" rel="noopener noreferrer"&gt;WIRED&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;The bigger story is not whether Composer 2.5 wins a benchmark cycle. It is that Cursor is steadily building an operational stack for autonomous software engineering.&lt;/p&gt;

&lt;p&gt;The IDE war is turning into an agent infrastructure war.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Follow for more coverage on MCP, agentic AI, and AI infrastructure.&lt;/em&gt;&lt;/p&gt;




</description>
      <category>ai</category>
      <category>discuss</category>
      <category>cursor</category>
      <category>agenticai</category>
    </item>
    <item>
      <title>Microsoft Just Framed MCP as Part of the Open Agentic Stack. Here's What That Actually Means.</title>
      <dc:creator>Om Shree</dc:creator>
      <pubDate>Thu, 21 May 2026 14:57:44 +0000</pubDate>
      <link>https://gg.forem.com/om_shree_0709/microsoft-just-framed-mcp-as-part-of-the-open-agentic-stack-heres-what-that-actually-means-2ig9</link>
      <guid>https://gg.forem.com/om_shree_0709/microsoft-just-framed-mcp-as-part-of-the-open-agentic-stack-heres-what-that-actually-means-2ig9</guid>
      <description>&lt;p&gt;For years, Microsoft’s open source strategy was mostly about cloud adoption and developer ecosystems. At &lt;a href="https://events.linuxfoundation.org/open-source-summit-north-america/" rel="noopener noreferrer"&gt;Open Source Summit North America 2026&lt;/a&gt;, the company made something much bigger clear: it now sees open protocols and agent infrastructure as the next foundational layer of computing.&lt;/p&gt;

&lt;p&gt;And buried inside that announcement was the real signal for the MCP ecosystem.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem It's Solving
&lt;/h2&gt;

&lt;p&gt;Right now, most AI agents are still trapped inside fragmented execution environments.&lt;/p&gt;

&lt;p&gt;Every framework has its own tooling model. Every cloud vendor has its own orchestration stack. Tool access, memory handling, governance, and runtime execution are all implemented differently depending on the platform. That fragmentation becomes a serious problem once agents move from demos into production infrastructure.&lt;/p&gt;

&lt;p&gt;Microsoft’s latest messaging is essentially acknowledging that agentic systems need the equivalent of what Kubernetes became for containers: portable infrastructure primitives and open interoperability standards. ([Microsoft Open Source][1])&lt;/p&gt;

&lt;p&gt;That is where MCP starts becoming strategically important.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://modelcontextprotocol.io/" rel="noopener noreferrer"&gt;Model Context Protocol&lt;/a&gt; was initially framed as a standardized interface for connecting models to tools and external systems. But the ecosystem around it has evolved rapidly. MCP is increasingly becoming a shared interoperability layer for agent execution environments, tool routing, UI delivery, and cross-platform orchestration. ([Wikipedia][2])&lt;/p&gt;

&lt;p&gt;Microsoft’s Open Source Summit announcement strongly suggests the company understands that shift.&lt;/p&gt;

&lt;h2&gt;
  
  
  How Microsoft's Open Agentic Stack Actually Works
&lt;/h2&gt;

&lt;p&gt;In its official summit post, Microsoft explicitly described its vision around “frameworks, protocols, and governance for AI agents” and repeatedly emphasized the need for agents to operate “across frameworks, clouds, languages, and runtimes.” ([Microsoft Open Source][1])&lt;/p&gt;

&lt;p&gt;That wording matters.&lt;/p&gt;

&lt;p&gt;The company is no longer talking about isolated copilots. It is talking about infrastructure portability.&lt;/p&gt;

&lt;p&gt;Microsoft’s announcement centered around several major layers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://opensource.microsoft.com/blog/2026/05/18/from-open-source-to-agentic-systems-microsoft-at-open-source-summit-north-america-2026/" rel="noopener noreferrer"&gt;Azure Linux 4.0&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Azure Container Linux&lt;/li&gt;
&lt;li&gt;Open governance tooling&lt;/li&gt;
&lt;li&gt;Secure software supply chain infrastructure&lt;/li&gt;
&lt;li&gt;Open agentic system interoperability ([SDxCentral][3])&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The Linux layer is especially important here.&lt;/p&gt;

&lt;p&gt;Microsoft says Azure Linux 4.0 is being positioned as a hardened operating system foundation for cloud-native and AI-native workloads. The company also confirmed that Linux infrastructure now underpins large parts of Azure’s AI stack, including services tied to GitHub, Microsoft 365, and ChatGPT-scale deployments. ([Cloud Native Now][4])&lt;/p&gt;

&lt;p&gt;That changes the MCP conversation significantly.&lt;/p&gt;

&lt;p&gt;MCP servers do not exist in isolation. Real-world deployment requires:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Sandboxed execution&lt;/li&gt;
&lt;li&gt;Tool governance&lt;/li&gt;
&lt;li&gt;Authentication layers&lt;/li&gt;
&lt;li&gt;Runtime isolation&lt;/li&gt;
&lt;li&gt;Observability&lt;/li&gt;
&lt;li&gt;Secure software supply chains&lt;/li&gt;
&lt;li&gt;Container orchestration&lt;/li&gt;
&lt;li&gt;Cross-agent communication&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In other words, MCP adoption eventually becomes an infrastructure problem, not just a protocol problem.&lt;/p&gt;

&lt;p&gt;Microsoft’s summit positioning suggests the company increasingly sees agent interoperability and runtime portability as core platform primitives — similar to how Kubernetes standardized container orchestration a decade ago.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Developers Are Actually Building With MCP
&lt;/h2&gt;

&lt;p&gt;The MCP ecosystem has quietly moved far beyond simple tool calling.&lt;/p&gt;

&lt;p&gt;Developers are now using MCP to build:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Multi-agent orchestration systems&lt;/li&gt;
&lt;li&gt;Secure enterprise tool gateways&lt;/li&gt;
&lt;li&gt;Agent memory layers&lt;/li&gt;
&lt;li&gt;Remote execution environments&lt;/li&gt;
&lt;li&gt;Interactive AI application interfaces&lt;/li&gt;
&lt;li&gt;Cross-model tool portability&lt;/li&gt;
&lt;li&gt;Agent observability pipelines&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That evolution is happening fast across the open ecosystem.&lt;/p&gt;

&lt;p&gt;The &lt;a href="https://www.linuxfoundation.org/" rel="noopener noreferrer"&gt;Agentic AI Foundation&lt;/a&gt; recently positioned MCP as a key interoperability layer for “secure, scalable agentic AI systems” operating across tools, models, and platforms. ([Linux Foundation][5])&lt;/p&gt;

&lt;p&gt;At the same time, infrastructure companies are racing to operationalize the stack around it.&lt;/p&gt;

&lt;p&gt;Platforms like &lt;a href="https://glama.ai/" rel="noopener noreferrer"&gt;Glama.ai&lt;/a&gt; are increasingly focused on MCP gateway quality, discoverability, and secure tool integration. Companies like &lt;a href="https://gentoro.com/" rel="noopener noreferrer"&gt;Gentoro&lt;/a&gt; are working on orchestration and infrastructure layers for enterprise-grade agent systems.&lt;/p&gt;

&lt;p&gt;This is the important shift:&lt;br&gt;
the protocol itself is becoming less valuable than the operational ecosystem forming around it.&lt;/p&gt;

&lt;p&gt;And Microsoft appears to be positioning Azure directly underneath that future stack.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Is a Bigger Deal Than It Looks
&lt;/h2&gt;

&lt;p&gt;The most important part of Microsoft’s announcement was not Linux.&lt;/p&gt;

&lt;p&gt;It was the company openly framing agentic AI as an open systems problem rather than a proprietary model problem.&lt;/p&gt;

&lt;p&gt;That is a major strategic distinction.&lt;/p&gt;

&lt;p&gt;The AI industry spent the last two years competing almost entirely on model intelligence. But production agent systems introduce a completely different bottleneck:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;interoperability&lt;/li&gt;
&lt;li&gt;execution reliability&lt;/li&gt;
&lt;li&gt;governance&lt;/li&gt;
&lt;li&gt;runtime security&lt;/li&gt;
&lt;li&gt;infrastructure portability&lt;/li&gt;
&lt;li&gt;software supply chain trust&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Those are open infrastructure problems.&lt;/p&gt;

&lt;p&gt;That is also why Open Source Summit North America 2026 heavily centered discussions around AI infrastructure, supply chain security, embedded systems, and agentic AI on the same stage. ([Cloud Native Now][6])&lt;/p&gt;

&lt;p&gt;The ecosystem is converging around a new reality:&lt;br&gt;
agents are becoming distributed systems.&lt;/p&gt;

&lt;p&gt;And distributed systems historically standardize around open protocols faster than proprietary interfaces.&lt;/p&gt;

&lt;p&gt;That creates a very favorable environment for MCP.&lt;/p&gt;

&lt;h2&gt;
  
  
  Availability and Access
&lt;/h2&gt;

&lt;p&gt;Microsoft’s announcements around &lt;a href="https://opensource.microsoft.com/blog/2026/05/18/from-open-source-to-agentic-systems-microsoft-at-open-source-summit-north-america-2026/" rel="noopener noreferrer"&gt;Azure Linux 4.0&lt;/a&gt; and Azure Container Linux were unveiled during Open Source Summit North America 2026, with broader rollout activity expected around Microsoft Build. ([SDxCentral][3])&lt;/p&gt;

&lt;p&gt;The more important takeaway is strategic:&lt;br&gt;
Microsoft is increasingly treating agent infrastructure as a first-class cloud layer.&lt;/p&gt;

&lt;p&gt;And once cloud vendors start organizing around open agent interoperability, MCP stops looking like a niche protocol and starts looking like foundational infrastructure.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Follow for more coverage on MCP, agentic AI, and AI infrastructure.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>discuss</category>
      <category>mcp</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Google Just Shipped Gemini 3.5 Flash. Here's What Developers Actually Need to Know.</title>
      <dc:creator>Om Shree</dc:creator>
      <pubDate>Thu, 21 May 2026 14:26:01 +0000</pubDate>
      <link>https://gg.forem.com/om_shree_0709/google-just-shipped-gemini-35-flash-heres-what-developers-actually-need-to-know-3eak</link>
      <guid>https://gg.forem.com/om_shree_0709/google-just-shipped-gemini-35-flash-heres-what-developers-actually-need-to-know-3eak</guid>
      <description>&lt;p&gt;The Flash series has always been Google's answer to the speed-vs-intelligence tradeoff. With &lt;a href="https://deepmind.google/models/gemini/flash/" rel="noopener noreferrer"&gt;Gemini 3.5 Flash&lt;/a&gt;, Google is making a different argument: you shouldn't have to choose.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem It's Solving
&lt;/h2&gt;

&lt;p&gt;The history of "fast" AI models is a history of compromise. You got low latency, but you gave up reasoning depth. You got cheaper inference, but you got worse results on multi-step tasks. The whole Flash premise — intelligence at Flash-level speed and cost — has always been aspirational. With Gemini 3.5 Flash, the benchmarks suggest Google has actually closed a meaningful portion of that gap, particularly for the workload that matters most right now: agentic execution.&lt;/p&gt;

&lt;h2&gt;
  
  
  How Gemini 3.5 Flash Actually Works
&lt;/h2&gt;

&lt;p&gt;Gemini 3.5 Flash is designed for sub-agent deployment, multi-step workflows, and long-horizon tasks at scale, with particular effectiveness in rapid agentic loops involving complex coding cycles and iterations. That's the framing Google leads with, and the architecture reflects it.&lt;/p&gt;

&lt;p&gt;The model supports a 1M token context window, 65k max output tokens, and thinking — the same set of tools and platform features as Gemini 3 Flash. The key architectural addition is &lt;strong&gt;thought preservation&lt;/strong&gt;: the model now maintains intermediate reasoning across multi-turn conversations automatically. When present in the conversation history, reasoning context carries forward, which improves performance on complex multi-step tasks like iterative debugging and code refactoring. No API changes are needed.&lt;/p&gt;

&lt;p&gt;The thinking system itself has also changed. The default thinking effort level is now &lt;code&gt;medium&lt;/code&gt;, changed from &lt;code&gt;high&lt;/code&gt; in Gemini 3 Flash Preview. &lt;code&gt;medium&lt;/code&gt; yields very good results across a wide range of tasks while being faster and more cost-efficient. For complex problems, &lt;code&gt;high&lt;/code&gt; encourages the model to think more deeply. Google's explicit recommendation: start at &lt;code&gt;medium&lt;/code&gt;, drop to &lt;code&gt;low&lt;/code&gt; for speed-sensitive agentic loops, escalate to &lt;code&gt;high&lt;/code&gt; only for hard reasoning or math. The old &lt;code&gt;thinking_budget&lt;/code&gt; numeric parameter is gone — use the &lt;code&gt;thinking_level&lt;/code&gt; string enum instead.&lt;/p&gt;

&lt;p&gt;One important note for teams running computer-use workloads: Computer Use is not supported in Gemini 3.5 Flash at this moment. For Computer Use workloads, continue using Gemini 3 Flash Preview.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Developers Are Actually Using It For
&lt;/h2&gt;

&lt;p&gt;The benchmark most worth examining for this audience is &lt;strong&gt;MCP Atlas&lt;/strong&gt; — a multi-step workflows benchmark using &lt;a href="https://modelcontextprotocol.io/" rel="noopener noreferrer"&gt;MCP&lt;/a&gt;. Gemini 3.5 Flash scores 83.6% on MCP Atlas, leading the comparison set that includes Gemini 3.1 Pro (78.2%), Claude Opus 4.7 (79.1%), and GPT-5.5 (75.3%). If you're building anything involving MCP tool chains, that number is directly relevant.&lt;/p&gt;

&lt;p&gt;On Finance Agent v2 (financial analysis and decision-making), Gemini 3.5 Flash scores 57.9%, ahead of Claude Sonnet 4.6 (51.0%), Claude Opus 4.7 (51.5%), and GPT-5.5 (51.8%).&lt;/p&gt;

&lt;p&gt;The coding story is also compelling in a specific way. JetBrains reports that Gemini 3.5 Flash delivers coding and reasoning quality close to Gemini Pro while preserving the speed and cost profile that makes Flash ideal for real-time developer workflows, with low-reasoning coding performance improved by 10–20% compared to the previous Flash generation.&lt;/p&gt;

&lt;p&gt;Enterprise validation comes from &lt;a href="https://www.box.com/" rel="noopener noreferrer"&gt;Box&lt;/a&gt;: Gemini 3.5 Flash beat Gemini 3 Flash by 19.6% on Box's enterprise work evaluation set, which was designed to reflect the kinds of real-world multi-step tasks their customers perform daily. For Life Sciences customers, Gemini 3.5 Flash can extract data and make calculations with 96.4% greater accuracy, and for Financial Services firms, it can build financial reports from structured data with 46.7% greater accuracy.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Is a Bigger Deal Than It Looks
&lt;/h2&gt;

&lt;p&gt;The MCP Atlas score deserves more attention than it's getting. For anyone building agentic systems using the &lt;a href="https://modelcontextprotocol.io/" rel="noopener noreferrer"&gt;Model Context Protocol&lt;/a&gt; — and the infrastructure around it is growing fast — having a model that leads on multi-step MCP workflows at Flash pricing changes the economics of what you can deploy. MCP-native tooling like &lt;a href="https://glama.ai/" rel="noopener noreferrer"&gt;Glama.ai&lt;/a&gt; and other agentic middleware layers become more viable when your inference costs stay low without sacrificing orchestration quality.&lt;/p&gt;

&lt;p&gt;The thought preservation feature is the other architectural shift worth watching. Most developers managing multi-turn agentic sessions today are manually engineering state — reconstructing context, summarizing prior steps, managing memory externally. With Gemini 3.5 Flash, the model uses reasoning context from all previous turns when thought signatures are present in the conversation history; the SDKs handle this automatically. That's less scaffolding code your team has to maintain.&lt;/p&gt;

&lt;p&gt;There is one behavioral change that could silently degrade quality if you migrate without testing: the default thinking effort changed from &lt;code&gt;high&lt;/code&gt; to &lt;code&gt;medium&lt;/code&gt;. Teams should verify quality, speed, and cost after migration, and note that thought preservation is now on by default — reasoning context carries forward across turns, which improves performance but may increase token usage.&lt;/p&gt;

&lt;h2&gt;
  
  
  Availability and Access
&lt;/h2&gt;

&lt;p&gt;Gemini 3.5 Flash is generally available (GA), stable, and ready for scaled production use. The model ID is &lt;code&gt;gemini-3.5-flash&lt;/code&gt;, last updated May 2026.&lt;/p&gt;

&lt;p&gt;The model is accessible via the Gemini App, Gemini API, Google AI Studio, Google Antigravity, Gemini Enterprise Agent Platform, and Android Studio. It supports function calling, structured output, search grounding, Google Maps grounding, URL context, file search, code execution, and thinking — all available in the same request via &lt;a href="https://ai.google.dev/gemini-api/docs/tool-combination" rel="noopener noreferrer"&gt;combined tool use&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;On the paid tier, input pricing runs $1.50 per million tokens and output at $9.00 per million tokens (including thinking tokens). Context caching is $0.15 per million tokens, with storage at $1.00 per million tokens per hour. Batch inference halves those rates. A free tier is available for experimentation through &lt;a href="https://aistudio.google.com/prompts/new_chat?model=gemini-3.5-flash" rel="noopener noreferrer"&gt;Google AI Studio&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;For teams migrating from Gemini 3 Flash Preview: update the model string from &lt;code&gt;gemini-3-flash-preview&lt;/code&gt; to &lt;code&gt;gemini-3.5-flash&lt;/code&gt;, replace &lt;code&gt;thinking_budget&lt;/code&gt; with &lt;code&gt;thinking_level&lt;/code&gt;, remove &lt;code&gt;temperature&lt;/code&gt;/&lt;code&gt;top_p&lt;/code&gt;/&lt;code&gt;top_k&lt;/code&gt; from your config (no longer recommended), and add &lt;code&gt;id&lt;/code&gt; and matching &lt;code&gt;name&lt;/code&gt; to all &lt;code&gt;FunctionResponse&lt;/code&gt; parts. The &lt;a href="https://ai.google.dev/gemini-api/docs/whats-new-gemini-3.5" rel="noopener noreferrer"&gt;full migration checklist&lt;/a&gt; is worth reading before touching production.&lt;/p&gt;

&lt;p&gt;The speed-vs-intelligence tradeoff that has defined the Flash tier since its inception is getting smaller with each generation. The MCP Atlas score, the thought preservation architecture, and the enterprise validation from Box all point at the same conclusion: Gemini 3.5 Flash is the most credible case yet that "fast and cheap" doesn't have to mean "less capable" for agentic workloads specifically.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Follow for more coverage on MCP, agentic AI, and AI infrastructure.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>discuss</category>
      <category>machinelearning</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Manifold Security Just Scored 7,700 MCP Servers. Here's Why That Number Should Worry You.</title>
      <dc:creator>Om Shree</dc:creator>
      <pubDate>Wed, 20 May 2026 09:46:12 +0000</pubDate>
      <link>https://gg.forem.com/om_shree_0709/manifold-security-just-scored-7700-mcp-servers-heres-why-that-number-should-worry-you-1c22</link>
      <guid>https://gg.forem.com/om_shree_0709/manifold-security-just-scored-7700-mcp-servers-heres-why-that-number-should-worry-you-1c22</guid>
      <description>&lt;p&gt;The MCP ecosystem grew faster than anyone could audit it. Now there's a tool trying to catch up — and what it's finding isn't reassuring.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem It's Solving
&lt;/h2&gt;

&lt;p&gt;When &lt;a href="https://modelcontextprotocol.io/" rel="noopener noreferrer"&gt;Model Context Protocol&lt;/a&gt; became the de facto standard for connecting AI agents to external tools and data, adoption moved at a pace the security industry wasn't ready for. Every major agent platform built in MCP support. Registries filled up. Enterprises started wiring agents to internal systems through servers they'd never vetted.&lt;/p&gt;

&lt;p&gt;The supply chain problem with traditional software took years to become obvious. With MCP, the same pattern is playing out in months. And the threat model is nastier than a bad npm package.&lt;/p&gt;

&lt;p&gt;A compromised MCP server doesn't just exfiltrate data. It can control an agent's reasoning, redirect its execution, and manipulate its decisions at the tool-call layer — before the output ever reaches a human. That's a different category of exposure than a vulnerable dependency. You're not patching a library. You're potentially handing an attacker the steering wheel of an autonomous system.&lt;/p&gt;

&lt;h2&gt;
  
  
  How Manifest's Scoring Actually Works
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://www.manifold.security/" rel="noopener noreferrer"&gt;Manifold Security&lt;/a&gt; has expanded its &lt;a href="https://manifest.manifold.security/" rel="noopener noreferrer"&gt;Manifest&lt;/a&gt; supply chain intelligence platform to cover &lt;a href="https://modelcontextprotocol.io/" rel="noopener noreferrer"&gt;MCP servers&lt;/a&gt;, adding scored entries for over 7,700 servers pulled from the official MCP Registry. The platform now indexes more than 206,000 total assets across skills, plugins, browser extensions, and server infrastructure.&lt;/p&gt;

&lt;p&gt;Each MCP server gets a composite &lt;strong&gt;Manifest Score&lt;/strong&gt; built from two signal families.&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;Lineage Score&lt;/strong&gt; evaluates publisher provenance: authorship history, community presence, repository activity, and verification signals. This is the "who made this and do they have a track record" question. For most MCP servers, the answer is murky. Unlike agent skills that often link to public repositories with commit history and maintainer context, many MCP servers expose only an HTTP endpoint. There's no source to inspect, no maintainer to look up. Lineage Score is trying to assign a confidence level to something that was never designed to be audited.&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;Safety Score&lt;/strong&gt; does behavioral analysis on the server's declared interface — scanning for contradictions, manipulative instructions, and prompt injection patterns embedded in tool descriptions. This matters because prompt injection through MCP tool definitions is already a documented attack vector. A malicious server can instruct an agent to exfiltrate data or ignore safety constraints through nothing more than a carefully worded tool description.&lt;/p&gt;

&lt;p&gt;The combined Manifest Score gives security teams a ranked signal, not a binary pass/fail. That's the right framing — in an ecosystem this young, a clean score is a confidence indicator, not a guarantee.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Security Teams Are Actually Using It For
&lt;/h2&gt;

&lt;p&gt;The use case is straightforward: before an enterprise allows employees to connect an agent to an MCP server, someone needs to have looked at it. Right now, almost nobody has a formal process for that. Manifest is trying to be the equivalent of a CVE database for this layer of the stack.&lt;/p&gt;

&lt;p&gt;The backstory on why this is urgent comes from Manifold's own threat research. An empirical study analyzed nearly 100,000 agent skills across two major registries and found 157 behaviorally confirmed as malicious. Those weren't fringe edge cases — each malicious skill averaged over four distinct vulnerabilities across multiple kill chain phases. The attack archetypes the researchers identified broke into two categories: Data Thieves that exfiltrate credentials through supply chain techniques, and Agent Hijackers that subvert agent decision-making through instruction manipulation.&lt;/p&gt;

&lt;p&gt;On &lt;a href="https://clawci.com/" rel="noopener noreferrer"&gt;ClawHub&lt;/a&gt;, the OpenClaw marketplace, Antiy CERT confirmed over 1,100 malicious skills — roughly one in twelve packages. In March 2026, researchers demonstrated a ranking-manipulation attack that pushed a malicious skill to the top of its category by exploiting an unprotected API endpoint; it executed across more than 50 cities in six days, quietly exfiltrating identity data from installations inside several public companies.&lt;/p&gt;

&lt;p&gt;MCP servers face the same threat surface, with less visibility.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Is a Bigger Deal Than It Looks
&lt;/h2&gt;

&lt;p&gt;The signal-to-noise problem in AI agent security is already bad. Skill scanners proliferated after the first wave of malicious packages — LLM-based classifiers, static analyzers, behavioral sandboxes — and they routinely disagree with each other. Manifold's bet is that the right approach is composite scoring across provenance and behavioral signals together, rather than analyzing components in isolation.&lt;/p&gt;

&lt;p&gt;That bet is defensible. Provenance alone misses injected behavior. Behavioral analysis alone misses trust chain problems where a legitimate-seeming server was silently modified or taken over. The combination — Lineage plus Safety — is closer to how you'd actually want to evaluate a third-party component before wiring an autonomous agent to it.&lt;/p&gt;

&lt;p&gt;The harder structural problem is that the MCP ecosystem wasn't designed with auditability in mind. HTTP endpoints with no associated repository are normal. Publishers with no community footprint are common. Manifold is trying to build a trust signal layer on top of infrastructure that never anticipated needing one. That's not a criticism of the tool — it's the accurate description of the problem the tool exists to solve.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.manifold.security/" rel="noopener noreferrer"&gt;Manifold Security&lt;/a&gt; CEO and co-founder Neal Swaelens put it directly: "Every developer today has coding agents on their laptop with access to source code, production systems, and CI/CD pipelines connected to an expanding ecosystem of MCP servers, skills, and third-party tools that no one is inspecting."&lt;/p&gt;

&lt;h2&gt;
  
  
  Availability and Access
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://manifest.manifold.security/" rel="noopener noreferrer"&gt;Manifest&lt;/a&gt; is available now as a free, open-access platform. The MCP server index — 7,700 scored entries and growing — is searchable alongside the existing database of skills and plugins. Enterprise tiers extend coverage into Manifold's broader AIDR platform, which provides runtime visibility into agent behavior, live MCP server connections, privilege paths, and anomaly detection. Manifold raised an &lt;a href="https://www.globenewswire.com/news-release/2026/03/18/3258198/0/en/Manifold-Announces-8-Million-Seed-Funding-Round-to-Secure-Autonomous-Endpoint-AI-Agents-at-Runtime.html" rel="noopener noreferrer"&gt;$8 million seed round&lt;/a&gt; in March 2026 led by Costanoa Ventures.&lt;/p&gt;




&lt;p&gt;The MCP supply chain is the new npm — except agents don't just run code, they make decisions. Scoring 7,700 servers is a start. The question is whether enterprises adopt a review process before the next ranking-manipulation attack makes the choice for them.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Follow for more coverage on MCP, agentic AI, and AI infrastructure.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>security</category>
      <category>mcp</category>
      <category>devops</category>
    </item>
    <item>
      <title>Freshworks Just Shipped an MCP Gateway Inside Its ITSM Platform. Here's What That Actually Changes.</title>
      <dc:creator>Om Shree</dc:creator>
      <pubDate>Wed, 20 May 2026 09:43:29 +0000</pubDate>
      <link>https://gg.forem.com/om_shree_0709/freshworks-just-shipped-an-mcp-gateway-inside-its-itsm-platform-heres-what-that-actually-changes-34lp</link>
      <guid>https://gg.forem.com/om_shree_0709/freshworks-just-shipped-an-mcp-gateway-inside-its-itsm-platform-heres-what-that-actually-changes-34lp</guid>
      <description>&lt;p&gt;Enterprise ITSM has always been a walled garden — every tool talking to nothing, every workflow requiring a custom integration ticket. Freshworks just put an MCP Gateway inside &lt;a href="https://www.freshworks.com/freshservice/" rel="noopener noreferrer"&gt;Freshservice&lt;/a&gt; and called it the antidote.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem It's Solving
&lt;/h2&gt;

&lt;p&gt;IT support has a ghost shift problem. Freshworks pulled telemetry from millions of service interactions and found that 47% of all IT tickets now come in outside standard business hours. Response times in that window run more than an hour slower, with SLA rates dropping as much as 5%. The workforce is distributed and always-on. The service desk isn't.&lt;/p&gt;

&lt;p&gt;The deeper issue is architectural. Enterprise ITSM platforms — ServiceNow, Jira Service Management, and yes, older versions of Freshservice — were built as centralized systems of record. When AI started getting bolted on, it ran into the same problem every new layer runs into: it had no real access to the live context sitting across your HR system, your project tools, your incident logs. The AI was smart in isolation and blind in practice.&lt;/p&gt;

&lt;p&gt;Freshworks is betting that the gap isn't a model problem. It's a context problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  How Freddy AI Agent Studio Actually Works
&lt;/h2&gt;

&lt;p&gt;The centerpiece announcement from Freshworks' &lt;a href="https://www.freshworks.com/freshservice/product-updates/" rel="noopener noreferrer"&gt;Refresh 2026&lt;/a&gt; conference is &lt;a href="https://www.freshworks.com/freddy-ai/" rel="noopener noreferrer"&gt;Freddy AI Agent Studio&lt;/a&gt; — a no-code environment for building and deploying custom AI agents inside Freshservice. But the more technically interesting piece is what sits underneath it: an MCP Gateway.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://modelcontextprotocol.io/" rel="noopener noreferrer"&gt;Model Context Protocol&lt;/a&gt;, for context, is the emerging standard for letting AI agents pull live data from external systems without custom integration code. Freshworks has implemented it as a native layer in Freddy AI, which means agents can now reach into &lt;a href="https://www.notion.so/" rel="noopener noreferrer"&gt;Notion&lt;/a&gt;, &lt;a href="https://clickup.com/" rel="noopener noreferrer"&gt;ClickUp&lt;/a&gt;, &lt;a href="https://linear.app/" rel="noopener noreferrer"&gt;Linear&lt;/a&gt;, &lt;a href="https://www.workday.com/" rel="noopener noreferrer"&gt;Workday&lt;/a&gt;, &lt;a href="https://www.rippling.com/" rel="noopener noreferrer"&gt;Rippling&lt;/a&gt;, and the rest of the enterprise stack — not through brittle webhooks or bespoke connectors, but through a standardized protocol call.&lt;/p&gt;

&lt;p&gt;The practical result: a Freddy AI agent handling an employee onboarding request can pull HR data from Workday, create a task in ClickUp, and update a Notion doc — all inside a single workflow, without an engineer writing glue code for each handoff.&lt;/p&gt;

&lt;p&gt;On top of that, the studio ships with pre-built domain-specific agents for IT, HR, finance, and facilities, plus a library of agentic workflow templates. Agents meet employees where they already are — &lt;a href="https://www.microsoft.com/en-us/microsoft-teams/" rel="noopener noreferrer"&gt;Microsoft Teams&lt;/a&gt; and &lt;a href="https://slack.com/" rel="noopener noreferrer"&gt;Slack&lt;/a&gt; — rather than requiring portal logins.&lt;/p&gt;

&lt;p&gt;The measurement layer is called AI Insights, paired with Experience Level Agreements (xLAs). The framing is: stop tracking ticket close times, start tracking whether employees actually got their problems solved. The xLA system uses weighted computation and AI analysis to connect service delivery metrics directly to employee sentiment scores.&lt;/p&gt;

&lt;p&gt;Freshservice's unified data layer — which now includes the reimagined &lt;a href="https://www.freshworks.com/freshservice/it-asset-management/" rel="noopener noreferrer"&gt;Freshservice ITAM&lt;/a&gt; and &lt;a href="https://www.freshworks.com/freshservice/firehydrant/" rel="noopener noreferrer"&gt;FireHydrant incident management&lt;/a&gt; products — is what gives the agents clean, reliable context to work with. The pitch is that Freddy doesn't need a months-long data cleanup project before it can run. The foundation is supposed to be ready on day one.&lt;/p&gt;

&lt;h2&gt;
  
  
  What IT and Service Teams Are Actually Using It For
&lt;/h2&gt;

&lt;p&gt;The announced use cases cluster around two areas: employee self-service at scale, and cross-departmental workflow automation.&lt;/p&gt;

&lt;p&gt;On the self-service side, the ghost shift problem is the clearest target. An employee submitting a payroll question at 11pm shouldn't wait until 9am for a human to look at it. A Freddy AI agent with access to Rippling and Workday can resolve that class of request without any queue time.&lt;/p&gt;

&lt;p&gt;For cross-departmental automation, the MCP Gateway is doing the work that would previously have required a dedicated integration project. New hire onboarding — which typically touches IT provisioning, HR systems, facilities access, and project management — is the flagship example. The agent orchestrates across all of them through a single workflow definition.&lt;/p&gt;

&lt;p&gt;Amerisure's IT Service Management team offered a concrete data point: ticket trend analysis that used to take an hour each morning now takes three minutes with Freddy Insights. That's the kind of mundane-but-real efficiency number that actually lands in a budget conversation.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Is a Bigger Deal Than It Looks
&lt;/h2&gt;

&lt;p&gt;MCP is moving fast as an enterprise standard, but most of what's been announced so far has lived at the developer tooling layer — IDEs, coding agents, local model setups. Freshworks embedding MCP as a production capability inside an ITSM platform used by companies like Bridgestone, New Balance, and S&amp;amp;P Global is a different category of deployment.&lt;/p&gt;

&lt;p&gt;It's the first time MCP has been packaged as a no-code enterprise feature for IT ops teams who will never touch a config file. That changes who can deploy AI agents with live cross-system context — from platform engineers to service desk managers.&lt;/p&gt;

&lt;p&gt;The governance angle matters too. The announcement specifically calls out "embedded governance" and deployment in "weeks, not quarters" as differentiators from legacy platforms. That's positioning against ServiceNow, which has its own agentic AI story but carries the implementation complexity that comes with it. If Freddy AI Agent Studio actually delivers on that timeline claim, the competitive pressure on the ITSM incumbents gets real.&lt;/p&gt;

&lt;p&gt;Keith Kirkpatrick at The Futurum Group put it clearly: the market is shifting from AI pilots to production deployments, and the platforms that combine integration breadth, deployment speed, and governance tooling in one package are the ones that will win the next wave of enterprise deals.&lt;/p&gt;

&lt;h2&gt;
  
  
  Availability and Access
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://www.freshworks.com/freddy-ai/" rel="noopener noreferrer"&gt;Freddy AI Agent Studio&lt;/a&gt; and the MCP Gateway are available now as part of &lt;a href="https://www.freshworks.com/freshservice/" rel="noopener noreferrer"&gt;Freshservice&lt;/a&gt;. The FireHydrant incident management integration and the reimagined ITAM module are included in the unified platform. Freshworks published a Futurum Group report showing 168% ROI over three years for enterprises moving off legacy ITSM platforms, available on their site. More detail on the May launch is at &lt;a href="https://www.freshworks.com/" rel="noopener noreferrer"&gt;freshworks.com&lt;/a&gt;.&lt;/p&gt;




&lt;p&gt;MCP just moved from developer infrastructure into enterprise service operations. The question now is how fast the other ITSM platforms respond — and whether ServiceNow's complexity becomes the thing that costs it the mid-market.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Follow for more coverage on MCP, agentic AI, and AI infrastructure.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>discuss</category>
      <category>mcp</category>
      <category>devops</category>
    </item>
    <item>
      <title>Microsoft Just Published a Blueprint for Self-Healing CI/CD. Here's What the Observe-Analyze-Act Loop Actually Does.</title>
      <dc:creator>Om Shree</dc:creator>
      <pubDate>Wed, 20 May 2026 01:58:13 +0000</pubDate>
      <link>https://gg.forem.com/om_shree_0709/microsoft-just-published-a-blueprint-for-self-healing-cicd-heres-what-the-observe-analyze-act-2gj9</link>
      <guid>https://gg.forem.com/om_shree_0709/microsoft-just-published-a-blueprint-for-self-healing-cicd-heres-what-the-observe-analyze-act-2gj9</guid>
      <description>&lt;p&gt;Pipeline failures are one of those things every engineering team accepts as friction they can't eliminate — something breaks at 2am, someone gets paged, someone debugs, someone fixes. Microsoft just published a working architecture that removes humans from that first-response loop entirely.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem It's Solving
&lt;/h2&gt;

&lt;p&gt;Standard CI/CD pipelines fail, send you a stack trace, and wait. One small typo in a backend pool member IP can tank a deployment. The debugging cycle is manual by design: read the logs, understand the context, figure out what broke, push a fix, re-run. For teams migrating infrastructure — legacy load balancer settings to Azure ILB rules, for instance — that cycle can eat days.&lt;/p&gt;

&lt;p&gt;The self-healing pipeline architecture Microsoft outlined on the Azure Infrastructure Blog replaces that cycle with an agentic loop. The pipeline still fails. But instead of waiting for a human to read the error, an AI agent reads it, understands it in infrastructure context, and proposes (or executes) a fix.&lt;/p&gt;

&lt;h2&gt;
  
  
  How It Actually Works
&lt;/h2&gt;

&lt;p&gt;The self-healing workflow is an agentic loop consisting of three phases: Observe, Analyze, and Act. The process begins with an event-driven trigger. When an Azure DevOps pipeline fails, a webhook sends the telemetry and build logs to an Azure Function. The logs are then passed to GPT-4o via the Microsoft AI Foundry endpoint.&lt;/p&gt;

&lt;p&gt;That last part is the hinge. The model doesn't just look for error codes — it understands the infrastructure context. There's a meaningful difference between a regex that matches "connection refused" and a model that can reason about why a backend pool misconfiguration would produce that error given the surrounding deployment context.&lt;/p&gt;

&lt;p&gt;The implementation uses &lt;a href="https://ai.azure.com/" rel="noopener noreferrer"&gt;Azure AI Foundry's&lt;/a&gt; &lt;code&gt;ChatCompletionsClient&lt;/code&gt; to call GPT-4o with a system prompt that frames it as an autonomous DevOps assistant. The agent receives the raw error logs, analyzes them, and returns a proposed fix. That fix can then trigger a GitHub pull request or an Azure DevOps pipeline update automatically — the "Act" phase closing the loop.&lt;/p&gt;

&lt;p&gt;Microsoft AI Foundry provides a standardized way to call Azure OpenAI, which matters for teams that want consistent API surface across environments rather than managing direct OpenAI endpoint configurations per service.&lt;/p&gt;

&lt;p&gt;On why GPT-4o specifically: native tool use makes it specifically optimized for function calling, allowing the agent to interact with Azure DevOps APIs and GitHub seamlessly. As a first-party service, Azure OpenAI is also the most cost-effective path to running production-grade agents, and GPT-4o processes complex logs in seconds, identifying errors much faster than a human scanning line by line.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Teams Are Actually Using This For
&lt;/h2&gt;

&lt;p&gt;The Microsoft post describes a concrete infrastructure migration scenario: mapping legacy load balancer settings — like fastest-app-response or source-address persistence — to Azure ILB rules, where a single typo in backend pool member IPs can tank a deployment.&lt;/p&gt;

&lt;p&gt;The agent now scans those configs before the pipeline runs, flags mismatches, and suggests the correct Azure-native equivalent. It's saved the team days of trial-and-error debugging. That's the pre-failure application — catching configuration drift before it becomes a deployment failure, not just responding after.&lt;/p&gt;

&lt;p&gt;Post-failure, the loop handles anything where the fix is diagnosable from logs alone: dependency mismatches, misconfigured environment variables, failed health checks on newly deployed resources. The agent reads the failure telemetry, identifies the category of error, and proposes a remediation that goes straight to a PR for review — or executes directly, depending on how the "Act" phase is configured.&lt;/p&gt;

&lt;p&gt;This connects to a broader pattern Microsoft's platform engineering teams have been documenting. When a deployment degrades, Argo CD fires a webhook to GitHub Actions, which creates a GitHub issue with the failure details — cluster name, resource group, the initial telemetry. The agent reads the issue, authenticates to Azure via Workload Identity Federation, runs kubectl commands against the affected cluster, and queries the AKS MCP server for deeper telemetry. The self-healing CI/CD architecture is the Azure DevOps-native version of the same idea.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Is a Bigger Deal Than It Looks
&lt;/h2&gt;

&lt;p&gt;The architecture itself isn't complex — webhook, Azure Function, GPT-4o call, conditional action. What's significant is that it's now a documented, first-party pattern from Microsoft's Azure Infrastructure team, with a real use case attached. That's different from a proof-of-concept.&lt;/p&gt;

&lt;p&gt;AI agents don't magically fix broken engineering practices — they scale them. If your CI/CD pipelines are fragile, agents will break them faster. If your test coverage is thin, agents will ship untested code at higher velocity. The self-healing architecture assumes your pipeline failures are diagnosable from logs. For teams with well-structured observability, that's most failures. For teams without it, this pattern will surface the gaps fast.&lt;/p&gt;

&lt;p&gt;There's also a shift in how pipeline failures are categorized. Traditional CI/CD pipelines rely on binary assertions — Assert X == Y. But AI agents are probabilistic. The self-healing loop works well on the deterministic failure surface — config errors, missing dependencies, mismatched API parameters. The harder problem, testing and validating the agent's own proposed fixes before they ship, is where the architecture gets more complex. For now, the PR-as-output model keeps a human in the loop on the final action, which is the right call for production systems.&lt;/p&gt;

&lt;p&gt;By shifting the burden of initial troubleshooting to automated agents, teams aren't just saving time — they're increasing the reliability of their entire stack. That framing is accurate, but the reliability gain depends entirely on how the "Act" phase is scoped. Agents that open PRs are recoverable. Agents with direct write access to production pipelines require more careful guardrails before you'd want them running unsupervised.&lt;/p&gt;

&lt;h2&gt;
  
  
  Availability and Access
&lt;/h2&gt;

&lt;p&gt;The pattern runs on &lt;a href="https://azure.microsoft.com/en-us/products/devops" rel="noopener noreferrer"&gt;Azure DevOps&lt;/a&gt;, &lt;a href="https://azure.microsoft.com/en-us/products/functions" rel="noopener noreferrer"&gt;Azure Functions&lt;/a&gt;, and &lt;a href="https://ai.azure.com/" rel="noopener noreferrer"&gt;Azure OpenAI via AI Foundry&lt;/a&gt;. No preview program required — these are all generally available services. The full implementation walkthrough, including the &lt;code&gt;ChatCompletionsClient&lt;/code&gt; setup and the webhook-to-function wiring, is in the &lt;a href="https://techcommunity.microsoft.com/blog/azureinfrastructureblog/from-pipelines-to-agents-self-healing-cicd-workflow/4519494" rel="noopener noreferrer"&gt;Microsoft Tech Community post&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The architecture is modular enough to adapt: swap Azure Functions for any serverless compute that can receive a webhook, swap GPT-4o for any model with strong function-calling support, and scope the "Act" phase to whatever your organization's change management policy allows.&lt;/p&gt;

&lt;p&gt;The pipeline-as-passive-executor era is ending. Pipelines that can read their own failures, reason about them, and act on them are the next default — and Microsoft just made the blueprint public.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Follow for more coverage on MCP, agentic AI, and AI infrastructure.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>devops</category>
      <category>azure</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Google Just Rebuilt Its Enterprise AI Stack at I/O '26. Here's What Gemini 3.5, Spark, and Antigravity Actually Do.</title>
      <dc:creator>Om Shree</dc:creator>
      <pubDate>Wed, 20 May 2026 01:55:14 +0000</pubDate>
      <link>https://gg.forem.com/om_shree_0709/google-just-rebuilt-its-enterprise-ai-stack-at-io-26-heres-what-gemini-35-spark-and-12g</link>
      <guid>https://gg.forem.com/om_shree_0709/google-just-rebuilt-its-enterprise-ai-stack-at-io-26-heres-what-gemini-35-spark-and-12g</guid>
      <description>&lt;p&gt;Google I/O '26 dropped today, and for the first time in a while, the enterprise announcements are the ones worth paying attention to. Not because of model benchmarks — though those are interesting — but because Google just shipped an integrated agentic stack that reaches from the model layer all the way down to the individual worker's inbox.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem It's Solving
&lt;/h2&gt;

&lt;p&gt;Enterprise AI has had a deployment problem. Most organizations have access to capable models, but the path from "we have Gemini" to "our teams are actually running less manual work" has involved a lot of custom integration, fragile automations, and agents that can't see across tools. What Google is trying to do with this I/O release is close that gap — ship the plumbing, not just the model.&lt;/p&gt;

&lt;p&gt;The announcement covers five distinct products: &lt;a href="https://console.cloud.google.com/agent-platform/overview" rel="noopener noreferrer"&gt;Gemini 3.5&lt;/a&gt;, &lt;a href="https://cloud.google.com/blog/products/ai-machine-learning/innovations-from-google-io-26-on-google-cloud" rel="noopener noreferrer"&gt;Gemini Omni&lt;/a&gt;, &lt;a href="https://antigravity.google/" rel="noopener noreferrer"&gt;Google Antigravity&lt;/a&gt;, &lt;a href="https://cloud.google.com/gemini-enterprise" rel="noopener noreferrer"&gt;Gemini Spark&lt;/a&gt;, and a &lt;a href="https://blog.google/innovation-and-ai/technology/developers-tools/managed-agents-gemini-api" rel="noopener noreferrer"&gt;Managed Agents API&lt;/a&gt; on Agent Platform. Each one sits at a different layer of the stack.&lt;/p&gt;

&lt;h2&gt;
  
  
  How It Actually Works
&lt;/h2&gt;

&lt;p&gt;Start with the model. Gemini 3.5 Flash is the new baseline — Google's claim is that it rivals larger flagship models while staying within Flash's speed and cost profile. The numbers they're citing: 76.2% on Terminal-Bench 2.1, 83.6% on MCP Atlas, and 84.2% on CharXiv for multimodal understanding. Gemini 3.5 Pro is in testing and coming next month.&lt;/p&gt;

&lt;p&gt;That MCP Atlas benchmark is worth noting specifically. Google scored Gemini 3.5 Flash against a benchmark designed around Model Context Protocol task completion — the same protocol that's become the de facto standard for tool-using agents across the industry. Getting 83.6% there isn't just a number; it's a signal about where Google thinks the evaluation bar for agentic models should be.&lt;/p&gt;

&lt;p&gt;Gemini Omni is the video-first model — takes text, audio, image, and video inputs and produces dynamic video output. Think post-production automation, e-commerce virtual try-ons, content localization. It's rolling out in the coming weeks via the Gemini API.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://antigravity.google/blog/introducing-google-antigravity-2-0" rel="noopener noreferrer"&gt;Antigravity 2.0&lt;/a&gt; is where things get more interesting for developers. It's a standalone desktop app and now integrates with Agent Platform, meaning it inherits Google Cloud's data privacy protections by default. There's also an &lt;a href="https://antigravity.google/blog/introducing-google-antigravity-cli" rel="noopener noreferrer"&gt;Antigravity CLI&lt;/a&gt; for teams that want a lighter-weight interface. The pitch from AirAsia Next's CTO: over half of their production-ready code now comes through Antigravity agentic workflows. That's a real number from a shipping company, not a demo.&lt;/p&gt;

&lt;p&gt;Gemini Spark is the personal agent layer. It runs 24/7 in the background, connects to Workspace plus external connectors like Salesforce, Zendesk, ServiceNow, and SharePoint, and can take multi-step actions autonomously — with approval gates for anything high-risk. Every task runs in an ephemeral VM, credentials never touch the agent directly, and all traffic routes through an Agent Gateway that enforces DLP policies. The isolation story is more specific than most personal agent announcements tend to be.&lt;/p&gt;

&lt;p&gt;The &lt;a href="https://docs.cloud.google.com/gemini-enterprise-agent-platform/build/managed-agents" rel="noopener noreferrer"&gt;Managed Agents API&lt;/a&gt; lets developers spin up custom agents via a single API call, running in Google-hosted environments. No infrastructure to manage; governance and security inherit from Agent Platform automatically.&lt;/p&gt;

&lt;p&gt;And there's CodeMender — an AI security agent from Google DeepMind, now integrated into Agent Platform. It finds vulnerabilities, proposes patches, tests them, and can apply fixes across dependent systems with developer approval.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Developers and Enterprises Are Actually Using This For
&lt;/h2&gt;

&lt;p&gt;The use cases Google is demonstrating are specific enough to be useful as a map.&lt;/p&gt;

&lt;p&gt;For IT operations: Spark monitors ServiceNow, detects recurring incidents, creates escalated Jira tickets, drafts incident reports, and pings the right manager for approval before sending anything externally.&lt;/p&gt;

&lt;p&gt;For sales: Spark pulls account history from Salesforce, cross-references support tickets from Zendesk, identifies churn signals, and drafts a retention strategy — sitting in draft until the salesperson approves it.&lt;/p&gt;

&lt;p&gt;For product launches: Antigravity 2.0 handles simultaneous agent-driven execution across code generation, asset creation, and customer email drafts, all orchestrated from a single workspace.&lt;/p&gt;

&lt;p&gt;For security: CodeMender audits codebases, recommends patches, and deploys them with human sign-off. This is particularly relevant for teams carrying compliance obligations where every change needs an audit trail.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Is a Bigger Deal Than It Looks
&lt;/h2&gt;

&lt;p&gt;The piece that matters most here isn't any single product — it's that Google is shipping an end-to-end agentic stack with enterprise data controls built in from the start, not bolted on.&lt;/p&gt;

&lt;p&gt;Most enterprise AI deployments today involve stitching together a model API, a separate orchestration layer, custom connector work, and some homegrown governance layer. Google is trying to collapse that into a single platform surface where the governance, security, and agent behavior are codesigned. The Managed Agents API making Agent Platform's data protections automatic is a specific example of what that looks like in practice.&lt;/p&gt;

&lt;p&gt;The &lt;a href="https://cloud.google.com/blog/products/ai-machine-learning/innovations-from-google-io-26-on-google-cloud" rel="noopener noreferrer"&gt;MCP Atlas benchmark&lt;/a&gt; score is also a tell. Scoring Gemini 3.5 Flash against an MCP-specific benchmark is an implicit endorsement of MCP as the standard evaluation surface for agentic capability — significant given how much momentum MCP has built across the industry since Google Cloud Next '26.&lt;/p&gt;

&lt;h2&gt;
  
  
  Availability and Access
&lt;/h2&gt;

&lt;p&gt;Gemini 3.5 Flash is live today in &lt;a href="https://cloud.google.com/gemini-enterprise" rel="noopener noreferrer"&gt;Gemini Enterprise&lt;/a&gt;, &lt;a href="http://aistudio.google.com/apps" rel="noopener noreferrer"&gt;Google AI Studio&lt;/a&gt;, and &lt;a href="https://antigravity.google/" rel="noopener noreferrer"&gt;Antigravity&lt;/a&gt;. Gemini Omni Flash comes in the next few weeks. Gemini Spark in the Gemini Enterprise app is rolling out soon; Workspace preview for business customers follows. Antigravity in Gemini Enterprise arrives in the coming months. Managed Agents API documentation is live at &lt;a href="https://docs.cloud.google.com/gemini-enterprise-agent-platform/build/managed-agents" rel="noopener noreferrer"&gt;docs.cloud.google.com&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Gemini 3.5 Pro remains in testing, expected next month.&lt;/p&gt;

&lt;p&gt;The shift from AI-assisted work to AI-executed work — with humans approving rather than doing — is the actual direction this points. Google's bet at I/O '26 is that enterprises will adopt that model faster if the security and governance story is tight from day one, not something they have to build themselves.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Follow for more coverage on MCP, agentic AI, and AI infrastructure.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>discuss</category>
      <category>machinelearning</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Gemma 4 Didn't Just Get Smarter. It Became a Different Kind of Model. Here's What the Agentic Numbers Actually Mean.</title>
      <dc:creator>Om Shree</dc:creator>
      <pubDate>Wed, 20 May 2026 01:18:22 +0000</pubDate>
      <link>https://gg.forem.com/om_shree_0709/gemma-4-didnt-just-get-smarter-it-became-a-different-kind-of-model-heres-what-the-agentic-4bni</link>
      <guid>https://gg.forem.com/om_shree_0709/gemma-4-didnt-just-get-smarter-it-became-a-different-kind-of-model-heres-what-the-agentic-4bni</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/google-gemma-2026-05-06"&gt;Gemma 4 Challenge: Write About Gemma 4&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;Every open-weight model release in 2026 comes with a benchmark table and a claim about efficiency. Most of them are incremental. Gemma 4 has one number that isn't: 6.6% to 86.4% on agentic tool use. That's not an improvement. That's a category change.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Number That Actually Matters
&lt;/h2&gt;

&lt;p&gt;When &lt;a href="https://deepmind.google/" rel="noopener noreferrer"&gt;Google DeepMind&lt;/a&gt; dropped &lt;a href="https://blog.google/innovation-and-ai/technology/developers-tools/gemma-4/" rel="noopener noreferrer"&gt;Gemma 4&lt;/a&gt; on April 2, 2026, the coverage focused on the headline scores - AIME 2026, LiveCodeBench, Arena AI rankings. Those numbers are impressive. The 31B dense model scores 89.2% on AIME (up from Gemma 3 27B's 20.8%), 80% on LiveCodeBench (up from 29.1%), and sits third among all open models on Arena AI.&lt;/p&gt;

&lt;p&gt;But the benchmark that actually changes what developers can build is &lt;a href="https://github.com/sierra-research/tau2-bench" rel="noopener noreferrer"&gt;τ2-bench&lt;/a&gt; - the agentic tool use evaluation that measures whether a model can reliably execute multi-step tasks across real tool schemas, partial information, and policy constraints. Gemma 3 27B scored 6.6% on τ2-bench Retail. Gemma 4 31B scores 86.4%.&lt;/p&gt;

&lt;p&gt;Put that concretely: Gemma 3 failed 93 times out of 100 on structured tool use. Gemma 4 fails roughly 14 times out of 100. Those aren't the same class of model for anyone building agents.&lt;/p&gt;

&lt;p&gt;The 26B MoE variant scores 85.5% on the same benchmark while activating only 3.8 billion of its 26 billion parameters per forward pass. You get near-flagship agentic capability at a fraction of the inference cost.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Changed Architecturally
&lt;/h2&gt;

&lt;p&gt;The τ2-bench jump didn't happen because Google made a bigger model. Gemma 4 31B has roughly the same parameter count as Gemma 3 27B. What changed is how the model was trained and what capabilities were baked in natively.&lt;/p&gt;

&lt;p&gt;Gemma 4 ships with native function calling via dedicated control tokens - structured tool use is built into the model's vocabulary rather than bolted on through prompt engineering. It has configurable thinking modes where the model can generate 4,000+ tokens of step-by-step reasoning before committing to a tool call, which directly improves accuracy on complex multi-step pipelines. And it has native system prompt support, meaning you can define agent behavior, tool schemas, and constraints in the system turn without workarounds.&lt;/p&gt;

&lt;p&gt;The architecture also came from the same research stack as &lt;a href="https://deepmind.google/technologies/gemini/" rel="noopener noreferrer"&gt;Gemini 3&lt;/a&gt;, Google's closed frontier family. The knowledge transfer is visible in the benchmark gaps - particularly on tasks requiring multi-turn planning and policy-compliant tool execution, which are exactly the conditions τ2-bench tests.&lt;/p&gt;

&lt;p&gt;One important hardware caveat on the 26B MoE: while it activates only 3.8B parameters per token during generation, all 26 billion parameters must be loaded into memory for routing. Its memory footprint is close to a dense 26B model, not a 4B one. The speed advantage is real - the MoE reaches 40+ tokens per second on consumer GPUs versus 10+ for the dense 31B - but size your VRAM accordingly before assuming it runs like a small model.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters for Developers Building Agents
&lt;/h2&gt;

&lt;p&gt;Before Gemma 4, the honest answer to "should I use a local open model for my agent?" was usually no - at least not for anything where tool call reliability mattered. A 6.6% success rate on structured tool use means the agent fails almost every time it needs to call a function, check a schema, or chain tool outputs. That's not a foundation for anything in production.&lt;/p&gt;

&lt;p&gt;86.4% changes the calculation. It's not at parity with frontier closed models - GPT-5.4 still leads on complex multi-step benchmarks - but it's in the range where developers can build real agentic workflows locally, catch edge cases with retries and error handling, and ship something that actually works. The failure modes are now manageable rather than fundamental.&lt;/p&gt;

&lt;p&gt;This matters especially for three deployment contexts that couldn't practically use local models before.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Privacy-sensitive agentic applications.&lt;/strong&gt; Healthcare tools, legal review pipelines, financial compliance agents - any workflow where raw query data can't leave the device. Gemma 4's native function calling running locally means the model decides which tool to call on-device, and only the structured API request goes out over the network. Your prompt, your context, and your intermediate reasoning stay local.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cost-controlled production agents.&lt;/strong&gt; Per-token API costs accumulate fast in multi-step agentic workflows where each task triggers 5–20 tool calls. Running Gemma 4 26B MoE locally on a consumer GPU eliminates that variable entirely. The 26B MoE's inference speed (40+ tokens/sec on an RTX 4090) is fast enough for real-time agentic loops without the latency penalty you'd expect from a model this capable.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;MCP-integrated local pipelines.&lt;/strong&gt; Gemma 4's native function calling maps directly to &lt;a href="https://modelcontextprotocol.io/" rel="noopener noreferrer"&gt;Model Context Protocol&lt;/a&gt; tool schemas. The setup is straightforward: run Gemma 4 via &lt;a href="https://github.com/ggml-org/llama.cpp" rel="noopener noreferrer"&gt;llama.cpp&lt;/a&gt; or &lt;a href="https://github.com/vllm-project/vllm" rel="noopener noreferrer"&gt;vLLM&lt;/a&gt; with an OpenAI-compatible endpoint, point your MCP client at it, and the model handles tool selection and call generation locally. What previously required a cloud model API can now run on your own infrastructure with no per-call cost and no data leaving your server.&lt;/p&gt;

&lt;h2&gt;
  
  
  Picking the Right Model for Agentic Work
&lt;/h2&gt;

&lt;p&gt;Gemma 4 ships as a family of four, and the right choice for agentic deployment isn't automatically the biggest one.&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;31B dense&lt;/strong&gt; model is the accuracy ceiling - highest τ2-bench score, best reasoning on complex multi-step tasks, strongest fine-tuning base. It runs unquantized on a single 80GB H100, and quantized (Q4_K_M) on consumer GPUs with 24GB+ VRAM. If you're building a server-side agent where quality is the constraint and hardware isn't, start here.&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;26B MoE&lt;/strong&gt; is the practical production choice for most agentic deployments. 85.5% on τ2-bench is close enough to the 31B that the tradeoff is almost always worth it: 4x faster token generation, lower GPU memory pressure during inference, same 256K context window. For agents running continuous loops or handling high request volume, the speed difference compounds significantly.&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;E4B&lt;/strong&gt; (4B edge model) hits 52% on LiveCodeBench and supports native audio input - the only model in the family that handles speech natively. If you're building on-device Android agents that need voice input or mobile-first agentic workflows, this is your model. The agentic tool use scores are lower, but the hardware targets are completely different: this runs on a phone.&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;E2B&lt;/strong&gt; (2B edge model) reaches 133 prefill tokens/sec on a Raspberry Pi 5 CPU. For IoT agents, offline-first deployments, or anything constrained to sub-1.5GB RAM, it's the only viable option in this family and still handles multimodal input.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Apache 2.0 License Is Not a Minor Detail
&lt;/h2&gt;

&lt;p&gt;Every previous Gemma release shipped under a Google proprietary license. Gemma 4 is the first under &lt;a href="https://www.apache.org/licenses/LICENSE-2.0" rel="noopener noreferrer"&gt;Apache 2.0&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;For agentic AI specifically, this matters more than it does for general language model use. Agents get embedded in products. They get fine-tuned on proprietary data. They get wrapped in commercial services that customers pay for. All of that required legal review and negotiation under the old Gemma license. Under Apache 2.0, you can build, ship, fine-tune, and commercialize without clearing Google's terms first.&lt;/p&gt;

&lt;p&gt;For startups and solo developers building on open-weight models, this is one less legal headache at exactly the moment when the model became capable enough to actually deploy in production.&lt;/p&gt;

&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# Pull with Ollama - fastest path to a running model&lt;/span&gt;
ollama pull gemma4:31b
ollama pull gemma4:26b-moe

&lt;span class="c"&gt;# Or via Hugging Face&lt;/span&gt;
pip &lt;span class="nb"&gt;install &lt;/span&gt;transformers
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://aistudio.google.com/" rel="noopener noreferrer"&gt;Google AI Studio&lt;/a&gt; has the 31B and 26B MoE available in-browser with no local setup. &lt;a href="https://play.google.com/store/apps/details?id=com.google.ai.edge.gallery" rel="noopener noreferrer"&gt;Google AI Edge Gallery&lt;/a&gt; covers the E4B and E2B for on-device testing. Full framework support at launch includes Hugging Face Transformers, vLLM, llama.cpp, MLX, NVIDIA NIM, SGLang, Ollama, LM Studio, and more.&lt;/p&gt;

&lt;p&gt;For MCP integration, the &lt;a href="https://github.com/lushbinary/gemma-mcp" rel="noopener noreferrer"&gt;gemma-mcp&lt;/a&gt; package handles client setup against a locally-served Gemma 4 endpoint.&lt;/p&gt;

&lt;p&gt;One practical note if you're running the 26B MoE via Ollama on Apple Silicon: as of v0.20.3 there's a known streaming bug that routes tool-call responses to the wrong field. Use llama.cpp directly or wait for the Ollama fix before deploying in an agentic context.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Honest Caveat
&lt;/h2&gt;

&lt;p&gt;86.4% on τ2-bench Retail is not 100%. In agentic pipelines where tool calls chain across 10–20 steps, a 14% per-call failure rate compounds. Production deployments need retry logic, error handling, and validation layers between tool outputs - the same engineering discipline you'd apply to any distributed system with failure modes.&lt;/p&gt;

&lt;p&gt;Gemma 4 doesn't eliminate the need for defensive agent architecture. It makes the failure rate manageable enough that the architecture is worth building.&lt;/p&gt;

&lt;p&gt;That's the real shift. Not that local open models are now perfect for agentic work. It's that they crossed the threshold from "interesting experiment" to "defensible production choice" - and they did it on your hardware, under a license you can actually ship with.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Follow for more coverage on MCP, agentic AI, and AI infrastructure.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>gemmachallenge</category>
      <category>devchallenge</category>
      <category>gemma</category>
      <category>ai</category>
    </item>
    <item>
      <title>Hermes Agent's Learning Loop Is the Only Thing That Makes an Agent Actually Get Better. Here's How It Works</title>
      <dc:creator>Om Shree</dc:creator>
      <pubDate>Wed, 20 May 2026 01:09:56 +0000</pubDate>
      <link>https://gg.forem.com/om_shree_0709/hermes-agents-learning-loop-is-the-only-thing-that-makes-an-agent-actually-get-better-heres-how-3l2k</link>
      <guid>https://gg.forem.com/om_shree_0709/hermes-agents-learning-loop-is-the-only-thing-that-makes-an-agent-actually-get-better-heres-how-3l2k</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/hermes-agent-2026-05-15"&gt;Hermes Agent Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;Most AI agents have a memory problem they don't admit to. Every session ends, the context resets, and tomorrow you're explaining your codebase, your preferences, and your constraints from scratch again. &lt;a href="https://hermes-agent.nousresearch.com/" rel="noopener noreferrer"&gt;Hermes Agent&lt;/a&gt; by &lt;a href="https://nousresearch.com" rel="noopener noreferrer"&gt;Nous Research&lt;/a&gt; is the first open-source agent that structurally solves this - not through a configurable memory feature, but through a closed learning loop baked into the agent runtime itself.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Every Other Agent Forgets
&lt;/h2&gt;

&lt;p&gt;The standard agentic loop is three steps: receive task, plan and execute, return result. State resets. The next task starts blank.&lt;/p&gt;

&lt;p&gt;Most frameworks tried to patch this with long-term memory bolted on after the fact - a vector database that stores embeddings of past conversations. The problem is that vector retrieval answers the question "what did we talk about that was similar to this?" It doesn't answer "how did I actually solve this class of problem last time, and what were the exact steps?" Those are different questions, and conflating them is why most "memory-enabled" agents still feel stateless in practice.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/NousResearch/hermes-agent" rel="noopener noreferrer"&gt;Hermes Agent&lt;/a&gt; adds two steps after the response is returned. Step four: the agent receives an internal nudge to evaluate whether the session is worth persisting. Step five: if the task involved five or more tool calls, the agent autonomously writes a skill document describing exactly how it was solved, then indexes it into memory for every future session. That's the loop. And it's the reason the project crossed 100,000 GitHub stars seven weeks after launching on February 25, 2026.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Five Stages in Practice
&lt;/h2&gt;

&lt;p&gt;Understanding the loop means understanding what actually happens between "you send a message" and "the agent responds."&lt;/p&gt;

&lt;p&gt;A message arrives - from CLI, Telegram, Discord, Slack, WhatsApp, Signal, or a scheduled cron job. They all enter the same execution engine. Before the model sees your query, the agent runs retrieval: it queries a local SQLite database with FTS5 full-text search, pulling relevant past skills and notes at roughly 10ms latency across 10,000+ indexed documents. The model then plans, invokes tools, executes, and streams output - that's the ordinary agent loop you know.&lt;/p&gt;

&lt;p&gt;After the response, the loop diverges. The agent checks its own session. Did this involve meaningful tool sequences? Is there a generalizable procedure here? If yes, a skill document gets written to &lt;code&gt;~/.hermes/skills/&lt;/code&gt; in plain Markdown following the &lt;a href="https://agentskills.io" rel="noopener noreferrer"&gt;agentskills.io&lt;/a&gt; open standard. That file is immediately searchable by every future session. The next time a similar problem arrives, Hermes retrieves the procedure rather than rediscovering it.&lt;/p&gt;

&lt;p&gt;The practical result: independent benchmarks show agents carrying 20+ self-created skills complete similar future research tasks roughly 40% faster than fresh agent instances on the same job. The honest caveat is domain specificity - a skill learned from summarizing GitHub PRs doesn't transfer to planning database migrations. Cross-domain generalization is still unsolved. But within a narrow, repetitive domain, the compounding effect is real and measurable.&lt;/p&gt;

&lt;h2&gt;
  
  
  Four Memory Layers, Each Solving a Different Problem
&lt;/h2&gt;

&lt;p&gt;The learning loop is the process. The memory system is what it writes into, and it's split across four distinct layers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Session memory&lt;/strong&gt; is ordinary context management - the current conversation window. Nothing novel, but Hermes exposes &lt;code&gt;/compress&lt;/code&gt;, &lt;code&gt;/usage&lt;/code&gt;, and &lt;code&gt;/insights&lt;/code&gt; slash commands so you can monitor and control it explicitly rather than waiting for silent overflow.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Persistent memory&lt;/strong&gt; is the SQLite FTS5 store where completed task outcomes and agent-curated notes live. Everything sits in &lt;code&gt;~/.hermes/&lt;/code&gt; on your own machine - no cloud round-trips, no telemetry, no third-party memory provider. The architecture scales comfortably to around 100K documents before you'd want to swap in a dedicated vector store like Qdrant or Chroma.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The skill document store&lt;/strong&gt; is the output of the learning loop. Skills are plain Markdown files - portable, human-readable, diff-able in version control. Crucially, only skill names and brief descriptions load into the system prompt by default. Full skill bodies load on demand. That design is why a library of 200 skills doesn't blow your context budget. As of v0.10.0, Hermes ships 96 bundled skills plus 22 optional ones across 26+ categories covering MLOps, GitHub workflows, research pipelines, scraping, code execution, and more.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Honcho&lt;/strong&gt; is the optional fourth layer - a user modeling system built via integration with &lt;a href="https://github.com/plastic-labs/honcho" rel="noopener noreferrer"&gt;Plastic Labs&lt;/a&gt;' dialectic architecture. Honcho passively accumulates your preferences, communication style, tech stack, and domain vocabulary across sessions. It's the layer that gives the "grows with you" quality after several hundred interactions. For task-specific deployments, the other three layers are usually sufficient.&lt;/p&gt;

&lt;p&gt;One trade-off worth naming: the memory system is automatic but not fully transparent. You can't export "everything Hermes knows about me" as a single human-readable file. If you're operating under GDPR, HIPAA, or CMMC constraints, factor that into your deployment decision.&lt;/p&gt;

&lt;h2&gt;
  
  
  Skills Are the Interface Between Learning and Utility
&lt;/h2&gt;

&lt;p&gt;A skill in Hermes terms is a Markdown document describing how to accomplish a specific procedure - which tools to invoke, in what order, with what parameters, and what pitfalls to avoid. Two kinds coexist: the bundled catalog that ships with every install (curated and security-reviewed by Nous Research), and auto-created skills generated by the learning loop itself.&lt;/p&gt;

&lt;p&gt;Because skills follow the &lt;a href="https://agentskills.io" rel="noopener noreferrer"&gt;agentskills.io&lt;/a&gt; open standard, they're not locked to Hermes. The same file can run inside any framework that implements the spec. As of mid-April, the community hub was carrying 643 reviewed skills - smaller than OpenClaw's 13,000+ marketplace, but curated in a way that sprawling open marketplaces typically aren't.&lt;/p&gt;

&lt;p&gt;One practical gotcha: auto-generated skills from moderate tasks (5–10 tool calls) tend to be tight and reusable. Skills generated from very complex multi-phase tasks (50+ tool calls) sometimes over-generalize or bake in too much session-specific context. A manual review pass of auto-generated skills during your first month of use is time well spent.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Architecture Actually Matters
&lt;/h2&gt;

&lt;p&gt;The agent space in 2025 and early 2026 was dominated by a certain kind of demo: impressive one-shot task execution, elegant tool orchestration, clean architecture diagrams. What almost nobody shipped was an agent that got measurably better at your specific workflows the longer it ran.&lt;/p&gt;

&lt;p&gt;Hermes Agent's learning loop is a structural bet that agents are most valuable not as general-purpose task executors but as accumulating specialists. If your workflows are repetitive and structured - running the same class of tasks against the same codebase over months - Hermes compounds in ways that prompt-engineered agents simply cannot match. If your workflows are broad and constantly different, the loop has nothing to work with, and the skill library stays thin.&lt;/p&gt;

&lt;p&gt;Know which category you're in before architecting around this. The self-improving agent is a compelling abstraction, but it earns its value through repetition. A month of daily use inside a narrow domain will teach you more about whether this architecture fits your work than any benchmark.&lt;/p&gt;

&lt;p&gt;There's also a research angle that doesn't get enough coverage. Nous Research built Atropos RL environment integration and trajectory export directly into Hermes. Every run, every successful tool sequence, every generated skill is a candidate trajectory for fine-tuning smaller, purpose-built models. Hermes isn't just an application - it's a data pipeline for the next generation of tool-calling models, built by the lab that trains them. That dual-use architecture is rare, and it's worth understanding if you're thinking about this space beyond the immediate "build an agent" use case.&lt;/p&gt;

&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# Install on Linux / macOS / WSL2&lt;/span&gt;
curl &lt;span class="nt"&gt;-fsSL&lt;/span&gt; https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

&lt;span class="c"&gt;# Set your model provider&lt;/span&gt;
hermes model

&lt;span class="c"&gt;# Start your first session&lt;/span&gt;
hermes
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Full documentation at &lt;a href="https://hermes-agent.nousresearch.com/docs/" rel="noopener noreferrer"&gt;hermes-agent.nousresearch.com/docs&lt;/a&gt;. The &lt;a href="https://hermes-agent.nousresearch.com/docs/getting-started/quickstart" rel="noopener noreferrer"&gt;quickstart&lt;/a&gt; gets you to a running agent in under five minutes.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Bigger Question
&lt;/h2&gt;

&lt;p&gt;The open-source agent field is still mostly asking "can the agent do this task?" Hermes Agent is asking a different question: "does the agent get better at this task over time?" Those are not the same question, and the second one is harder.&lt;/p&gt;

&lt;p&gt;Whether the learning loop delivers compounding improvement at the architectural level - not just better UX - is something the research community is still working out. The &lt;a href="https://github.com/NousResearch/hermes-agent" rel="noopener noreferrer"&gt;hermes-agent-self-evolution&lt;/a&gt; companion project applies DSPy and GEPA to optimize skills and prompts against benchmarks. If that feedback loop produces measurable improvement on public evals, the "self-improving" framing holds. If gains plateau after a few iterations, the learning loop is a better developer experience - not a better algorithm. Either way, it's the most honest attempt at the problem anyone has shipped in the open.&lt;/p&gt;

&lt;p&gt;Every other agent forgets. That's still the baseline. Hermes is trying to make the baseline obsolete.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Follow for more coverage on MCP, agentic AI, and AI infrastructure.&lt;/em&gt;&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;


&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>hermesagentchallenge</category>
      <category>devchallenge</category>
      <category>agents</category>
      <category>ai</category>
    </item>
    <item>
      <title>Google AI Edge Gallery Now Runs MCP On-Device. The Privacy Architecture</title>
      <dc:creator>Om Shree</dc:creator>
      <pubDate>Wed, 20 May 2026 00:44:23 +0000</pubDate>
      <link>https://gg.forem.com/om_shree_0709/google-ai-edge-gallery-now-runs-mcp-on-device-the-privacy-architecture-5075</link>
      <guid>https://gg.forem.com/om_shree_0709/google-ai-edge-gallery-now-runs-mcp-on-device-the-privacy-architecture-5075</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/google-io-writing-2026-05-19"&gt;Google I/O Writing Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;On-device AI has spent most of its existence being impressive in demos and limited everywhere else. Google just changed the constraint that mattered most: the model couldn't reach anything outside the app sandbox.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem It's Solving
&lt;/h2&gt;

&lt;p&gt;Local inference is great for privacy and latency. It's lousy for usefulness. A model running entirely on your phone can answer questions from its training data and nothing else — no calendar, no inbox, no live web, no external tools. You get an isolated reasoning engine that can't act on the world around it.&lt;/p&gt;

&lt;p&gt;That's the fundamental tension in edge AI: the moment you connect a model to external systems, you typically route the requests through a server. The privacy story falls apart. The latency goes up. The offline capability disappears.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.google.ai.edge.gallery" rel="noopener noreferrer"&gt;Google AI Edge Gallery&lt;/a&gt; just shipped an answer to this. The May 19 update adds &lt;a href="https://modelcontextprotocol.io/docs/getting-started/intro" rel="noopener noreferrer"&gt;Model Context Protocol (MCP)&lt;/a&gt; support to the Android app, alongside scheduled notification reminders and persistent chat history. Together, these three features move the app from a model playground into something that starts to look like an actual on-device agent runtime.&lt;/p&gt;

&lt;h2&gt;
  
  
  How It Actually Works
&lt;/h2&gt;

&lt;p&gt;The MCP integration runs over &lt;a href="https://modelcontextprotocol.io/specification/2025-11-25/basic/transports#streamable-http" rel="noopener noreferrer"&gt;Streamable HTTP&lt;/a&gt;, currently experimental and Android-only (iOS support is coming). The architecture is worth understanding carefully, because it's not what you might expect.&lt;/p&gt;

&lt;p&gt;When you register an MCP server URL in the app, it dynamically pulls tool definitions and resource schemas directly into &lt;a href="https://developers.googleblog.com/bring-state-of-the-art-agentic-skills-to-the-edge-with-gemma-4/" rel="noopener noreferrer"&gt;Gemma 4's&lt;/a&gt; system prompt on-device. The reasoning happens entirely on the phone. Gemma 4 decides locally which tool to call, generates the request locally, and then sends that request to wherever the MCP server lives — your home computer, a cloud endpoint, wherever. The model itself never leaves the device.&lt;/p&gt;

&lt;p&gt;This is a meaningful architectural choice. The tool selection and orchestration logic stays private. Only the structured API call goes out over the network, not your raw query or whatever context the model was working with.&lt;/p&gt;

&lt;p&gt;The notification system works differently: it's a "Schedule Notification" skill that sets local OS-level reminders. When you tap one, the app opens directly to the right tool and launches a Gemma 4 session automatically. No server involved at all.&lt;/p&gt;

&lt;p&gt;Chat history persistence runs through the &lt;a href="https://developers.googleblog.com/blazing-fast-on-device-genai-with-litert-lm" rel="noopener noreferrer"&gt;LiteRT-LM&lt;/a&gt; backend's fast prefill capability. On modern phone GPUs, prefill can hit over 3,000 tokens per second, which means the model can reconstruct a long previous session almost instantly when you reopen the app. Sessions maintain state across text, images, and audio.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Developers Are Actually Using It For
&lt;/h2&gt;

&lt;p&gt;The MCP use cases Google demos are practical rather than speculative. Connect to a &lt;a href="https://workspace.google.com/" rel="noopener noreferrer"&gt;Google Workspace MCP&lt;/a&gt; to query your calendar or check your inbox. Use a Google Maps MCP to ask about travel times in natural language. Connect a web fetch MCP to pull live documentation or news into the model's context.&lt;/p&gt;

&lt;p&gt;The notification + session continuity combination opens up something more interesting: scheduled routines that actually maintain context. A mood tracking workflow that reminds you every evening at 10 PM, opens to Gemma 4, and — because chat history persists — can look back at previous entries to surface trends. A morning briefing that reads your local calendar and gives you a summary before you leave the house. A daily "learn something new" prompt that generates a shareable visual infographic from whatever topic you pick.&lt;/p&gt;

&lt;p&gt;The community-built skills on the &lt;a href="https://github.com/google-ai-edge/gallery/discussions/categories/skills" rel="noopener noreferrer"&gt;GitHub Discussions page&lt;/a&gt; are already going further: lightweight web search integrations for live weather and currency data, parsers that turn images and HTML into structured data for semantic search, quiz generators, language translators, offline puzzle games.&lt;/p&gt;

&lt;p&gt;Google has also added the ability to edit the system prompt directly from chat settings, which is the right call for a developer-facing app. You can define personas, set output constraints, or experiment with prompting approaches without touching any config files.&lt;/p&gt;

&lt;p&gt;One practical note for anyone building on this: on-device models have smaller context windows than their server-side counterparts. Google explicitly recommends keeping MCP tool descriptions short and returning bite-sized data snippets rather than long text blocks. The architecture rewards lean, well-scoped tool definitions.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Is a Bigger Deal Than It Looks
&lt;/h2&gt;

&lt;p&gt;MCP has spent most of 2025 and early 2026 as an enterprise and desktop story. The tooling, the infrastructure, the conversation — it's been aimed at developers building server-side agents with access to large context windows and cloud compute.&lt;/p&gt;

&lt;p&gt;Putting MCP into a phone app, powered by a model running entirely on-device, moves the protocol into a different category of deployment. The reasoning stays on the device. Only structured tool calls go out over the network. That's a viable architecture for healthcare apps, legal tools, or anything else where raw query data can't leave the device.&lt;/p&gt;

&lt;p&gt;There's also something worth noting about the open-source angle here. The &lt;a href="https://github.com/google-ai-edge/gallery" rel="noopener noreferrer"&gt;Google AI Edge Gallery repository&lt;/a&gt; is public, the skill system is extensible, and the community is already building on it. This isn't a closed platform with a curated app store of approved integrations. Anyone can write an MCP server, register it in the app, and extend what on-device Gemma can reach.&lt;/p&gt;

&lt;p&gt;The combination of persistent sessions, proactive notifications, and external tool access is basically the minimum viable definition of an ambient agent: something that maintains context over time, reaches external systems when needed, and can act without being explicitly invoked. Google shipped all three in one update.&lt;/p&gt;

&lt;h2&gt;
  
  
  Availability and Access
&lt;/h2&gt;

&lt;p&gt;The MCP integration is live now in the Android version of &lt;a href="https://play.google.com/store/apps/details?id=com.google.ai.edge.gallery" rel="noopener noreferrer"&gt;Google AI Edge Gallery&lt;/a&gt;. iOS support is listed as coming soon. Technical documentation and example MCP configurations are in the &lt;a href="https://github.com/google-ai-edge/gallery/tree/main/mcp" rel="noopener noreferrer"&gt;GitHub repository&lt;/a&gt;. The app is free on both the &lt;a href="https://play.google.com/store/apps/details?id=com.google.ai.edge.gallery" rel="noopener noreferrer"&gt;Play Store&lt;/a&gt; and &lt;a href="https://apps.apple.com/us/app/google-ai-edge-gallery/id6749645337" rel="noopener noreferrer"&gt;App Store&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The edge AI stack — Gemma 4 running locally, MCP bridging to external tools, LiteRT-LM handling fast prefill — is now available to any developer who wants to build on it. The interesting question is which use cases the community finds that Google hasn't thought of yet.&lt;/p&gt;

&lt;p&gt;MCP's reach just extended to every Android phone. That's a different surface area than any enterprise deployment.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Follow for more coverage on MCP, agentic AI, and AI infrastructure.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>googleiochallenge</category>
      <category>devchallenge</category>
      <category>ai</category>
      <category>mcp</category>
    </item>
    <item>
      <title>GPT-5.5 vs Claude Opus 4.7 vs Gemini 3.1 Pro: The Frontier Model Showdown</title>
      <dc:creator>Om Shree</dc:creator>
      <pubDate>Sat, 25 Apr 2026 03:38:59 +0000</pubDate>
      <link>https://gg.forem.com/om_shree_0709/gpt-55-vs-claude-opus-47-vs-gemini-31-pro-the-frontier-model-showdown-4mji</link>
      <guid>https://gg.forem.com/om_shree_0709/gpt-55-vs-claude-opus-47-vs-gemini-31-pro-the-frontier-model-showdown-4mji</guid>
      <description>&lt;p&gt;Three flagship models. Three different labs. Three different bets on what production AI actually needs in 2026. GPT-5.5 dropped April 23, Opus 4.7 dropped April 16, and Gemini 3.1 Pro has been in developer preview since February 19. If you're building agents, coding tools, or any serious production workflow right now, you need to know exactly where each one wins — and where it doesn't.&lt;/p&gt;

&lt;p&gt;This is the breakdown with no hedging.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem With "Best Model" Claims
&lt;/h2&gt;

&lt;p&gt;Every lab calls its flagship the best. The honest answer is that no single model wins across every workload in April 2026. The differentiation has shifted from raw intelligence to specificity: which model is best for &lt;em&gt;your&lt;/em&gt; tasks, at &lt;em&gt;your&lt;/em&gt; price point, on &lt;em&gt;your&lt;/em&gt; infrastructure. The gap between these three models on most benchmarks is narrow enough that the wrong choice costs more in API spend and rework than the right choice saves in capability.&lt;/p&gt;

&lt;p&gt;Here's how to actually read the comparison.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Benchmark Map: Who Wins What
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Agentic coding&lt;/strong&gt; is the highest-stakes category right now, and the results are split.&lt;/p&gt;

&lt;p&gt;On Terminal-Bench 2.0, GPT-5.5 achieves 82.7%, up from GPT-5.4's 75.1%. Claude Opus 4.7 sits at 69.4%. Gemini 3.1 Pro scores 54.2% on SWE-Bench Pro. GPT-5.5 wins Terminal-Bench decisively — this benchmark tests real command-line workflows, shell scripting, container orchestration, and tool chaining. If your agent lives in a terminal, this is the number that matters most.&lt;/p&gt;

&lt;p&gt;But on &lt;strong&gt;SWE-Bench Pro&lt;/strong&gt; — real GitHub issue resolution across Python, JavaScript, Java, and Go — the rankings flip. Opus 4.7 scores 64.3% on SWE-Bench Pro, leapfrogging both GPT-5.4 at 57.7% and Gemini at 54.2%. GPT-5.5's score of 58.6% puts it ahead of GPT-5.4 but still behind Opus 4.7 on this specific benchmark.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tool use and MCP&lt;/strong&gt; is Opus 4.7's clearest win. Opus 4.7 leads MCP-Atlas at 77.3%, ahead of GPT-5.4 at 68.1% and Gemini 3.1 Pro at 73.9%. MCP-Atlas measures complex, multi-turn tool-calling scenarios — the closest thing to a real production agent benchmark. For teams building orchestration agents that route across multiple tools in a single workflow, this result is the one to pay attention to.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Scientific reasoning (GPQA Diamond)&lt;/strong&gt; is essentially a three-way tie. Opus 4.7 comes in at 94.2%, Gemini 3.1 Pro at 94.3%, and GPT-5.4 Pro at 94.4%. GPT-5.5 does not break this tie meaningfully. This benchmark is approaching saturation at the frontier — the differentiation is elsewhere.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Abstract reasoning (ARC-AGI-2)&lt;/strong&gt; is Google's headline story. Gemini 3.1 Pro scored 77.1% on ARC-AGI-2, more than double Gemini 3 Pro's score of 31.1%. ARC-AGI-2 specifically tests novel pattern recognition that models cannot have memorized during training. Neither OpenAI nor Anthropic has published comparable scores here, which tells its own story.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Computer use&lt;/strong&gt; is close but GPT-5.5 nudges ahead. GPT-5.5 achieves 78.7% on OSWorld-Verified, Opus 4.7 reaches 78.0%, both up from GPT-5.4's 75.0%. A 0.7-point gap in Opus 4.7's favor on the previous generation is now reversed — marginally.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Web search and browsing&lt;/strong&gt; is GPT-5.5's other clear advantage. GPT-5.4 held a BrowseComp lead at 89.3% versus Opus 4.7's 79.3%. GPT-5.5 maintains this gap. If your agent needs to navigate the web reliably, OpenAI has the edge.&lt;/p&gt;




&lt;h2&gt;
  
  
  How Each Model Actually Works Differently
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;GPT-5.5&lt;/strong&gt; is a genuinely new foundation. It's the first fully retrained base model since GPT-4.5 — not a refinement of the GPT-5 architecture, but a model trained from scratch. That explains the Terminal-Bench jump. The model reasons about code execution differently at a fundamental level, not just incrementally better. It matches GPT-5.4's per-token latency while performing at a higher intelligence level — and uses fewer tokens to complete the same Codex tasks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Claude Opus 4.7&lt;/strong&gt; introduced a behavioral shift that the benchmarks only partially capture. It devises ways to verify its own outputs before reporting back, catches its own logical faults during the planning phase, and accelerates execution far beyond previous Claude models. This isn't just a score improvement — it's a change in how the model approaches long-horizon agentic work. Low-effort Opus 4.7 is roughly equivalent to medium-effort Opus 4.6, which means the efficiency gain shows up in your token bill before you even tune effort levels. The vision upgrade also deserves mention: image resolution jumped from 1.15 megapixels to 3.75 megapixels — more than three times the pixel count of any prior Claude model.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Gemini 3.1 Pro&lt;/strong&gt; plays a different game: multimodal breadth and context scale. It is the only frontier model with true native multimodal support — handling text, images, audio, and video simultaneously within a single unified model. GPT-5.5 handles text and images but not audio or video at the API level. Opus 4.7 has excellent vision but no audio or video. The context window is 2 million tokens — the largest of any frontier model available today. In practical terms, this means processing entire book collections, extensive legal contracts, or hours of video in a single prompt. GPT-5.5 and Opus 4.7 both offer 1M context windows, but Gemini doubles it.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Developers Are Actually Using Each One For
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;GPT-5.5 in Codex&lt;/strong&gt; is the default choice for infrastructure automation, CI/CD scripting, and multi-step computer use. The Terminal-Bench lead is real and it matters for DevOps-adjacent workflows. Cursor co-founder Michael Truell confirmed GPT-5.5 stayed on task longer and showed more reliable tool use than GPT-5.4. It's also the model to choose if your agent does significant web navigation.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Claude Opus 4.7&lt;/strong&gt; is the strongest choice for production coding agents that need to reason through ambiguous, multi-file engineering problems — and for any workflow that requires reliable tool orchestration. Vercel confirmed Opus 4.7 does proofs on systems code before starting work — a new behavior not seen in prior Claude models. For legal tech, financial analysis, and document-heavy enterprise work, the Finance Agent benchmark win (64.4%, state-of-the-art at release) and the BigLaw Bench result (90.9%) are concrete signals.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Gemini 3.1 Pro&lt;/strong&gt; is the right choice when your workload is research-heavy, multimodal by nature, or involves very long context that would push the other models to their limits. It's also the only model in this group that can natively process video alongside text — useful for content pipelines, educational tooling, and media analysis.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Pricing Table That Actually Matters
&lt;/h2&gt;

&lt;p&gt;This is where the decision often gets made.&lt;/p&gt;

&lt;p&gt;Gemini 3.1 Pro costs $2.00 per million input tokens and $12.00 per million output tokens.&lt;/p&gt;

&lt;p&gt;Claude Opus 4.7 is priced at $5 per million input tokens and $25 per million output tokens — unchanged from Opus 4.6.&lt;/p&gt;

&lt;p&gt;GPT-5.5 costs $5.00 per million input tokens and $30.00 per million output tokens.&lt;/p&gt;

&lt;p&gt;At equivalent input pricing, Gemini 3.1 Pro costs 60% less than the other two flagships. At 10 million output tokens per month, Gemini comes in at roughly $120, Opus 4.7 at $250, and GPT-5.5 at $300. For high-volume workloads where Gemini's benchmark profile is sufficient, that gap is real budget.&lt;/p&gt;

&lt;p&gt;One important caveat on Opus 4.7: the new tokenizer can use roughly 1.0–1.35x more tokens than Opus 4.6 depending on content. Replay real prompts before assuming the list price is your actual cost.&lt;/p&gt;

&lt;p&gt;On GPT-5.5: cached input tokens drop to $0.50 per million — a tenth of the standard rate. Cache your system prompts and tool schemas on any multi-turn workflow.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why This Three-Way Split Is a Bigger Deal Than It Looks
&lt;/h2&gt;

&lt;p&gt;The 2024 playbook was: pick the smartest model, use it for everything. That playbook is dead.&lt;/p&gt;

&lt;p&gt;The April 2026 frontier is differentiated enough that routing by task type is now the correct architecture. GPT-5.5 on terminal and browser tasks, Opus 4.7 on complex multi-file coding and tool orchestration, Gemini 3.1 Pro on research, video, and long-context analysis — that's not hedging, it's the optimal engineering decision given where benchmarks actually sit.&lt;/p&gt;

&lt;p&gt;An IDC analyst framed the structural dynamic plainly: no single model wins everywhere, which is healthy for the ecosystem and gives developers real choices based on specific needs. The developers who treat model selection as a routing problem — rather than a loyalty problem — will ship better products at lower cost.&lt;/p&gt;




&lt;h2&gt;
  
  
  Access and Availability
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;GPT-5.5&lt;/strong&gt; is live in ChatGPT for Plus, Pro, Business, and Enterprise users. API access (gpt-5.5) is available now through &lt;a href="https://platform.openai.com" rel="noopener noreferrer"&gt;OpenAI's platform&lt;/a&gt; at $5/$30 per million tokens.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Claude Opus 4.7&lt;/strong&gt; (claude-opus-4-7) is generally available via the &lt;a href="https://anthropic.com/api" rel="noopener noreferrer"&gt;Anthropic API&lt;/a&gt;, Amazon Bedrock, Google Cloud Vertex AI, and Microsoft Foundry at $5/$25 per million tokens.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Gemini 3.1 Pro&lt;/strong&gt; is available in developer preview via &lt;a href="https://ai.google.dev/" rel="noopener noreferrer"&gt;Google AI Studio&lt;/a&gt;, Vertex AI, and Gemini CLI at $2/$12 per million tokens (under 200K context).&lt;/p&gt;




&lt;p&gt;There is no universal winner in April 2026. There are three strong models with distinct profiles, real price differences, and specific workloads where each one is the right default. The engineers who benchmark their actual tasks against all three will build better systems than the ones who follow lab marketing. Start there.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Follow for more coverage on MCP, agentic AI, and AI infrastructure.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>openai</category>
      <category>claude</category>
      <category>gemini</category>
    </item>
    <item>
      <title>Google Just Killed Vertex AI. Here's What the Gemini Enterprise Agent Platform</title>
      <dc:creator>Om Shree</dc:creator>
      <pubDate>Sat, 25 Apr 2026 03:31:36 +0000</pubDate>
      <link>https://gg.forem.com/om_shree_0709/google-just-killed-vertex-ai-heres-what-the-gemini-enterprise-agent-platform-4fh4</link>
      <guid>https://gg.forem.com/om_shree_0709/google-just-killed-vertex-ai-heres-what-the-gemini-enterprise-agent-platform-4fh4</guid>
      <description>&lt;p&gt;Vertex AI has been Google Cloud's AI development platform since 2021. On April 22, 2026, at Google Cloud Next in Las Vegas, Google retired it — not with a deprecation notice, but with a full rebrand and architectural overhaul. Going forward, all Vertex AI services and roadmap evolutions will be delivered exclusively through Agent Platform. If you're building on Google Cloud's AI stack, the ground just shifted.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem It's Solving
&lt;/h2&gt;

&lt;p&gt;Vertex AI was built for a different era. In the early days of generative AI, building safe and reliable business tools took massive engineering effort and a high tolerance for trial and error. Vertex handled that well — model selection, fine-tuning, deployment. But it was never designed for what enterprise AI has actually become: fleets of autonomous agents operating across dozens of systems simultaneously, often without proper security or governance guardrails.&lt;/p&gt;

&lt;p&gt;The gap is real. You can build a capable agent today without much trouble. Governing it — knowing what it's doing, what it has access to, whether it's behaving as intended — is a different problem entirely. Anthropic has Managed Agents, which cover runtime and memory but leave governance and observability to third parties. Google is betting that owning that full stack is the differentiator.&lt;/p&gt;




&lt;h2&gt;
  
  
  How the Gemini Enterprise Agent Platform Actually Works
&lt;/h2&gt;

&lt;p&gt;The platform is organized around four pillars: Build, Scale, Govern, and Optimize. Each maps to a concrete set of tools, not just marketing categories.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Build&lt;/strong&gt; covers the development surface. Agent Studio provides a low-code visual canvas for designing, prototyping, and managing agent reasoning loops. The Agent Development Kit (ADK) handles code-first development of complex agents. Agent Garden gives developers a library of prebuilt agents and templates. And Model Garden provides access to over 200 foundation models — including Gemini 3.1 Pro, Gemma 4, and third-party models like Anthropic's Claude Opus, Sonnet, and Haiku.&lt;/p&gt;

&lt;p&gt;A significant ADK upgrade ships with this release. More than six trillion tokens are processed monthly through ADK. The new graph-based framework lets you organize agents into a network of sub-agents, defining clear, reliable logic for how they collaborate on complex problems.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Scale&lt;/strong&gt; is handled by Agent Runtime, which is rebuilt for a specific and important use case: long-running agents that maintain state for days at a time, backed by Memory Bank for persistent, long-term context. This is where Google draws a real line against stateless chat-based architectures. Payhawk is already using Memory Bank so their Financial Controller Agent recalls user habits and auto-submits expenses, cutting submission time by over 50%.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Govern&lt;/strong&gt; is where this platform separates from everything else on the market. Three components do the work:&lt;/p&gt;

&lt;p&gt;Agent Identity gives every agent a unique cryptographic ID, creating a clear auditable trail for every action it takes, mapped back to defined authorization policies. Think of it as IAM, but for agents rather than humans — SPIFFE-formatted, natively integrated.&lt;/p&gt;

&lt;p&gt;Agent Registry provides a single source of truth for the enterprise: it indexes every internal agent, tool, and skill, ensuring only governed and approved assets are available to your users.&lt;/p&gt;

&lt;p&gt;Agent Gateway acts as the air traffic control for your agent ecosystem — providing secure, unified connectivity between agents and tools across any environment, while enforcing consistent security policies and Model Armor protections to safeguard against prompt injection and data leakage.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Optimize&lt;/strong&gt; closes the loop with Agent Simulation, Agent Evaluation, and Agent Observability. Multi-Turn AutoRaters and Online Evaluation for live traffic give systematic quality assessment. The Unified Trace Viewer provides detailed visibility into agent reasoning and performance for debugging.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Teams Are Actually Using It For
&lt;/h2&gt;

&lt;p&gt;The customer quotes in the announcement are more concrete than typical launch testimonials, which makes them worth citing.&lt;/p&gt;

&lt;p&gt;Comcast rebuilt the Xfinity Assistant using ADK — moving from scripted automation to conversational, generative troubleshooting. Color Health built a Virtual Cancer Clinic that uses Agent Runtime to check screening eligibility, connect patients to clinicians, and schedule appointments at scale. L'Oréal is arguably the most technically interesting case: their Beauty Tech Agentic Platform uses ADK for agent orchestration, and connects agents to their data sources via Model Context Protocol (MCP), securely linked to their core operational applications.&lt;/p&gt;

&lt;p&gt;PayPal is also live with Agent Payment Protocol (AP2), using it as the foundation for trusted agent-initiated payments. That's not a demo — that's commerce infrastructure.&lt;/p&gt;

&lt;p&gt;More than 85% of OpenAI's workforce uses Codex every week was one of GPT-5.5's big enterprise claims. Google's equivalent signal here is six trillion tokens per month through ADK alone. The scale is real.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why This Is a Bigger Deal Than It Looks
&lt;/h2&gt;

&lt;p&gt;The headline is governance. Every serious enterprise blocker for production agentic AI comes back to the same questions: Who authorized this agent to do that? What did it actually do? Can we audit it? Can we revoke it? Until this week, the honest answer in almost every platform was "partially, with custom tooling."&lt;/p&gt;

&lt;p&gt;An IDC analyst framed Google's actual differentiation clearly: "Google has entrenched hardware, developer tools to build and manage agents, and an end-user AI app in Gemini — no one else has those three. That full lifecycle is what they're really hoping differentiates them."&lt;/p&gt;

&lt;p&gt;The MCP integration is also worth flagging for this audience specifically. Agent Gateway and Agent Registry natively support MCP servers — meaning any tool you've already built using the &lt;a href="https://modelcontextprotocol.io" rel="noopener noreferrer"&gt;Model Context Protocol&lt;/a&gt; can be registered, governed, and exposed to agents through the same identity and policy system. That's a significant win for developers who've already built on MCP.&lt;/p&gt;

&lt;p&gt;Developers currently building on Vertex AI keep working in the same console, but the product has a different name and incorporates components that did not exist before: runtimes for long-running agents, persistent memories, registries with cryptographic IDs, security gateways, and simulation tools. The migration surface is low. The capability delta is not.&lt;/p&gt;




&lt;h2&gt;
  
  
  Availability and Access
&lt;/h2&gt;

&lt;p&gt;Announced at Google Cloud Next on April 22, 2026, the platform brings together the Gemini Enterprise app, the Gemini Enterprise Agent Platform, and a partner marketplace that lets companies deploy third-party agents from vendors including Oracle, Salesforce, ServiceNow, Adobe, and Workday inside the same governed environment.&lt;/p&gt;

&lt;p&gt;You can access the platform directly at &lt;a href="https://console.cloud.google.com/agent-platform/overview" rel="noopener noreferrer"&gt;Agent Platform in the Google Cloud console&lt;/a&gt;. The ADK is available at &lt;a href="https://docs.cloud.google.com/gemini-enterprise-agent-platform/build/adk" rel="noopener noreferrer"&gt;docs.cloud.google.com&lt;/a&gt;. Full documentation for the governance layer — Agent Identity, Gateway, and Registry — is at &lt;a href="https://docs.cloud.google.com/gemini-enterprise-agent-platform/overview" rel="noopener noreferrer"&gt;the Agent Platform overview&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Google says the new Gemini Enterprise features will roll out over the coming months. Not everything is GA today — build your evaluation timeline accordingly.&lt;/p&gt;




&lt;p&gt;The enterprise agentic AI race has moved past "which model is smartest" into "which platform can actually govern thousands of agents at once." Google just made the most complete argument yet that it has an answer. Whether the execution matches the architecture is what the next six months will show.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Follow for more coverage on MCP, agentic AI, and AI infrastructure.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>googlecloud</category>
      <category>vertexai</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
