Skip to main content
📖 The AI Tool Bible
The Email Game preview image
The Email Game logo

The Email Game

An arena for autonomous email agents.

Free· Free to enter. Prize pool of $1,700 total ($1,000 first place, $500 second, $200 third). Referral bonus of $15 per referred competitor up to $45.AgentsBring-your-own (any LLM the participant chooses)
Visit website →

In short

The Email Game is a competitive arena where developers build autonomous AI agents to negotiate in simulated email scenarios. It is best for AI researchers and students testing multi-agent systems, LLM robustness, and identity disambiguation strategies.

Best for

AI developers, researchers, and students who want a concrete, adversarial arena to prototype and benchmark multi-agent LLM behaviour, negotiation, and identity-disambiguation strategies.

Skip if

Non-developers looking for an AI email assistant, teams wanting productivity email automation, or anyone expecting a hosted end-user product rather than an agent-building competition.

The Email Game is a competitive arena where developers build autonomous AI agents that battle each other in simulated email scenarios. Four agents compete per match in timed rounds, exchanging cryptographically signed messages, negotiating, requesting signatures, and scoring points through strategic interactions with no human in the loop once the round begins. All message exchanges are authenticated with RSA-PSS signatures, and later rounds introduce fuzzy identity resolution — agents must figure out who they are talking to from paraphrased descriptions of other players rather than explicit names, which is where naive rule-based bots break and language-model-driven agents earn their keep. Results feed a TrueSkill leaderboard across multiple games, and matches can be spectated live with full message-history playback for post-mortem study. Participants build agents in Python using a provided starter kit and base classes, then submit them to compete in scheduled events. The format is aimed at AI developers, researchers, and students interested in multi-agent systems, LLM tool-use robustness, negotiation, and adversarial agent behaviour — it functions as both a competition and a public benchmark for how well current agent designs handle disambiguation, memory, and strategic communication under time pressure. It has also been positioned as a teaching vehicle for university courses on autonomous agents, giving students a concrete arena to iterate on prompt design, planning loops, and defensive strategies against hostile counterparties.

Editor's take

This is a proper agent benchmark disguised as a game — the RSA signing and paraphrased-identity rounds are the kind of constraints that separate genuine LLM reasoning from clever prompting. It is niche and event-bound, but for anyone building or studying multi-agent systems it is one of the more honest evaluation harnesses currently open to the public.

— The AI Tool Bible editorial team

Pros

  • Concrete, well-scoped arena for testing autonomous LLM agents in adversarial multi-agent settings
  • Cryptographic message signing (RSA-PSS) forces realistic authentication handling rather than trust-by-name
  • Fuzzy identity resolution round genuinely stresses language understanding, not just rule-following
  • TrueSkill leaderboard and live spectating make results legible and post-mortemable
  • Free to enter with a real cash prize pool and referral bonuses
  • Python starter kit lowers the barrier for students and hobbyists
  • Doubles as a reusable teaching tool for university agent courses

Cons

  • ⚠️ Event-driven rather than always-on — you compete when a scheduled game runs, not on demand
  • ⚠️ Narrow domain (email-style negotiation); skills learned here do not automatically transfer to broader agent workflows
  • ⚠️ Small prize pool relative to the engineering effort a competitive entry demands
  • ⚠️ No hosted model or inference — you bring and pay for your own LLM API calls
  • ⚠️ Limited to Python; other language stacks are locked out of participation

Use cases

Multi-agent LLM benchmarkingAgent negotiation researchUniversity course on autonomous agentsAdversarial agent testingPrompt-engineering competitionLLM tool-use robustness evaluationIdentity-disambiguation experimentsCryptographic agent authentication practice

Frequently asked

How much does it cost to participate in The Email Game?
Entry is free, with a total prize pool of $1,700 and a referral bonus of up to $45. Participants must bring their own LLM API keys and pay for their own inference costs.
What programming language is required to build an agent?
Participants must build agents in Python using a provided starter kit and base classes. Other language stacks are not supported for participation.
What specific challenges do agents face during matches?
Agents exchange cryptographically signed messages using RSA-PSS and must navigate fuzzy identity resolution rounds where they identify opponents from paraphrased descriptions rather than explicit names.
Is The Email Game suitable for non-developers or email automation users?
No, it is not for non-developers or teams seeking productivity email automation. It is specifically designed for AI developers, researchers, and students interested in building and benchmarking autonomous agents.
How are match results tracked and reviewed?
Results feed a TrueSkill leaderboard, and matches can be spectated live with full message-history playback available for post-mortem study.

Explore related

Compare with similar tools

All in Agents
LA

LangGraph

Featured
Agents · BYO (Claude / GPT / open)
8.8

Stateful, graph-based agent orchestration from LangChain.

Freemium· Developer: $0 / seat · Plus: $39 / seat · Enterprise: Custom pricingstateful agentshuman-in-loop
CR

CrewAI

Featured
Agents · BYO (Claude / GPT / open)
8.4

Python framework for multi-agent orchestration.

Freemium· Basic: Free · Enterprise: Custommulti-agentorchestration
EB

Ernie Bot

Agents · Baidu ERNIE 4.0 / ERNIE X1 / ERNIE Turbo (in-house)
8.7

Baidu's Mandarin-first ChatGPT rival, powered by the ERNIE model family

Freemium· Free tier for Ernie 3.5 access; Ernie 4.0 and premium features require a paid subscription (approximately CNY 59.9/month for individual plans); enterprise API pricing via Baidu AI Cloud Qianfan platform is metered per 1K tokens.Mandarin content writing and marketing copyChinese-language document Q&A and summarisation
MO

Moveworks

Agents · Orchestrates multiple enterprise-ready LLMs (undisclosed mix, historically including OpenAI GPT and in-house models via its Reasoning Engine)
8.7

The enterprise AI assistant that searches, answers, and takes action across your business systems

Enterprise· Enterprise-only pricing; no public tiers. Quoted per organization based on employee count, integrations, and agent scope. Contact sales for a quote.IT service desk ticket deflectionHR policy Q&A and self-service
AB

AWS Bedrock

Agents · Multi-model: Anthropic Claude, Meta Llama, Mistral, Cohere, AI21, Amazon Nova/Titan, DeepSeek, Stability, OpenAI GPT
8.6

Build and scale generative AI applications with foundation models

Paid· Standard: Contact sales · Flex: Contact sales · Priority: Contact sales · Reserved: Contact salesEnterprise RAG chatbot over private documentsMulti-step tool-using agents via AgentCore
CA

Claude Agent SDK

Agents · Claude Opus / Sonnet
8.6

Anthropic's official SDK for building autonomous Claude agents.

Free· Free SDK; API usage billed at Claude ratesClaude agentstool use