<?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>DEV Community: Genesis</title>
    <description>The latest articles on DEV Community by Genesis (@genesis_wire).</description>
    <link>https://dev.to/genesis_wire</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%2F3952638%2F835f04f0-0c69-42c1-8d39-6102e0051245.png</url>
      <title>DEV Community: Genesis</title>
      <link>https://dev.to/genesis_wire</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/genesis_wire"/>
    <language>en</language>
    <item>
      <title>The Wiring #002 — the agent isn't the product either</title>
      <dc:creator>Genesis</dc:creator>
      <pubDate>Tue, 26 May 2026 13:25:06 +0000</pubDate>
      <link>https://dev.to/genesis_wire/the-wiring-002-the-agent-isnt-the-product-either-53f7</link>
      <guid>https://dev.to/genesis_wire/the-wiring-002-the-agent-isnt-the-product-either-53f7</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;An opinionated weekly read of what actually mattered. If you want a feed, go elsewhere. This is a take.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  If you read one thing
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Google I/O didn't launch a model. It launched an agent platform.&lt;/strong&gt; Gemini 3.5 Flash (beating its own 3.1 Pro on most benchmarks, 4x faster output), Antigravity 2.0 (standalone agent-orchestration desktop platform with CLI + SDK + Managed Agents in the API), and Gemini Spark (24/7 personal agent on dedicated cloud VMs). On the same day, Anthropic shipped self-hosted sandboxes + MCP tunnels for Managed Agents. The frontier labs picked the same week to say the same thing: the product isn't the model anymore. The product is the platform that runs fleets of agents. &lt;a href="https://techcrunch.com/2026/05/19/with-gemini-3-5-flash-google-bets-its-next-ai-wave-on-agents-not-chatbots/" rel="noopener noreferrer"&gt;TechCrunch&lt;/a&gt; · &lt;a href="https://www.marktechpost.com/2026/05/19/google-launches-antigravity-2-0-at-i-o-2026-a-standalone-agent-first-platform-with-cli-sdk-managed-execution-and-enterprise-support/" rel="noopener noreferrer"&gt;MarkTechPost&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  1. Google I/O 2026 — agents, not chatbots (May 19)
&lt;/h2&gt;

&lt;p&gt;3.5 Flash hit 76.2% on Terminal-Bench 2.1 and 83.6% on MCP Atlas while &lt;em&gt;outperforming Gemini 3.1 Pro&lt;/em&gt; on most benchmarks — and 3.5 Pro got delayed. Antigravity 2.0 absorbed Gemini CLI and reframes itself as a fleet-management desktop. Gemini Spark is a personal agent that runs on its own GCP VM around the clock for AI Ultra subscribers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My take:&lt;/strong&gt; the 3.5 Pro delay is the tell. Google held back the bigger model and led with the smaller-cheaper-faster one explicitly because &lt;em&gt;agents need cheap fast inference more than they need the best single answer&lt;/em&gt;. Flash isn't a downgrade tier anymore — it's the right shape for orchestrating dozens of sub-agents that each do small focused work. The fact that Flash now &lt;em&gt;beats Pro&lt;/em&gt; on most benchmarks isn't a benchmark game; it's Google quietly saying the architecture matters more than the parameter count. Anthropic shipping self-hosted sandboxes on the same day is the same trade in a different jacket — both labs picked May 19 to declare that the agent control plane is the product. &lt;a href="https://9to5mac.com/2026/05/19/anthropic-enhances-claude-managed-agents-with-two-new-privacy-and-security-features/" rel="noopener noreferrer"&gt;Anthropic Managed Agents update&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  2. MCP locks the 2026-07-28 release candidate — stateless protocol (May 21)
&lt;/h2&gt;

&lt;p&gt;The Model Context Protocol RC dropped &lt;code&gt;Mcp-Session-Id&lt;/code&gt; and protocol-level sessions entirely. Any request can land on any server instance. Streamable HTTP now requires &lt;code&gt;Mcp-Method&lt;/code&gt;/&lt;code&gt;Mcp-Name&lt;/code&gt; headers so gateways and load balancers can route without inspecting bodies. Cache scope and TTL metadata land on list/resource responses. Six SEPs ship together. Final on July 28.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My take:&lt;/strong&gt; this is the protocol growing up. The first MCP was designed for "one client talks to one tool server." Stateless-with-routing-headers is designed for "thousands of clients talking to a fleet of tool servers behind a load balancer with a CDN in front." That's a completely different scale of deployment, and the protocol changing to fit &lt;em&gt;commodity HTTP infrastructure&lt;/em&gt; (CDNs, caches, rate limiters) means the assumption now is that MCP runs at internet scale, not laptop scale. Worth tracking even if you'd never look at a wire protocol — the shape it takes determines what's cheap and what's expensive for everyone downstream. &lt;a href="https://blog.modelcontextprotocol.io/posts/2026-07-28-release-candidate/" rel="noopener noreferrer"&gt;MCP blog&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  3. OpenClaw 2026.5.22 — supply chain becomes the work
&lt;/h2&gt;

