Inference Brew

UkisAI Optimizes Qwen 3.8 27B to Reduce Overthinking by 58%

00:00 / --:--

← Back to home

UkisAI Optimizes Qwen 3.8 27B to Reduce Overthinking by 58%

1. UkisAI Optimizes Qwen 3.8 27B to Reduce Overthinking by 58%

UkisAI has released an optimized version of the Qwen 3.8 27B model, addressing the efficiency bottlenecks of reasoning models. By post-training the model with On-Policy Distillation to identify and penalize tokens associated with overthinking, the team achieved a 58.3% reduction in thinking tokens and a 1.95x speed increase. The optimization maintains the model's high accuracy while significantly lowering inference latency and compute costs.

  • • UkisAI post-trained the Qwen 3.8 27B model to penalize tokens associated with overthinking.
  • • The team used On-Policy Distillation to maintain model accuracy while reducing thinking tokens.
  • • The optimized model achieved a 58.3% reduction in thinking tokens and a 1.95x speed increase.
  • • The team is currently developing Swift 3.8 Flash Next, which shows a 30% reduction in thinking tokens.

Developers running local reasoning models can deploy a significantly faster and more cost-effective version of Qwen 3.8 27B without sacrificing accuracy.

SOURCES

2. Nari Labs Open-Sources Previously Optimized Qwen3-TTS Inference Engine

Nari Labs has open-sourced the high-performance inference engine for Qwen3-TTS that was previously introduced as an optimized implementation. The engine maintains the sub-50 ms latency at 10 requests per second reported earlier and now includes validation from Coval voice AI benchmarks, where it ranks first in accuracy and second in latency. Additionally, the company's Qwen3-ASR endpoint, also part of this release, achieved the lowest latency and second-highest accuracy in the same evaluation, outperforming Alibaba's official endpoints.

  • • Nari Labs has open-sourced the inference engine for Qwen3-TTS previously reported as an optimized implementation.
  • • The engine maintains sub-50 ms latency at 10 requests per second.
  • • Coval voice AI benchmarks rank the engine #1 in accuracy and #2 in latency.
  • • The open-source release includes the Qwen3-ASR endpoint, which holds the lowest latency and #2 accuracy ranking on Coval benchmarks.
  • • The stack is positioned as a more accurate and lower-latency alternative to Alibaba's official endpoints.

Developers can now access and deploy the previously proprietary-optimized Qwen3-TTS stack, which provides a verified, high-performance, and cost-effective alternative to official endpoints.

SOURCES

3. K2 Horizon Models Evaluated: Performance Benchmarks and Memory Requirements

Following the initial release of the K2 Horizon model family on September 3, Artificial Analysis has published performance evaluations for the lineup. The 3.7B and 7B models are rated as state-of-the-art for their size, while the 36B A4B model is highlighted for its efficiency on low-bandwidth hardware. However, evaluations indicate significant RAM requirements due to the models' KV cache design; for instance, the 7B model requires 5.2 GiB for weights and 5 GiB for context under Q4_K_M quantization at 128k context.

  • • Artificial Analysis has benchmarked the K2 Horizon family, confirming state-of-the-art performance for the 3.7B and 7B models.
  • • The 36B A4B model is identified as optimal for hardware with limited memory bandwidth.
  • • Evaluations highlight high RAM overhead, with the 7B model requiring 10.2 GiB total (weights + context) under Q4_K_M at 128k context.
  • • The 0.9B and 375B models received lower performance ratings in the current evaluation.

Developers now have empirical performance data and specific memory usage profiles to guide deployment decisions for the K2 Horizon models.

4. Optimizations Boost Local Qwen3.8-Flash-Next Performance to 20 TPS on 12GB VRAM

