AIEWF 2026 侧记:从自主狂热到在环工程,智能体开始上岗
2026 年 AI Engineer World’s Fair 上,三个议题主导了讨论:harness 工程、编码代理与 agent skills。Lilian Weng 的旧文谈 agent 的 planning、memory、tool use,新文则转向围绕模型的 harness;AutoGPT 式全自主幻梦已被外环(outer loop)模式取代——OpenClaw 作者 Steinberger 宣称代理跑内环,人来定方向。Vercel、Warp、Cursor 把部署形态推向长期运行的软件工厂,前向部署工程师(FDE)负责把代理接入企业并保证严格 ROI。Google DeepMind 的 Schmid 提出 agents are just files,用 Markdown 技能扩展能力;Matt Pocock 则提醒 skills hell:技能要少而小,结构重于数量。文章也保留怀疑态度:Horthy 说 hype outruns discipline,Huntley 担心一年后“工厂失败、环路失败”成为新口头禅。适合关注代理工程、编码工具和企业 AI 落地的工程师快速建立 2026 年行业坐标。
swyx’s note: thanks to Richard for covering AIE while I was working on the conference itself! Make sure you have opted into the AINews feed to get our weekday updates. AIE next returns to NYC, Oct 12-14, with a heavy focus on AI in Finance this year.

swyx 按:感谢 Richard 在我忙于大会本身期间报道 AIE!请务必订阅 AINews 推送,获取我们的工作日更新。AIE 下一次将回到纽约,时间是 10 月 12–14 日,今年会格外聚焦金融领域的人工智能应用。

AI engineering has come a long way in three years. When swyx coined the term “AI engineer” in June 2023, he was giving a name to a new kind of developer emerging from the big bang of large language models. It seems like ancient history now, but remember when we called the intersection of AI and software development “prompt engineering”? That was just months before swyx’s reframing.
The latest AI Engineer World’s Fair showed just how much the field has matured. Whether or not “AI engineer” has become a formal job title everywhere is almost beside the point. The engineering practices that have developed around AI over the past three years — building coding agents, designing harnesses, managing context, evaluating model outputs, and orchestrating increasingly autonomous systems — are becoming part of mainstream software development.
Rather than focusing on individual announcements at AIEWF, this post will pick out five larger trends that show where AI engineering stands in 2026.
AI 工程在过去三年里走过了很长一段路。2023 年 6 月,swyx 提出“AI 工程师/AI engineer”这个说法时,是在给大语言模型大爆炸中涌现的一类新开发者命名。现在听起来像远古历史,但还记得我们曾把 AI 与软件开发的交集称为“提示工程/prompt engineering”吗?那距离 swyx 重新定义这个概念不过几个月。
最新的 AI Engineer World’s Fair 充分展示了这个领域成熟到了什么程度。“AI 工程师”是否已成为正式的职位头衔,反而没那么重要。过去三年围绕 AI 发展起来的工程实践——构建编码智能体、设计 harness、管理上下文、评估模型输出、编排越来越自主的系统——正在成为主流软件开发的一部分。
本文将不逐一讨论 AIEWF 的个别发布,而是挑出五个更大趋势,展示 2026 年 AI 工程所处的阶段。
One of the clearest ways to see how AI engineering has evolved is to compare two essays by former OpenAI researcher, and now co-founder of Thinking Machines Lab, Lilian Weng. Her influential 2023 article, LLM Powered Autonomous Agents, described the anatomy of an LLM agent in terms of planning, memory and tool use. AutoGPT, BabyAGI and GPT-Engineer were among her examples — proof-of-concept systems that suggested autonomous agents might soon become practical.
Her new 2026 essay, Harness Engineering for Self-Improvement, takes a very different perspective. Rather than focusing on the agent itself, Weng argues that the system surrounding the model has become just as important: the harness that manages workflows, context, permissions, evaluation, persistent state and continuous improvement. In other words, AI engineering has moved beyond prompting models toward engineering reliable systems around them.

