正在加载视频...

视频加载失败

Product Manager @BenTannyhill on why LangSmith Engine routes trace investigation through screener + verifier sub agents instead of letting the main agent read everything.

11,348 次观看 • 2 个月前 •via X (Twitter)

7 条评论

LangChain 的头像
LangChain2 个月前

Listen to the full conversation on your favorite podcasting platform. ⏯️ YouTube: 🎧 Apple: 🟢 Spotify:

Warizo 的头像
Warizo2 个月前

@bentannyhill Context engineering is becoming more important than prompt engineering. Routing the right information to the right agent is where reliability improves.

Warizo 的头像
Warizo2 个月前

@bentannyhill Multi-agent systems aren’t just about parallelism—they’re about controlling context. Smaller, specialized agents usually outperform one agent trying to reason over everything.

Jared Traehorn 的头像
Jared Traehorn2 个月前

@bentannyhill Screener + verifier is a real pattern. The thing that breaks it at scale is when the screener's understanding of what matters diverges from the verifier's over long runs. Shared persistent context between sub-agents is where it gets interesting.

Nhost 的头像
Nhost2 个月前

@bentannyhill Really like the shadow-production approach. Have you thought about running the agent against an isolated DB copy for the write-access problem instead of hand-mocking all the endpoints?

Mert · AI Architect 的头像
Mert · AI Architect2 个月前

@bentannyhill screener + verifier is the right split. the main agent reading its own traces risks hallucination loops where it reinforces its own biases through query expansion.

เอ็ม 🤖 | AI & Cats 的头像
เอ็ม 🤖 | AI & Cats2 个月前

@bentannyhill Agent orchestration is becoming just as important as the models themselves. 🚀

相关视频