• bitcoinBitcoin(BTC)$64,720.000.90%
  • ethereumEthereum(ETH)$1,914.570.30%
  • tetherTether(USDT)$1.000.00%
  • binancecoinBNB(BNB)$602.93-0.70%
  • usd-coinUSDC(USDC)$1.000.00%
  • rippleXRP(XRP)$1.00-0.20%
  • solanaSolana(SOL)$77.091.20%
  • tronTRON(TRX)$0.3335131.00%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.043.10%
  • HyperliquidHyperliquid(HYPE)$58.65-0.90%
  • dogecoinDogecoin(DOGE)$0.070392-0.10%
  • USDSUSDS(USDS)$1.000.00%
  • RainRain(RAIN)$0.013088-0.40%
  • leo-tokenLEO Token(LEO)$9.460.50%
  • zcashZcash(ZEC)$506.34-1.10%
  • moneroMonero(XMR)$415.910.30%
  • chainlinkChainlink(LINK)$9.49-0.80%
  • whitebitWhiteBIT Coin(WBT)$55.810.70%
  • cardanoCardano(ADA)$0.1740940.10%
  • stellarStellar(XLM)$0.154645-2.00%
  • daiDai(DAI)$1.000.00%
  • bitcoin-cashBitcoin Cash(BCH)$204.45-0.70%
  • Ethena USDeEthena USDe(USDE)$1.000.00%
  • USD1USD1(USD1)$1.000.00%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.320.50%
  • CantonCanton(CC)$0.090111-1.30%
  • Global DollarGlobal Dollar(USDG)$1.000.00%
  • litecoinLitecoin(LTC)$44.38-0.30%
  • Circle USYCCircle USYC(USYC)$1.130.10%
  • hedera-hashgraphHedera(HBAR)$0.0660880.30%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • paypal-usdPayPal USD(PYUSD)$1.000.00%
  • avalanche-2Avalanche(AVAX)$6.350.90%
  • suiSui(SUI)$0.66-3.40%
  • tether-goldTether Gold(XAUT)$4,341.65-1.30%
  • shiba-inuShiba Inu(SHIB)$0.0000040.00%
  • crypto-com-chainCronos(CRO)$0.045789-2.70%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.14-0.20%
  • nearNEAR Protocol(NEAR)$1.61-1.10%
  • okbOKB(OKB)$99.16-1.50%
  • uniswapUniswap(UNI)$3.290.10%
  • World Liberty FinancialWorld Liberty Financial(WLFI)$0.0605950.60%
  • pax-goldPAX Gold(PAXG)$4,353.31-1.30%
  • BittensorBittensor(TAO)$192.02-2.20%
  • Ripple USDRipple USD(RLUSD)$1.000.00%
  • AsterAster(ASTER)$0.60-0.10%
  • OndoOndo(ONDO)$0.330782-1.70%
  • HTX DAOHTX DAO(HTX)$0.000002-2.30%
  • usddUSDD(USDD)$1.000.00%
  • MemeCoreMemeCore(M)$1.14-0.50%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

Theorem wants to stop AI-written bugs before they ship — and just raised $6M to do it

January 27, 2026
in AI & Technology
Reading Time: 5 mins read
A A
Theorem wants to stop AI-written bugs before they ship — and just raised M to do it
ShareShareShareShareShare

As artificial intelligence reshapes software development, a small startup is betting that the industry’s next big bottleneck won’t be writing code — it will be trusting it.

YOU MAY ALSO LIKE

Saulius Lazaravičius, VP of Product at Hostinger – Interview Series – Unite.AI

85% of companies burned by an AI mistake are racing to cut the humans who might catch the next one

Theorem, a San Francisco-based company that emerged from Y Combinator’s Spring 2025 batch, announced Tuesday it has raised $6 million in seed funding to build automated tools that verify the correctness of AI-generated software. Khosla Ventures led the round, with participation from Y Combinator, e14, SAIF, Halcyon, and angel investors including Blake Borgesson, co-founder of Recursion Pharmaceuticals, and Arthur Breitman, co-founder of blockchain platform Tezos.

The investment arrives at a pivotal moment. AI coding assistants from companies like GitHub, Amazon, and Google now generate billions of lines of code annually. Enterprise adoption is accelerating. But the ability to verify that AI-written software actually works as intended has not kept pace — creating what Theorem’s founders describe as a widening “oversight gap” that threatens critical infrastructure from financial systems to power grids.

“We’re already there,” said Jason Gross, Theorem’s co-founder, when we asked whether AI-generated code is outpacing human review capacity. “If you asked me to review 60,000 lines of code, I wouldn’t know how to do it.”

Why AI is writing code faster than humans can verify it

Theorem’s core technology combines formal verification — a mathematical technique that proves software behaves exactly as specified — with AI models trained to generate and check proofs automatically. The approach transforms a process that historically required years of PhD-level engineering into something the company claims can be completed in weeks or even days.

Formal verification has existed for decades but remained confined to the most mission-critical applications: avionics systems, nuclear reactor controls, and cryptographic protocols. The technique’s prohibitive cost — often requiring eight lines of mathematical proof for every single line of code — made it impractical for mainstream software development.

Gross knows this firsthand. Before founding Theorem, he earned his PhD at MIT working on verified cryptography code that now powers the HTTPS security protocol protecting trillions of internet connections daily. That project, by his estimate, consumed fifteen person-years of labor.

“Nobody prefers to have incorrect code,” Gross said. “Software verification has just not been economical before. Proofs used to be written by PhD-level engineers. Now, AI writes all of it.”

How formal verification catches the bugs that traditional testing misses

Theorem’s system operates on a principle Gross calls “fractional proof decomposition.” Rather than exhaustively testing every possible behavior — computationally infeasible for complex software — the technology allocates verification resources proportionally to the importance of each code component.