Coding agent loop; Image by Lilian Weng
要看清 AI 工程如何演变,最直观的方式之一是比较前 OpenAI 研究员、现 Thinking Machines Lab 联合创始人 Lilian Weng 的两篇文章。她 2023 年那篇影响广泛的《LLM Powered Autonomous Agents》用规划、记忆和工具使用来描述 LLM agent 的解剖结构。AutoGPT、BabyAGI 和 GPT-Engineer 都是她举的例子——这些概念验证系统让人觉得自主 agent 可能很快会变得实用。
她 2026 年的新文章《Harness Engineering for Self-Improvement》则采取了非常不同的视角。Weng 认为,焦点不应只在 agent 本身,模型外围的系统同样重要:管理工作流、上下文、权限、评估、持久状态和持续改进的 harness。换句话说,AI 工程已经超越了“给模型写提示词”,转向为模型构建可靠系统。

编码 agent 循环;图片由 Lilian Weng 提供
This shift was very much top of mind at AIEWF. I don’t think AutoGPT — the buzzy autonomous agent project everyone was talking about in 2023 — was even mentioned this year. Instead, the conversation revolved around Claude Code, Codex, Gemini CLI, Cursor, Warp and all the infrastructure needed to make coding agents dependable in production.
I remember being turned off by the AutoGPT buzz at the 2023 event, mainly because all the discussions seemed to focus on removing humans from the equation. But over the past few years we’ve learned that complete agent autonomy is not only unreliable, it isn’t even desirable — especially at scale. So it was a relief that at AIEWF, agents were largely positioned as augmenting the AI engineer, rather than replacing them.
During the OpenAI keynote on day 2 at AIEWF, Romain Huet emphasized this point. Using tools like OpenAI’s Codex, Huet argued, engineers can more easily collaborate with agents. As he put it, “software ate the world, and then AI ate software, but now what we’re here to say is that the AI engineers are eating the world.”
这种转变正是 AIEWF 上的核心议题。我觉得今年甚至没人提起 AutoGPT——那个 2023 年人人都在谈论的热门自主 agent 项目。取而代之的讨论围绕 Claude Code、Codex、Gemini CLI、Cursor、Warp,以及让编码 agent 在生产环境中可靠运行所需的一切基础设施。
我记得 2023 年那场活动上 AutoGPT 的热潮让我很不舒服,主要是因为所有讨论似乎都在想着把人从等式中拿掉。但过去几年的经验告诉我们,完全自主的 agent 不仅不可靠,甚至不可取——尤其是在规模化之后。所以看到 AIEWF 上 agent 大多被定位成增强 AI 工程师,而不是取代他们,我松了一口气。
在 AIEWF 第二天上午的 OpenAI 主题演讲中,Romain Huet 强调了这一点。他认为,借助 OpenAI 的 Codex 等工具,工程师可以更容易地与 agent 协作。正如他所说:“软件吞噬了世界,然后 AI 吞噬了软件,但今天我们想说的是,AI 工程师正在吞噬世界。”
Despite the growing power of AI engineers, there’s also a sense that even the frontier companies don’t fully understand how their models are evolving — and so how much control can engineers truly have over them? In a separate keynote, Anthropic’s Thariq Shihipar talked about how their latest model, Claude Fable, is like an organic system — “models are grown, not designed.” There’s a “capability overhead,” he said, where “Claude gets smarter in a spiky way.”
AINews: Weekday Roundups
[AINews] The Field Guide to Fable
While we congratulate (friend of the show!) General Intuition on their new model and (friend of the show!) Shunyu Yao on their new model, and the world awaits the release of GPT-5.6 Sol Ultra, people are racing to find the limits of Fable 5 before the
All the more reason to build systems for agentic development, so that we can evaluate and monitor the outputs.
尽管 AI 工程师的力量越来越强,但也有一种感觉:即使是前沿公司也不完全理解自己的模型在如何演化——那么工程师对它们的控制力到底能有多强?在另一场主题演讲中,Anthropic 的 Thariq Shihipar 谈到他们的最新模型 Claude Fable 就像一个有机系统——“模型是长出来的,不是设计出来的”。他说存在一种“能力开销/capability overhead”,“Claude 的能力增长是尖刺状的(spiky)。”
AINews:工作日简报
[AINews] The Field Guide to Fable
在我们祝贺(节目之友!)General Intuition 发布新模型、(节目之友!)Shunyu Yao 发布新模型,且世界等待 GPT-5.6 Sol Ultra 发布的同时,人们正赶在……之前竞相寻找 Fable 5 的极限
这些都更有理由为 agentic 开发构建系统,以便我们能够评估和监控输出。
By the end of the first morning of keynotes at AIEWF, it was clear that “loops” was the buzzword du jour of the event. Overuse of the term aside, it did highlight a key point of tension around AI engineering: how much control should agents have, and where should humans remain in the loop?