Developers have demonstrated that the 125B-A6B Qwen3.8-Flash-Next Mixture of Experts (MoE) model can run efficiently on consumer-grade hardware, optimizing performance from 6 to nearly 20 tokens per second on an RTX 4070 12GB GPU. The setup, which utilizes 64GB of system RAM and Gen4 NVMe storage, achieves these speeds through AtomicChat's 4.27 bpw quantization, Ngram SSD offloading in lazy-mode, and the `--fit-target 512` parameter. An MTP variant utilizing a 1.78 GB shared compact head pushed performance to 20.65 tokens per second.

  • • Qwen3.8-Flash-Next is a 125B-A6B MoE model that includes a 51B n-gram table.
  • • Inference performance on an RTX 4070 12GB GPU (with 64GB RAM and Gen4 NVMe) was optimized from 6 to nearly 20 tokens per second.
  • • Key optimizations include AtomicChat's 4.27 bpw quantization, Ngram SSD offloading in lazy-mode, and the `--fit-target 512` parameter.
  • • The MTP variant, utilizing a 1.78 GB shared-Q4_K_M compact head, achieved 20.65 tokens per second.
  • • Prompt processing speeds are measured at 300 to 350 tokens per second.

Developers can run a massive 125B MoE model on consumer-grade hardware (like an RTX 4070) by leveraging specific quantization and SSD offloading techniques.

SOURCES

5. Cursor Launches Projects to Manage Large-Scale Codebases

Cursor has introduced Cursor Projects, a new feature designed to help developers manage large-scale codebases by maintaining context over months. The tool allows developers to operate at a higher level of abstraction, delegating complex tasks to thousands of agents and automating recurring tasks without manual prompting. According to Cursor, early adoption of Projects has led to a 30% increase in merged pull requests for new users.

  • • Cursor launched "Projects," a tool designed to manage larger bodies of work by maintaining context over months.
  • • The tool allows developers to delegate tasks to thousands of agents and direct work at a higher level of abstraction.
  • • It performs recurring tasks automatically without requiring manual prompts.
  • • Cursor reports that new users of the tool merge 30% more pull requests.

Developers can manage larger bodies of work at a higher level of abstraction, with Cursor reporting a 30% increase in merged pull requests for new users.

SOURCES

6. Guru Launches MCP Service to Reduce Agent Token Usage

Guru has launched a new service designed to optimize how AI agents access knowledge bases over the Model Context Protocol (MCP). By curating and verifying knowledge once before serving it, the service reduces token usage by approximately 4x compared to agents connecting directly to raw data sources. This approach prevents redundant costs and latency that occur when multiple agents independently rebuild answers from raw, unstructured data.

  • • Guru curates and verifies knowledge once before serving it to AI agents over the Model Context Protocol (MCP).
  • • The method reduces token usage by approximately 4x compared to agents connecting directly to raw sources.
  • • The service prevents redundant costs incurred when multiple agents independently rebuild the same answers from raw data.

Developers building with MCP can prevent redundant costs and context bloat by serving pre-verified knowledge instead of letting multiple agents independently query raw sources.

SOURCES

7. NVIDIA Open-Sources OSMO for Physical AI Workflow Orchestration

NVIDIA has open-sourced OSMO, a Kubernetes-native workflow orchestrator designed to manage physical AI pipelines across training, simulation, and edge deployment. Licensed under Apache-2.0, OSMO allows developers to define entire multi-GPU workflows in a single YAML file, routing tasks to Kubernetes clusters using the NVIDIA KAI Scheduler with NVLink topology-aware placement. The platform features interactive development capabilities like remote VS Code and Jupyter sessions, integrates with coding agents like Claude Code and Cursor, and includes a content-addressable dataset system that reduces storage requirements.

  • • NVIDIA open-sourced OSMO, a Kubernetes-native workflow orchestrator licensed under Apache-2.0.
  • • OSMO allows developers to define entire physical AI pipelines (training, simulation, testing) in a single YAML file.
  • • The platform provides Helm charts and containers via NGC, uses the NVIDIA KAI Scheduler, and supports NVLink topology-aware placement.
  • • Version 6.3.1 includes TLS termination, cloud workload identity support, and interactive development sessions (remote VS Code/Jupyter).
  • • It integrates with coding agents like Claude Code and Cursor, and features a content-addressable dataset system that claims to reduce storage by 10x to 100x.

Developers building physical AI or robotics applications can define entire multi-GPU pipelines in a single YAML file with built-in support for coding agents like Claude Code and Cursor.

SOURCES

8. dbt Labs Open-Sources dbt Charts for AI-Auditable Dashboards

