MCP Lock and Kimi K3 Land in One Weekend
Moonshot's 2.8T Kimi K3 opens its weights July 27 at $3/$15 per million tokens, ending loss-leader Chinese inference just as the stateless MCP 2026-07-28 spec locks in and retires Roots, Sampling, and Logging. It's the last business day before both land, and Bedrock Agents Classic closes to new customers July ...
Highlights
- Moonshot's Kimi K3 opens its weights in three days. The 2.8T MoE model drops July 27 at $3/$15 per million tokens, and inference providers are already staging endpoints — the first frontier-adjacent open-weights release priced above the old rock-bottom Chinese floor (Moonshot AI).
- The stateless MCP
2026-07-28spec locks in four days. With Roots, Sampling, and Logging retiring and OAuth 2.1 resource-server semantics becoming mandatory, this is the last clean weekend to port before Monday (Model Context Protocol). - Bedrock Agents Classic closes to new customers July 30. Teams still prototyping on Classic have one working week to land on AgentCore instead (AWS).
- Two countdowns, one weekend. July 24 is the last business day before the open-weights drop and the transport cutover — a rare collision that turns "port soon" into "port now" (Model Context Protocol).
Key Signals
- Kimi K3 open-weights launch is imminent, not aspirational. as of 2026-07-24, launch July 27
Moonshot's published $3/$15 per-million pricing and the open-weights release together mark the end of loss-leader Chinese inference: builders get downloadable frontier-adjacent quality, but the token economics now look like everyone else's, so self-host-vs-API math changes for anyone who was riding cheap hosted Kimi (Moonshot AI). - The MCP transport migration hits its final window. spec effective 2026-07-28
The stateless core formalizes OAuth 2.1 resource servers while dropping Roots, Sampling, and Logging; connectors that leaned on those primitives break on Monday. Verify your servers advertise resource metadata and that any sampling-dependent flows have a fallback before the weekend ends (Model Context Protocol). - AgentCore is now the only forward door on Bedrock. Classic closes to new customers July 30
With Bedrock Agents Classic shutting to new signups, the per-agent CloudWatch telemetry and 5,000-session runtime quotas covered in prior issues are no longer a nice-to-have — they're the default surface new AWS agent projects start on (AWS).
Why It Matters / What To Watch
-
Open weights don't mean cheap inference anymore.
- Re-run your cost model against Kimi K3's $3/$15 before assuming self-hosting saves money; at 2.8T params the serving overhead is real (Moonshot AI).
- Watch which providers publish day-one hosted K3 endpoints July 27 and whether their quotas hold under launch load (Moonshot AI).
-
Treat the weekend as a hard migration deadline, not a soft one.
- Confirm every MCP server you own returns OAuth 2.1 resource-server metadata and gracefully degrades without Roots/Sampling/Logging (Model Context Protocol).
- Freeze new Bedrock Agents Classic prototypes now and start them on AgentCore so you aren't stranded after July 30 (AWS).
- Re-check framework tool bindings against the stateless transport — LangGraph 1.0's graph-bound tools and the OpenAI Agents SDK connector are the surfaces most likely to surface breakage first (LangChain).
Quick Links
- Kimi K3 model and pricing - Moonshot AI
- Model Context Protocol specification (2026-07-28) - Model Context Protocol
- Amazon Bedrock AgentCore documentation - Amazon Web Services
- LangGraph release notes - LangChain