技巧精选

LangChain CEO谈Own Your Intelligence:Agent三要素与数据飞轮

gave a talk "owning your intelligence" - ty @sequoia @sonyatweetybird for having me talked about ha...

精选理由

LangChain创始人讲Agent怎么搭:模型权重自持,harness可配置,评估用Harbor,LangSmith跑数据飞轮,干货多。

AI 摘要

Harrison Chase 在演讲中提出 Agent 由模型、harness 和上下文三部分组成。他建议通过 FireworksAI 等服务拥有模型权重,并强调上下文记忆需要可移植。Chase 展示了如何用 LangChain 和 DeepAgents 配置中间件,用 LangGraph 自定义认知架构,用 Harbor 进行评估。他引用 Satya Nadella 的话,认为私有评估和可移植的组织记忆对 AI 投资复利至关重要。最后演示了 LangSmith Engine 如何通过收集 trace 构建数据飞轮来改进 Agent。

原文 · Harrison Chase

gave a talk "owning your intelligence" - ty @sequoia @sonyatweetybird for having me talked about ha...

gave a talk "owning your intelligence" - ty @sequoia @sonyatweetybird for having me talked about harnesses and evals and the role they play in owning your intelligence TLDR: > agents = model + harness + context > model - own the weights using something like @FireworksAI_HQ > context - memory needs to be portable > harness - needs to be model agnostic. also needs to be good at bringing right context to llm. "right" context may depend on your use case, which is why an open/configurable harness helps > how to use middleware in langchain/deepagents to configure your harness > how to use langgraph to fully own your cognitive architecture > why evals/obs matters - some quotes from @satyanadella - “Create your private evals, because evals define what “good” looks like inside the organization” - “retain ownership of your organization’s memory, traces, feedbacks, decisions, and institutional context” - “you create your own continuous learning loop (i.e. hill climbing machine) that will allow your AI investments to compound the value of your firm” > how to use harbor for evals > tracing is important > evals + observability only matter so you can set up a data flywheel > data flywheel = run agent -> collect traces -> find interesting traces -> use those to improve > demo of langsmith engine which does exactly this! full video: youtube.com/watch?v=HI2q3c… 💬 8 🔄 2 ❤️ 18 👀 1117 📊 9 ⚡