wiki / raw / langchain-automating-eval-engineering-2026
Towards Automating Eval Engineering
Machine ingest — raw context
loading…
~… tokensappend .md to any wiki URL for this view
Original source: https://www.langchain.com/blog/towards-automating-eval-engineering SHA256: d912b7a8ef83921b71c08003f901a8f96e4922e92c2bca908472504b19dfb8c2
Towards Automating Eval Engineering
Author: LangChain Engineering URL: https://www.langchain.com/blog/towards-automating-eval-engineering Date: July 2026
Core Ideas
- Eval engineering skill is designed to interview the user who can give feedback on proposals and iteratively approve each eval, rather than relying on one-shot automated eval generation.
- The skill maps the agent surface from the repository: prompts, models, tools, skills, hooks, and external backing data/services (e.g. API calls).
- It consumes production traces via tools like
langsmith-clito inspect tool contracts, arguments, results, and runtime errors. - The end product is containerized Harbor tasks:
task.tomlconfigurationinstruction.mdprompt / start messageenvironment/Dockerfile setting up tools and filesystem datatests/verifier checking agent trajectory and end state
- Evals serve as training data and fixed targets for harness engineering (prompt/tool edits) or model fine-tuning.