OpenClaw creator Peter Steinberger advocating for better loops.
One approach a lot of leading engineers are now taking is putting themselves in an “outer loop” — to oversee the largely autonomous work being done by agents in an inner loop.
Roland Gavrilescu is co-founder and CEO of Introspection, a new company building infrastructure for deploying self-improving systems. In an interview with Latent Space, he explained how the concept of “autoresearch” provides the necessary feedback structure for agent loops:
“You can think of the system as having an inner loop and an outer loop. The inner loop is the primary system interacting with users and performing the work. Autoresearch is more concerned with the outer loop: another system that studies and maintains the primary system.“
The outer loop can include feedback signals, evals and human input. So it might still be largely autonomous, but the point is it is a method of oversight for the primary agent loop. Former Google engineering leader Addy Osmani had a nice line relating to this, saying that “agents can run much more of the inner execution loop, but that outer loop is still engineering.”
到 AIEWF 第一天上午主题演讲结束,“loops/循环”显然是这场活动的当日热词。撇开用词泛滥不谈,它确实点出了 AI 工程的一个核心张力:agent 应该拥有多少控制权?人应该留在循环的哪些位置?

OpenClaw 的创造者 Peter Steinberger 主张构建更好的循环。
现在许多领先工程师采用的一种做法,是让自己进入“外循环/outer loop”——监督内循环里 agent 所做的大量自主工作。
Roland Gavrilescu 是 Introspection 的联合创始人兼 CEO,这家新公司正在构建用于部署自我改进系统的基础设施。他在接受 Latent Space 采访时解释了“autoresearch/自动研究”如何为 agent 循环提供必要的反馈结构:
“你可以把这个系统想象成有内循环和外循环。内循环是主要系统,与用户交互并执行工作。autoresearch 更关注外循环:由另一个系统来研究和维护主要系统。”
外循环可以包含反馈信号、评估和人工输入。所以它可能仍然在很大程度上是自主的,但关键在于这是对主要 agent 循环的一种监督方式。前 Google 工程负责人 Addy Osmani 有句话说得很好:“agent 可以承担更多内层执行循环的工作,但外循环仍然是工程。”
The term “loop engineering” came up multiple times during AIEWF, suggesting that it’s the human AI engineer’s responsibility to build these loop systems. Even the “ClawFather” Peter Steinberger, creator of OpenClaw, makes a point of putting himself in the outer loop. In the OpenAI keynote, he explained that “the agent runs the inner execution loop; I set the direction and I make decisions in the outer loop.”

The Loop Debate at AIEWF.
On the final day, an on-stage debate was held to determine whether fully autonomous agents were capable of managing loops in reality. Dex Horthy from HumanLayer claimed that “the hype is outrunning the discipline.” He wasn’t against loops, per se, noting that Kubernetes is built on control loops — “but they’re deterministic loops.” Geoffrey Huntley, creator of the Ralph Loop, admitted that loops were “frontier thinking,” but he had a wonderful analogy for the audience to ponder:
“[We’re] kind of like locomotive engineers now. That’s our job: to keep the locomotive on the rails.”
“循环工程/loop engineering”这个词在 AIEWF 期间多次出现,说明构建这些循环系统是人工 AI 工程师的责任。就连 OpenClaw 的创造者、“ClawFather”Peter Steinberger 也特意把自己放在外循环里。在 OpenAI 主题演讲中,他说:“agent 运行内层执行循环;我在外循环设定方向并做决策。”

