Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chipx86/chatgpt-ai-bug-simulation
A collaborative attempt between ChatGPT and myself to create a simulated bug world
https://github.com/chipx86/chatgpt-ai-bug-simulation
Last synced: 16 days ago
JSON representation
A collaborative attempt between ChatGPT and myself to create a simulated bug world
- Host: GitHub
- URL: https://github.com/chipx86/chatgpt-ai-bug-simulation
- Owner: chipx86
- Created: 2022-12-03T02:53:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-03T04:12:33.000Z (about 2 years ago)
- Last Synced: 2023-04-10T23:17:09.977Z (almost 2 years ago)
- Language: Python
- Size: 24.9 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Peer-Programming a Buggy World with ChatGPT AI
AI has been all the rage lately, with solutions like Stable Diffusion for image
generation, GPT-3 for text generation, and CoPilot for code development
becoming publicly available to the masses.That excitement ramped up this week with the release of
[ChatGPT](https://chat.openai.com/chat), an extremely impressive chat-based AI
system leveraging the best GPT has to offer.I decided last night to take ChatGPT for a spin, to test its code-generation
capabilities. And I was astonished by the experience.Together, we built a simulation of bugs foraging for food in a 100x100 grid
world, tracking essentials like hunger and life, reproducing, and dealing with
hardships involving seasonal changes, natural disasters, and predators. All
graphically represented.[Read about our journey](https://blog.chipx86.com/2022/12/02/peer-programming-a-buggy-world-with-chatgpt-ai/)
[Screenshots of our sessions](https://github.com/chipx86/chatgpt-ai-bug-simulation/tree/main/screenshots)
[Video demo](https://youtu.be/XVB9Tzv91KI)
[View the code](https://github.com/chipx86/chatgpt-ai-bug-simulation/blob/main/bugworld.py)
## About Me
Hi, I'm Christian Hammond. I build the open source, extensible, multi-SCM
[Review Board](https://www.reviewboard.org) code review product over at
[Beanbag](https://www.beanbaginc.com).You can find me in a few places:
* [Mastodon](https://mastodon.online/@chipx86)
* [Twitter](https://twitter.com/chipx86)
* [LinkedIn](https://www.linkedin.com/in/chipx86/)
* [Blog](https://blog.chipx86.com)
* [GitHub](https://github.com/chipx86/)