Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/ai4dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ Follow the [vibe coding](#vibe-coding) steps except as described below:
LLM's most recent response leads to compile-time or runtime errors or if any
tests fail, update the test-suite program, replacing laplacian with the most
recent LLM response. Attach the updated program to each prompt.
* In the second bullet of vibe coding step 7, replace the suggested text wit
* In the second bullet of vibe coding step 6, replace the suggested text wit
"Please fix the above errors that were generated by compiling the attached
program, which contains an incorrect laplacian procedure." If the program
compiled but runtime errors resulted, replace "compiling" with "running" in
the previous sentence. If the program ran without errors, but tests failed,
replace "compiling" with "running" and replace "errors" with "test failures".
* Skip the third bullet in vibe coding step 7 because with idiomatic vibe
* Skip the third bullet in vibe coding step 6 because with idiomatic vibe
coding, the complete software stack is contained in an attachment.
Loading