AIEWF 上的循环辩论。
最后一天,一场台上辩论试图判断完全自主的 agent 是否真的能在现实中管理循环。HumanLayer 的 Dex Horthy 声称“炒作跑在了纪律前面”。他并不反对循环本身,指出 Kubernetes 就是建立在控制循环之上的——“但那是确定性循环。”Geoffrey Huntley 是 Ralph Loop 的创造者,他承认循环属于“前沿思考”,但他给听众打了一个绝妙的比方:
“我们现在有点像火车司机。我们的工作就是让火车待在铁轨上。”
This way of working with AI tools is starting to make its way into enterprises, typically via a new role called a “forward deployed engineer” (FDE) — where engineers work directly with organizations to implement AI capabilities.
Natalie Meurer, who leads FDE at Sierra, told Latent Space that implementing AI into organizations typically requires a lot of orchestration. “Every enterprise we work with wants to know how it can maintain everything its agentic ecosystem is capable of doing,” she said. “It needs to manage all the integrations and all the teams that contribute to the agent.”

Cursor’s Pauline Brunet talking about FDEs in an AIEWF session.
In her session at AIEWF, Cursor’s Pauline Brunet spoke about what their FDEs look to achieve in each engagement:
“When [we] walk away at the end of the engagements — and we, in our case, have deployed cloud agents, long-running agents, automations, [and] we’ve built applications on top of our Cursor SDK — that when we walk away, it is a strict ROI for them. That means they’re not gonna turn things off when we leave.”
这种与 AI 工具协作的方式正在进入企业,通常通过一个名为“前向部署工程师/forward deployed engineer”(FDE)的新角色落地——工程师直接与组织合作,实施 AI 能力。
Sierra 的 FDE 负责人 Natalie Meurer 告诉 Latent Space,把 AI 实施到组织中通常需要大量编排。“我们合作的每家企业都想知道,如何维护其 agentic 生态系统所能做的一切,”她说。“它需要管理所有集成,以及所有为 agent 做出贡献的团队。”

Cursor 的 Pauline Brunet 在 AIEWF 的一场 session 中谈 FDE。
在 AIEWF 的 session 中,Cursor 的 Pauline Brunet 谈到了他们的 FDE 每次合作希望达成的目标:
“当我们在合作结束时离开——在我们的案例中,我们已经部署了云端 agent、长期运行的 agent、自动化流程,并且基于 Cursor SDK 构建了应用——我们希望离开时对他们而言是严格的 ROI(投资回报)。也就是说,他们不会在我们离开后关掉这些东西。”
Another term used regularly at the conference was “software factory.” At Cursor, “a software factory means long-running agents helping people throughout that entire process,” said Brunet. This is basically what her team of FDEs is responsible for implementing, sitting alongside their customers’ engineers.
Where human engineers fit into a software factory is a key issue for enterprises. Warp CEO Zach Lloyd explained that organizations need to choose which parts of the lifecycle to automate, and where humans should be brought into the loop.

Warp’s Zach Lloyd on building the thing that builds the product.
“You choose your repositories, the parts of the software lifecycle you want to automate, and the points where humans should be brought into the loop,” Lloyd told us, regarding his company’s new software factory platform, Oz. “Different organizations and codebases will have different preferences. Do you fully automate code review? Do you have humans review certain high-risk changes?”
会议上另一个高频词是“软件工厂/software factory”。Brunet 说,在 Cursor,“软件工厂意味着长期运行的 agent 在整个过程中帮助人们”。这基本上就是她的 FDE 团队要做的事:坐在客户工程师旁边,负责把这种模式落地。
人类工程师在软件工厂中处于什么位置,是企业关心的关键问题。Warp CEO Zach Lloyd 解释说,组织需要选择自动化生命周期的哪些部分,以及在哪些环节把人带入循环。

