Key Points:
- Jack Dorsey’s fintech firm Block released Builderbot, an AI orchestration assistant designed to coordinate automated software development agents.
- The system executes more than 200,000 daily operations and merges roughly 1,500 weekly pull requests, representing 15% of all production code changes at Block.
- Built on the open-source “goose” framework and Anthropic’s Model Context Protocol, Builderbot operates natively within Slack channels.
- To maintain strict enterprise security, the tool is designed to touch only source code and system configurations, completely bypassing customer data.
Fintech giant Block Inc. has taken another aggressive step in its transition to an AI-native operating model by launching a new orchestration assistant designed to automate software engineering at scale. Dubbed Builderbot, the newly released system coordinates multiple artificial intelligence agents directly across the company’s vast codebase. Rather than requiring engineers to open separate development applications, Builderbot operates natively within Slack, allowing development teams to trigger complex software workflows through simple chat inputs. The tool marks a massive departure from basic automated code-generation assistants by managing the entire development lifecycle, from planning to deployment.
The scale of Builderbot’s daily integration is already reshaping the company’s production environment. The AI-powered tool executes more than 200,000 discrete developer operations every day and successfully merges approximately 1,500 pull requests each week. This massive throughput means that Builderbot now authors and merges roughly 15% of all production code changes made across Block’s platforms, which include Square, Cash App, and TIDAL. By taking over repetitive, low-level technical processes, the system aims to dramatically increase engineering velocity.
In practice, the system functions like an autonomous junior engineer integrated directly into a team’s communication channel. To initiate a task, an engineer simply tags the bot in Slack and provides a natural-language description of the work needed. Builderbot then researches the target codebase, plans the implementation, and generates the necessary updates to address bug fixes, system migrations, or new features. The bot pulls technical tickets from management platforms like Jira and Linear, creates dedicated branches, writes the source code, opens pull requests, and monitors continuous integration pipelines, iterating automatically based on automated testing feedback.
Unlike standard consumer AI assistants that analyze isolated snippets of code, Builderbot possesses an organic understanding of Block’s entire software ecosystem. The system leverages the full context of the company’s internal services, application programming interfaces (APIs), and established coding conventions. This deep system awareness prevents the bot from writing generic or incompatible software. Brad Axen, the Head of AI Capabilities at Block, described Builderbot as the missing link between simple code-writing engines and scalable enterprise software engineering, highlighting how it manages the operational context so human developers can focus on complex structural problems.
The underlying architecture of the new coding assistant relies heavily on open-source technology developed by Block in collaboration with other major industry players. Builderbot runs on “goose”, a native, highly extensible AI agent framework that Block recently contributed to the newly established Agentic AI Foundation under the Linux Foundation. Additionally, Block worked closely with Anthropic to co-develop the Model Context Protocol (MCP). Now recognized as a dominant industry standard, MCP allows AI agents to securely connect with complex development tools, internal servers, and files.
Because AI agents require deep system access to perform complex engineering tasks, security remains a primary concern for enterprise developers. To address these risks, Block designed Builderbot to operate within strict sandboxed limits. The system can only access and modify source code repository files and system configuration parameters. It has absolutely no access to live database environments, payment processing systems, customer financial profiles, or personally identifiable information (PII). This strict division ensures that the bot can automate software construction without exposing sensitive consumer data to potential vulnerabilities.
The release of Builderbot represents the latest milestone in Jack Dorsey’s broader corporate restructuring, which he previously framed as a complete AI overhaul. Earlier this year, Block executed a dramatic workforce reduction, trimming its global headcount from over 10,000 employees down to just under 6,000. Dorsey justified the decision as an operating model rewrite, arguing that advanced intelligence tools would allow smaller, highly integrated teams to build better products faster. The strategy appears to be yielding tangible results, as more than 90% of Block’s total code submissions are now partially or fully AI-authored, yielding a 30% increase in median weekly code changes per engineer.
Block’s aggressive deployment of autonomous agents comes at a time when the broader technology industry is debating the safety of AI-generated applications. Many technology executives have expressed deep concern over the rise of “vibe coding,” a trend where developers use generative tools to build rapid software prototypes without establishing proper enterprise governance, security models, or detailed audit logs. A recent survey of 300 technology leaders revealed that more than 90% of executives are concerned about unvetted AI-coded applications running in live production environments, ranking it as a top operational risk. Block’s sandboxed approach with Builderbot represents an early attempt to standardize and govern these autonomous workflows.
As autonomous systems continue to evolve, the traditional role of the software developer is undergoing a profound shift. Rather than spending hours writing boilerplate code or executing manual system migrations, engineers are increasingly stepping into roles as supervisors and reviewers of AI agents. If Block’s high-velocity model proves successful over the long term, it will likely serve as a blueprint for other financial technology and enterprise software companies looking to compress their organizational structures. The deployment of Builderbot shows that the future of software development will not just be about faster coding, but about orchestrating autonomous systems to build and maintain themselves.