dbt Labs has open-sourced dbt Charts, a pre-1.0 tool licensed under Apache 2.0 that defines interactive dashboards using a structured YAML and SQL language. By moving dashboard creation out of UI-based BI tools and into code, dbt Charts makes it significantly easier for AI agents to generate, modify, and audit visualizations. The tool supports sixteen chart types, Markdown, and Jinja, and includes a CLI to render dashboards into formats like SVG, HTML, and PDF, integrating directly with Git repositories for unified version control.

  • • dbt Labs open-sourced dbt Charts under the Apache 2.0 license, currently in a pre-1.0 stage.
  • • The tool uses SQL for data selection and YAML to define visualizations, supporting 16 chart types, Markdown, and Jinja.
  • • It is designed to move chart creation from UI-based BI tools into code, making it easier for AI agents to generate and audit.
  • • The dbt Charts CLI allows users to render dashboards into formats including SVG, HTML, PNG, PDF, and terminal output.
  • • dbt Labs launched dbtCharts.com in public beta for hosting, access control, and conversational analytics.

Developers can easily generate, version-control, and audit interactive dashboards using AI agents by declaring visualizations in structured YAML and SQL.

SOURCES

9. px0 Launches as a Read-Only IDE for Agent Verification

A new tool called px0 has launched, offering a read-only integrated development environment designed specifically for AI workflows. Operating directly within the web browser, px0 serves as an instant verification console, allowing developers to inspect and validate code or content generated by autonomous AI agents before integration.

  • • px0 has launched as a read-only integrated development environment (IDE).
  • • The tool functions as an instant verification console for content generated by AI agents.
  • • It runs directly within a web browser.

Developers can quickly inspect and verify code or content generated by AI agents in a secure, read-only browser console.

SOURCES

10. Lambda Framework Pushes Model FLOPS Utilization Past 60% on Blackwell

Lambda engineers have released a reproducible framework that boosts Model FLOPS Utilization (MFU) to over 60% when running Llama 3.1 models on NVIDIA Blackwell GPUs. By benchmarking models ranging from 8B to 405B parameters, the team identified key bottlenecks causing efficiency loss. The resulting framework delivers a 25% or greater improvement over standard industry benchmarks without requiring any modifications to the underlying model architecture.

  • • Lambda engineers benchmarked Llama 3.1 models (8B to 405B parameters) on NVIDIA Blackwell GPUs.
  • • The team identified the root causes of efficiency loss and developed a reproducible framework to address them.
  • • The framework increases Model FLOPS Utilization (MFU) to over 60%, representing a 25% or greater improvement over industry benchmarks.
  • • These efficiency gains are achieved without making any modifications to the underlying model architecture.

Developers training or fine-tuning Llama 3.1 models can achieve a 25% or greater efficiency improvement, reducing compute costs and training times.

SOURCES

11. Developer Shares Gotchas When Migrating Large Preprompts to Local Ollama

A developer's detailed migration report highlights key challenges when moving complex agents from frontier APIs to a local 27B parameter model using Ollama. The migration revealed that 35kb preprompts optimized for frontier models cause local models with smaller context windows to thrash and fail. The author identified specific failure signals for context exhaustion—such as identical back-to-back tool calls and repeated file reads—and recommended mitigation strategies including single-objective prompting, declarative agent definitions, and logging session state to disk.

  • • A developer experimented with moving agents from frontier APIs to a local 27B parameter model using Ollama on a 128GB RAM system.
  • • Large preprompts (35kb) designed for frontier models caused the local model to thrash and fail due to smaller context windows.
  • • Specific failure signals for context exhaustion included identical back-to-back tool calls and repeated file reads.
  • • Recommended mitigation strategies include single-objective prompting, declarative agent definitions, and logging session state to disk.
  • • The migration was motivated by concerns over frontier providers training on session data and safety filters blocking security research.

Developers migrating agents from frontier APIs to local models can avoid context exhaustion failures by adopting single-objective prompting and declarative agent definitions.

SOURCES

12. Benchmark Compares GPT-5.6 Luna and GPT-6 Astra for Automated Code Reviews

