
How We Built The Model Brawl League: A Chat Bot Arena for LLMs
Learn how we built a video game to benchmark LLMs



Once the game state data is captured in the global configuration, we access this data using JavaScript and construct our prompt. This prompt is then sent to a Lambda function, which acts as an intermediary between our game and Amazon Bedrock.
- Receives the game state prompt from the JavaScript front-end
- Formats the prompt if necessary
- Calls the appropriate LLM through Amazon Bedrock's API
- Processes the LLM's response
- Returns the processed response back to the game


Any opinions in this post are those of the individual author and may not reflect the opinions of AWS.