VentureBeat
Follow
Researchers trained an open source AI search agent, Harness-1, that outperforms GPT-5.4 on recalling relevant information
Harness-1, an open-source search agent, has been developed by researchers from UIUC and UC Berkeley in collaboration with Chroma. This 20-billion parameter agent, built on OpenAI's gpt-oss-20B model, redefines how AI handles complex retrieval tasks. It achieved an impressive 73% recall accuracy on a curated dataset, surpassing even GPT-5.4 and leading open-source alternatives. Crucially, Harness-1 and its associated code and weights are immediately available under the permissive Apache 2.0 license on Hugging Face. The development also showcases the efficacy of Tinker, an API for training and fine-tuning AI models. Harness-1's success stems from offloading bookkeeping tasks from the model's memory to a structured software environment. This "state-externalizing harness" acts like a desk and filing cabinet, allowing the AI to focus on research and reasoning. Traditional search agents often suffer from "search amnesia" by trying to manage all information within their context window. Harness-1's paradigm shift proves that efficient environments are key to AI autonomy, not just model size. Its training pipeline emphasizes data efficiency, using a novel approach that vastly simplifies the learning process. The model's enterprise applicability is immense, offering frontier-level performance at significantly reduced costs and latency.