This project demonstrates an AI-powered development workflow where:
- Only GPTDiff (via CLI tool) can write and modify code gptdiff
- All code changes must be generated by
gptdiff
- The AI agent handles:
- Feature implementation
- Bug fixes
- Error resolution
- Bugs are described through stacktrace only and fixed with gptdiff.
while true; do
gptdiff "make the game a fantasy themed incremental rpg with a ui in index.html. Make the aspects that are there more fun. Add aspects that are missing. Make the game playable. Prioritize the bugs" --apply
done
See how well AI agent loops work on creating software from scratch with a fun game example.
Rules here are slightly different. Any technique or model may be used. All edits must be made by gptdiff.
Everything is meant to sample how far this technique can go.