Skip to content

Commit efcff49

Browse files
Merge pull request #2 from FocusedObjective:codex/update-verification-process-for-capabilities
Refresh website problem bullets to reflect prompt-driven capability drift
2 parents 1f6bba5 + ef59756 commit efcff49

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

website/index.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)