<?xml version='1.0' encoding='UTF-8'?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>The Inference Desk — Beta Briefing</title>
    <link>https://betabriefing.ai/channels/the-inference-desk/podcast.xml</link>
    <description>Agentic AI, cost-aware engineering, and open-weight reality checks — for builders who read the model card. Resident skeptic of the agentic AI frontier A new episode every morning. Produced by Beta Briefing — a personalized news briefing, researched and written by AI, drawn from the open web.

Beta Briefing produces AI-generated daily news briefings from publicly available sources. Briefings may contain errors — verify before relying on anything important.</description>
    <atom:link href="https://betabriefing.ai/channels/the-inference-desk/podcast.xml" rel="self"/>
    <copyright>© 2026 Beta Briefing</copyright>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>Beta Briefing</generator>
    <image>
      <url>https://betabriefing.ai/static/podcast-cover.png</url>
      <title>The Inference Desk — Beta Briefing</title>
      <link>https://betabriefing.ai/channels/the-inference-desk/</link>
    </image>
    <language>en</language>
    <lastBuildDate>Fri, 26 Jun 2026 09:00:00 +0000</lastBuildDate>
    <itunes:author>The Inference Desk</itunes:author>
    <itunes:category text="News"/>
    <itunes:image href="https://betabriefing.ai/static/podcast-cover.png"/>
    <itunes:explicit>no</itunes:explicit>
    <itunes:owner>
      <itunes:name>The Inference Desk</itunes:name>
      <itunes:email>hello@betabriefing.ai</itunes:email>
    </itunes:owner>
    <itunes:summary>Agentic AI, cost-aware engineering, and open-weight reality checks — for builders who read the model card. Resident skeptic of the agentic AI frontier A new episode every morning. Produced by Beta Briefing — a personalized news briefing, researched and written by AI, drawn from the open web.

Beta Briefing produces AI-generated daily news briefings from publicly available sources. Briefings may contain errors — verify before relying on anything important.</itunes:summary>
    <itunes:type>episodic</itunes:type>
    <item>
      <title>Jun 26: Cheap to Prototype, Expensive to Maintain: The New Economics of Enterprise AI</title>
      <link>https://betabriefing.ai/channels/the-inference-desk/briefings/2026-06-26/</link>
      <description>Today on The Inference Desk, we're tracking the true cost of running AI agents. As agentic workflows consume orders of magnitude more compute than simple chatbots, the industry is grappling with unsustainable token-based billing, hidden architectural costs, and a strategic race to build custom hardware to manage the expense.

In this episode:
• Cheap to Prototype, Expensive to Maintain: The New Economics of Enterprise AI
• The 'Pilot to Production' Gap: Why 40% of Agentic AI Projects Are Forecast to Fail
• 'Loop Engineering' Emerges as a New Discipline for Building Reliable Agents
• OpenAI Unveils 'Jalapeño' Custom Inference Chip to Tackle Soaring AI Costs
• The Compounding Cost of Agentic Workflows: Token-Based Billing Is Becoming Unsustainable
• Google Gives Gemini 3.5 Flash Native 'Computer Use' Capabilities
• Zhipu AI Releases GLM 5.2, an Open-Weight MoE Model Claiming to Rival Claude Opus
• DeepReinforce Releases Ornith-1.0, an Open-Source Coder That Learns Its Own RL Scaffolds
• Sarvam AI Achieves Unicorn Status with $234M Series B, Spearheading India's Sovereign AI Push
• Paytm's Prism AI Ranks #2 Globally in Text-to-SQL, Using a Multi-Agent Swarm Architecture
• New Paper Details 'Context Graph' Memory Layer, Outperforming Vector RAG for Multi-Fact Queries
• ByteDance's Seedance 2.5 Generates Native 30-Second, 4K Video in a Single Pass

Read the full briefing with sources: https://betabriefing.ai/channels/the-inference-desk/briefings/2026-06-26/

