Blacksmith at $550M: CI is the new AI line item
Blacksmith raised a $45M Series B at a $550M valuation, up ~10x in a year. Customers went 700 to 5,000+. AI writes the code; validating it is the bottleneck.
Every dollar you save generating code with an agent, you spend somewhere else. Today's proof: Blacksmith, a CI cloud, raised at a $550 million valuation — roughly ten times its price a year ago — because AI coding tools produce more code than existing pipelines can validate. If your team adopted an agent this year and your CI bill jumped, that is not a billing error. That is the model.
What actually happened
TechCrunch reported that Blacksmith closed a $45 million Series B led by Peak XV Partners, with GV and Y Combinator returning. That values the company at $550 million, up from $60 million at its $10 million Series A less than a year ago, and brings total funding to $58.5 million.
The operating numbers are the interesting part, per the company's announcement:
- Customers grew from 700 to more than 5,000 in a year, including Mercury, Supabase, and Expensify
- ARR went from about $10 million to "tens of millions," with headcount going 10 to roughly 30
- Some of the largest customers spend over $1 million a year on CI
Blacksmith started as faster CI runners and has moved into the validation loop itself with codesmith, a cloud agent that diagnoses failed checks, autofixes them, and keeps pull requests green. CEO Aditya Jayaprakash put the thesis plainly: validating code is still a bottleneck, and a bigger one now because people are writing more of it.
Why the CI bottleneck matters for your business
Watch the direction of the money. A CI vendor with ten employees hit $10 million ARR, then grew customers 7x in twelve months without touching the code-generation market at all. It sells the check step. That is a signal about where AI-assisted development actually costs you.
The math is not subtle. An agent opens three PRs where a developer opened one. Each PR triggers the full suite. Each failed check triggers a retry loop the agent drives on its own. Your test minutes do not scale with features shipped — they scale with attempts, and agents attempt a lot. We have written before that review is the real bottleneck in AI-assisted development. Blacksmith's numbers are the invoice for that bottleneck.
Two practical moves for a small team:
Meter it. Put CI minutes on the same dashboard as your token spend. They are the same budget line now — cost per merged PR, not cost per run. If you cannot answer "what did this feature cost to validate," you are flying blind on the half of the bill that is growing.
Make the suite worth running. A test suite that is slow and flaky was an annoyance when humans ran it four times a day. When an agent runs it forty times, flakiness becomes a cash cost and a correctness cost — the agent starts "fixing" tests instead of code. Fast, deterministic, and trustworthy beats comprehensive. That is the same discipline behind testing your agents before production.
The vendor here is optional. The line item is not.
Key takeaways
- Blacksmith raised a $45M Series B led by Peak XV at a $550M valuation on August 12, 2026 — up from $60M a year ago, with total funding of $58.5M
- Customers grew from 700 to 5,000+ and ARR from ~$10M to "tens of millions"; some customers spend over $1M a year on CI alone
- AI agents multiply pipeline runs, not just PRs — CI cost scales with attempts, and agents attempt constantly
- Track cost per merged PR alongside token spend; they are one budget now
- Flaky, slow test suites get expensive fast under agent traffic, and teach the agent to patch tests instead of code
CI bill climbing faster than your feature list? We build pipelines that stay fast and deterministic under agent traffic, with cost-per-merge instrumented from day one. See how we build it or run the numbers on your own stack.
Sources: TechCrunch, Blacksmith via PR Newswire.
- #ci-cd
- #ai-coding
- #developer-tools
- #software-testing
- #engineering-cost
Tommy Rush — Founder, Rush Commerce
Operator turned builder. 15+ years running operations — now shipping the systems businesses run on. More
Get The Rush Report weekly — one email, zero fluff.
Keep reading
LiteLLM PyPI compromise: rotate every key it touched
New CloudSEK analysis puts potential exposure from the malicious LiteLLM releases at 2,100+ organizations. The payload read OPENAI_API_KEY. Here's the cleanup.
Read itGo and AI-assisted coding: review is the bottleneck
Google argues Go suits AI-assisted software engineering because typing, gofmt, and a small dep tree make generated code verifiable. The lesson isn't the language.
Read it