Close Menu
TechBrunchTechBrunch
  • Home
  • AI
  • Apps
  • Crypto
  • Security
  • Startups
  • TechCrunch
  • Venture

Subscribe to Updates

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

What's Hot

Automaker web portal security flaws

August 11, 2025

After researchers masked prolific SMS scammers, new operations emerged as a result

August 10, 2025

Simple little apps that can be replaced by RIP, Microsoft lenses, and AI

August 8, 2025
Facebook X (Twitter) Instagram
TechBrunchTechBrunch
  • Home
  • AI

    OpenAI seeks to extend human lifespans with the help of longevity startups

    January 17, 2025

    Farewell to the $200 million woolly mammoth and TikTok

    January 17, 2025

    Nord Security founder launches Nexos.ai to help enterprises move AI projects from pilot to production

    January 17, 2025

    Data proves it remains difficult for startups to raise capital, even though VCs invested $75 billion in the fourth quarter

    January 16, 2025

    Apple suspends AI notification summaries for news after generating false alerts

    January 16, 2025
  • Apps

    Simple little apps that can be replaced by RIP, Microsoft lenses, and AI

    August 8, 2025

    How to use Instagram maps to protect your privacy

    August 8, 2025

    Pinterest CEO says agent shopping is still a long way to go

    August 8, 2025

    OpenVibe combines news and social media in one app

    August 8, 2025

    How to use Instagram maps and how to set your location sharing preferences

    August 7, 2025
  • Crypto

    North Korean spies pretending to be remote workers have invaded hundreds of businesses, CloudStrike says

    August 4, 2025

    Telegram's Crypto Wallet will be released in the US

    July 22, 2025

    Indian Crypto ExchangeCoindCX confirms $44 million stolen during hack

    July 21, 2025

    North Korean hackers blamed record-breaking spikes in 2025

    July 17, 2025

    Bitcoin surpasses $118K at the second highest high in 24 hours

    July 11, 2025
  • Security

    Automaker web portal security flaws

    August 11, 2025

    After researchers masked prolific SMS scammers, new operations emerged as a result

    August 10, 2025

    Data breaches at French telecom giant Bouigs impact millions of customers

    August 7, 2025

    Rivalry apps for men leak user personal data and driver's license

    August 6, 2025

    Citizen LaBody Lecter warns the cyber industry about an authoritarian descent in the US

    August 6, 2025
  • Startups

    7 days left: Founders and VCs save over $300 on all stage passes

    March 24, 2025

    AI chip startup Furiosaai reportedly rejecting $800 million acquisition offer from Meta

    March 24, 2025

    20 Hottest Open Source Startups of 2024

    March 22, 2025

    Andrill may build a weapons factory in the UK

    March 21, 2025

    Startup Weekly: Wiz bets paid off at M&A Rich Week

    March 21, 2025
  • TechCrunch

    OpenSea takes a long-term view with a focus on UX despite NFT sales remaining low

    February 8, 2024

    AI will save software companies' growth dreams

    February 8, 2024

    B2B and B2C are not about who buys, but how you sell

    February 5, 2024

    It's time for venture capital to break away from fast fashion

    February 3, 2024

    a16z's Chris Dixon believes it's time to focus on blockchain use cases rather than speculation

    February 2, 2024
  • Venture

    Book an exhibition table before competitors make it 2025

    August 8, 2025

    What Founders Need to Know Before Choosing an Exit in 2025

    August 8, 2025

    High cost and thin margins threaten AI coding startups

    August 7, 2025

    Elad Gil will take the stage in October's 2025 destruction

    August 7, 2025

    Learn how to raise seed rounds from top VCS in 2025

    August 6, 2025
TechBrunchTechBrunch

Why code testing startup Nova AI uses open source LLM over OpenAI

TechBrunchBy TechBrunchApril 24, 20244 Mins Read
Facebook Twitter Pinterest Telegram LinkedIn Tumblr WhatsApp Email
Share
Facebook Twitter LinkedIn Pinterest Telegram Email


It's a universal truth of human nature that the developers who build the code shouldn't test it. First of all, most of them really hate the job. Second, as with any good audit protocol, the person doing the work should not be the one verifying it.

So it's no surprise that code testing in all its forms, including usability, language or task-specific testing, and end-to-end testing, is a focus for executives at growing generative AI startups. Every week, TechCrunch features a different project like Antithesis ($47 million raised). CodiumAI (raised $11 million) QA Wolf (raised $20 million). And new companies are emerging all the time, like his Momentic, which just graduated from Y Combinator.

The other company is Nova AI, a one-year-old startup from the Unusual Academy accelerator that raised $1 million in a pre-seed round. Founder CEO Zach Smith told TechCrunch that the company is breaking many of Silicon Valley's rules for how startups should operate and trying to outdo its competitors with end-to-end testing tools.