Warp 的 Zach Lloyd:打造构建产品的东西本身。
“你选择自己的代码仓库、要自动化的软件生命周期环节,以及应该把人带入循环的节点,”Lloyd 在谈到公司新的软件工厂平台 Oz 时告诉我们。“不同组织和代码库会有不同偏好。你要完全自动化代码审查吗?某些高风险变更是由人来审查吗?”
Another concern for enterprises is managing their unique organizational data in AI systems. Prukalpa Sankar from Atlan spoke at the conference about “context engineering,” explaining in a tweet that it’s important to consider “how context flows from your business systems into a shared company brain, then out to agents, copilots, and apps through MCP, APIs, and retrieval.”
Finally, lest we think enterprises are all-in on agents, Cursor’s Brunet pointed out that enterprise adoption of AI “is still concentrated among early adopters.” So finding “the right champions inside an organization” is a challenge for FDEs at this stage.
企业关心的另一个问题,是如何在 AI 系统中管理自身独有的组织数据。来自 Atlan 的 Prukalpa Sankar 在会上谈到了“上下文工程/context engineering”,并在一条推文中解释说,重要的是考虑“上下文如何从你的业务系统流入一个公司共享大脑,再通过 MCP、API 和检索流向 agent、copilot 和应用。”
最后,别以为企业已经全面拥抱 agent。Cursor 的 Brunet 指出,企业对 AI 的采用“仍然集中在早期采用者中”。因此,在这个阶段,FDE 面临的挑战是在组织内部找到“合适的 champions/拥护者”。
Perhaps the biggest practical change since the first AI Engineer Summit is how developers interact with AI on a daily basis.
In 2023, AI-assisted programming largely meant GitHub Copilot completing the next few lines of code. Most developers were still writing almost everything themselves, using AI as an intelligent autocomplete. But now we have tools such as Claude Code, Codex, Gemini CLI, Cursor and Warp. These “coding agents” can typically understand a broader objective, explore a codebase, modify multiple files, run tests, debug failures and iterate on their own work before presenting it back to the developer.

In Barr Yaron’s AI engineering survey, coding agents was a key trend.
也许自第一届 AI Engineer Summit 以来最大的实际变化,是开发者每天与 AI 互动的方式。
2023 年,AI 辅助编程主要意味着 GitHub Copilot 补全接下来几行代码。大多数开发者仍然几乎自己写所有代码,把 AI 当作智能自动补全来用。但现在我们有了 Claude Code、Codex、Gemini CLI、Cursor 和 Warp 等工具。这些“编码 agent/coding agent”通常能理解更宽泛的目标、探索代码库、修改多个文件、运行测试、调试失败,并在把结果交回开发者之前自主迭代。

在 Barr Yaron 的 AI 工程调查中,编码 agent 是一个关键趋势。
The trend of coding agents now extends to web development too — with the recent release of Vercel’s eve, which the company calls an “agent framework,” comparable to its popular open source React framework, Next.js.
Vercel’s Chief of Software, Andrew Qu, told Latent Space at AIEWF that agents are effectively a new type of software. “They [agents] are not as predictable as web applications,” he explained. “The infrastructure can look similar, but the interaction, interface and outputs are much more dynamic.”
Qu added that the job of building a framework for agent development is far from over. “A year ago, we did not know sandboxes would become so important, or how much demand there would be for secure code execution and long-running jobs,” he said. “As we learn more from production, there will be much more to build.”

A for agents? Andrew Qu flashes the Vercel triangle logo.
编码 agent 的趋势也扩展到了 Web 开发——Vercel 最近发布了 eve,公司称之为“agent 框架/agent framework”,可与其流行的开源 React 框架 Next.js 相提并论。
Vercel 的软件负责人 Andrew Qu 在 AIEWF 告诉 Latent Space,agent 实际上是一种新型软件。“它们不像 Web 应用那样可预测,”他解释说。“基础设施看起来可能相似,但交互、界面和输出都要动态得多。”
Qu 补充说,为 agent 开发构建框架的工作远未结束。“一年前,我们不知道沙箱会变得如此重要,也不知道安全代码执行和长期运行任务会有多大需求,”他说。“随着我们从生产环境中学到更多,还有更多东西要建。”

