Update ROADMAP.md

This commit is contained in:
Anton Osika
2023-06-20 15:14:04 +02:00
committed by GitHub
parent 8fc0083dc3
commit 23af04472a

View File

@@ -8,7 +8,7 @@
- [ ] Let human give feedback - [ ] Let human give feedback
- [ ] Ask human for what is not working as expected in a loop, and feed it into - [ ] Ask human for what is not working as expected in a loop, and feed it into
GPT4 to fix the code, until the human is happy or gives up GPT4 to fix the code, until the human is happy or gives up
- [ ] Break down the code generation into much smaller parts - [ ] Break down the code generation into small parts
- [ ] For each small part, generate tests for each subpart, and do the loop of running the tests for each part, feeding - [ ] For each small part, generate tests for each subpart, and do the loop of running the tests for each part, feeding
results into GPT4, and let it edit the code until they pass results into GPT4, and let it edit the code until they pass
- [ ] LLM tests in CI - [ ] LLM tests in CI