Need help?
<- Back

Comments (72)

  • HarHarVeryFunny
    The summary "There are still clear limits. Gemini 3.5 Flash remains a better practical choice [than GPT 5.6 Sol] for high-volume detection and counting in our benchmark, especially at its price." seems rather understated !GPT 5.6 Sol was outperformed on all benchmarks by Gemini 3.5 Flash, apart from a single exception (OCR) where Fable was the winner.Gemini 3.5 Flash not only outperformed GPT 5.6 Sol, but did so at 1/3 of the cost.
  • weli
    Anecdotal, opinion:Gpt is really good in vision stuff, or at least their MoE seems to be really cohesive. From my experience Claude models can be really good at language but the moment they need to look at a picture and decide why the design is not good what parts need improvement it degrades a lot. My easiest benchmark is giving them a screenshot of a feature in my app and tell it "identify non-normative UI blocks and improve readability and consistency". Sol does a great job at re-structuring the page into composable units that build upon each other and the general looks and feels of the app. Claude tends to over-focus one one part while completely forgetting about the rest or the cohesion as a whole.
  • evrimoztamur
    Penny sample shown looks like failed EXIF orientation registered by the model/harness. The coins are correctly marked, it's rotated 90 degrees.
  • faxmeyourcode
    It's not clear to me from the article, are they asking sol to output bounding box coordinates with some kind of structured outputs?Anecdotal but I've seen it use python to crop, zoom, and "enhance" (fiddle with sharpness and brightness) images to read sections of handwritten census data from the 1800s. Feels like that there might just be a mismatch of capabilities when it comes to straight outputting coordinates but I bet the model is better at actually finding the answer given any tools available. Which I get is a bit of an apples and oranges situation.I've also tried to use it to identify an old pair of glasses and it didn't stand a chance, so I do think it's not quite there yet when it comes to some vision tasks.
  • fpgaminer
    Gemini 3 Flash should really be included in this comparison. Or at least 3.7. In most of my testing, 3.5 and 3.6 were both a downgrade in terms of vision capabilities, relative to 3, and at a much higher cost. 3.7 is slightly better than 3, finally.
  • ALLTaken
    I actually favor Qwen3.8 and run it locally + use the Token-Plan on AlibabaCloud, when I need faster results. Kind of favor it over GPT5.6 Sol.Also it seems to be more capable, need to test more, but I think it's at least getting on par and it's fully open-source and open-weights.Here's some benchmarks:https://benchlm.ai/compare/gpt-5-6-sol-vs-qwen3-8-maxhttps://qwen.ai/blog?id=qwen3.8#full-benchmark-table (incredible UI/UX demos)https://venturebeat.com/technology/qwen3-8-max-arrives-with-...EDIT: Am I early to the discussion, or is none else using Qwen3.8-max?
  • schopra909
    From our experiments it’s the best video captioning model in the world by a mile. This was not the case a year ago.When reasoning got introduced a year ago to GPT 5, on average the model performed worse than GPT4-o for short video clip captioning (Ie hallucinating actions that didn’t happen). The old GPT 5 was extremely finicky in terms of fps sample rate.The other SOTA LLMs (like Gemini Pro) have clearly been optimized for long video understanding, since they can’t see almost anything sub-second (even if you up the frame sampling rate).Sol is the first model we’ve seen to accurately caption complex sub-second movements (eg woman suddenly turns heard head to right). It’s robust to different fps sample rates so I can only guess that they trained on videos sampled at different fps.
  • mv4
    Ironically, the pill counting example selected to showcase "the best vision model" can be easily solved with OpenCV template matching, a technology created 25 years ago.
  • kzrdude
    In the third vision bench result, Sol is 100% correct but the expected has 1 error. Seems like an oversight.In the next bench, Sol looks like it’s correct again but the bboxes are rotated 90 degrees for some reason.
  • bearjaws
    It is funny to me seeing Sol used for what a "traditional" AI model can do already (counting pills).We have vision models for our pharmacy and I could never imagine taking the latency hit to use a Sol in our robotics, it would be likely 25-50x slower.
  • jug
    I really like the combo 5.6 Luna & Sol for price and performance and would be perfectly happy if they stayed here for a moment without mucking about with sidegrades that I think AI evolution has often felt like lately.
  • ParanoidShroom
    I run the free service https://countrx.app/ so i have some idea what goes into counting.The performance as a general model is indeed really impressive and i think they might actually win compared to fine tuned models.Their feedback loop of training on user data is incredibly strong. I've learned that lots of accuracy results depends on threshold configs, which llms should be able to dynamically set.Or the future will develop in llms using fine-tuned models as tools? Inference cost and speed does still seem to be below user expectations.But for being able to one shot with this accuracy... IMPRESSIVE
  • kherud
    So far I haven't seen a single model succeeding at transcribing sheet music, but I just tested it again with 5.6 Sol and it nailed the small test case. Fluently reading music requires multiple years of training for most people, but I feel like accurately following the horizontal lines trips up vision models in particular.
  • fooker
    I'm a little bit disappointed that vision seems to fall before language at scale.It seems pretty counter intuitive that we can't do vision significantly better with specialized techniques.
  • cdolan
    Luna is pretty strong as well. been using it for projects the last two weeks and its strong
  • bob1029
    I've decided it's "good enough" after I saw it properly quote a string of text that was very roughly highlighted within a nested visual context. It also identified the context correctly (modal inside webapp inside screenshot of user desktop).
  • 5555watch
    All of your use cases are very advanced.I recently used it at grocery stores in a foreign country. Photographed the whole aisle and told it to find Y (detergent, softener, glue, sour cream, whatever), at the same time recommend the best Y for whatever reason. Worked marvelously, including the cases where the object wasn't present and it told me there was nothing useful.I asked then, can you crop the exact image of how does the item look like and where is it in the aisle - did that perfectly as well.I will add that all frontier models were fine with such tasks from the early 2024's.
  • WarmWash
    It's vision capabilities poisoned my cucumber bed, misidentifying the malaise and having me spray them down with water, which only spread the fungus that gemini later informed me was actual cause, which I went and checked myself.I hope that whatever was lost at GDM in the last few months, didn't include their extra focus on vision capabilities.
  • prathje
    I would love more vision benchmarks! Once I asked the model to inspect a completely black picture and it hallucinated a nice wooden kitchen wall. Took me some time to figure out where the kitchen came from...I usually go to https://arena.ai/leaderboard/vision/pareto for a nice overview of current models.
  • criddell
    Are any of these vision benchmarks binocular in order to introduce depth perception?I keep waiting for these AI companies to assemble the parts into a great autonomous driving module.
  • iamniels
    I understand why you would like to use an LLM for vision. I do it myself often enough. I don't understand however, why the pill detection and counting is included in this benchmark. That is a task which you would perform with OpenCV right?In my personal mini benchmark minicpm-v-4.6 scores amazingly well. Its a 0.8B model which runs fine on many consumer hardware.
  • chasd00
    One of my friends (and BIL) own an architecture firm. They use AI to generate and quickly update renderings but they run into the equivalent of the 6 fingered hand problem. I sent him this article I wonder if the updated models can catch and fix mistakes made by previous models.
  • adroitboss
    I didn't expect Gemini 3.5 Flash to top basically every metric in this article.
  • comboy
    Does any popular NVR make a good use of LLMs (especially local models) getting decent at vision?
  • trumbitta2
    "Best iPhone ever" vibes.
  • sscaryterry
    My anecdotal evidence says its still as blind as any other model, it has no taste, no attention to any sort of detail.
  • logicallee
    I agree. It did very well on an extremely challenging task.I asked it to recognize and draw the very faint reflection of what I was wearing, visible in only a tiny black part of a very brightly lit poster behind glass.In addition, the poster itself also happened to contain similar clothing.You can see the reference images and its output in my writeup here: https://medium.com/@rviragh/gpt-5-6-sol-very-good-image-reco...While a human can focus on the reflection easily, this is an enormous challenge for a vision model. It's very impressive.
  • RugnirViking
    It's really quite good! I was amazed recently by its utter inability to read some faded handwritten cyrillic on the back of a wood carving - 3 or 4 words only, reasonably clear letter forms I found recently, and then stepped back a bit and thought about how insane that was as a benchmark - I just expect it to work so reliably on other OCR and translation tasks that it was surprising to encounter such a failure
  • Razengan
    For the last 2 weeks I've been trying to get Codex to "outpaint" a wonderful image it generated as placeholder art for a level background.After I increased the game's resolution, I asked it to increase the image's size while keeping the same scale and existing content, and gosh, it constantly keeps getting something wrong no matter what I tell it, even on Sol Max with the $100 Pro subscription.An organically-grown meat-based pixel-artist could have recreated the image and more within 2-3 days, in exchange for food and shelter.
  • catigula
    Still not quite as good as gemini.
  • iamleppert
    Where are the Qwen benchmarks in this? I would be more interesting to see how Qwen performs.
  • alessandrobinda
    [dead]
  • fintuner
    [flagged]
  • zyvop1
    [flagged]
  • hathym
    [dead]
  • hn7jmxa7oc
    [dead]
  • CurbStomper
    [dead]