为了 agent 比个 A?Andrew Qu 亮出 Vercel 的三角 logo。
This brings us back to the software factory trend, when developers are managing multiple agents. Charlie Holtz, CEO of Conductor, reminded the AIEWF audience that regardless of the coding harness, human engineers should always remain in control.
“I don’t want the future to be built around factories,” Holtz said. “I want to feel like a human, I want to be in the flow, I want to be in front of an orchestra, waving my baton.”
There was a sense during the conference that AI engineers aren’t yet aligned on which term is more appropriate: software factories or orchestras? Even Geoffrey Huntley, a loopmaxxing advocate, cautions about getting ahead of ourselves when it comes to automation:
“My biggest concern is that this time next year at the conference, we’re going to see a whole bunch of folks saying, our factories failed, our loops failed. These are things that we are still yet to figure out.”
这又把我们带回了软件工厂的趋势——当开发者要管理多个 agent 时。Conductor CEO Charlie Holtz 提醒 AIEWF 听众,无论使用什么编码 harness,人类工程师都应该始终掌控局面。
“我不希望未来建立在工厂之上,”Holtz 说。“我想感觉自己是一个人,我想进入心流,我想站在一支管弦乐团面前,挥舞我的指挥棒。”
会议期间有一种感觉:AI 工程师们还没有就哪个词更合适达成一致:软件工厂还是乐团?即便是一直鼓吹 loopmaxxing 的 Geoffrey Huntley,也提醒我们在自动化方面不要操之过急:
“我最担心的是,明年这个时候在会上,我们会看到一大群人会说:我们的工厂失败了,我们的循环失败了。这些事情我们还没有真正搞清楚。”
One of the talking points of the conference was “skills,” a concept Anthropic popularized when it introduced “agent skills” to Claude last October. To borrow Addy Osmani’s definition, skills “encode the workflows, quality gates, and best practices that senior engineers use when building software.”
At AIEWF, Vercel’s Andrew Qu said that skills were “useful as portable, on-demand knowledge.” Introspection co-founder Roland Gavrilescu declared that AI engineering has shifted “from agent tools to agent skills.”

PicoCreator - AI builder @ 🇫🇷@picocreator
By queue vote : the most oversubscribed workshop is the dark arts of skills md @aiDotEngineer 🤯

11:19 PM · Jun 29, 2026 · 432 Views
1 Repost · 6 Likes
本次大会的一个话题点是“skills/技能”,这是 Anthropic 去年十月向 Claude 引入“agent skills”时带火的概念。借用 Addy Osmani 的定义,skills“把资深工程师构建软件时使用的工作流、质量门和质量最佳实践编码下来”。
在 AIEWF 上,Vercel 的 Andrew Qu 说 skills“作为可移植、按需获取的知识很有用”。Introspection 联合创始人 Roland Gavrilescu 则宣称,AI 工程已经从“agent 工具”转向“agent skills”。

PicoCreator - AI builder @ 🇫🇷@picocreator
通过排队投票:最受欢迎(超额订阅)的 workshop 是 @aiDotEngineer 的 skills md 黑暗艺术 🤯

2026 年 6 月 29 日 11:19 PM · 432 次浏览
1 次转帖 · 6 个赞
In a session on the main stage, Philipp Schmid from Google DeepMind showed how using skills (and other declarative Markdown files) allows developers to use “agents without code.” His main point was that skills reduce the need for orchestration code, which up till recently was typically done using Python. His conclusion:
“Agents are just files. We write markdown files to extend capabilities. Agents can learn from those, can create their own files.”
在主场馆的一场 session 中,Google DeepMind 的 Philipp Schmid 展示了如何利用 skills(以及其他声明式 Markdown 文件)让开发者“不用代码也能使用 agent”。他的核心观点是,skills 减少了对编排代码的需求——而以前这类工作通常用 Python 完成。他的结论:
“Agent 就是文件。我们写 Markdown 文件来扩展能力。Agent 可以从中学习,也可以创建自己的文件。”
Paul Bakaus, who used to work for Google but now runs a company called Renaissance Geek, has created an entire project around agent skills. Impeccable is an open source design skills system that gives coding agents a vocabulary for improving interfaces. He even advocates for “skill engineering” as a discipline in its own right.

Paul Bakaus: “You can’t one-shot design.”
In an interview with Latent Space, Bakaus argued that most skills — and indeed most models — are not very creative. “They converge in one direction, and if everybody uses the same skill to do frontend design work or something like that, everything ends up looking the same,” he said.
Apparently there’s also such a thing as “skills hell,” which Matt Pocock said is comparable to previous developer frustrations — like frameworks hell. In a virtual presentation, Pocock provided a detailed checklist for writing skills, which you can see in the video below. In a nutshell, he advises writing fewer and smaller skills, and putting more thought into structure.
曾在 Google 工作、现在经营 Renaissance Geek 的 Paul Bakaus,围绕 agent skills 创建了一整个项目。Impeccable 是一个开源设计技能系统,为编码 agent 提供改进界面的词汇表。他甚至主张把“技能工程/skill engineering”作为一门独立学科。

