FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
NadirClaw 0.8: Vision Routing and the Silent Failure It Fixed
NewsProgramming Languages

NadirClaw 0.8: Vision Routing and the Silent Failure It Fixed

via Dev.to PythonDor Amir1d ago

Here's a bug that's annoying to diagnose: you send a screenshot to Cursor, get a response that clearly didn't look at the image. You try again. Same thing. You figure it's a model issue and move on. If you're running NadirClaw in front of Cursor, the bug was in the router. How NadirClaw routes requests Before 0.8, here's what happened when you sent an image: NadirClaw's classifier embeds your prompt using sentence embeddings and compares it to two pre-computed centroid vectors (one for "simple", one for "complex"). This takes ~10ms. No extra API call. Your screenshot is probably attached to a short message like "what's wrong here?" - that classifies as simple. Simple routes to your cheap model. If that's DeepSeek or an Ollama model, neither supports vision. The multimodal content array (the image_url part) got flattened to text before hitting LiteLLM. The image disappeared. DeepSeek answered based on the text alone. Looked wrong. Was wrong. No error. No log warning. Just a bad answer.

Continue reading on Dev.to Python

Opens in a new tab

Read Full Article
2 views

Related Articles

The cute and cursed story of Furby
News

The cute and cursed story of Furby

The Verge • 1d ago

The uncomfortable truth about hybrid vehicles
News

The uncomfortable truth about hybrid vehicles

The Verge • 1d ago

Dockploy on VPS + MariaDB
News

Dockploy on VPS + MariaDB

Medium Programming • 1d ago

Why Executives Ask “How Much Did That Cost?” — And Why You Should Know the Answer Before They Ask
News

Why Executives Ask “How Much Did That Cost?” — And Why You Should Know the Answer Before They Ask

Medium Programming • 1d ago

Nova Scotia just changed the rules — is your PR plan still on track?
News

Nova Scotia just changed the rules — is your PR plan still on track?

Medium Programming • 1d ago

Discover More Articles