File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,12 +114,10 @@ <h2>AI coding makes delivery faster. It also makes intent easier to lose.</h2>
114114 < div class ="risk-list ">
115115 < p > That creates a new kind of software risk:</ p >
116116 < ul >
117- < li > Code is generated without clear product intent.</ li >
118- < li > Requirements live in conversations instead of the repo.</ li >
119- < li > Verification is added after the fact, if at all.</ li >
120- < li > Product managers lose visibility into what the system can actually do.</ li >
121- < li > Developers reverse-engineer intent from tickets and code.</ li >
122- < li > AI agents optimize for producing code, not preserving capability.</ li >
117+ < li > Requirements now live in prompts instead of tickets, then drift into stale specs and plans.</ li >
118+ < li > As the codebase grows, it gets harder to verify that new and existing features still fulfill capabilities.</ li >
119+ < li > Humans can verify capabilities against intent, but intent is often lost after prompting and implementation.</ li >
120+ < li > In PR reviews, teams have to tease out how capabilities have grown, shrunk, or changed.</ li >
123121 </ ul >
124122 </ div >
125123 </ div >
You can’t perform that action at this time.
0 commit comments