• bitcoinBitcoin(BTC)$70,083.001.32%
  • ethereumEthereum(ETH)$2,038.550.97%
  • tetherTether(USDT)$1.000.01%
  • binancecoinBNB(BNB)$643.760.68%
  • rippleXRP(XRP)$1.391.44%
  • usd-coinUSDC(USDC)$1.000.01%
  • solanaSolana(SOL)$86.150.56%
  • tronTRON(TRX)$0.285503-0.06%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.04-0.53%
  • dogecoinDogecoin(DOGE)$0.0941733.29%
  • whitebitWhiteBIT Coin(WBT)$55.510.81%
  • USDSUSDS(USDS)$1.000.00%
  • cardanoCardano(ADA)$0.2618251.47%
  • bitcoin-cashBitcoin Cash(BCH)$447.180.05%
  • leo-tokenLEO Token(LEO)$9.18-0.40%
  • HyperliquidHyperliquid(HYPE)$34.480.51%
  • moneroMonero(XMR)$354.203.14%
  • chainlinkChainlink(LINK)$9.000.71%
  • Ethena USDeEthena USDe(USDE)$1.000.04%
  • CantonCanton(CC)$0.1486362.33%
  • stellarStellar(XLM)$0.1584474.11%
  • USD1USD1(USD1)$1.000.01%
  • RainRain(RAIN)$0.009006-0.35%
  • daiDai(DAI)$1.00-0.02%
  • litecoinLitecoin(LTC)$53.98-0.41%
  • avalanche-2Avalanche(AVAX)$9.541.90%
  • hedera-hashgraphHedera(HBAR)$0.094979-0.20%
  • paypal-usdPayPal USD(PYUSD)$1.00-0.01%
  • suiSui(SUI)$0.961.49%
  • zcashZcash(ZEC)$219.311.10%
  • shiba-inuShiba Inu(SHIB)$0.0000063.24%
  • the-open-networkToncoin(TON)$1.31-2.02%
  • crypto-com-chainCronos(CRO)$0.0756320.06%
  • tether-goldTether Gold(XAUT)$5,175.341.29%
  • World Liberty FinancialWorld Liberty Financial(WLFI)$0.1017811.26%
  • pax-goldPAX Gold(PAXG)$5,215.651.38%
  • MemeCoreMemeCore(M)$1.42-4.71%
  • polkadotPolkadot(DOT)$1.49-1.40%
  • uniswapUniswap(UNI)$3.86-1.19%
  • mantleMantle(MNT)$0.704.11%
  • Pi NetworkPi Network(PI)$0.2332237.84%
  • okbOKB(OKB)$97.970.47%
  • Circle USYCCircle USYC(USYC)$1.120.00%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • BittensorBittensor(TAO)$199.662.16%
  • SkySky(SKY)$0.0793164.18%
  • Falcon USDFalcon USD(USDF)$1.000.00%
  • AsterAster(ASTER)$0.70-0.40%
  • Global DollarGlobal Dollar(USDG)$1.000.01%
  • aaveAave(AAVE)$111.183.62%
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

Codev lets enterprises avoid vibe coding hangovers with a team of agents that generate and document code

October 17, 2025
in AI & Technology
Reading Time: 4 mins read
A A
Codev lets enterprises avoid vibe coding hangovers with a team of agents that generate and document code
ShareShareShareShareShare

For many software developers using generative AI, vibe coding is a double-edged sword.

YOU MAY ALSO LIKE

Social Security watchdog investigating claims that DOGE engineer copied its databases

NVIDIA AI Releases Nemotron-Terminal: A Systematic Data Engineering Pipeline for Scaling LLM Terminal Agents

The process delivers rapid prototypes but often leaves a trail of brittle, undocumented code that creates significant technical debt.

A new open-source platform, Codev, addresses this by proposing a fundamental shift: treating the natural language conversation with an AI as part of the actual source code.

Codev is based on SP(IDE)R, a framework designed to turn vibe-coding conversations into structured, versioned, and auditable assets that become part of the code repository.

What is Codev?

At its core, Codev is a methodology that treats natural language context as an integral part of the development lifecycle as opposed to a disposable artifact as is the case with vanilla vibe coding.

According to co-founder Waleed Kadous, the goal is to invert the typical engineering workflow.

"A key principle of Codev is that documents like the specification are the actual code of the system," he told VentureBeat. "It's almost like natural language is compiled down into Typescript by our agents."

This approach avoids the common pitfall where documentation is created after the fact, if at all.

Its flagship protocol, SP(IDE)R, provides a lightweight but formal structure for building software. The process begins with Specify, where a human and multiple AI agents collaborate to turn a high-level request into concrete acceptance criteria. Next, in the Plan stage, an AI proposes a phased implementation, which is again reviewed.

For each phase, the AI enters an IDE loop: it Implements the code, Defends it against bugs and regression with comprehensive tests, and Evaluates the result against the specification. The final step is Review, where the team documents lessons learned to update and improve the SP(IDE)R protocol itself for future projects.

