Add rag engineer - #686
Closed
ai-turn wants to merge 2 commits into
Closed
Add rag engineer#686ai-turn wants to merge 2 commits into
ai-turn wants to merge 2 commits into
Conversation
msitarzewski
added a commit
that referenced
this pull request
Jul 17, 2026
Production RAG pipeline specialist: chunking strategy, retrieval quality,
hybrid search, re-ranking, and eval-driven iteration. Retrieval-first
debugging mindset ("the retrieval is the crime scene, I have the evals").
Chosen over the concurrent #686 (RAG Engineer) as the keeper: same concept,
but #601 is more complete (2x content, 7 code blocks) and was submitted first.
Gate: lint 0/0, originality 0.0%, 1 H1 + 9 sections + 7 code blocks, valid
division. All guards green (divisions/tools/runbooks/hermes); Hermes roster
261 -> 262.
Claude-Session: https://claude.ai/code/session_01WKnDRWM4izsB8WAXKszhsq
Co-authored-by: MaedehJJ <MaedehJJ@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Owner
|
Thanks for this, @ai-turn — solid RAG agent. We had a concurrent submission (#601, RAG Pipeline Engineer) covering the same specialty, and after a detailed comparison we merged that one as the keeper (it was submitted first and is ~2× the content). So I'm closing this as a duplicate — no reflection on the quality. One genuinely great thing yours has that #601 doesn't: the explicit Symptom → Evidence Chain → Root Cause → Smallest Fix debugging framework. That's sharper than anything in the merged agent. If you're up for it, we'd love a follow-up PR that grafts that framework into |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds a new Engineering agent: RAG Engineer.
This agent specializes in production RAG design, debugging, and improvement. It focuses on diagnosing poor answers through the evidence chain first: corpus, chunking, embeddings, retrieval, reranking, prompt grounding, observability, and evals. The core idea is to avoid blaming the LLM model before verifying whether the right evidence was retrieved and presented to the generator.
Agent Information (if adding/modifying an agent)
Checklist
name,description,color