diff --git a/README.md b/README.md index 4c6d94728b..64327dfe48 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,6 @@ GPT Engineer is made to be easy to adapt, extend, and make your agent learn how - Fast handovers back and forth between AI and human - Simplicity, all computation is "resumable" and persisted to the filesystem -## Limitations -The main parts to be addressed next is that – on the first attempt – the generated implementation might not contain all necessary functionality that was specified in the prompt. - -Implementing additional chain of thought, or "[Reflexion](https://github.com/noahshinn024/reflexion)", prompting should be able to make it more reliable. - -Contributors welcome! - -If you are unsure what to try, check out the ideas listed in the Projects part of the github repo. ## Usage @@ -36,6 +28,16 @@ If you are unsure what to try, check out the ideas listed in the Projects part o **Results**: - Check the generated files in my-new-project/workspace_clarified +### Limitations +The main parts to be addressed next is that – on the first attempt – the generated implementation might not contain all necessary functionality that was specified in the prompt. + +Implementing additional chain of thought, or "[Reflexion](https://github.com/noahshinn024/reflexion)", prompting should be able to make it more reliable. + +Contributors welcome! + +If you are unsure what to try, check out the ideas listed in the Projects part of the github repo. + + ## Features You can specify the "identity" of the AI agent by editing the files in the `identity` folder.