Ollama: Weekly Recap - Vision Runners and Robustness Cleanup
This week's work centered on bringing image support and speculative decoding to the MLX runner, alongside a broad sweep of fixes for tool-call parsing, thinking budgets, and race conditions across the codebase. Fifty pull request activity items and twenty-two additional commits landed, with heavy contribution from both core maintainers and community authors.
Duration: PT3M38S
Episode overview
This episode is a short developer briefing from Ollama.
It explains recent repository work in plain language.
- Show: Ollama
- Published: 2026-08-10T09:07:35Z
- Audio duration: PT3M38S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
This is the Ollama Weekly Recap for August 3rd through August 10th. Fifty pull request activity items and twenty-two additional commits this week.
The headline story is the MLX runner's new vision and speculative decoding capabilities. Jesse Gross landed a multi-part effort — PR 17600 and a string of supporting commits — that lets MLX models accept image input without breaking prefix caching. Media identity now folds into cache keys, image tags expand into…
The second theme is tool-call reliability. Several contributors chased the same class of bug from different angles: incomplete tool calls getting silently dropped when a stream ends early, fixed for Ministral in PR 17550 and for function-call-style parsing in PR 17536, following a pattern dhiltgen set earlier for…
Third, reliability and correctness housekeeping. PR 17445 fixed multiple data races in the progress bar and spinner code, caught by the race detector. PR 17619 trimmed redundant data out of model manifests. PR 17590 replaced a fatal server crash on a blob read error with a proper request failure. PR 17537 and PR…
Rounding things out, launch integrations expanded with Muse Code and Talos support, and infrastructure got a…
N…
Nearby episodes from Ollama
- Backup Collisions and a Security Fix Converge
- Fixing the Defaults That Silently Hurt You
- Model Coverage and Tool-Call Reliability
- Vision Support Lands in the MLX Runner
- Edge Case Cleanup Across the Stack
- Speculative Decoding Gets a New Draft Architecture
- Crash Fixes and the Launcher Ecosystem Grows
- Silent Data Corruption Fixes