The framework’s key differentiator is its use of multiple agents and explicit human review at different stages. Kadous notes that each agent brings unique strengths to the review process.

"Gemini is extremely good at catching security issues," he said, citing a critical cross-site scripting (XSS) flaw and another bug that "would have shared an OpenAI API key with the client, which could cost thousands of dollars."

Meanwhile, "GPT-5 is very good at understanding how to simplify a design." This structured review, with a human providing final approval at each stage, prevents the kind of runaway automation that leads to flawed code.

The platform’s AI-native philosophy extends to its installation. There is no complex installer; instead, a user instructs their AI agent to apply the Codev GitHub repository to set up the project. The developers "dogfooded" their framework, using Codev to build Codev.

“The key point here is that natural language is executable now, with the agent being the interpreter,” Kadous said. “This is great because it means it's not a ‘blind’ integration of Codev, the agent gets to choose the best way to integrate it and can intelligently make decisions.”

Codev case study

To test the framework's effectiveness, its creators ran a direct comparison between vanilla vibe-coding and Codev. They gave Claude Opus 4.1 a request to build a modern web-based todo manager. The first attempt used a conversational, vibe-coding approach. The result was a plausible-looking demo. However, an automated analysis conducted by three independent AI agents found that it had implemented 0% of the required functionality, contained no tests, and lacked a database or API.

The second attempt used the same AI model and prompt but applied the SP(IDE)R protocol. This time, the AI produced a production-ready application with 32 source files, 100% of the specified functionality, five test suites, a SQLite database, and a complete RESTful API.

Throughout this process, the human developers reported they never directly edited a single line of source code. While this was a single experiment, Kadous estimates the impact is substantial.

"Subjectively, it feels like I'm about three times as productive with Codev as without," he says. The quality also speaks for itself. "I used LLMs as a judge, and one of them described the output like what a well-oiled engineering team would produce. That was exactly what I was aiming for."

While the process is powerful, it redefines the developer's role from a hands-on coder to a system architect and reviewer. According to Kadous, the initial spec and plan stages can each take between 45 minutes to two hours of focused collaboration.

This is in contrast to the impression given by many vibe-coding platforms, where a single prompt and a few minutes of processing gives you a fully functional and scalable application.

"All of the value I add is in the background knowledge I apply to the specs and plans," he explains. He emphasizes that the framework is designed to augment, not replace, experienced talent. "The people who will do the best… are senior engineers and above because they know the pitfalls… It just takes the senior engineer you already have and makes them much more productive."

A future of human and AI collaboration

Frameworks like Codev signal a shift where the primary creative act of software development moves from writing code to crafting precise, machine-readable specifications and plans. For enterprise teams, this means AI-generated code can become auditable, maintainable, and reliable. By capturing the entire development conversation in version control and enforcing it with CI, the process turns ephemeral chats into durable engineering assets.

Codev proposes a future where the AI acts not as a chaotic assistant, but as a disciplined collaborator in a structured, human-led workflow.

However, Kadous acknowledges this shift creates new challenges for the workforce. "Senior engineers that reject AI outright will be outpaced by senior engineers who embrace it," he predicts. He also expresses concern for junior developers who may not get the chance "to build their architectural chops," a skill that becomes even more critical when guiding AI.

This highlights a central challenge for the industry: ensuring that as AI elevates top performers, it also creates pathways to develop the next generation of talent.

Credit: Source link

ShareTweetSendSharePin

Related Posts

Social Security watchdog investigating claims that DOGE engineer copied its databases
AI & Technology

Social Security watchdog investigating claims that DOGE engineer copied its databases

March 10, 2026
NVIDIA AI Releases Nemotron-Terminal: A Systematic Data Engineering Pipeline for Scaling LLM Terminal Agents
AI & Technology

NVIDIA AI Releases Nemotron-Terminal: A Systematic Data Engineering Pipeline for Scaling LLM Terminal Agents

March 10, 2026
Epic is increasing the price of Fortnite’s V-Bucks currency
AI & Technology

Epic is increasing the price of Fortnite’s V-Bucks currency

March 10, 2026
OpenAI upgrades ChatGPT with interactive learning tools as lawsuits and Pentagon backlash mount
AI & Technology

OpenAI upgrades ChatGPT with interactive learning tools as lawsuits and Pentagon backlash mount

March 10, 2026
Next Post
Cisco warns enterprises: Without tapping machine data, your AI strategy is incomplete

Cisco warns enterprises: Without tapping machine data, your AI strategy is incomplete

Leave a Reply Cancel reply

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

Search

No Result
View All Result
Maggie Kang Hints at Long Wait for KPop Demon Hunters Sequel

Maggie Kang Hints at Long Wait for KPop Demon Hunters Sequel

March 8, 2026
WATCH THIS BEFORE MARKETS CRASH AGAIN!!!

WATCH THIS BEFORE MARKETS CRASH AGAIN!!!

March 5, 2026
New studies warn of health risks in hair extensions often marketed to Black women

New studies warn of health risks in hair extensions often marketed to Black women

March 10, 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!