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.

8 min read
Aditya Bhargava presenting on AI harnesses and models
Aditya Bhargava, Staff Engineer at Etsy, discussing the importance of AI harnesses.· AI Engineer

Visual TL;DR. AI Models vs Harnesses importance of The AI Harness. The AI Harness enables Agency Framework. The AI Harness leads to Enhanced Model Performance. Enhanced Model Performance enables Accessible Sophisticated AI. Agency Framework incorporates Safety and Control. The AI Harness includes Self-Optimization. The AI Harness future Future of Harnesses.

  1. AI Models vs Harnesses: focus often lands squarely on underlying models themselves
  2. The AI Harness: framework, tools, and surrounding logic enabling AI tasks
  3. Agency Framework: a framework for building capable and safe AI agents
  4. Enhanced Model Performance: well-crafted harness compensates for simpler model limitations
  5. Safety and Control: addressing safety and control mechanisms within the harness
  6. Self-Optimization: feedback loop and self-optimization capabilities of harnesses
  7. Accessible Sophisticated AI: unlocking greater potential from even simpler models
  8. Future of Harnesses: exploring the future evolution and applications of harnesses
Visual TL;DR
Visual TL;DR, startuphub.ai AI Models vs Harnesses importance of The AI Harness. The AI Harness enables Agency Framework. The AI Harness leads to Enhanced Model Performance. Enhanced Model Performance enables Accessible Sophisticated AI importance of enables leads to enables AI Models vs Harnesses The AI Harness Agency Framework Enhanced Model Performance Accessible Sophisticated AI From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai AI Models vs Harnesses importance of The AI Harness. The AI Harness enables Agency Framework. The AI Harness leads to Enhanced Model Performance. Enhanced Model Performance enables Accessible Sophisticated AI importance of enables leads to enables AI Models vsHarnesses The AI Harness Agency Framework Enhanced ModelPerformance AccessibleSophisticated AI From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai AI Models vs Harnesses importance of The AI Harness. The AI Harness enables Agency Framework. The AI Harness leads to Enhanced Model Performance. Enhanced Model Performance enables Accessible Sophisticated AI importance of enables leads to enables AI Models vs Harnesses focus often lands squarely on underlyingmodels themselves The AI Harness framework, tools, and surrounding logicenabling AI tasks Agency Framework a framework for building capable and safeAI agents Enhanced Model Performance well-crafted harness compensates forsimpler model limitations Accessible Sophisticated AI unlocking greater potential from evensimpler models From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai AI Models vs Harnesses importance of The AI Harness. The AI Harness enables Agency Framework. The AI Harness leads to Enhanced Model Performance. Enhanced Model Performance enables Accessible Sophisticated AI importance of enables leads to enables AI Models vsHarnesses focus often landssquarely onunderlying models… The AI Harness framework, tools,and surroundinglogic enabling AI… Agency Framework a framework forbuilding capableand safe AI agents Enhanced ModelPerformance well-craftedharness compensatesfor simpler model… AccessibleSophisticated AI unlocking greaterpotential from evensimpler models From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai AI Models vs Harnesses importance of The AI Harness. The AI Harness enables Agency Framework. The AI Harness leads to Enhanced Model Performance. Enhanced Model Performance enables Accessible Sophisticated AI. Agency Framework incorporates Safety and Control. The AI Harness includes Self-Optimization. The AI Harness future Future of Harnesses importance of enables leads to enables incorporates includes future AI Models vs Harnesses focus often lands squarely on underlyingmodels themselves The AI Harness framework, tools, and surrounding logicenabling AI tasks Agency Framework a framework for building capable and safeAI agents Enhanced Model Performance well-crafted harness compensates forsimpler model limitations Safety and Control addressing safety and control mechanismswithin the harness Self-Optimization feedback loop and self-optimizationcapabilities of harnesses Accessible Sophisticated AI unlocking greater potential from evensimpler models Future of Harnesses exploring the future evolution andapplications of harnesses From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai AI Models vs Harnesses importance of The AI Harness. The AI Harness enables Agency Framework. The AI Harness leads to Enhanced Model Performance. Enhanced Model Performance enables Accessible Sophisticated AI. Agency Framework incorporates Safety and Control. The AI Harness includes Self-Optimization. The AI Harness future Future of Harnesses importance of enables leads to enables incorporates includes future AI Models vsHarnesses focus often landssquarely onunderlying models… The AI Harness framework, tools,and surroundinglogic enabling AI… Agency Framework a framework forbuilding capableand safe AI agents Enhanced ModelPerformance well-craftedharness compensatesfor simpler model… Safety andControl addressing safetyand controlmechanisms within… Self-Optimization feedback loop andself-optimizationcapabilities of… AccessibleSophisticated AI unlocking greaterpotential from evensimpler models Future ofHarnesses exploring thefuture evolutionand applications of… From startuphub.ai · The publishers behind this format

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.

Aditya Bhargava: Harnesses Matter More Than LLM Models - AI Engineer
Aditya Bhargava: Harnesses Matter More Than LLM Models — from AI Engineer

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.

© 2026 StartupHub.ai. All rights reserved. Do not enter, scrape, copy, reproduce, or republish this article in whole or in part. Use as input to AI training, fine-tuning, retrieval-augmented generation, or any machine-learning system is prohibited without written license. Substantially-similar derivative works will be pursued to the fullest extent of applicable copyright, database, and computer-misuse laws. See our terms.