# Aditya Bhargava: Harnesses Matter More Than LLM Models _Aditya Bhargava from Etsy discusses how AI harnesses, not just models, are key to building capable and safe agents, showcasing the Agency framework._ **Published:** 2026-07-08 **Source:** https://www.startuphub.ai/ai-news/artificial-intelligence/2026/aditya-bhargava-harnesses-matter-more-than-llm-models --- In the rapidly evolving world of AI, the focus often lands squarely on the underlying models themselves. However, Aditya Bhargava, a Staff Engineer and IC Initiative Lead for Agentic Commerce at Etsy, presented a compelling argument that the 'harness' surrounding these models might be just as, if not more, important than the model architecture itself. AI Models vs HarnessesDriver focus often lands squarely on underlying models themselvesFrom the article 8 mentionsBhargava suggests that by building sophisticated harnesses, developers can potentially achieve comparable results with more accessible, open-source models that can be run locally, thereby democratizing AI capabilities.importance ofThe AI HarnessCoreframework, tools, and surrounding logic enabling AI tasksFrom the article 9 mentionsDuring his presentation, titled "What if the harness mattered more than the model?", Bhargava explored how the way we interact with and deploy AI models can dramatically impact their performance and utility.Agency FrameworkContexta framework for building capable and safe AI agentsFrom the article 6 mentionsBhargava highlighted the Agency framework as a tool that embodies these principles.Enhanced Model PerformanceEffectFrom the article 2 mentionsHe posits that a well-crafted harness can compensate for the limitations of a weaker model, allowing it to achieve performance levels comparable to more advanced, proprietary models.Self-OptimizationContextfeedback loop and self-optimization capabilities of harnessesFuture of HarnessesContextexploring the future evolution and applications of harnessesFrom the articleBhargava suggests that by building sophisticated harnesses, developers can potentially achieve comparable results with more accessible, open-source models that can be run locally, thereby democratizing AI capabilities.Safety and ControlContextaddressing safety and control mechanisms within the harnessFrom the article 3 mentionsIt necessitates a deeper understanding of how to guide the agent's actions, manage its capabilities, and ensure its safety, especially when dealing with potentially risky operations like file access or arbitrary code execution.Accessible Sophisticated AIOutcomeFrom the article 3 mentionsHe argues that by investing in a robust harness, we can unlock greater potential from even simpler models, making sophisticated AI more accessible and adaptable. During his presentation, titled "What if the harness mattered more than the model?", Bhargava explored how the way we interact with and deploy AI models can dramatically impact their performance and utility. He argues that by investing in a robust harness, we can unlock greater potential from even simpler models, making sophisticated AI more accessible and adaptable. ## The Power of the Harness Bhargava's central thesis revolves around the concept of a 'harness' in AI, which he defines as the framework, tools, and surrounding logic that enable an AI model to perform specific tasks. He posits that a well-crafted harness can compensate for the limitations of a weaker model, allowing it to achieve performance levels comparable to more advanced, proprietary models. This perspective challenges the conventional wisdom that solely focusing on the largest and most powerful models is the only path to progress. Bhargava suggests that by building sophisticated harnesses, developers can potentially achieve comparable results with more accessible, open-source models that can be run locally, thereby democratizing AI capabilities. He introduced the idea of a 'language level support' for building agents, emphasizing that a good harness requires more than just basic tool integration. It necessitates a deeper understanding of how to guide the agent's actions, manage its capabilities, and ensure its safety, especially when dealing with potentially risky operations like file access or arbitrary code execution. ## Agency: A Framework for Agentic AI Bhargava highlighted the Agency framework as a tool that embodies these principles. Agency provides a structured approach to building AI agents with: - Simple syntax for defining tools. - Tools for safety, including interrupt handling and partial function application. - True pause-and-resume execution capabilities. - Built-in optimizers like GEPA (Genetic-Pareto). He demonstrated how each function in Agency can be treated as a tool, with clear descriptions and parameters that the LLM can understand and utilize. This allows for more modular and manageable agent development. ## Addressing Safety and Control A key concern in deploying AI agents is safety, particularly when granting them access to sensitive operations like reading or writing files. Bhargava showcased how Agency's harness design can address this by requiring explicit user approval for such actions, thereby maintaining a crucial human-in-the-loop for critical operations. He also touched upon the concept of partial function application (PFA) as a way to constrain tool usage, making agents safer by default. ## The Feedback Loop and Self-Optimization The presentation also delved into the importance of the feedback loop in agent development, illustrating the 'Reason -> Act -> Observe -> Reason' cycle. This iterative process is fundamental to test-driven development, where agents are trained to perform tasks, observe the consequences, and then refine their actions based on the outcomes. Bhargava emphasized that this systematic approach to measurement and improvement is more effective than traditional trial-and-error methods. Furthermore, he introduced the idea of 'subagents' within Agency, allowing for more complex agent architectures where specialized agents can be invoked for specific tasks. This modularity not only improves organization but also enhances the agent's ability to handle diverse and complex requests by leveraging the right tool for the job. ## The Future of Harnesses Bhargava concluded by reiterating that the 'harness' is a critical component in building effective and safe AI agents. By focusing on improving this surrounding infrastructure, developers can unlock greater potential from LLMs, making powerful AI more accessible and reliable. He stressed that as AI systems become more capable, the harness will play an increasingly vital role in ensuring their alignment with human goals and values. --- Original analysis from [startuphub.ai](https://www.startuphub.ai), the #1 AI startup directory.