A new benchmark evaluating 50 public pull requests highlights the cost and accuracy trade-offs between the low-cost GPT-5.6 Luna ($0.20/M input, $1.20/M output tokens) and the frontier GPT-6 Astra ($10/M input, $50/M output tokens) for automated code reviews. While Luna identified 69 verified bugs at a fraction of the cost ($0.0041 per review), it exhibited a high noise level with 24 unverified findings. In contrast, Astra caught 92 verified bugs with only 4 false positives and significantly outperformed Luna on security-sensitive code, identifying 19 out of 24 verified security bugs compared to Luna's 9.

  • • The benchmark compared GPT-5.6 Luna ($0.20/$1.20 per million tokens) and GPT-6 Astra ($10/$50 per million tokens) across 50 public pull requests.
  • • GPT-5.6 Luna identified 69 verified bugs at a cost of $0.0041 per review, but had a higher noise level (24 of 93 findings failed verification).
  • • GPT-6 Astra identified 92 verified bugs at $0.113 per review, with only 4 of 96 findings failing verification.
  • • For security-sensitive bugs, Astra found 19 of 24 verified bugs, while Luna found only 9.
  • • Running both models on every pull request captured 117 of 143 total verified bugs for a combined cost of $5.86.

Developers can optimize their automated code review pipelines by understanding the trade-offs between Luna's low cost ($1.20/M output tokens) and Astra's superior accuracy and lower noise.

SOURCES

13. Nvidia Unveils RTX 5500 Pro Blackwell GPU with 84GB GDDR7 Memory

Nvidia has introduced the RTX 5500 Pro Blackwell Workstation Edition, a GPU tailored for professional AI workloads and local model execution. Built on the same GB202 silicon die as the GeForce RTX 5090, the workstation card features 21,760 CUDA cores and 84GB of GDDR7 memory—2.6 times the capacity of the 5090. The memory runs on a 448-bit interface delivering up to 1,400 GB/s of bandwidth, though Nvidia has downclocked the GDDR7 chips to 25 Gb/s.

  • • Nvidia launched the RTX 5500 Pro Blackwell Workstation Edition, utilizing the GB202 silicon die.
  • • The card features 84GB of GDDR7 memory, which is 2.6 times the capacity of the GeForce RTX 5090.
  • • It is equipped with 21,760 CUDA cores across 170 enabled Streaming Multiprocessors.
  • • The memory subsystem operates on a 448-bit interface, providing up to 1,400 GB/s of bandwidth.
  • • The GPU is positioned between the 72GB RTX Pro 5000 and the 96GB RTX Pro 6000; official pricing has not been released.

Developers running local LLMs or fine-tuning tasks gain a high-capacity workstation GPU option with 2.6 times the VRAM of the consumer RTX 5090.

14. Frontier Providers Implement Identity Verification for Advanced Model Access

Building on previous releases of flagship models like Mythos, Flash Cyber, and Astra, Anthropic, Google, and OpenAI have now implemented a dual-tier access strategy. Developers seeking advanced paths for these models must now complete identity verification, such as submitting government or organization IDs, or obtaining trusted-defender status. This adds a new layer of access control to the models previously made available to developers.

  • • Anthropic, Google, and OpenAI have introduced identity-gated tiers for their flagship models.
  • • Accessing advanced paths for models like Mythos, Flash Cyber, and Astra now requires government or organization ID verification.
  • • This update adds a new vetting requirement to the previously released model series.
  • • Public pricing for standard tiers remains unchanged.

This change formalizes the access path for high-end models, requiring developers to undergo vetting to utilize advanced capabilities while maintaining existing public pricing for standard tiers.

SOURCES

15. Bolt Forge Launches Free Access to GLM, DeepSeek, and Kimi Models

A new service called Bolt Forge has launched, offering developers free access to GLM, DeepSeek, and Kimi models with zero usage charges until October 14th. The service provides up to 50 times more usage capacity than standard tiers and is accessible directly through the model picker on the Bolt website, allowing developers to run high-volume testing and development workloads for free.

  • • Bolt Forge is a new service providing up to 50 times more usage for users.
  • • The service includes access to GLM, DeepSeek, and Kimi models.
  • • It is free to use with zero usage charges until October 14th.
  • • The service is integrated directly into the model picker on the Bolt website.

Developers can test and run workloads on popular open-weights models with zero usage charges and up to 50 times more capacity during the promotional period.

SOURCES

Inference Brew in your inbox

5 minutes a day. Free, unsubscribe anytime.

Inference Brew in your inbox

5 minutes a day. Free, unsubscribe anytime.