Home / Companies / Baseten / Blog / September 2026

September 2026 Summaries

3 posts from Baseten

Filter
Month: Year:
Post Summaries Back to Blog
Selecting an open-source model for post-training depends primarily on use case, tool compatibility, benchmark performance, and costs driven by active parameters, total parameters, and KV-cache size. Reinforcement learning is particularly sensitive to generation costs because it requires repeated model rollouts that are evaluated and used as reward signals to adjust behavior, while supervised fine-tuning and preference optimization offer other specialization approaches. DeepSeek-V4-Flash is positioned as an economical option for long-context text tasks due to its 13B active parameters and compressed KV cache, while GLM-5.2 targets more expensive workloads with asynchronous RL tooling. Kimi K2.6 offers multimodal and agentic capabilities, and K2.7 Code builds on it with stronger coding performance and lower reasoning-token usage for coding agents. NVIDIA’s Nemotron-3-Super-120B emphasizes efficient long-context reasoning, a hybrid architecture with limited KV-cache growth, native FP4 support, and compatibility with established NVIDIA tooling. The Qwen3 family is presented as a broadly supported default across sizes and price ranges, suitable for applications from lightweight classification and retrieval to larger training workloads.
Sep 02, 2026 1,716 words in the original blog post.
No summary generated yet.
Sep 02, 2026 874 words in the original blog post.
Inference engineering applies the concept of an efficient frontier to balance model-serving outcomes such as latency, throughput, cost, and quality, distinguishing between techniques that shift deployments along existing tradeoffs and those that improve overall performance. Batch sizing and GPU parallelism strategies, including tensor, expert, and attention data parallelism, allow operators to prioritize either faster individual responses or greater total throughput, while quantization generally improves serving efficiency but may introduce quality tradeoffs. Frontier-expanding approaches include kernel and runtime optimization, which reduce resources required per token; speculative decoding, which accelerates generation by predicting and validating likely tokens; and prefill/decode disaggregation, which assigns inference phases to specialized workers and can improve throughput while maintaining or modestly improving latency. The effectiveness of these methods depends on workload characteristics, and their benefits can compound when hardware and software improvements are combined.
Sep 01, 2026 1,112 words in the original blog post.