惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

L
LangChain Blog
有赞技术团队
有赞技术团队
博客园_首页
IT之家
IT之家
爱范儿
爱范儿
量子位
小众软件
小众软件
Jina AI
Jina AI
WordPress大学
WordPress大学
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 聂微东
The Cloudflare Blog
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
大猫的无限游戏
大猫的无限游戏
月光博客
月光博客
雷峰网
雷峰网
V
Visual Studio Blog
博客园 - Franky
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
Last Week in AI
Last Week in AI
S
SegmentFault 最新的问题

The New Stack | DevOps, Open Source, and Cloud Native News

Agentic development hinges on verification. For cloud-native software, that is a runtime problem. AI agents need infrastructure: Why Europe’s regional cloud strategy matters Transform your AI coding agent into a deterministic Java Spring expert WeAreDevelopers is coming to the US to give unsung developers a bigger voice Cleaner AI training data, fewer bugs: Sonar’s SonarSweep explained Observability overload is drowning engineers Google’s DiffusionGemma is 4x faster than its other Gemma models Fable 5: Guardrails and burn rate are annoying users, who say it’s still better than Opus 4.8 The Anthropic leader who built Claude Code says he ditched prompting — now he just writes loops. AWS can now mathematically prove your VMs are isolated Microsoft pulled 73 GitHub repos after malware attack — but still won’t say who’s compromised Databricks wants to kill the “email me a file” problem for AI agent skills Ramp bets forward deployed engineers can do what off-the-shelf finance AI can’t Git real: AI agents aren’t just for solo developers anymore Anthropic launches Claude Mythos/Fable 5, but you better try it soon This AI agent startup ditched Anthropic for DeepSeek — and says it’s saving millions When your data model is the bottleneck: lessons from Medium’s feature store How long before we stop reading the code? The tokenmaxxing party is over, and Revenium is mopping up How AI is solving the memory crunch it created Microsoft’s pitch to enterprises: Ditch Azure Repos for GitHub, despite its rocky reliability record Claude Code’s biggest upgrade yet ran 5 agents at once — here’s what happened Why Anthropic just doubled Claude Cowork limits at no charge For years, Apache Cassandra handed this work to your team — 6.0 takes it back “A dangerous combination”: The 2 factors that can “corrupt” AI agent workflows With Foundry, Microsoft bets the enterprise AI battle is about reliability, not capability Microsoft unlocks Visual Studio for developers left behind by its own AI AI teams now deploy 1,000 times a month. Your pipeline wasn’t built for that. Microsoft just made the agent runtime free — and kept everything around it “Whoever builds the most joyous product wins”: The agent war begins
How Block manages its fleet of AI coding agents from Slack
Frederic Lardinois · 2026-06-18 · via The New Stack | DevOps, Open Source, and Cloud Native News

Most AI coding tools work well inside a single repository. But few of them can operate across hundreds of services and hundreds of millions of lines of code. To make these coding agents for its needs, Block (the company behind Square, Cash App, and — for some reason — Tidal) developed BuilderBot, a tool on top of its open-source Goose framework, that lets engineers manage a fleet of AI coding agents from a single Slack thread by tagging @builderbot.

The company is now talking about this internal tool, it says, to provide a blueprint to other developers who likely face similar challenges.

When Block’s developers tag @builderbot, it gets to work in the thread and handles the research, planning, and coding, all while the developers steer in real time. Block says BuilderBot picks up tickets from Linear and Jira, creates a branch, opens a pull request, watches CI, and iterates on the feedback. This ensures that nobody has to switch context, because, as Block puts it, the conversation becomes the development environment.

BuilderBot also understands every service, API, and convention across the company, so an engineer working on Cash App can make a change in a Square service they have never touched. That’s what sets it apart from an ordinary coding assistant, Block argues.

As the company stresses, the tool operates solely on source code and system configurations, never on customer data or payment information.

Currently, the system runs more than 200,000 operations a day and merges about 1,500 pull requests a week, or roughly 15% of all production code changes across Block. Work that used to take months now takes days, the company says.

Brad Axen, Block’s head of AI capabilities, says BuilderBot is “the missing layer between AI coding tools and how engineering actually works at scale.” On the Square side, he says, engineers pulled a list of features sellers had been waiting on for months and shipped them in days, with BuilderBot handling the scaffolding and the repetitive work while people made the calls that shaped the product.

All of Block’s engineers now regularly use AI, the company says, which is the result of a two-year push to make AI “native” to how Block builds.

That push included open-sourcing Goose in January 2025. Block later contributed Goose to the Agentic AI Foundation, which the Linux Foundation formed in December 2025 and which is also home to Anthropic’s Model Context Protocoland OpenAI’s AGENTS.md.

The integration problems Block ran into building Goose are what led it to co-develop MCP with Anthropic, now a standard for connecting agents to tools that OpenAI, Google, and others have adopted.

Block is doing all of this with a far smaller team than it had a year ago. In February, it laid off more than 4,000 people, over 40% of its workforce, in a restructuring CEO Jack Dorsey tied to the company’s bet on AI and agents. He told shareholders he expected most companies to reach the same conclusion within a year.

BuilderBot itself is staying inside Block; it is not a product anyone else can buy. The company is instead putting out the argument behind it: that the shift from AI-assisted coding to AI-native engineering is one of the bigger changes in how software gets built right now. The numbers behind that argument, for now, are Block’s own.

YOUTUBE.COM/THENEWSTACK

Tech moves fast, don't miss an episode. Subscribe to our YouTube channel to stream all our podcasts, interviews, demos, and more.

Created with Sketch.