EA has 2 granted patents covering 2 categories: AI & Machine Learning (1) and Game Engines (1).
The AI & Machine Learning patent describes a system where large language models analyze live video output frames in real-time to automatically detect visual bugs during game testing. The Game Engines patent covers a node-graph state system designed to maintain save file compatibility across different versions of a live game, preventing corruption during development and post-launch updates.
The single AI & Machine Learning patent tackles the expensive problem of visual quality assurance by pointing a large language model directly at a game's video output. Instead of embedding test hooks inside the game engine or relying on screen capture software, the system captures frames from the Hardware display port itself and generates prompts dynamically based on the type of error being hunted. This black-box approach means the LLM can spot visual bugs without any integration work, treating the running game as nothing more than a stream of pixels to analyze.
EA's Game Engines patent solves the persistent headache of save file corruption when game code changes between versions. Rather than serializing the entire game state into a single snapshot tied to a specific build, the system stores world state as a node graph with explicit dependencies between elements. When a player loads a save created under an older version, the cascading validation step checks each node's dependencies to prevent state errors, allowing the same save file to work across updates without breaking.
All data sourced from USPTO patent filings. Google Patents may take several weeks to index recent publications. If a link is unavailable, search for the patent number at USPTO Patent Public Search.