ways to do an LLM fish tank 1. **Ask bot to write a fish tank app**. Fish move...
ways to do an LLM fish tank
1. **Ask bot to write a fish tank app**. Fish move by randint.
With enough prompting, you can get a decent flicker free fish tank. Fish will be stupid and there is *no* story or motivation for their movement.
2.**Pure prompting fish tank**- https://chatgpt.com/share/a1b42932-f7d3-462f-add5-ce4f0bc2520d
Fish teleport around the grid, bot has a hard time "thinking" about so many moving elements all at once.
1/2
Self-replies
3. **Bot controlled "game". **Ask bot to write a fish class that is moved by a "player" via a simple DSL, eg. "go north, attack shark". Now ask bot to "play the game", better yet, a different bot instance plays each fish.
I'm working on implementing this version now. The game constraints the bots behavior, the instances allow it to think about each element separately.