The approach recently identified a bug that slipped past testing at Anthropic, the AI safety company behind the Claude chatbot. Gross said the technique helps developers “catch their bugs now without expending a lot of compute.”

In a recent technical demonstration called SFBench, Theorem used AI to translate 1,276 problems from Rocq (a formal proof assistant) to Lean (another verification language), then automatically proved each translation equivalent to the original. The company estimates a human team would have required approximately 2.7 person-years to complete the same work.

“Everyone can run agents in parallel, but we are also able to run them sequentially,” Gross explained, noting that Theorem’s architecture handles interdependent code — where solutions build on each other across dozens of files — that trips up conventional AI coding agents limited by context windows.

How one company turned a 1,500-page specification into 16,000 lines of trusted code

The startup is already working with customers in AI research labs, electronic design automation, and GPU-accelerated computing. One case study illustrates the technology’s practical value.

A customer came to Theorem with a 1,500-page PDF specification and a legacy software implementation plagued by memory leaks, crashes, and other elusive bugs. Their most urgent problem: improving performance from 10 megabits per second to 1 gigabit per second — a 100-fold increase — without introducing additional errors.

Theorem’s system generated 16,000 lines of production code, which the customer deployed without ever manually reviewing it. The confidence came from a compact executable specification — a few hundred lines that generalized the massive PDF document — paired with an equivalence-checking harness that verified the new implementation matched the intended behavior.

“Now they have a production-grade parser operating at 1 Gbps that they can deploy with the confidence that no information is lost during parsing,” Gross said.

The security risks lurking in AI-generated software for critical infrastructure

The funding announcement arrives as policymakers and technologists increasingly scrutinize the reliability of AI systems embedded in critical infrastructure. Software already controls financial markets, medical devices, transportation networks, and electrical grids. AI is accelerating how quickly that software evolves — and how easily subtle bugs can propagate.

Gross frames the challenge in security terms. As AI makes it cheaper to find and exploit vulnerabilities, defenders need what he calls “asymmetric defense” — protection that scales without proportional increases in resources.

“Software security is a delicate offense-defense balance,” he said. “With AI hacking, the cost of hacking a system is falling sharply. The only viable solution is asymmetric defense. If we want a software security solution that can last for more than a few generations of model improvements, it will be via verification.”

Asked whether regulators should mandate formal verification for AI-generated code in critical systems, Gross offered a pointed response: “Now that formal verification is cheap enough, it might be considered gross negligence to not use it for guarantees about critical systems.”

What separates Theorem from other AI code verification startups

Theorem enters a market where numerous startups and research labs are exploring the intersection of AI and formal verification. The company’s differentiation, Gross argues, lies in its singular focus on scaling software oversight rather than applying verification to mathematics or other domains.

“Our tools are useful for systems engineering teams, working close to the metal, who need correctness guarantees before merging changes,” he said.

The founding team reflects that technical orientation. Gross brings deep expertise in programming language theory and a track record of deploying verified code into production at scale. Co-founder Rajashree Agrawal, a machine learning research engineer, focuses on training the AI models that power the verification pipeline.

“We’re working on formal program reasoning so that everyone can oversee not just the work of an average software-engineer-level AI, but really harness the capabilities of a Linus Torvalds-level AI,” Agrawal said, referencing the legendary creator of Linux.

The race to verify AI code before it controls everything

Theorem plans to use the funding to expand its team, increase compute resources for training verification models, and push into new industries including robotics, renewable energy, cryptocurrency, and drug synthesis. The company currently employs four people.

The startup’s emergence signals a shift in how enterprise technology leaders may need to evaluate AI coding tools. The first wave of AI-assisted development promised productivity gains — more code, faster. Theorem is wagering that the next wave will demand something different: mathematical proof that speed doesn’t come at the cost of safety.

Gross frames the stakes in stark terms. AI systems are improving exponentially. If that trajectory holds, he believes superhuman software engineering is inevitable — capable of designing systems more complex than anything humans have ever built.

“And without a radically different economics of oversight,” he said, “we will end up deploying systems we don’t control.”

The machines are writing the code. Now someone has to check their work.

Credit: Source link

ShareTweetSendSharePin

Related Posts

Saulius Lazaravičius, VP of Product at Hostinger – Interview Series – Unite.AI
AI & Technology

Saulius Lazaravičius, VP of Product at Hostinger – Interview Series – Unite.AI

August 18, 2026
85% of companies burned by an AI mistake are racing to cut the humans who might catch the next one
AI & Technology

85% of companies burned by an AI mistake are racing to cut the humans who might catch the next one

August 18, 2026
Which Camera Type Is Better?
AI & Technology

Which Camera Type Is Better?

August 18, 2026
Meet SAM (Sovereign Agent Mesh): A Zero-Config, Zero-Trust P2P Network for AI Agents
AI & Technology

Meet SAM (Sovereign Agent Mesh): A Zero-Config, Zero-Trust P2P Network for AI Agents

August 18, 2026
Next Post
Indiana Hoosiers win first national title

Indiana Hoosiers win first national title

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
Giant pandas eat special cake to celebrate 7th birthday

Giant pandas eat special cake to celebrate 7th birthday

August 14, 2026
Fine-Tuning Tool-Calling LLMs: A Complete Guide Using XYZ-Aquila-SFT and Qwen3

Fine-Tuning Tool-Calling LLMs: A Complete Guide Using XYZ-Aquila-SFT and Qwen3

August 15, 2026
Iran war live: US fires on ship for defying blockade as Trump claims Hormuz control – independent.co.uk

Iran war live: US fires on ship for defying blockade as Trump claims Hormuz control – independent.co.uk

August 12, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!