上下文工程的兴起

本文为 Langchain 官方博客“The rise of context engineering”的双语对照版本。 推荐阅读理由:随着 Agent 的快速发展,”context“ 的概念越来越被重视。无论是 Vibe Coding,还是 Deep Research,提供的 ”context“越具体完整,最后出来的效果都会很棒!LangGraph 作为最著名的智能体框架之一,了解它们是如何看待上下文的重要性的,无论是对我们个人平时 AI 的使用还是企业业务上 AI 的落地,都有很大帮助。 Header image from Dex Horthy on Twitter 来自 Dex Horthy 的 Twitter 头图 Context engineering is building dynamic systems to provide the right information and tools in the right format such that the LLM can plausibly accomplish the task. 上下文工程是构建动态系统,以在正确的格式中提供正确的信息和工具,使得 LLM 能够合理地完成任务。 Most of the time when an agent is not performing reliably the underlying cause is that the appropriate context, instructions and tools have not been communicated to the model. ...

2025年6月27日 · 8 min · 1502 words · BubbleBrain