Generated with AI from public sources — verify before acting on anything important.</description>
      <content:encoded><![CDATA[<p>Today on The Inference Desk, we're tracking the true cost of running AI agents. As agentic workflows consume orders of magnitude more compute than simple chatbots, the industry is grappling with unsustainable token-based billing, hidden architectural costs, and a strategic race to build custom hardware to manage the expense.</p><h3>In this episode</h3><ul><li><strong>Cheap to Prototype, Expensive to Maintain: The New Economics of Enterprise AI</strong> — While AI tools have made building software prototypes cheaper and faster, the lifecycle costs of maintenance, reliability, and security for production AI systems remain high. This is shifting the enterprise 'build vs. buy' calculus, creating a durable market for robust SaaS offerings that manage the entire operational lifecycle, not just the initial build.</li><li><strong>The 'Pilot to Production' Gap: Why 40% of Agentic AI Projects Are Forecast to Fail</strong> — Gartner predicts over 40% of agentic AI projects will be canceled by the end of 2027, not due to technology failures but because of organizational and integration challenges. Common failure modes include pilots getting permissions that don't scale to production, clashing with corporate compliance, and lacking clear business ownership post-launch.</li><li><strong>'Loop Engineering' Emerges as a New Discipline for Building Reliable Agents</strong> — A new practice called 'loop engineering' is being defined as a critical discipline for building reliable AI agents, distinct from prompt or context engineering. It focuses on architecting the runtime system around the LLM—managing tools, stopping conditions, context, verification, and guardrails—to prevent agents from failing in costly or destructive loops.</li><li><strong>OpenAI Unveils 'Jalapeño' Custom Inference Chip to Tackle Soaring AI Costs</strong> — OpenAI, in partnership with Broadcom, unveiled its first custom inference ASIC, 'Jalapeño,' on Wednesday. Designed to address the memory bandwidth bottleneck in LLM inference, the chip reportedly shows a 50% lower inference cost per token in internal tests compared to current-generation GPUs. The project was developed in just nine months.</li><li><strong>The Compounding Cost of Agentic Workflows: Token-Based Billing Is Becoming Unsustainable</strong> — A systemic shift from subsidized, flat-rate AI pricing to usage-based token billing is exposing the unsustainable economics of agentic workflows. These workflows consume 5-30x more tokens than simple chatbots. Recent events, like Anthropic's billing changes and customer budget exhaustion at companies like Uber, highlight the compounding financial risk for companies deploying agents.</li><li><strong>Google Gives Gemini 3.5 Flash Native 'Computer Use' Capabilities</strong> — Google has integrated 'computer use' capabilities directly into its Gemini 3.5 Flash model, enabling AI agents to autonomously interact with desktop interfaces. The feature allows agents to see the screen, understand context, and control the mouse and keyboard, moving beyond API-only interactions to perform tasks like software testing and legacy system automation.</li><li><strong>Zhipu AI Releases GLM 5.2, an Open-Weight MoE Model Claiming to Rival Claude Opus</strong> — Zhipu AI has released GLM 5.2, a 744B Mixture-of-Experts (MoE) open-weight model available for commercial use under an MIT license. The model is being lauded as a general coding agent that rivals the performance of proprietary models like Anthropic's Opus on agent leaderboards and in visual design tasks.</li><li><strong>DeepReinforce Releases Ornith-1.0, an Open-Source Coder That Learns Its Own RL Scaffolds</strong> — DeepReinforce has released Ornith-1.0, a family of open-source agentic coding models (9B to 397B parameters) under an MIT license. The key innovation is that the models can learn to write their own reinforcement learning scaffolds, co-evolving their orchestration harness rather than relying on hand-engineered ones. The models report SOTA results among open models of similar size.</li><li><strong>Sarvam AI Achieves Unicorn Status with $234M Series B, Spearheading India's Sovereign AI Push</strong> — Bengaluru-based Sarvam AI has raised a $234 million Series B round at a $1.5 billion valuation, with HCLTech leading with a $150 million investment. The startup is becoming India's flagship homegrown AI venture, building full-stack infrastructure and foundation models tailored for Indian languages and enterprise use cases.</li><li><strong>Paytm's Prism AI Ranks #2 Globally in Text-to-SQL, Using a Multi-Agent Swarm Architecture</strong> — Paytm's proprietary multi-agent 'swarm' system, Prism, has secured the #2 global position on the Spider 2.0 Snow Leaderboard for complex text-to-SQL tasks. The system uses a collaborative architecture of specialized agents (Planner, Proposer, Validator, etc.) to autonomously handle enterprise data queries with high accuracy.</li><li><strong>New Paper Details 'Context Graph' Memory Layer, Outperforming Vector RAG for Multi-Fact Queries</strong> — An engineer has detailed a 'context graph' memory architecture that outperforms standard vector-based RAG for queries requiring the combination of multiple facts. By storing information as entities and relationships in a graph, the system achieved 88.9% accuracy on a test set, compared to 50% for vector RAG, addressing a key failure mode in multi-agent memory where context is lost.</li><li><strong>ByteDance's Seedance 2.5 Generates Native 30-Second, 4K Video in a Single Pass</strong> — At its Volcano Engine conference on Tuesday, ByteDance unveiled Seedance 2.5, a video generation model capable of producing 30 seconds of native 4K video with 10-bit color in a single pass. The model also supports up to 50 multimodal reference assets and allows for non-destructive, element-level editing, addressing key limitations for professional workflows.</li></ul><p><a href="https://betabriefing.ai/channels/the-inference-desk/briefings/2026-06-26/">Read the full briefing with sources →</a></p><p><em>Generated with AI from public sources — verify before acting on anything important.</em></p>]]></content:encoded>
      <author>hello@betabriefing.ai (The Inference Desk)</author>
      <guid isPermaLink="false">https://betabriefing.ai/channels/the-inference-desk/briefings/2026-06-26/</guid>
      <enclosure url="https://betabriefing.ai/channels/the-inference-desk/audio/2026-06-26.mp3" length="3658029" type="audio/mpeg"/>
      <pubDate>Fri, 26 Jun 2026 09:00:00 +0000</pubDate>
      <itunes:author>The Inference Desk</itunes:author>
      <itunes:explicit>no</itunes:explicit>
      <itunes:subtitle>Today on The Inference Desk, we're tracking the true cost of running AI agents. As agentic workflows consume orders of magnitude more compute than simple chatbots, the industry is grappling with unsustainable token-based billing, hidden arc</itunes:subtitle>
      <itunes:summary>Today on The Inference Desk, we're tracking the true cost of running AI agents. As agentic workflows consume orders of magnitude more compute than simple chatbots, the industry is grappling with unsustainable token-based billing, hidden architectural costs, and a strategic race to build custom hardware to manage the expense.

In this episode:
• Cheap to Prototype, Expensive to Maintain: The New Economics of Enterprise AI
• The 'Pilot to Production' Gap: Why 40% of Agentic AI Projects Are Forecast to Fail
• 'Loop Engineering' Emerges as a New Discipline for Building Reliable Agents
• OpenAI Unveils 'Jalapeño' Custom Inference Chip to Tackle Soaring AI Costs
• The Compounding Cost of Agentic Workflows: Token-Based Billing Is Becoming Unsustainable
• Google Gives Gemini 3.5 Flash Native 'Computer Use' Capabilities
• Zhipu AI Releases GLM 5.2, an Open-Weight MoE Model Claiming to Rival Claude Opus
• DeepReinforce Releases Ornith-1.0, an Open-Source Coder That Learns Its Own RL Scaffolds
• Sarvam AI Achieves Unicorn Status with $234M Series B, Spearheading India's Sovereign AI Push
• Paytm's Prism AI Ranks #2 Globally in Text-to-SQL, Using a Multi-Agent Swarm Architecture
• New Paper Details 'Context Graph' Memory Layer, Outperforming Vector RAG for Multi-Fact Queries
• ByteDance's Seedance 2.5 Generates Native 30-Second, 4K Video in a Single Pass

Read the full briefing with sources: https://betabriefing.ai/channels/the-inference-desk/briefings/2026-06-26/

Generated with AI from public sources — verify before acting on anything important.</itunes:summary>
      <itunes:episode>1</itunes:episode>
      <itunes:title>Jun 26: Cheap to Prototype, Expensive to Maintain: The New Economics of Enterprise AI</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
    </item>
  </channel>
</rss>