While the standard Y Combinator approach is to start small, Nova AI targets medium-to-large companies with complex codebases and current growing needs. Smith declined to name the customers using or testing his products, but most of them are in e-commerce, fintech, or later stages of consumer products (Series C and above). ) is a venture-backed startup that says it offers a “heavy user experience.” Downtime for these features is costly. ”

Nova AI's technology scrutinizes customers' code and uses GenAI to automatically build tests. It's specifically aimed at continuous integration and continuous delivery/deployment (CI/CD) environments, where engineers are continually incorporating pieces into production code.

The idea for Nova AI came from Smith and his co-founder Jeffrey See's engineering days working at major technology companies. Mr. Smith is a former Google employee who worked on cloud teams that helped customers use many automation technologies. Shih previously worked at Meta (before that he also worked at Unity and he worked at Microsoft), where he had an unusual AI specialty around synthetic data. Later, they added his third co-founder, AI data scientist Henry Lee.

Another rule that Nova AI doesn't follow: While many AI startups are built on top of OpenAI's industry-leading GPT, Nova AI avoids using OpenAI's Chat GPT-4 as much as possible. I'm only using it to generate code and perform some labeling tasks. . No customer data is fed to OpenAI.

Although OpenAI has promised not to use data from people on paid business plans to train models, companies still don't trust OpenAI, Smith said. “When we talk to large companies, they say, 'We don't want our data to go into OpenAI,'” Smith said.

It's not just engineering teams at large companies who feel this way. OpenAI has received numerous requests from people who do not want their work used to train models, or who believe that their work will be included in the work without their permission and without compensation. is fending off a lawsuit.

Nova AI instead relies heavily on open source models such as Meta and Llama developed by StarCoder (from the BigCoder community developed by ServiceNow and Hugging Face) as well as building its own models. They haven't used Google's Gemma with any customers yet, but they've tested it and “got some good results,” Smith says.

For example, he explains that a common use of OpenAI GPT4 is to “generate vector embeddings” on data so that LLM models can use vectors for semantic search. Because vector embeddings convert chunks of text into numbers, LLM can perform various operations, such as clustering text with other chunks of similar text. Nova AI uses OpenAI's GPT4 on its customers' source code, but strives not to send any data to OpenAI.

“In this case, instead of using OpenAI's embedded model, you deploy your own open source embedded model. This way, when you need to run all the files, you're not just sending the files to OpenAi. ” explained Smith.

While not sending customer data to OpenAI will reassure nervous businesses, open-source AI models are cheaper and more than adequate to perform specific, targeted tasks, Smith found. In this case it works well for writing tests.

“The open LLM industry has really proven that even when you focus very narrowly, you can beat GPT 4 and these big domain providers,” he said. “We don't need to provide a huge model to tell Grandma what she wants for her birthday, right? We need to write a test. That's it. So our model is specially designed for that. It has been adjusted.”

Open source models are also rapidly evolving. For example, Meta recently announced a new version of Llama. This has earned praise in the tech world and may encourage more AI startups to look at OpenAI alternatives.



Source link

Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

OpenAI seeks to extend human lifespans with the help of longevity startups

January 17, 2025

Farewell to the $200 million woolly mammoth and TikTok

January 17, 2025

Nord Security founder launches Nexos.ai to help enterprises move AI projects from pilot to production

January 17, 2025

Data proves it remains difficult for startups to raise capital, even though VCs invested $75 billion in the fourth quarter

January 16, 2025

Apple suspends AI notification summaries for news after generating false alerts

January 16, 2025

Nvidia releases more tools and guardrails to help enterprises adopt AI agents

January 16, 2025

Leave A Reply Cancel Reply

Top Reviews
Editors Picks

7 days left: Founders and VCs save over $300 on all stage passes

March 24, 2025

AI chip startup Furiosaai reportedly rejecting $800 million acquisition offer from Meta

March 24, 2025

20 Hottest Open Source Startups of 2024

March 22, 2025

Andrill may build a weapons factory in the UK

March 21, 2025
About Us
About Us

Welcome to Tech Brunch, your go-to destination for cutting-edge insights, news, and analysis in the fields of Artificial Intelligence (AI), Cryptocurrency, Technology, and Startups. At Tech Brunch, we are passionate about exploring the latest trends, innovations, and developments shaping the future of these dynamic industries.

Our Picks

Automaker web portal security flaws

August 11, 2025

After researchers masked prolific SMS scammers, new operations emerged as a result

August 10, 2025

Simple little apps that can be replaced by RIP, Microsoft lenses, and AI

August 8, 2025

Subscribe to Updates

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

© 2025 TechBrunch. Designed by TechBrunch.
  • Home
  • About Tech Brunch
  • Advertise with Tech Brunch
  • Contact us
  • DMCA Notice
  • Privacy Policy
  • Terms of Use

Type above and press Enter to search. Press Esc to cancel.