Beating GPT-5.6 Sol on retrieval with 100x cheaper open models
1–10 of 132 posts
Re: Beating GPT-5.6 Sol on retrieval with 100x cheaper open models
#2Re: Beating GPT-5.6 Sol on retrieval with 100x cheaper open models
#3There is so much opportunity for purpose built models like this. Ideally a harness should spin up a subagent to offload to targeted models for specific tasks like this. I know this is not a novel idea. Claude code does some of this by handing off the "explore" agent work to haiku. I just love seeing that specialized LLMs are being developed.
I also didn't realize that people were using agentic harnesses for search, it's an interesting idea. If the context length is short enough it should be fairly cheap compared to running "normal" agentic coding workloads where you have O(100k) context length for doing almost anything.
Re: Beating GPT-5.6 Sol on retrieval with 100x cheaper open models
#4Re: Beating GPT-5.6 Sol on retrieval with 100x cheaper open models
#5Re: Beating GPT-5.6 Sol on retrieval with 100x cheaper open models
#6There is so much opportunity for purpose built models like this. Ideally a harness should spin up a subagent to offload to targeted models for specific tasks like this. I know this is not a novel idea. Claude code does some of this by handing off the "explore" agent work to haiku. I just love seeing that specialized LLMs are being developed.
There's also Hornet who have shared some interesting talks & blogs lately. I don't know that I'd exclusively use agents for retrieval the way Neon outlines here as well. I think distillation similar to what ZeroEntropy has done for bespoke retrieval & reranking with _some_ agent manipulation on top-k results works better (IME).
Re: Beating GPT-5.6 Sol on retrieval with 100x cheaper open models
#7Re: Beating GPT-5.6 Sol on retrieval with 100x cheaper open models
#8Re: Beating GPT-5.6 Sol on retrieval with 100x cheaper open models
#9There is so much opportunity for purpose built models like this. Ideally a harness should spin up a subagent to offload to targeted models for specific tasks like this. I know this is not a novel idea. Claude code does some of this by handing off the "explore" agent work to haiku. I just love seeing that specialized LLMs are being developed.