{
  "_meta": {
    "publication": "The Model Pulse",
    "schemaVersion": "2026.05.02",
    "generatedAt": "2026-09-19T18:20:57.822Z",
    "canonicalUrl": "https://brianletort.ai/industry/models/2026-W38",
    "markdownUrl": "https://brianletort.ai/industry/models/2026-W38/llm.md",
    "pdfUrl": "https://brianletort.ai/downloads/model-pulse-2026-W38.pdf",
    "treeUrl": "https://brianletort.ai/industry/tree",
    "sourceFile": "src/data/industry/models/2026-W38.ts"
  },
  "issue": {
    "slug": "2026-W38",
    "isoYear": 2026,
    "isoWeek": 38,
    "issueNumber": 22,
    "publishedAt": "2026-09-19",
    "cadence": "weekly",
    "periodLabel": "Week 38 of 2026",
    "bigRead": {
      "headline": "Voice models stopped waiting for tools, and the architecture decision moved to concurrency, metering, and trust boundaries",
      "body": "Google's Gemini 3.8 Live and Live Extended Thinking are the only new closed-frontier model releases verified in the September 14-19 window. The architectural change is not simply better speech: the live model can keep listening and responding while tools run in the background, while Extended Thinking can reason and narrate progress at the same time. Google prices audio input at $0.005 per minute and output at $0.018 per minute, so an architect can now model the conversational meter separately from the cost and latency of the tools behind it.\n\nSalesforce supplied the other consequential model event by post-training NVIDIA Nemotron 3 Super into Koa, a CRM reasoning model whose weights and inference remain inside Salesforce's trust boundary. That is a domain model in pilot, not a new foundation model, and its three-times-fewer-errors result is vendor-reported on Salesforce's own CRM benchmark. The open-weight side was quieter inside the window: Shanghai AI Laboratory published the technical report for Atria Dawn, a 744B Mixture-of-Experts agentic derivative whose weights appeared immediately before the window. The procurement read is to evaluate concurrency, meter composition, and deployment boundary alongside benchmark rank; none of those properties is captured by a single model score."
    },
    "treeDelta": {
      "summary": "Two rows added for Google's live model pair. They share a voice-first lineage but separate low-latency scale from deeper concurrent reasoning.",
      "added": [
        "gemini-3-8-live",
        "gemini-3-8-live-extended-thinking"
      ],
      "updated": [],
      "note": "Koa is covered as a domain post-training event but is not added to the general LLM tree this week; Salesforce has not published model parameters, a model card, or weights. Atria Dawn's paper landed in-window, while its weights appeared before the Monday cutoff, so it is covered without being counted as a W38 tree addition."
    },
    "frontierMovements": [
      {
        "modelId": "gemini-3-8-live",
        "name": "Gemini 3.8 Live",
        "vendor": "Google DeepMind",
        "releaseDate": "2026-09-15",
        "headline": "Native speech-to-speech model keeps dialogue active while visual grounding and tools run in the background",
        "why": "The procurement change is concurrency: the model can acknowledge a request and continue the conversation while an API call finishes, rather than forcing a silent turn boundary. Google publishes separate audio input and output rates, making the conversational layer measurable, but buyers still need to add backend tools and any downstream model charges to get the workflow cost.",
        "tier": "frontier",
        "architecture": "multimodal",
        "source": "Google",
        "sourceUrl": "https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-8-live-gemini-3-8-live-extended-thinking/"
      },
      {
        "modelId": "gemini-3-8-live-extended-thinking",
        "name": "Gemini 3.8 Live Extended Thinking",
        "vendor": "Google DeepMind",
        "releaseDate": "2026-09-15",
        "headline": "Concurrent deeper reasoning narrates progress without ending the live conversation",
        "why": "Google separates a higher-complexity live model that reasons and speaks simultaneously, including progress narration during multistep work. That is operationally useful for long tool chains, but enterprises receive it only in private preview initially, so production plans should distinguish developer API availability from enterprise support and governance.",
        "tier": "reasoning",
        "architecture": "reasoning",
        "source": "Google",
        "sourceUrl": "https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-8-live-gemini-3-8-live-extended-thinking/"
      },
      {
        "name": "Koa",
        "vendor": "Salesforce and NVIDIA",
        "releaseDate": "2026-09-15",
        "headline": "CRM reasoning model post-trained from Nemotron 3 Super stays inside Salesforce's trust boundary",
        "why": "Koa is a domain-specialized derivative moving into select pilots, not a frontier foundation release. Salesforce controls the weights and performs post-training and inference within its own infrastructure, which is the procurement advantage; its three-times-fewer-errors benchmark claim remains vendor-run and should be reproduced on the buyer's own CRM actions.",
        "tier": "specialist",
        "architecture": "reasoning",
        "source": "Salesforce",
        "sourceUrl": "https://www.salesforce.com/news/press-releases/2026/09/15/koa-reasoning-model/"
      }
    ],
    "openWeights": [
      {
        "name": "Atria Dawn Preview",
        "vendor": "Shanghai AI Laboratory",
        "releaseDate": "2026-09-14",
        "headline": "744B Mixture-of-Experts agentic derivative publishes its technical report under an MIT-weight release",
        "why": "The report date falls inside the window, while the repositories appeared immediately before it, so this is a documentation event rather than a clean W38 weight launch. The permissive license and OpenAI-, Anthropic-, and Responses-compatible hosted interfaces lower switching friction, but a 744B system still carries a substantial serving floor and requires independent evaluation.",
        "tier": "open_frontier",
        "architecture": "moe",
        "source": "Shanghai AI Laboratory technical report and model repositories",
        "sourceUrl": "https://github.com/InternLM/Awesome-Atria-Dawn"
      }
    ],
    "architectureWatch": [
      {
        "pattern": "Conversation and execution become parallel planes",
        "examples": [
          "Gemini 3.8 Live",
          "Gemini 3.8 Live Extended Thinking"
        ],
        "body": "The live model no longer has to stop speaking while a tool or deeper reasoning path runs. That improves perceived latency but creates concurrent failure and cost domains, so architecture reviews need explicit behavior for tool timeout, stale narration, cancellation, and a user interrupt that arrives while background work is still active.",
        "source": "Google",
        "sourceUrl": "https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-8-live-gemini-3-8-live-extended-thinking/"
      },
      {
        "pattern": "Domain post-training moves behind the system-of-record boundary",
        "examples": [
          "Salesforce Koa",
          "NVIDIA Nemotron 3 Super"
        ],
        "body": "Salesforce post-trained an open NVIDIA base on synthetic CRM-shaped data, retained control of the resulting weights, and runs inference in its own trust boundary. That gives an incumbent a middle route between a general frontier API and a self-hosted model, but it also concentrates evaluation, benchmark design, and deployment control with one vendor.",
        "source": "Salesforce",
        "sourceUrl": "https://www.salesforce.com/news/stories/why-we-post-trained-our-own-reasoning-model/"
      },
      {
        "pattern": "Compatibility becomes an open-model distribution feature",
        "examples": [
          "Atria Dawn Preview"
        ],
        "body": "Atria Dawn pairs downloadable weights with hosted interfaces compatible with several dominant API shapes. The practical switching cost therefore moves away from request syntax and toward evaluation, tool semantics, safety policy, and the infrastructure needed to serve a 744B Mixture-of-Experts model.",
        "source": "Shanghai AI Laboratory repositories",
        "sourceUrl": "https://github.com/InternLM/Awesome-Atria-Dawn"
      }
    ],
    "benchmarkMoves": [
      {
        "benchmark": "Artificial Analysis Speech-to-Speech leaderboard",
        "movement": "Google reports Gemini 3.8 Live Extended Thinking at number one on the leaderboard at launch",
        "rows": [
          {
            "model": "Gemini 3.8 Live Extended Thinking",
            "score": "#1"
          },
          {
            "model": "Gemini 3.8 Live",
            "score": "Released for lower-cost scale"
          }
        ],
        "source": "Google citing Artificial Analysis",
        "sourceUrl": "https://blog.google/innovation-and-ai/technology/developers-tools/build-real-time-voice-applications-gemini-audio/"
      },
      {
        "benchmark": "Salesforce CRM Benchmark",
        "movement": "Koa is reported to match or exceed leading models on CRM actions with three times fewer errors",
        "rows": [
          {
            "model": "Koa",
            "score": "3x fewer errors, vendor-reported"
          },
          {
            "model": "Leading general models",
            "score": "Comparison set not published"
          }
        ],
        "source": "Salesforce",
        "sourceUrl": "https://www.salesforce.com/news/press-releases/2026/09/15/koa-reasoning-model/"
      }
    ],
    "scorecard": {
      "asOf": "2026-09-19",
      "rows": [
        {
          "tier": "Closed frontier",
          "leader": "Claude Fable 5.1",
          "challenger": "GPT-6 Astra",
          "note": "No general frontier model displaced the W37 ordering; Reuters reported competitive pressure but no Anthropic release."
        },
        {
          "tier": "Open frontier",
          "leader": "DeepSeek-V4.1-Flash",
          "challenger": "Atria Dawn Preview",
          "note": "DeepSeek remains the more documented serving proposition; Atria Dawn brings permissive agentic weights at a much larger serving floor."
        },
        {
          "tier": "Reasoning",
          "leader": "Claude Fable 5.1",
          "challenger": "Gemini 3.8 Live Extended Thinking",
          "note": "The challenger leads a speech-specific leaderboard but has not displaced the standing general reasoning leader."
        },
        {
          "tier": "Coding",
          "leader": "GPT-6 Astra",
          "challenger": "Claude Fable 5.1",
          "note": "No coding benchmark moved comparably inside the window, so W37's order is carried forward."
        },
        {
          "tier": "Multimodal",
          "leader": "Gemini 3.8 Live Extended Thinking",
          "challenger": "Gemini 3.8 Live",
          "note": "The live pair owns this week's multimodal movement through native audio, visual grounding, and concurrent tools."
        },
        {
          "tier": "Edge / small",
          "leader": "Nex-N2.5 mini",
          "challenger": "Desert Ant on-device model set",
          "note": "No in-window edge release supplied stronger verified evidence, so the prior ordering remains."
        }
      ]
    },
    "vendorSignals": [
      {
        "vendor": "Google",
        "date": "2026-09-15",
        "signal": "Live audio priced as separate input and output minute meters",
        "meaning": "At $0.005 per input minute and $0.018 per output minute, the voice layer becomes independently budgetable. Buyers must still add tool, reasoning, media infrastructure, and idle-conversation costs before comparing it with a cascaded architecture.",
        "source": "Google",
        "sourceUrl": "https://blog.google/innovation-and-ai/technology/developers-tools/build-real-time-voice-applications-gemini-audio/"
      },
      {
        "vendor": "Salesforce",
        "date": "2026-09-15",
        "signal": "Domain model offered in select pilots with US general availability expected in winter 2026",
        "meaning": "Koa is not generally available and its benchmark is vendor-controlled. Procurement should use the pilot to measure error rates on the organization's own CRM actions and preserve a general-model fallback.",
        "source": "Salesforce",
        "sourceUrl": "https://www.salesforce.com/news/press-releases/2026/09/15/koa-reasoning-model/"
      },
      {
        "vendor": "Anthropic",
        "date": "2026-09-19",
        "signal": "Possible model release remains a reported deliberation rather than a product event",
        "meaning": "Reuters reported that Anthropic was considering a release amid investor scrutiny, but no model, date, price, or benchmark was announced. Treat it as competitive context and keep it out of production roadmaps.",
        "source": "Reuters",
        "sourceUrl": "https://www.reuters.com/business/anthropic-considers-releasing-new-ai-model-ahead-ipo-sources-say-2026-09-19/"
      }
    ],
    "watchlist": [
      {
        "window": "Sep 21-30",
        "title": "Independent Gemini Live speech and interruption measurements",
        "why": "The published rate card needs latency, interruption, and tool-timeout measurements before it supports architecture selection."
      },
      {
        "window": "Oct 2026",
        "title": "Koa pilot benchmark disclosure",
        "why": "A public task set, comparison roster, and absolute error rates would determine whether the reported multiple is reproducible."
      },
      {
        "window": "Winter 2026",
        "title": "Koa US general availability",
        "why": "General availability, regional scope, and model-catalog controls decide whether the specialist model moves beyond evaluation."
      },
      {
        "window": "Next 30 days",
        "title": "Anthropic model decision",
        "why": "A release, delay, or explicit cancellation would turn this week's reported deliberation into a procurement-relevant event."
      }
    ],
    "changelog": [
      "Evidence cutoff September 19, 2026; primary vendor sources used for releases, rates, availability, and benchmark labels.",
      "Two Gemini Live rows added to the LLM Evolutionary Tree. Koa remains a Pulse-only specialist event pending a public model card or fuller architecture disclosure.",
      "Atria Dawn is treated as an in-window technical-report event, not as a W38 weight launch, because the repositories appeared before September 14."
    ]
  }
}
