Replies: 1 comment 2 replies
-
I think a lot of us are experimenting with prompt engineering and STEP design. In my fork, I have a review identity that utilizes memory files from a previous run. The step is just built in a logical way that pulls relevant info that would help 'resume' or 'retry'. I haven't really had much time to play with it, but it seems functional. I found that including "tests" memory or whatever you are calling it helps. For example, it respecs snake game, but looking at the unit tests compared to the initial project, it would fail one of those tests in real life, so it would try and implement or add the changes. Last time I did a pull, it seemed like the main project was about to implement a respec identity and STEP. Anyway, I hope this helps! |
Beta Was this translation helpful? Give feedback.
-
gpt-engineer built me a nice codebase, but I want to improve the app it built and give it futher specifications. Is there a way that I can continue to reprompt gpt-engineer and have it understand/know the current status of the project, and how to add onto it based on my prompts?
Beta Was this translation helpful? Give feedback.
All reactions