🌐 双语
Archive

AI Builders
Digest

2026-05-04 10 builders · 24 tweets · 1 podcasts · 0 blogs

🔥 热点话题

Andrej Karpathy:从 Vibe Coding 到 Agentic EngineeringAndrej Karpathy: From Vibe Coding to Agentic Engineering

The Takeaway: AI 正在从辅助工具转变为新的计算范式,我们必须重新思考编程和构建软件的方式。

Andrej Karpathy,这位 OpenAI 联合创始人、前 Tesla Autopilot 负责人,以其清晰解释复杂 AI 概念而闻名。他分享了自己从去年使用早期 agentic 工具到今年十二月体验的根本转变:最新模型能可靠地生成大块正确代码,他几乎不再需要修正。这让他开启了大量 side projects,并深刻意识到 LLM 已成为可编程的计算机。

Software 1.0 是显式规则,2.0 是训练权重,而 3.0 是通过提示和上下文窗口编程。Karpathy 用 OpenCLaw 安装和 MenuGen 应用举例:在新范式中,你不再编写复杂 shell 脚本,而是提供提示给 agent,让它智能处理环境差异。他强调,新机会在于以前不可能实现的事物,比如从文档自动创建知识库,而非仅加速现有流程。

他讨论了 jagged intelligence:模型在可验证领域(如代码、数学)表现出色,但在常识场景中仍显笨拙。"You can outsource your thinking, but you can't outsource your understanding." 人类仍需提供品味、判断和高层指导。未来将转向 agent-native 基础设施,一切为 agent 设计。

Karpathy 区分了 vibe coding(降低门槛)和 agentic engineering(在保持质量的同时加速专业软件开发)。
The Takeaway: AI is shifting from a helpful tool to a new computing paradigm, forcing us to rethink how we program and build software.

Andrej Karpathy, OpenAI co-founder and former Tesla Autopilot lead, known for making complex AI concepts accessible, shared his stark transition from using early agentic tools last year to a fundamental change in December: latest models reliably produce large chunks of correct code with almost no corrections needed. This sparked a flurry of side projects and the realization that LLMs are now programmable computers.

Software 1.0 was explicit rules, 2.0 learned weights, and 3.0 is programming via prompts and context windows. Using examples like OpenCLaw installation and his MenuGen app, Karpathy illustrated that instead of complex shell scripts, you now provide prompts to agents that intelligently handle environment differences. New opportunities lie in things previously impossible, like automatically creating knowledge bases from documents, beyond just speeding up existing processes.

He discussed jagged intelligence: models excel in verifiable domains like code and math but remain clumsy in commonsense scenarios. "You can outsource your thinking, but you can't outsource your understanding." Humans must still provide taste, judgment, and high-level direction. The future moves toward agent-native infrastructure designed first for agents.

Karpathy distinguishes vibe coding (raising the floor) from agentic engineering (accelerating professional software while maintaining quality).
查看原文 →

💰 创业成功案例

Aaron Levie 谈企业 Agent 实施的巨大机会Aaron Levie on Massive Opportunity in Enterprise Agent Implementation

Box CEO Aaron Levie 表示,企业采用 agent 将创造远超想象的工作机会,包括咨询公司、agent 供应商的现场工程师和新内部 agent engineering 角色。

从聊天范式转向有意义工作流的 agent,需要解决安全数据访问、遗留系统现代化、访问控制、流程文档化、人机协作新工作流以及快速变化的最佳实践。简单复制旧流程无法释放潜力。

Levie 强调垂直 AI agent 的潜力,它们能深入特定业务领域带来自动化。这对内部专家和外部提供商都是巨大机会。
Box CEO Aaron Levie argues that implementing agents in enterprises will create more work than we can imagine today, spanning existing and new consulting firms, field deployment engineers from agent vendors, and new internal agent engineering roles.

Moving from chat paradigms to agents in meaningful workflows requires secure data access across systems, modernizing decades-old legacy infrastructure, proper access controls, process documentation, new human-agent workflows, and keeping up with rapidly evolving best practices. Simply replicating old processes mutes the gains.

Levie highlights the potential of vertical AI agents that go deep into specific business domains. A major opportunity for both internal experts and external providers.
查看原文 →

