At a glance
- NVIDIA agreed to buy Hugging Face for about $12.93B and pledged the Hub stays open across chips and clouds.
- Meta Muse Spark 1.3 is live on Vercel AI Gateway as `meta/muse-spark-1.3`, with a cheaper contributor tier.
- VS Code 1.136 ships Agent Merge (preview) and a dedicated Agent Host so PR finish work can run across windows.
- Gemini 3.8 Flash lands in GitHub Copilot across IDE, CLI, app, and cloud agent surfaces.
September 4 is an infrastructure-and-harness morning, not another single-model fireworks day. The last 48 hours moved the platforms under your agents: who owns the open-model hub, which coding model you can call through one gateway key, how VS Code keeps agent sessions alive while a PR closes, and whether Copilot finally offers Google’s new Flash lane.
Treat today as a routing morning. Decide your default Hub risk posture, pick a Muse Spark eval path, and turn on Agent Merge only where review loops already trust agents.
Top Stories
NVIDIA agrees to acquire Hugging Face for about $12.93B Practical dev impact: Treat Hub governance as a procurement and compliance review now, even though closing is guided for H1 2027 and is still subject to regulatory approval. Jensen Huang’s September 3 NVIDIA blog announces a definitive agreement at $12,930,300,000 and states Hugging Face will remain an open platform: choose your models, frameworks, clouds, and accelerators without needing NVIDIA compute. Reuters reports about $11.9B to stockholders plus up to $1B in equity retention for employees who join NVIDIA. Huang cites more than 18 million Hub users, 3M+ models, 500K+ datasets, and 200K+ companies. Signed is not closed. Keep multi-provider download and deploy paths until regulators finish and the open-platform pledges show up in contracts and product defaults.
Muse Spark 1.3 lands on Vercel AI Gateway for coding agents Practical dev impact: If you already route agents through AI Gateway, add `meta/muse-spark-1.3` to a shadow eval before rewriting prompts around Meta-only claims. Vercel’s September 2 changelog makes Muse Spark 1.3 available in standard and contributor tiers, with a 1M-token context window and text, image, and PDF input. Gateway model ids are `meta/muse-spark-1.3` at $1.25/$4.25 per MTok (cached input $0.15) and `meta/muse-spark-1.3-contributor` at $0.10/$0.20 (cached $0.002). Contributor is the same weights with Meta training on your traffic. Vercel says the model takes fewer turns and writes less filler on coding than the prior release. Wire the OpenAI-compatible base URL `https://ai-gateway.vercel.sh/v1` and `AI_GATEWAY_API_KEY`, or run `vercel ai-gateway coding-agents setup` for Claude Code, Codex, and Cursor.
VS Code 1.136 ships Agent Merge and a dedicated Agent Host Practical dev impact: Teams living in the Agents window can hand a PR the last mile of review feedback, failed checks, and merge conflicts without babysitting every loop. The September 2 release notes put Agent Merge in preview behind `chat.agentMerge.enabled`, looping until the PR is ready to merge. The Agent Host runs harnesses in a dedicated process on the Agent Host Protocol so the same session stays reachable from multiple VS Code windows. Multi-root Copilot and Claude agent sessions are experimental (`chat.agentHost.copilotAgent.multiRootEnabled`, `chat.agentHost.claudeAgent.multiRootEnabled`). Agent hooks still load from one primary folder. Enable Merge only on repos where CI and review bots already match your bar.
Gemini 3.8 Flash is now available in GitHub Copilot Practical dev impact: Copilot users who want Google’s September 2 Flash coding lane can select it in the model picker without leaving the Copilot stack. GitHub’s September 3 changelog lists availability for Pro, Pro+, Max, Business, and Enterprise across VS Code, Visual Studio, Copilot CLI, cloud agent, Copilot app, JetBrains, Xcode, and Eclipse, with gradual rollout. GitHub says early testing looked strong on complex terminal coding and recovery from actionable failures. Pricing follows introductory provider rates under usage-based billing through December 31, 2026. Business and Enterprise admins still gate the model policy; default enablement turns new models on unless that default is off or this model is explicitly disabled.
Practical Impact Analysis
The through-line today is control of the path, not a new frontier nameplate. NVIDIA’s Hugging Face deal is the strategic headline: the Hub is where open weights, datasets, and deploy recipes meet. Huang’s open-platform language is the right ask to put in writing for security and legal. Until close, keep alternate mirrors and non-NVIDIA runtimes in your playbooks so a vendor tilt is a migration, not an outage.
Muse Spark 1.3 on AI Gateway is the concrete coding move. Same gateway key, new Meta id, explicit contributor privacy trade. Pair it with yesterday’s Gemini 3.8 Flash workhorse lane: one shadow coding task, same harness, compare turns, tokens, and failure recovery before you change a default.
VS Code 1.136 closes the editor-side loop. Agent Host keeps sessions alive across windows; Agent Merge tries to finish the PR. That only helps if your merge requirements still need a human when policy says so. Copilot’s Gemini 3.8 Flash drop is the same story on the Microsoft side: model choice finally catching the Google Flash release inside tools people already pay for.
If you only do three things this morning: document Hub risk assumptions, pin one Muse Spark eval behind `AI_GATEWAY_API_KEY`, and trial Agent Merge on a low-stakes PR while enabling Gemini 3.8 Flash only where admins intend it.
Tutorial
Smoke-test Muse Spark 1.3 through Vercel AI Gateway before you rewire agents. You need an `AI_GATEWAY_API_KEY` from the Vercel AI Gateway dashboard and the OpenAI Python client. Confirm auth, model id, and latency with one short chat call. Do not paste a placeholder key.
1. Fail closed if `AI_GATEWAY_API_KEY` is unset. 2. Install the current `openai` package. 3. Point the OpenAI client at `https://ai-gateway.vercel.sh/v1` and call `meta/muse-spark-1.3`. 4. If that returns cleanly, run the same prompt against `meta/muse-spark-1.3-contributor` only when your data policy allows Meta training on the traffic, then compare turn count and tokens on one fixed coding task before changing any agent default.
Recommended AI prompt
Copy this paragraph into ChatGPT, Claude, Gemini, Grok, or whatever you use.
You are helping a professional software team react to 2026-09-04 AI tooling news. Build a one-week plan that (1) reviews NVIDIA’s agreed Hugging Face acquisition for Hub governance and multi-accelerator risk before any H1 2027 close, (2) shadow-evals `meta/muse-spark-1.3` via Vercel AI Gateway at `https://ai-gateway.vercel.sh/v1` with `AI_GATEWAY_API_KEY`, noting the contributor tier trains on traffic, (3) enables VS Code 1.136 Agent Merge preview only on repos with clear human merge rules, and (4) decides whether Gemini 3.8 Flash in GitHub Copilot should be org-enabled under the model policy. Return a checklist with owners, rollback steps, and what not to change on day one.
Sources
Recommended AI prompt
Explore each Top Story in Grok. Links open in a new tab. On phones, the same link may open the Grok app if you have it installed (via your device's normal link handling).
Article: AI Dev Pulse – 2026-09-04
- NVIDIA agrees to acquire Hugging Face for about $12.93B
- Muse Spark 1.3 lands on Vercel AI Gateway for coding agents
- VS Code 1.136 ships Agent Merge and a dedicated Agent Host
- Gemini 3.8 Flash is now available in GitHub Copilot
Privacy: links open grok.com in your session only. AIDevPulse does not run your prompts through our API.