Ollama: Smarter Constraints and Qwen3.5 Boost

Today we're diving into two focused improvements from ParthSareen that make Ollama more flexible and capable. The first loosens thinking level constraints by removing unnecessary validation at the routes level, while the second adds context length support for Qwen3.5 with compaction capabilities.

Duration: PT3M52S

Episode overview

This episode is a short developer briefing from Ollama.

It explains recent repository work in plain language.

  • Show: Ollama
  • Published: 2026-03-05T11:04:48Z
  • Audio duration: PT3M52S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Hey there, amazing developers! Welcome back to another episode of the Ollama podcast. I'm your host, and wow, what a beautiful March 5th it is! I hope you're having a fantastic start to your week and maybe enjoying that first cup of coffee like I am right now.

Today we're looking at some really thoughtful changes that happened yesterday, and I love how these updates show the kind of incremental improvements that make software better every single day. Sometimes the most impactful changes are the ones that remove complexity rather than add it, and we've got a perfect…

Let's jump right into our merged pull requests, because ParthSareen has been busy making Ollama smarter and more capable.

First up is PR 14625, and this one is all about loosening thinking level constraints. Now, here's what's beautiful about this change - Parth removed 12 lines of validation code from the server routes. But this isn't just deletion for the sake of it. The story here is about trust and better architecture.

See, Ollama already has internal mappings in the thinking package that know how to handle low, medium, and high thinking levels. These mappings can intelligently convert values to boolean where it's…

This…

Nearby episodes from Ollama

  1. MLX Gets a Major Upgrade and Web Search Goes Live
  2. Simplifying the Sampling Story
  3. Cloud Models Get Smarter & Build Performance Boost
  4. Cloud Integrations Get Some Love
  5. Cloud Integration Drama and AI Model Expansion
  6. Smarter Sampling and Crash Prevention
  7. Building Bridges for Better Model Compatibility
  8. MLX Runner Gets Rock Solid