CHOOSEConsumer & creative
Jev AI Model for Game Action Interpretation

Jev is an AI model designed to interpret open-ended player actions in a text-based MMORPG, translating them into typed server-executable actions with high accuracy and low latency.
SignalPlayers describe what they want to do, and the AI uses their character's context to translate that into typed actions my server can execute.
I have to say, this guys from @typesafeai just did probably the best AI model I ever wanted for my use case, and Jev might change what I can pull off with my game.
I'm building a text-based MMORPG with the freedom of a tabletop RPG. Players describe what they want to do, and the AI uses their character's context to translate that into typed actions my server can execute.
That interpretation step has been a struggle. With Jev, agreement across repeated runs reached 96%, with a median latency of 317ms. My previous setup took 6.52 seconds.
And the entire test suite, with all those extensive tests across 1,385 calls, cost me $0.40. Forty cents.
Being able to interpret open-ended player actions that fast, at that cost, changes how much freedom I can afford to give players.
This is HUGE for the game I'm trying to build.
Holy shit!