RU version is available. Content is displayed in original English for accuracy.
Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
100% Positive
Analyzed from 588 words in the discussion.
Trending Topics
#harness#model#claude#run#search#draft#data#calls#models#test

Discussion (8 Comments)Read Original on HackerNews
I use GLM-5.3, Qwen3.8, Claude (all of 'em), GPT Sol/Luna/Terra across direct API calls + local models where I can (128GB Macbook Pro)... The harness and whether the model or underlying system prompts know how to make the best use of iterative LLM calls makes such a big difference...
For example: one-off articles on a news topic (e.g., "Update me on the US-Canada relations") yields very similar results across all models... But "run a web search, write a draft perspective from three points of view, and structure data around it" will make everything but Claude + GPT struggle.
I have been doing this test for about a year now. I run it on different harnesses and apps as well just to give me an idea of what they differences between them might be. Since I have been running it for a while now, I have a good sense of the correlation between this output and how the model will be on the rest of the things I want it to do.
I would say that almost every model (just tested Mercury 2.5 Preview and IBM Granite 4.2-8b) are pretty much the same on this task. Some are more diligent with how many sources they go out and get, but for the most part they are all very close in quality and will follow the instructions very well.
So saying "everything struggles" with that has just simply not been my experience.
> run a web search, write a draft perspective from three points of view, and structure data around it
Ironically that's not harness-heavy at all, is it? Apart from sterring via system prompt, that's largely relying on the model itself to reason through the task (what to search for, which links to follow) and then synthesize the information and present it in a way that meets the user's request. Seems like a good test of pure LLM capability to me.
I find it hard to believe that if GLM 5.3 struggled with that task in, say, Pi, it would do any better in OpenCode. Unless you're talking about some next-level research stuff to provide strong guidance/steering and context offloading.
I usually use pi or minimal harnesses when I am working with Anthropic or OpenAI models. With local llms they seem to work well with maximalist harnesses like omp, Hermes etc.
Did you mean with some specific harness? GLM5.3-Flash handled a very similar test I ran in opencode (with Kagi MCP to let it search) pretty well, and coming from Claude it was incredibly refreshing to not have to decipher its absurd techbro-speak.