---
title: "Agentic relevance tuning: Letting LLM agents do the search engineering work"
url: https://daily.dev/posts/agentic-relevance-tuning-letting-llm-agents-do-the-search-engineering-work-ofspedvki
source_url: https://opensearch.org/blog/agentic-relevance-tuning
type: article
source: "OpenSearch"
published: 2026-08-23T12:22:27.249Z
updated: 2026-08-23T12:55:25.076Z
tags: ["llm", "ai-agents", "opensearch"]
reading_time: 4
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Agentic relevance tuning: Letting LLM agents do the search engineering work

**[OpenSearch](https://daily.dev/sources/opensearch)** · 4 min read · 0 upvotes · 0 comments

## Summary

At OpenSearchCon Europe 2026, Bobby Mohammed (AWS) and Daniel Wrigley (OpenSource Connections) introduced Agentic Relevance Tuning (ART), a framework that uses specialized LLM agents to automate the full search relevance lifecycle in OpenSearch. Separate agents monitor User Behavior Insights data, generate tuning hypotheses, validate them through offline evaluations using the Search Relevance Workbench, and orchestrate deployment—all within human-managed guardrails. The framework composes existing OpenSearch components (UBI, Search Relevance Workbench, neural/hybrid ranking) into a closed loop, aiming to turn relevance tuning from a staffing and expertise problem into more of an infrastructure capability, though the presenters were careful to frame it as augmentation rather than full replacement of search engineers.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://opensearch.org/blog/agentic-relevance-tuning>

## Questions this post answers

### What is Agentic Relevance Tuning (ART) in OpenSearch?

Agentic Relevance Tuning (ART) is a framework introduced by AWS and OpenSource Connections that uses specialized LLM agents to automate the full search relevance lifecycle in OpenSearch. One agent monitors User Behavior Insights (UBI) data for degradations, another generates tuning hypotheses, and another validates fixes using the Search Relevance Workbench before orchestrating deployment, all within human-managed guardrails.

_Teams weighing how much of search tuning to automate can follow ongoing OpenSearch relevance coverage on daily.dev._

### How does ART decide when search relevance needs to be fixed in OpenSearch?

ART relies on an agent that continuously monitors relevance signals from OpenSearch's User Behavior Insights (UBI), which captures click, conversion, and session data showing how users respond to search results. When that agent detects a degradation or improvement opportunity, it hands off to another agent that hypothesizes changes and tests them via the Search Relevance Workbench before deployment.

_Developers tracking how UBI-driven signals feed automated tuning can follow OpenSearch updates on daily.dev._

## Similar posts on daily.dev

- [Your agent wants to search like a 2010 quant](https://daily.dev/posts/your-agent-wants-to-search-like-a-2010-quant-lx3kju83b) · Vespa Blog · 1 upvotes · 0 comments

---

Tags: [#llm](https://daily.dev/tags/llm), [#ai-agents](https://daily.dev/tags/ai-agents), [#opensearch](https://daily.dev/tags/opensearch)

[View this post on daily.dev](https://daily.dev/posts/agentic-relevance-tuning-letting-llm-agents-do-the-search-engineering-work-ofspedvki)
