‹ BackHN Continuity

Thread

Beating GPT-5.6 Sol on retrieval with 100x cheaper open models

414 points · 114 comments · moonikakiss

  1. softwaredoug · · focus · HN ↗
    People are building agentic search one of three ways:

    1. Actually good retireval. There’s been a lot of progress on serving the kinds of queries agents tend to serve, from places like Hornet, MoxedBread, LightOn. Particularly in late interaction

    2. Smarter harnesses with models/judges validating the result. This is now just seen as the generator/ evaluator pattern. Here’s where people try to just use grep or some other naive retrieval system. Let the agent figure it out. But it’ll consume a lot of tokens to get good results as it iterates and loops.

    3. A model trained for retrieval. Give it dumb retriever like in (2) but it is fine tuned on the task as in (1).

    This article is 3. But we’ve been seeing this all year with SID.ai, Gleans Waldo model etc. if this interests you I’d check those out, particularly SID.

    I wrote about these 3 approaches here <a href="https:&#x2F;&#x2F;softwaredoug.com&#x2F;blog&#x2F;2026&#x2F;06&#x2F;08&#x2F;three-kinds-of-agentic-search" rel="nofollow">https:&#x2F;&#x2F;softwaredoug.com&#x2F;blog&#x2F;2026&#x2F;06&#x2F;08&#x2F;three-kinds-of-agen...

    1. kumama · · focus · HN ↗
      +1 on SID-1. we were definitely inspired by that paper
      1. maxrumpf · · focus · HN ↗
        SID-1 co-author here: was a lot of fun writing it. want to chat? just firstname at domain.
        1. kumama · · focus · HN ↗
          yup! email sent!
Open on Hacker News to reply ↗

Unofficial Hacker News client; not affiliated with Y Combinator.