Antithesis announced a $105 million Series A funding round on December 3, 2025, led by Jane Street—a quantitative trading firm that’s also an Antithesis customer. The company provides deterministic simulation testing, a methodology that compresses months of production behavior into hours through massively parallel simulations where all bugs are perfectly reproducible. Additional investors include Amplify Venture Partners, Spark Capital, and Stripe co-founder Patrick Collison.
This validates a new testing category at massive scale. Antithesis secured high-stakes customers including Ethereum (validated The Merge transition worth $300B+), MongoDB (found 100+ critical bugs since 2021), and Jane Street (validates distributed trading systems). Traditional testing fails for complex distributed systems—deterministic simulation solves the “works on my machine” problem that every developer has experienced.
Why Jane Street’s Dual Role Matters
Jane Street led the $105M Series A and is also an Antithesis customer who uses it to validate complex distributed trading systems. Doug Patti, a Jane Street engineer, stated: “Antithesis has helped us uncover issues that no other testing method could find.”
When a quantitative trading firm that employs 3,000+ people across five global offices—where milliseconds equal millions in potential losses—bets $105 million on its own testing tool, that’s the strongest product-market fit signal possible. Jane Street doesn’t invest in theoretical value. They invest in tools that prevent million-dollar bugs in production systems processing billions in daily volume.
How Antithesis Validated Ethereum’s $300B+ Merge
Ethereum used Antithesis for one year before The Merge (the Proof-of-Stake transition) to stress-test the network under extreme conditions. Antithesis found critical bugs in execution paths “never before achieved by Ethereum’s testing tools, but which might occur in the real world.”
The Merge (September 2022) transitioned a $300B+ blockchain from Proof of Work to Proof of Stake, delivering 99% energy consumption reduction. A single bug could have caused network halt, loss of funds, or chain split affecting millions of users. Antithesis simulated the entire Ethereum network with fault injection—network partitions, Byzantine nodes, timing attacks—to find bugs before they reached production.
The Merge completed successfully without major incidents. This is validation at the highest-stakes level imaginable. Ethereum bet its entire future on Antithesis’s ability to find bugs before production. That level of trust proves deterministic simulation works for mission-critical systems.
Compressing Months Into Hours With Perfect Reproducibility
Deterministic simulation testing runs entire systems in “The Determinator”—a custom hypervisor that controls all sources of non-determinism: clocks, thread interleaving, network timing, randomness. This enables massively parallel simulations that compress months of production behavior into hours, with 100% bug reproducibility through time-travel debugging.
Traditional testing fails for distributed systems because race conditions, timing bugs, and edge cases only appear in production at scale. Unit tests and integration tests can’t catch these issues because they don’t control timing or simulate production conditions. Deterministic simulation fixes this by making the entire runtime deterministic—every execution is reproducible, eliminating “flaky tests.”
MongoDB found 1 bug per 2,500 hours of Antithesis testing, equivalent to roughly 100 days of production runtime compressed into 100 hours. Bugs that took “weeks to reproduce” in traditional debugging now reproduce perfectly every time. Time-travel debugging lets developers replay execution frame-by-frame to the exact moment a bug triggered, enabling root cause analysis impossible with traditional logs.
MongoDB’s 100+ Critical Bugs: From Weeks to 3 Days
MongoDB has used Antithesis since 2021 to test core database components: the WiredTiger storage engine, sharded clusters, and replica sets. They’ve found 100+ critical bugs, with 40% severe enough to block releases. Mean Time To Resolution (MTTR) dropped from weeks to under 3 days.
MongoDB tests 8 different network topologies (multi-sharded clusters, replica sets, version upgrades and downgrades) to cover deployment variations. They discover an average of 1 bug per 2,500 hours of testing. MongoDB increased their Antithesis investment 3x since 2021 due to measurable results.
This is ROI proof. MongoDB is a public company where database bugs destroy customer trust—data corruption, lost writes, incorrect query results. They don’t 3x their investment unless the tool delivers value. The MTTR drop from weeks to 3 days alone justifies the cost for enterprise databases.
Deterministic Simulation vs Chaos Engineering
Chaos engineering (Chaos Monkey, Gremlin) runs fault injection in production environments, risking downtime and producing bugs that can’t be reproduced deterministically. Deterministic simulation runs in a simulated environment with zero production risk, where all bugs reproduce 100% of the time with time-travel debugging.
Chaos engineering validates production resilience after deployment. Deterministic simulation finds bugs before production deployment. They serve different purposes: chaos engineering answers “will our system recover from failures?”, while deterministic simulation answers “what bugs exist in our system that we haven’t found yet?”
The perfect reproducibility via time-travel debugging is game-changing for root cause analysis. No more “can’t reproduce in dev” bugs. No more sifting through gigabytes of logs trying to piece together what happened. Antithesis’s Determinator hypervisor makes any software deterministic without code changes—developers don’t rewrite applications, they just run them in the simulated environment.
Key Takeaways
- Antithesis raised $105M Series A (3-4x typical Series A size), validating deterministic simulation as an enterprise testing category
- Jane Street’s dual role as lead investor and customer proves product-market fit—they’re betting millions on a tool they depend on for production trading systems
- Ethereum’s $300B+ Merge was validated by one year of Antithesis stress-testing, finding bugs traditional testing missed
- MongoDB found 100+ critical bugs since 2021, with MTTR dropping from weeks to under 3 days and 40% of bugs severe enough to block releases
- Deterministic simulation solves the “works on my machine” problem through perfect bug reproducibility and time-travel debugging—traditional testing and chaos engineering can’t match this
- The technology works for high-stakes distributed systems (databases, blockchain, trading) where bugs cost millions, not for simple CRUD apps


