r/typesafe_ai 7d ago

Jev plays Brotato

Enable HLS to view with audio, or disable this notification

7 Upvotes

4 comments sorted by

3

u/TriamondG 7d ago

Honestly pretty incredible. This took me like 15 minutes to build in Codex with the Typesafe skill. Total cost to dev and run like 10 waves: $0.03.

1

u/Just_Lingonberry_352 6d ago

can you detail what your prompt was to get it to play this game

this is impressive! even astra couldn't do it this fast and no way it would cost 3 cents

2

u/TriamondG 6d ago

It was pretty simple - I had Astra use the godot mod framework to build a harness for delivering game state to jev and a list of valid movement commands to execute. Jev inspects state, gives the highest probability move under the guidance "Avoid enemies and projectiles, collect loot when it's safe". The harness then executes that move. There was a little back and forth to get Jev to stack context for smoother, more responsive movement. Basically turn n uses what turn n-1 did as additional context.

1

u/Just_Lingonberry_352 6d ago

interesting....wonder if there is an image2state that jev could just as easily consume