ways to do an LLM fish tank 1. **Ask bot to write a fish tank app**. Fish move...

@mistersql

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**- chatgpt.com/share/a1b42932-f7d

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.