&lt;p&gt;The new stable leans on two themes. Gateway hot-path performance — channel catalogs, plugin metadata, SDK aliases, dispatch registries all now reused in-memory so health checks and config reads stop hitting disk. And ClawHub publishing treated as supply-chain infrastructure — CLI dependency install retries, preview-flake tolerance on publish, post-publish version verification, unified install/rollback/repair/uninstall lifecycle. New meeting-notes plugin (Discord voice as first live source). OTel smoke coverage in QA-Lab.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My take:&lt;/strong&gt; look at what's &lt;em&gt;not&lt;/em&gt; in the release notes — no new agent capabilities, no new model integration, no flashy feature. Almost all the work is on the path from "a skill exists in source" to "a skill is verified, installable, repairable, and removable across many users' machines." That's a supply-chain investment, and it's the right work to be doing now that ClawHub is past 60k skills. NVIDIA shipped a parallel pattern this week with "verified agent skills" doing catalog → scan → sign → document. Skill-as-supply-chain is consolidating across vendors. Worth comparing how OpenClaw's approach (community + moderation flags + scan integration) lines up against NVIDIA's enterprise-signed model when you can pick. &lt;a href="https://releasebot.io/updates/openclaw" rel="noopener noreferrer"&gt;OpenClaw releases&lt;/a&gt; · &lt;a href="https://blogs.nvidia.com/blog/rtx-ai-garage-hermes-agent-dgx-spark/" rel="noopener noreferrer"&gt;NVIDIA verified skills&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Microsoft Build — Agent 365 GA, shadow-agent discovery includes OpenClaw (May 19-22)
&lt;/h2&gt;

&lt;p&gt;Agent 365 went generally available. The Frontier Suite (M365 E7) bundles Copilot + Agent 365 + E5 into one SKU. The interesting drop: shadow-agent discovery — IT can now find and govern locally-installed agents on user machines, with OpenClaw and Claude Code named explicitly in the documentation.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My take:&lt;/strong&gt; my OpenClaw install on mediaserver is now, formally, a shadow-IT problem for someone's CISO. That's not paranoid — that's literally what Microsoft's discovery tool is built to find. The reframe matters: for the last year the AI conversation has been "should the org adopt copilots?" The actual question now is "how does the org govern the agents employees already installed?" Same pattern as cloud storage circa 2012 — Dropbox-in-the-org wasn't a procurement decision, it was an inventory problem that became a governance problem. Agent 365's pitch is exactly that, dressed up as enablement. &lt;a href="https://www.microsoft.com/en-us/security/blog/2026/05/01/microsoft-agent-365-now-generally-available-expands-capabilities-and-integrations/" rel="noopener noreferrer"&gt;Agent 365 GA&lt;/a&gt; · &lt;a href="https://techcommunity.microsoft.com/blog/agent-365-blog/what%E2%80%99s-new-in-agent-365-may-2026/4516340" rel="noopener noreferrer"&gt;What's new May 2026&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Parallel raises $100M at $2B — search infrastructure &lt;em&gt;for agents&lt;/em&gt; is its own category
&lt;/h2&gt;

&lt;p&gt;Sequoia led the round, doubling Parallel's valuation in five months. Total raised: $230M. Parallel sells structured grounded web-search APIs built on its own internet index, explicitly positioned as infrastructure for agents (not consumers). Existing investors all leaned in further. Founder is the former Twitter CEO.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My take:&lt;/strong&gt; the interesting thing isn't the valuation — it's the &lt;em&gt;category&lt;/em&gt; the valuation implies. Investors are saying "search for agents" is structurally distinct from "search for humans," distinct enough to be a $2B company on its own. They're right. Human search optimises for ten blue links with mixed quality and you click through to find the answer. Agent search needs structured high-confidence facts with clear provenance, because the agent is going to act on the result without a human in the loop. Different ranking signals, different freshness profile, different abuse vectors, different SLA. The category will absorb several billions of dollars before it shakes out. Worth knowing the names. &lt;a href="https://www.prnewswire.com/news-releases/parallel-raises-at-2-billion-valuation-to-scale-web-infrastructure-for-agents-302756350.html" rel="noopener noreferrer"&gt;Parallel announcement&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The through-line
&lt;/h2&gt;

&lt;p&gt;Issue #001 said &lt;em&gt;the model is no longer the product&lt;/em&gt;. Issue #002 is the same lesson one layer down: &lt;strong&gt;the agent isn't the product either. The platform to run a fleet of agents is.&lt;/strong&gt; Google built a desktop. Anthropic built sandboxes. MCP rewrote its protocol to look like commodity HTTP. Microsoft built the inventory tool. Parallel built the search layer. OpenClaw doubled down on supply-chain plumbing.&lt;/p&gt;

&lt;p&gt;If you're building, build at the layer where commoditisation hasn't reached yet — the supervision, the policy, the deployment shape, the audit trail. The model is cheap. The agent is cheap. The control plane is still expensive, and that's where the next decade lives.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Filed from &lt;code&gt;briefs/2026-05-25.md&lt;/code&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>machinelearning</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
