返回首页

对比阅读

对比阅读:Block's AI Goose Hits 50K GitHub Stars — MCP Agent Infrastructure Bet 与 开源'AI 鹅'拿下 GitHub 5 万星 — Square 母公司押注的 Agent 基础设施

AEN
BlockSquaregoose·

Block's AI Goose Hits 50K GitHub Stars — MCP Agent Infrastructure Bet

What this is

50,000 GitHub stars and over 6,000 forks — goose, the AI agent open-sourced by Block (Square's parent), is making a play for Agent-era infrastructure. Open-sourced by Block in January 2025, goose writes code, drafts text, runs scripts, and gathers information. It's now a community-governed project under the Agentic AI Foundation at the Linux Foundation.

Two protocols are key to understanding goose. MCP (Model Context Protocol, an interface standard pushed by Anthropic that lets agents call external tools and data) acts like a universal socket for agents, letting them plug into databases, GitHub, browsers, and other external systems; goose currently integrates over 70 official extensions. On the other side, goose isn't locked to a single model — Anthropic, OpenAI, Google, or a local Ollama can all serve as its brain, and the companion ACP protocol lets editors like VS Code and JetBrains call goose directly.

Industry view

On the bullish side, we note that Block CTO Dhanji Prasanna has publicly said open-sourcing goose is meant to take invention and growth to a new level — and it's unusual for a payments company to give away a core efficiency tool for free. 50,000 stars is a hard metric in engineering circles, proof that real demand exists for this direction.

But reservations are worth airing. First, the real hard part of Agents isn't execution — it's task planning and error recovery; goose solves the "general execution" layer, and engineering it for production still has plenty of pitfalls. Second, 50K stars isn't top-tier in open source (CNCF flagships like Kubernetes sit above 100K), so the real usage density in the developer community is still to be observed. Third, MCP is pushed by Anthropic; OpenAI and Google each have their own agent access schemes, and the standards war is far from settled — goose betting its fortunes on MCP means dependence on a single ecosystem path.

Impact on regular people

For enterprise IT: If your team is already evaluating or procuring Agent tools, whether a product supports the MCP protocol may matter more than which vendor you pick — it's an integration-cost issue; pick wrong once and you'll redo it later.

For individual careers: Tools like goose don't lower the bar of "whether you can code" — they lower the bar of "whether you're willing to spell out a task completely." People who can write clear instructions and break work into executable steps will capture the upside first.

For the consumer market: It's still far from regular users in the short term. But once Agent infrastructure is standardized, work that used to require outsourcing — batch-processing Excel files, auto-organizing invoices, "book my trip" — will get cheaper and more on-demand.

来源: juejin.cn
BZH
BlockSquaregoose·

开源'AI 鹅'拿下 GitHub 5 万星 — Square 母公司押注的 Agent 基础设施

这是什么

5 万颗 GitHub 星、6 千多次 fork——Square 母公司 Block 开源的 AI"鹅" goose,正在押注 Agent 时代的基础设施生意。这只"鹅"在 2025 年 1 月由 Block 开源,能写代码、写作、跑脚本、搜集资料,如今已是 Linux 基金会旗下 Agentic AI Foundation 的社区治理项目。

理解 goose 关键看两个协议。MCP(Model Context Protocol,让智能体能调用外部工具和数据的接口标准,由 Anthropic 主推)像给智能体装了一套万能插座,让它能对接数据库、GitHub、浏览器这些外部系统,goose 目前已集成 70 多个官方扩展。另一头,goose 不绑定单一模型——Anthropic、OpenAI、Google、本地 Ollama 都能当它的大脑,配套还有 ACP 协议让它被 VS Code、JetBrains 这类编辑器直接调用。

行业怎么看

我们注意到,正面声音里,Block CTO Dhanji Prasanna 公开表示开源 goose 是为了让发明和成长达到新高度——一家做支付的公司愿意把核心效率工具免费放出来,本身就不寻常。5 万星在工程圈是硬指标,证明这个方向有真实需求。

但也有保留意见值得说。第一,Agent 真正难的不是执行而是任务规划和错误恢复,goose 解决的是"通用执行"层,工程化落地仍有大量坑;第二,5 万星在开源世界不算顶尖(Kubernetes 这类 CNCF 头部项目 10 万星以上),开发者社区的真实使用密度还要观察;第三,MCP 由 Anthropic 主推,OpenAI 和 Google 各自有 agent 接入方案,标准之争远未尘埃落定,goose 把身家压在 MCP 上也意味着对单一生态路径的依赖。

对普通人的影响

对企业 IT:如果团队已经在评估或采购 Agent 类工具,关注产品是否支持 MCP 协议可能比选哪家更重要——这是接入成本的事,一次接错未来要重做。

对个人职场:goose 这类工具降低的不是"会不会写代码"的门槛,而是"愿不愿意把任务完整交代清楚"的门槛。能写出明确指令、把工作拆解成可执行步骤的人,会先拿到红利。

对消费市场:短期内离普通人还远。但 Agent 基础设施一旦标准化,类似"批量处理 Excel""自动整理发票""帮我订行程"这种过去要找外包的活,会越来越便宜和即用。

来源: juejin.cn