Original Reddit post

Jev is TypeSafe’s new model that doesn’t generate text, it only classifies, which makes it absurdly fast and cheap compared to a normal LLM. So I built a bridge that reads the live game state from Slay the Spire 2 and asks Jev “what’s the best move” every few seconds, no GPT-4o, no Claude, just raw classification. I threw this together fast and honestly didn’t wire up half the stuff yet, potions barely get used, a bunch of rare interactions aren’t handled, it’s running on generic deckbuilding heuristics plus a community tier list I scraped in. It got all the way to the first boss before dying, watching it reason through fights in real time, on screen, in a couple hundred ms per decision. Had to cap it at 3 seconds between moves because it was actually just playing too fast to follow otherwise. Let it run for about an hour total. Cost me three cents. Genuinely ridiculous. Not claiming it’s good at the game. Just didn’t expect it to get this far this fast with this little effort put into the strategy side. submitted by /u/Zboubkiller

Originally posted by u/Zboubkiller on r/ArtificialInteligence