Hacker News new | ask | show | jobs
by llmslave 18 days ago
i have found google models outperforming other models in actual agentic workflows
1 comments

I find that Gemini flash 2.5 performs about as well as Claude sonnet for non coding agentic flows except it’s actually fast enough
some of the tool calling is better, its better at knowing how to use a sequence of tools in a real world scenario. things like glm 5.2 will spam tool calls like 100 times. gemini model will just use the tools as you would expect

im always convinced people with takes on the open source models have never actually used them in a production agentic system

Qwen 35ba3b is ok, but it uses like 3x as many tokens as gemini 2.5 flash so you end up paying about the same to do an agentic run with gemini 2.5 flash and qwen 35ba3b.