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.
LFM2.5 draft models 3x faster, Router slashes inference costs 40%
1 min read
Liquid AI: LFM2.5 DSpark draft models
Speculative decoding speeds up token generation threefold.
Liquid AI shipped DSpark draft model checkpoints for LFM2.5 (1.2B-Instruct, 2.6B, and 8B-A1B), enabling 3.18x faster decoding on H100 GPUs and 2.87x on M4 Max MacBooks while preserving exact greedy output [Quelle: MarkTechPost]. Each ~300M-parameter drafter proposes nine tokens verified in one forward pass; day-one support landed in llama.cpp and SGLang. Speedup varies by workload—agentic scenarios see 57% latency cuts on the 2.6B model, while on-device MoE gains only 1.18x.
Weights ship free under LFM Open License for sub-$10M entities.
Ramp Router: unified inference API
One endpoint routes requests to the cheapest viable model.
Ramp launched Router.com, a unified API that automatically routes AI inference to the lowest-cost model meeting performance requirements, cutting costs by 40% on average [Quelle: FFNews]. The platform connects to OpenAI, Anthropic, and SpaceX, with Gemini and open-source models (DeepSeek, Qwen, Kimi) coming via Fireworks AI. Over 100 internal optimizations—model selection, caching, compression—plus automatic fallback ensure 99.9%+ reliability even as model portfolios shift.
Free through 2026; new users get $26 credits on standard token rates.
Vectris Waveform: GPU compute recovery
Structural waste inside GPUs is recoverable without retraining.
Vectris Labs announced Waveform, a control plane that surfaces untapped capacity within deployed H100, H200, and B200 GPUs through real-time optimization [Quelle: PRNewswire]. On Mistral inference workloads, the system achieved 30–73% higher throughput, 51–56% energy cuts, and 22–42% faster completion—plus 67% energy savings on Intel silicon using MLPerf LoadGen. The layer sits between existing stacks and inference kernels, requiring no model changes.
Launch scheduled October 1, 2026; design partners get early access.
Liquid AI Releases LFM2.5-DSpark Draft Models That Deliver Up to ...10 hours ago ... Is it deployable? Yes, if you self-host. The weights ship as Safetensors and GGUF, and the drafter checkpoints are not served by any hosted inference provider ...marktechpost.com

Liquid AI released DSpark draft model checkpoints for its LFM2.5 family (1.2B-Instruct, 2.6B, and 8B-A1B), enabling speculative decoding that delivers up to 3.18x faster token generation on H100 GPUs and up to 2.87x on M4 Max MacBook Pro while maintaining identical greedy decoding output. Each roughly 300M-parameter drafter proposes nine candidate tokens verified by the target model in a single forward pass, with day-one support in llama.cpp and SGLang. Speedup varies significantly by workload—acceptance rates range from 3.90 tokens on MT-Bench to 8.27 on MATH500—and on-device MoE shows weaker gains (1.18x on Apple silicon). Multi-tool agentic scenarios see the largest practical benefit with 57% latency reduction on the 2.6B model. Weights ship as Safetensors and GGUF under the LFM Open License v1.0 (free for entities under $10M annual revenue).
Ramp Launches Router.com to Slash Corporate AI Inference Costs ...10 hours ago ... ... optimizations across model selection, caching, compression, timing, and request handling. Developers no longer have to keep up with every model release.ffnews.com

Ramp launched Router.com, a unified API endpoint that automatically routes AI inference requests to the lowest-cost model meeting specified performance requirements. The platform connects to major models from OpenAI, Anthropic, and SpaceXAI, with Google Gemini and open-source models including DeepSeek, Qwen, and Kimi coming soon through providers like Fireworks AI. Router includes over 100 optimizations covering model selection, caching, and compression, plus automatic fallback mechanisms for reliability. Early adopters report an average 40% reduction in inference costs. Ramp developed the technology internally three years ago, achieving 30% cost savings on its own production traffic while maintaining 99.9%+ reliability. The routing decisions leverage Ramp SWE-Bench, a benchmark built from actual production engineering tasks rather than theoretical leaderboards. Router.com is live now and free to use through 2026, with new users receiving $26 in free credits while paying standard rates for token consumption.
Vectris Discovers Recoverable AI Compute Capacity Inside ...18 hours ago ... ... AI output—without retraining models, changing model weights or modifying GPU kernels. ... It does not replace the optimized inference stack; it adds a control ...prnewswire.com

Vectris Labs announced Waveform, a control plane for AI inference optimization that discovers recoverable compute capacity within deployed GPUs without requiring model retraining or kernel modifications. Tested on NVIDIA H100, H200, and B200 GPUs, Waveform demonstrated 30–73% higher throughput, 51–56% lower energy consumption, and 22–42% faster workload completion on Mistral inference workloads. The technology also showed 67% energy savings and 32% time-to-result reduction on Intel silicon using MLPerf LoadGen benchmarks. Waveform is scheduled to launch October 1, 2026, initially available to design partners, with the company positioning it as a control layer that complements existing inference stacks by identifying and reorganizing structural waste in real-time GPU execution.