Paul Bakaus:“你无法一次就完成设计。”
在接受 Latent Space 采访时,Bakaus 认为大多数 skills——乃至大多数模型——并不太有创造力。“它们会朝同一个方向收敛;如果每个人都用同一个 skill 去做前端设计之类的工作,结果就会千篇一律。”他说。
显然还有一种叫“skills hell(技能地狱)”的东西,Matt Pocock 说这可以和过去开发者的种种挫败感相比——比如框架地狱。在一场视频演讲中,Pocock 提供了一份编写 skills 的详细清单,你可以在下面的视频中看到。简而言之,他建议写更少、更小的 skills,并在结构上多花心思。
In a closing keynote, Y Combinator president Garry Tan implored the audience to use skills and other “AI native” approaches at their own startups or employers. Talking about business functions like sales, support and finance, Tan said that “the AI native companies that I see inside YC encode all of that as skills, written procedures that their agents execute, and they hire engineers whose job it is to maintain those skills, to do the work the skills can’t do yet.”
But again, there’s a danger in relying too much on what agents autonomously do. As AIEWF attendee Tyler Brown noted on X, “autonomy without structure creates as much slop as leverage.” One of his learnings from the conference was to “re-visit and re-implement your skills”:
“Each time there’s a new model release, it’s as if you have a kid that grows from middle school to high school. You have to change the curriculum for them to get the benefits of the new model.”
在闭幕主题演讲中,Y Combinator 总裁 Garry Tan 恳请听众在自己的创业公司或雇主那里使用 skills 和其他“AI native”方法。在谈到销售、支持和财务等业务职能时,Tan 说:“我在 YC 内部看到的 AI native 公司,会把所有这些编码为 skills,也就是 agent 执行的书面流程;他们会雇佣工程师来维护这些 skills,并完成 skills 还做不了的工作。”
但同样,过度依赖 agent 自主行事也有风险。AIEWF 参会者 Tyler Brown 在 X 上指出,“没有结构的自主性,制造出的 slop(劣质内容)和杠杆一样多”。他从大会学到的一点是“回头重新审视并重新实现你的 skills”:
“每次有新模型发布,就像你的孩子从初中长到高中。你必须为他们更换课程,才能让新模型的好处发挥出来。”
It’s been three full years since The Rise of the AI Engineer and the first AI Engineer Summit. Looking back, it really is striking how much the conversation has evolved. Three years ago, the focus was on proving that LLMs could act as autonomous agents at all (and the answer at that time was usually no). AutoGPT, prompt engineering, and early orchestration frameworks like Langchain dominated the discussion back then.
Now that agents not only work, but have proven they can scale, this year’s AI Engineer World’s Fair was able to concentrate on the bigger problems: building reliable systems, orchestrating teams of agents, managing context, evaluating outputs and integrating AI into production software.

Agents are everywhere now…even on the back of San Francisco buses.
The term “AI engineer” may have started life as a new job title, but at AIEWF 2026 it felt more like a description of where software engineering itself is heading. Whether developers call themselves AI engineers, software engineers or Forward Deployed Engineers, they’re increasingly working with the same set of ideas: coding agents, harness engineering, designing loops, and orchestration.
距离《The Rise of the AI Engineer》和第一届 AI Engineer Summit 已经整整三年。回头看,对话的演进程度确实令人惊讶。三年前,焦点是证明 LLM 能否真正成为自主 agent(而当时的答案通常是不能)。AutoGPT、提示工程,以及 Langchain 等早期编排框架主导了当时的讨论。
现在,agent 不仅能用,而且已经被证明可以规模化,因此今年 AI Engineer World’s Fair 得以聚焦更大的问题:构建可靠系统、编排 agent 团队、管理上下文、评估输出,以及把 AI 集成到生产软件中。

如今 agent 无处不在……甚至出现在旧金山公交车的车尾。
“AI 工程师”这个说法一开始可能只是一个新职位头衔,但在 AIEWF 2026 上,它更像是软件工程本身正在去向何方的描述。无论开发者称自己为 AI 工程师、软件工程师还是前向部署工程师(FDE),他们都在越来越多地使用同一套理念:编码 agent、harness 工程、设计循环,以及编排。