
Blacksmith, an artificial-intelligence-powered code-testing startup, has raised $45 million in a Series B funding round led by Peak XV Partners. The investment values the company at $550 million, a nearly tenfold increase from the $60 million valuation it was assigned when it closed a $10 million Series A less than a year ago. Existing backers GV and Y Combinator also participated, bringing Blacksmith's total funding to $58.5 million.
Key facts at a glance
- Fundraising: $45 million Series B, led by Peak XV Partners with participation from GV and Y Combinator.
- Valuation: $550 million, up from $60 million in less than a year.
- Total funding: $58.5 million.
- Founded: 2024.
- CEO: Aditya Jayaprakash.
- Customers: More than 5,000, including Mercury, Supabase, Clerk, Ashby, and Expensify.
- Products: Cloud-based CI platform and Codesmith, an AI coding agent.
- Revenue: Reached $10 million annualized run rate with 10 employees; now in the tens of millions with about 30 employees.
A rapid valuation surge
The new round marks one of the fastest valuation jumps in the AI developer tools space. Blacksmith went from a $60 million post-money valuation to a $550 million valuation in under a year, reflecting surging demand for tools that help software teams manage the flood of AI-generated code. The company's customer base grew from roughly 700 to more than 5,000 in the same period, a clear signal that the market is embracing its approach.
The funding environment for AI infrastructure and developer tools has been intensely competitive, with investors pouring money into startups that address bottlenecks created by generative AI. Peak XV Partners, which led the round, is one of the largest venture firms focused on technology startups in Asia and has backed several high-growth SaaS companies. GV, the venture capital arm of Alphabet, and Y Combinator, the renowned startup accelerator, have both supported Blacksmith since its early days.
The speed of the valuation increase also underscores how quickly the developer tools landscape is being reshaped by AI. Software teams are generating code at a pace that was impossible just a few years ago, but the ability to verify that code remains a major constraint. Blacksmith sits at the intersection of two rapidly evolving categories: continuous integration and automated testing, and AI-powered coding assistants.
Building on a simple but critical pain point
Blacksmith was founded in 2024 with a focus on helping companies build, test, and verify software before it reaches production. The company started as a cloud provider for continuous integration, or CI, workloads. CI is a software engineering practice where developers frequently merge their code changes into a shared repository, and automated builds and tests are run every time a change is made. This helps catch bugs early, but it requires significant computing power and careful orchestration.
Many developer teams have struggled with the cost and complexity of running CI pipelines, especially as projects grow and AI tools accelerate the volume of code changes. Blacksmith's platform was designed to make CI faster and more affordable, giving developers quick feedback on whether their code is safe to merge. That foundation proved valuable, but the company quickly realized that the bigger challenge was validating code written by AI.
The rise of AI coding tools such as Cursor, OpenAI's Codex, and Anthropic's Claude Code has made it significantly easier for software teams to generate code. Instead of manually writing every function, developers can describe what they want and let an AI assistant produce the implementation. While that boosts productivity, it does not guarantee that the generated code is correct, secure, or free of bugs.
“Validating code is still a bottleneck, and it's an even bigger bottleneck because people are writing even more,” said Aditya Jayaprakash, co-founder and CEO of Blacksmith. His point reflects a growing concern across the industry: AI accelerates the creation of code, but the teams responsible for reviewing, testing, and deploying that code are still limited by the same time and compute resources as before.
Codesmith and the shift toward AI-assisted testing
To address this bottleneck, Blacksmith has broadened its platform with Codesmith, an AI coding agent that can automatically fix failed code checks. Rather than simply flagging an error and asking a developer to investigate, Codesmith analyzes the failure and proposes a remediation. This moves the company beyond infrastructure and into the AI layer of the software development lifecycle.
Codesmith is designed to integrate with the existing testing workflow. When a code change triggers a build or test failure, Codesmith reviews the logs, identifies the root cause, and generates a fix. The developer can then review the suggested patch and decide whether to accept it. This type of human-in-the-loop approach is becoming common in AI-assisted development, as it balances automation with oversight.
The introduction of Codesmith also reflects a broader industry trend. AI coding agents are no longer just about generating code; they are increasingly being used to review code, write tests, fix vulnerabilities, and automate maintenance tasks. Blacksmith intends to compete in this broader category, aiming to provide a complete suite of tools that help developers write, validate, and merge software faster.
Customer growth and revenue momentum
Blacksmith now counts more than 5,000 customers, including well-known technology companies such as Mercury, Supabase, Clerk, Ashby, and Expensify. That is a striking increase from the 700-plus customers it had less than a year ago. The company has not disclosed a precise updated annualized revenue run rate, but Jayaprakash said revenue has grown to “tens of millions of dollars” and that some of its largest customers now spend more than $1 million a year on the platform.
The company reached a $10 million annualized revenue run rate with just 10 employees, a sign of strong product-market fit and efficient growth. It has since expanded its team to about 30 people, still a remarkably small headcount for a company at this scale. This lean operation is possible because the product is largely automated and delivered as a cloud service.
Customer concentration in the developer tools space can be volatile, as engineering teams often switch tools based on price, performance, and reliability. But Blacksmith's rapid customer growth suggests that it has found a niche that larger competitors have not fully addressed. Its focus on speed and affordability appears to be resonating, especially with startups and mid-sized companies that need fast CI without enormous cloud bills.
A crowded and competitive market
Blacksmith operates in a crowded and fiercely competitive market. Its key competitors include GitHub Actions, which is integrated into the world's largest code-hosting platform; Cursor Automations, which come from one of the most popular AI code editors; and validation capabilities built directly into AI models like Codex and Claude Code. In addition, major cloud providers including Amazon Web Services, Microsoft Azure, and Google Cloud all offer AI code-testing and CI-related services.
Each of these competitors has advantages. GitHub Actions benefits from its deep integration with GitHub repositories. Cursor has a loyal user base among developers who use its AI-powered editor. The cloud providers can bundle testing with their broader cloud offerings, making it convenient for enterprises to stay within one ecosystem. Startups like Blacksmith must therefore compete on more than just features.
Jayaprakash said his startup is competing on speed and affordability. In the world of CI, speed is a productivity metric: every minute a developer waits for a build or test result is a minute they cannot spend on writing new code or fixing issues. Affordability is equally important, as CI costs can spiral out of control when teams have long build queues and expensive compute instances. Blacksmith aims to deliver fast, cost-effective testing without requiring customers to manage their own infrastructure.
The competitive pressure has not slowed Blacksmith's growth, but it does raise questions about long-term differentiation. The company's bet is that a dedicated platform focused on validation will outperform general-purpose coding assistants and cloud-native CI tools. By combining traditional CI infrastructure with an AI agent that can automatically fix failures, Blacksmith hopes to create a workflow that developers will not want to leave.
Future plans
Looking ahead, Blacksmith plans to expand into a broader suite of coding tools. The company wants to cover more of the software development lifecycle, from initial code generation to testing, validation, and deployment. Jayaprakash has not revealed exactly which products will come next, but the direction is clear: Blacksmith aims to be more than a CI provider or a one-trick AI assistant.
The company is likely to invest heavily in Codesmith, integrating it more deeply into the developer workflow and expanding its ability to handle complex codebases. It may also add features around security scanning, code review, and performance testing, as these are natural complements to the existing platform. Given the rapid pace of AI model improvements, Blacksmith will need to continuously adapt its AI agent to work with new models, programming languages, and frameworks.
Blacksmith's rapid rise is a reflection of the broader AI-driven transformation in software development. As AI coding tools become more powerful, the need for robust testing and validation will only grow. Blacksmith has positioned itself to address that need, and its new funding gives it the resources to pursue a larger share of the developer tools market. With a valuation of $550 million and a total funding haul of $58.5 million, the company is now well capitalized to compete against much larger rivals.
The company's trajectory also illustrates how quickly startups can scale in the AI era when they address a critical pain point. In less than a year, Blacksmith grew from a small CI cloud provider into a significant player in the AI code-testing space, with thousands of customers and tens of millions in revenue. The next year will likely determine whether it can maintain that momentum and fend off competition from the biggest names in technology.
Source:TechCrunch News