Amjad Masad 展示 Replit 上的 Agentic 并行Amjad Masad Showcases Agentic Parallelism on Replit

Replit CEO Amjad Masad 分享平台数据:10 个活跃项目、198 个草稿、700+ 已完成。他认为 Replit 是互联网上 agentic 并行度最高的地方。

他还怀念连续几天 hacking 的日子,并惊叹于一天马拉松式 vibe coding 所能取得的成就。
Replit CEO Amjad Masad shared platform stats of 10 active, 198 draft, and 700+ done projects, claiming more agentic parallelism happens on Replit than anywhere else on the internet.

He also reminisced about staying up for days hacking and marveled at what a single day of marathon vibe coding can achieve.
查看原文 →查看原文 →

🛠️ 开发者工具与技巧

Peter Yang 分享保持 Agent 运行的 Mac 技巧Peter Yang Shares Mac Tips for Keeping Agents Running

Product at Roblox 的 Peter Yang 推荐使用 Amphetamine app 防止 MacBook 合盖后 agent 停止运行。具体设置:Session Defaults 中取消所有勾选。

他还尝试了 Hermes,并询问用户对 Hermes 和 OpenClaw 的真实体验对比。
Peter Yang (Product at Roblox) recommended the Amphetamine app to keep agents running when MacBook lid is closed. Settings tweak: uncheck everything in Session Defaults.

He also caved and tried Hermes, asking users for honest comparisons with OpenClaw.
查看原文 →查看原文 →

Peter Steinberger 发布 RepoBar 0.4.0Peter Steinberger Releases RepoBar 0.4.0

Polyagentmorous ClawFather Peter Steinberger 发布了 RepoBar 0.4.0,改进 GitHub 菜单:持久 SQLite 缓存、减少 API 调用、显示 rate limits、更好的 Issues/PR 加载和 archive 支持。

他还宣布了新的 Claw beta 版本。
Polyagentmorous ClawFather Peter Steinberger released RepoBar 0.4.0 with smarter GitHub menu via persistent SQLite caching, fewer API calls, visible rate limits, better Issues/PR loading and archive support.

He also announced a new Claw beta.
查看原文 →查看原文 →

Garry Tan 强调个人 AI 栈的重要性Garry Tan on Importance of Personal AI Stack

Y Combinator CEO Garry Tan 解释为什么 GBrain 开源:智能爆炸时代,拥有自己的上下文、prompts 和数据比以往更重要,以保持独立思考。

GBrain 支持多仓库、多 MCP 端点、OAuth 和 Bearer Tokens,可通过 OpenClaw 或 Hermes 获取 admin 面板。
YC President & CEO Garry Tan explained why GBrain is open source: in an intelligence explosion, owning your own context, prompts, and data is more important than ever to think for yourself.

GBrain supports multiple repos, MCP endpoints, full OAuth and Bearer Tokens, with easy admin panel via OpenClaw or Hermes.
查看原文 →查看原文 →

🌍 其他动态

Sam Altman 赞 Agents SDK 2.0Sam Altman Praises Agents SDK 2.0

OpenAI 的 Sam Altman 称 Agents SDK 2.0 被低估了。他还高度赞扬了 Greg Brockman 对 OpenAI 的贡献。
Sam Altman called Agents SDK 2.0 underrated. He also praised Greg Brockman's immense contributions to OpenAI over the past decade.
查看原文 →查看原文 →

Zara Zhang 鼓励构建被大公司拒绝的想法Zara Zhang Encourages Building Ideas Rejected by Big Tech

Builder Zara Zhang 指出,现在只需你和 coding agent 就能构建。以往因开发成本高而被拒绝的疯狂想法,现在可以直接实现。
Builder Zara Zhang noted that you can now build with just yourself and a coding agent. Crazy ideas that would get rejected in big tech reviews are now feasible.
查看原文 →

Aaron Levie:将 AI 视为 utility 而非 beingAaron Levie: Treat AI as Utility, Not a Being

Box CEO Aaron Levie 建议将 AI 视为 utility 而非 being,避免不恰当的类比导致困惑。
Box CEO Aaron Levie advised treating AI like a utility, not a being, to avoid confusion from imperfect analogies.
查看原文 →