Du wirst angemeldet...

Bitte warte, während wir deine Anmeldung überprüfen

Artikel · Mittwoch, 29. Juli 2026

AI developer tools · What shipped

For a senior engineer who already reads HN. Real changes in AI developer tools today: releases with version numbers, papers with benchmarks, repos that crossed a threshold worth knowing. Skip hype threads, pre-announcement leaks, and recycled summaries. Always link primary sources.

Von Marius BongartsTech22 Ausgaben
← Zur aktuellen Ausgabe
Ausgaben
6 / 22
Über Nacht von KI aus öffentlichen Quellen erstellt, täglich aktualisiert.
AI developer tools · What shipped
Mittwoch, 29. Juli 2026
AI developer tools · What shipped

Gemini 3.6 Flash ships, MCP 2026 goes stateless, oMLX speeds Mac inference

1 Min. Lesezeit

Gemini 3.6 Flash

Google's latest model trades throughput for agentic execution.

Gemini 3.6 Flash strips down reasoning in favor of code generation, function calling, and structured outputs, landing with 1M input and 65K output token limits [Source: Google AI]. The model supports caching, batch APIs, and flex inference—three escape hatches for cost-conscious deployments. It ships optimized for agents that need fast tool invocation over deep reasoning.

First head-to-head benchmarks arrive next week.

Model Context Protocol 2026

MCP ditched sessions for stateless HTTP.

The 2026-07-28 spec eliminates the persistent connection handshake, replacing it with request-level metadata and per-request version negotiation [Source: AWS]. Load balancers no longer need sticky sessions. The protocol now governs extensions independently, separates HTTP failures from application errors, and adds W3C tracing headers plus full JSON Schema 2020-12 support for composition and conditionals.

Bedrock AgentCore already runs all four versions side-by-side.

oMLX context benchmarking

Apple Silicon just got a performance audit.

oMLX 0.5.4 adds a context window benchmark that measures real usable memory on Mac, plus prefill priority controls so you choose between maximum context or maximum throughput [Source: GitHub]. Adaptive speculative decoding on Laguna S-2.1 DFlash yields 2.03× speedup; heterogeneous embedding batches run 4–4.6× faster. GLM-5.2 long-context workloads see 1.7–3.1% decode gains on M3 Ultra.

Honest Mac benchmarks finally mean deployments that don't surprise.

Quellen
Gemini 3.6 Flash | Gemini API - Google AI for Developers
Gemini 3.6 Flash | Gemini API - Google AI for Developers
7 hours ago ... Designed for the agentic era, it excels at code generation, agentic execution, and spatial reasoning. ... id_cardModel code, gemini-3.6-flash. saveSupported ...
ai.google.dev
KI-Zusammenfassung

Gemini 3.6 Flash, optimized for code generation and agentic execution, supports an input token limit of 1,048,576 and output token limit of 65,536. The model includes capabilities for code execution, function calling, structured outputs, and thinking, along with support for caching, batch API, and flex inference. Latest update was July 2026.

Quelle öffnen
Releases · jundot/omlx - GitHub
Releases · jundot/omlx - GitHub
11 hours ago ... Enterprise platformAI-powered developer platform. AVAILABLE ADD-ONS. GitHub ... This development release adds a context benchmark that measures the ...
github.com
KI-Zusammenfassung

oMLX version 0.5.4.dev1 adds a context benchmark that measures usable context window on Mac, implements prefill priority controls for choosing between maximum context or maximum throughput, and makes long-context memory admission more predictable. The release adds support for Laguna S-2.1 DFlash with a measured 2.03x speedup using adaptive speculative decoding, includes Xiaomi MiMo V2.5 text support, and delivers more representative throughput benchmarks using natural text with enforced prompt lengths. Performance improvements include 4x-4.6x faster heterogeneous embedding batches and a 1.7-3.1% decode speedup for GLM-5.2 long-context workloads on M3 Ultra hardware.

Quelle öffnen
How AgentCore Gateway supports the MCP 2026-07-28 spec - AWS
How AgentCore Gateway supports the MCP 2026-07-28 spec - AWS
10 hours ago ... With this release MCP becomes a stateless protocol that scales on ordinary HTTP infrastructure. Alongside the transport changes, this new version introduces a ...
aws.amazon.com
KI-Zusammenfassung

The Model Context Protocol (MCP) published its 2026-07-28 specification, introducing major changes including stateless operation over standard HTTP infrastructure, eliminating the need for session management and sticky sessions at load balancers. The protocol now includes request-level metadata for protocol version and client capabilities, removes handshake requirements, and introduces a server/discover method for capability queries. Additional improvements include support for caching with TTL metadata, distributed tracing via W3C Trace Context headers, multi-round-trip requests replacing persistent SSE streams, and a new extensions framework enabling independent governance of protocol extensions. Error handling now separates transport failures (real HTTP status codes) from application-level outcomes, and the schema system now supports full JSON Schema 2020-12 vocabulary including composition keywords and conditionals. Amazon Bedrock AgentCore Gateway now supports 2026-07-28 alongside earlier versions (2025-03-26, 2025-06-18, 2025-11-25), with version selection happening per-request rather than through handshake, allowing independent upgrade timelines for clients and servers.

Quelle öffnen
Über Nacht zusammengestellt von MorningMail.aiZugestellt um 05:10