吴恩达重推 DeepLearning.ai 聚焦 AI 工程,列出四大核心技能
[AINews] Andrew Ng gets into AI Engineering
We’ve lost count of how many adoption milestones have been passed since the original Rise of the AI Engineer post, but surely Andrew Ng, cofounder of Google Brain and Coursera among many other things, relaunching DeepLearning.ai with a focus on AI Engineering is a big one:
自从最初的《AI工程师的崛起》文章发布以来,我们已经数不清有多少个采用里程碑被跨越了,但可以肯定的是,谷歌大脑和Coursera的联合创始人之一,安德鲁·吴(Andrew Ng),重新启动DeepLearning.ai并聚焦于AI工程,这绝对是一个重要的里程碑:
This was done via “an analysis of over 10,000 job postings; carrying out dozens of structured interviews with AI experts, hiring managers, and recruiters; gathering data through surveys; and synthesizing other online data” .
这是通过“对超过10,000个职位发布的分析;与AI专家、招聘经理和招聘人员进行数十次结构化访谈;通过调查收集数据;以及综合其他在线数据”来完成的。
Here are the four most important AI engineering skills according to Andrew:
以下是安德鲁认为的四个最重要的AI工程技能:
You can read his full post for more from the horses’ mouth, but we agree that “AI Engineering Skills” are broadly applicable to more than just those with the job title of “AI Engineer” and that is an insightful focus.
你可以阅读他的完整文章以获取更多第一手信息,但我们同意“AI工程技能”广泛适用于不仅仅是那些职位头衔为“AI工程师”的人,这是一个有见地的焦点。
Commentary on the 4 skills:
对这四项技能的评论:
- Building and deploying AI applications: “People who are skilled at building and deploying AI applications understand the building blocks of AI (such as LLMs, context engineering, RAG, agentic workflows, machine learning and deep learning) and, importantly, how to use statistical techniques to measure, steer, and govern AI systems so that they behave more predictably. A core skill in doing so is knowing how to drive disciplined evals and error analysis loops.”
- yup. this part is closest to the traditional MLE/MLOps workflow, from “zero gradient” aka prompt engineering techniques, to harness engineering, to finetuning and beyond, all the way up to building your own agent lab as folks like Harvey are now doing
- Software engineering fundamentals. “Understanding software fundamentals allows you to recognize what tradeoffs even exist. This leads to better decisions in choosing your software stack, designing system architecture, designing your data store, testing, and so on. It also leads to much better outcomes than those for an inexperienced developer who vibe codes a solution without knowing the tradeoffs their coding agent is making — which will often be poor ones, because they don’t know what context to give their coding agent.”
- yup. this part is closest to the traditional SWE workflow. LLMs reward expertise — they raise the ceiling (high skill devs) much more than they raise the floor (low skill vibecoders), though both are improved.
- Using coding agents. “Using agentic coding effectively is now a key skill for every developer. When you have this skill, you have a good mental model for how agents work. You understand their limitations and how to work around them, and are able to quickly steer them — knowing how much to intervene and how much to leave them alone — to build robust software without wasting excessive time or tokens. You also need to know how to work with a clear spec (and when not to bother doing so), orchestrate multiple agents that work together, and avoid pitfalls like risk an agent messing up your production database. Because agentic coding is evolving quickly, using coding agents skillfully means not only knowing cutting-edge practices, but also having routines to keep trying new tools and evolve your workflows as best practices change.”
- When we first spoke about the 1000x AI Engineer in 2023, when Copilot was the only game in town, this was the part that was the least evident, but clearly on the horizon. Coding exploded in 2024-2026 culminating in the epic 0-$60B run of Cursor and the rise of Claude Code, Codex, Cognition, Cline and other coding powerhouses not starting with C. Being nimble here is a plus, just as much as being wary of tokenmaxxers with LLM psychosis.
- Shaping the build. “Effective AI engineering requires having product sense and understanding business context and customer goals, so you can participate in shaping and driving the build… Taking advantage of this opportunity requires knowing how to drive projects forward. For example, knowing when to quickly build an MVP to take to users for testing, and when to slow down and take longer in order to build more carefully.”
- This is perhaps the only part of AI Engineering that wasn’t foreseen in the original essay; we added the AI PM track in World’s Fair 2024 and soon Design Engineering and other AIE adjacencies because the lines started to blur very quickly in both directions.
- 构建和部署AI应用:“擅长构建和部署AI应用的人理解AI的构建模块(如LLM、上下文工程、RAG、代理工作流、机器学习和深度学习),并且重要的是,知道如何使用统计技术来测量、引导和管理AI系统,使它们的行为更加可预测。做到这一点的核心技能是知道如何驱动纪律性的评估和错误分析循环。”
- 是的。这部分最接近传统的MLE/MLOps工作流程,从“零梯度”即提示工程技术,到工具工程,再到微调及更远,一直到像Harvey这样的团队现在正在构建自己的代理实验室。
- 软件工程基础。“理解软件基础让你能够认识到存在哪些权衡。这导致在选择软件栈、设计系统架构、设计数据存储、测试等方面做出更好的决策。这也比一个没有经验的开发者通过“氛围编码”解决方案而不了解其编码代理所做的权衡——这往往是糟糕的,因为他们不知道给编码代理什么上下文——产生更好的结果。”
- 是的。这部分最接近传统的软件工程工作流程。LLM奖励专业知识——它们提高上限(高技能开发者)的程度远大于提高下限(低技能氛围编码者),尽管两者都有所提升。
- 使用编码代理。'有效使用代理式编码现在已成为每位开发者的关键技能。掌握这项技能意味着你对代理的工作方式有良好的心智模型。你了解它们的局限性以及如何绕过这些局限,并能迅速引导它们——知道何时介入、何时放手——从而构建健壮的软件,而不浪费过多时间或令牌。你还需要知道如何与清晰的规格说明合作(以及何时不必费心),协调多个协同工作的代理,并避免诸如代理搞砸生产数据库之类的陷阱。由于代理式编码发展迅速,熟练使用编码代理不仅意味着掌握前沿实践,还意味着要有常规流程来不断尝试新工具,并随着最佳实践的变化调整你的工作流程。'
- 当我们最初在2023年谈论1000倍AI工程师时,当时Copilot是唯一的选择,这部分是最不明显的,但显然已在地平线上。编码在2024-2026年间爆发,最终以Cursor史诗般的0-600亿美元增长以及Claude Code、Codex、Cognition、Cline和其他不以C开头的编码巨头的崛起而达到高潮。在这里保持敏捷是一个优势,就像警惕那些患有LLM精神病的令牌最大化者一样重要。
- 塑造构建。'有效的AI工程要求具备产品意识,理解业务背景和客户目标,以便你能参与塑造和推动构建……利用这一机会需要知道如何推进项目。例如,知道何时快速构建MVP以交付用户测试,以及何时放慢脚步,花更长时间更谨慎地构建。'
- 这也许是原始文章中未预见到的AI工程的唯一部分;我们在2024年世界博览会上增加了AI产品经理轨道,并很快增加了设计工程和其他AIE相邻领域,因为界限开始双向迅速模糊。
Overall, a great update to the DeepLearning.AI focus. Welcome Andrew and team!
总体而言,这是对DeepLearning.AI重点的一次很好的更新。欢迎Andrew和团队!
AI News for 8/22/2026-8/24/2026. We checked 12 subreddits, 544 Twitters and no further Discords. AINews’ website lets you search all past issues. As a reminder, AINews is now a section of Latent Space. You can opt in/out of email frequencies!
2026年8月22日至8月24日的AI新闻。我们检查了12个子版块、544个Twitter账号,没有进一步的Discord。AINews网站允许你搜索所有过去的期刊。提醒一下,AINews现在是Latent Space的一个板块。你可以选择接收或不接收邮件频率!
AI Twitter Recap
AI Twitter回顾
Agent Harnesses, Persistent Agents, and Enterprise MCP
代理工具集、持久代理和企业MCP
- Harness design is becoming a primary optimization surface: Several posts converged on the idea that agent quality is increasingly shaped by the harness rather than just the base model. NVIDIA’s new evaluation work argues that structural checks on agent “skills” barely predict usefulness—scan scores correlate with judged quality at just Spearman ρ = 0.14—and proposes measuring “Skill Lift” instead: run the same task with and without a skill under identical conditions and score the delta in completed work (paper summary via @omarsar0). In parallel, a position paper on Anthropic-style harnesses argues enterprises should standardize on a single reusable coding-agent harness rather than bespoke orchestration graphs, claiming harness choice can matter more than model choice on enterprise work (summary via @dair_ai).
- Persistent and self-modifying agents are moving from concept to open-source implementations: @andykonwinski introduced Headlong, an open-source “microharness” for persistent agents that think continuously rather than only on request. The system stores trajectories as a DAG of jsonl files, keeps a self-guided inner loop running, and reportedly achieved an unattended self-debugging repair in 48 minutes; tradeoffs include $1–$2/hr background thinking cost and occasional self-inflicted failures. Complementing that, @omarsar0 described exo, a harness architecture for recursive self-improvement with an append-only event log, swappable executor, and snapshot/rollback-capable sandbox—explicitly designed so agents can rewrite prompts/tools/memory without being able to corrupt durable state. Together, these posts suggest the next wave of agent infra is about durability, forking, rollback, and continuous operation, not just better prompting.
- MCP is maturing into enterprise infrastructure: Anthropic rolled out enterprise-managed auth for MCP connectors, centralizing authorization through the organization’s identity provider so end users no longer perform per-tool OAuth for connectors like Asana, Atlassian, Canva, Datadog, Figma, Notion, Slack, and Supabase (announcement from @ClaudeDevs). Separately, the MCP roadmap highlights upcoming support for long-running workloads with streaming/server push, HTTP for local servers, progressive discovery for large catalogs, and standard identities/delegated permissions (roadmap summary via @_philschmid). This closes a notable gap between toy demos and auditable enterprise deployment.
- 智能体(Agent)设计正成为主要的优化领域:多篇文章一致认为,智能体的质量越来越取决于其“外壳”(harness)而非仅仅是基础模型。NVIDIA 的新评估工作指出,对智能体“技能”的结构性检查几乎无法预测其有用性——扫描分数与评判质量的相关性仅为 Spearman ρ = 0.14——并提议改为衡量“技能提升”(Skill Lift):在相同条件下,分别运行带技能和不带技能的同一任务,并计算完成工作的差值(论文摘要见 @omarsar0)。与此同时,一篇关于 Anthropic 风格外壳的立场文件认为,企业应标准化使用单一可复用的编码智能体外壳,而非定制化的编排图,并声称在企业工作中,外壳的选择可能比模型的选择更为关键(摘要见 @dair_ai)。
- 持久化和自我修改的智能体正从概念走向开源实现:@andykonwinski 推出了 Headlong,一个开源的“微外壳”(microharness),用于持续思考而非仅在请求时响应的持久化智能体。该系统将轨迹存储为 jsonl 文件的 DAG,保持自引导的内部循环运行,并据报道在 48 分钟内实现了无人值守的自我调试修复;其权衡包括每小时 1-2 美元的后台思考成本以及偶尔的自我造成的故障。与此相辅相成的是,@omarsar0 描述了 exo,一种用于递归自我改进的外壳架构,具有仅追加的事件日志、可替换的执行器以及支持快照/回滚的沙箱——明确设计为允许智能体重写提示、工具和记忆,而不会破坏持久状态。这些文章共同表明,智能体基础设施的下一波浪潮将围绕持久性、分叉、回滚和持续运行展开,而不仅仅是更好的提示工程。
- MCP 正在成熟为企业基础设施:Anthropic 推出了 MCP 连接器的企业托管认证,通过组织的身份提供商集中授权,使最终用户不再需要为 Asana、Atlassian、Canva、Datadog、Figma、Notion、Slack 和 Supabase 等连接器执行逐工具 OAuth(公告来自 @ClaudeDevs)。此外,MCP 路线图强调了即将支持的功能,包括支持流式/服务器推送的长时运行工作负载、本地服务器的 HTTP、大型目录的渐进式发现以及标准身份/委托权限(路线图摘要见 @_philschmid)。这填补了玩具演示与可审计的企业部署之间的显著差距。
Model Releases, Leaks, and Competitive Positioning
模型发布、泄露与竞争定位
- Qwen3.8-27B continues to punch above its size class: In Code Arena: WebDev, Qwen3.8-27B landed at #9 overall with 1595 points, the only model in its size class in the top 10 and just six ranks behind Qwen3.8-Max (leaderboard update from @arena). It also ranked highly in consumer product, brand/marketing, and gaming categories. A related open-source derivative, Carnice-V3-27B, was released by @kaiostephens: a 27B Qwen-based, Hermes-agent SFT intended to fit on consumer GPUs (3090+), with merged BF16 and GGUF variants.
- Qwen3.8-27B 继续超越其尺寸级别:在 Code Arena: WebDev 中,Qwen3.8-27B 以 1595 分位列总排名第 9,是前十名中唯一属于其尺寸级别的模型,仅比 Qwen3.8-Max 落后六个名次(来自 @arena 的排行榜更新)。它还在消费产品、品牌/营销和游戏类别中排名靠前。一个相关的开源衍生模型 Carnice-V3-27B 由 @kaiostephens 发布:这是一个基于 Qwen 的 27B 模型,采用 Hermes-agent SFT,旨在适配消费级 GPU(3090+),并提供合并后的 BF16 和 GGUF 变体。
更进一步:量化金融体系
看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力