Qwen3.8 Max now ranked as the best overall model by agentic index
Thread
Unofficial Hacker News client; not affiliated with Y Combinator.
Qwen3.8 Max now ranked as the best overall model by agentic index
Unofficial Hacker News client; not affiliated with Y Combinator.
onomojo · · focus · HN ↗
visarga · · focus · HN ↗
vunderba · · focus · HN ↗
It will do everything it can to defer or push it off, to the point where I’ve had to add multiple imperative directives to the AGENTS file telling it, in no uncertain terms, not to defer tasks under any circumstances.
cyanydeez · · focus · HN ↗
vunderba · · focus · HN ↗
• Qwen3-VL picks up new images in a NAS, auto captions and adds the text descriptions as a hidden EXIF layer into the image, which is used for fast search and organization in conjunction with a Qdrant vector database.
• Gemma3:27b is used for personal translation work (mostly English and Chinese).
• Some small 8b models (like llama3.1) for sentiment analysis on text.
But haven't really tried using local LLMs in conjunction with agentic harnesses yet.
cyanydeez · · focus · HN ↗
My secret sauce is to use LLAMAcpp's reasoning-budget and reasoning-message that trigger cut off to overthinking with a message that says to either us subagents or compress the context. opencode's dynamic context pruning plugin can get you pretty far into the stratosphere.
vunderba · · focus · HN ↗
Thanks for the tip - I like this a lot. I remember having to do a lot of tweaking to curtail Qwen QwQ-32b when it would go down an endless psychotic recursive reasoning loops as part of its "chain of reasoning."