# NYT Explores Local AI for Accessible Mobile Games _The New York Times' Shafik Quoraishee and Joanne Song discuss their work on local agentic AI for accessible mobile games, highlighting on-device benefits and future challenges._ **Published:** 2026-07-23 **Source:** https://www.startuphub.ai/ai-news/artificial-intelligence/2026/nyt-explores-local-ai-for-accessible-mobile-games --- Shafik Quoraishee and Joanne Song from The New York Times presented their experimental work on "Local Agentic Theory for Accessible Mobile Games" at the AI Engineer World's Fair. They emphasized that while The New York Times' puzzles are human-made, their research explores how AI agents running directly on mobile devices can improve game experiences, particularly focusing on playability and accessibility. NYT Local AI GamesCore From the article 2 mentionsShafik Quoraishee and Joanne Song from The New York Times presented their experimental work on "Local Agentic Theory for Accessible Mobile Games" at the AI Engineer World's Fair.On-Device AIContextshift from cloud-based to local processing for mobile game improvementsFrom the article 3 mentionsThe core thesis of their presentation revolves around the shift from cloud-based AI infrastructure to on-device AI.Future ChallengesDriverresearch explores benefits and future hurdles for local AI implementationFrom the articleSeveral challenges were identified in deploying AI agents on mobile devices.Faster ResponsesEffecteliminates cloud round trips, leading to quicker game interactionsFrom the article 2 mentionsQuoraishee highlighted that running AI computations locally can lead to faster responses, as it eliminates the need for round trips to the cloud.Enhanced PrivacyEffectAI processing remains within the device's secure zone, protecting user dataFrom the articleThis approach also enhances privacy, as the AI processing remains within the device's secure zone.Offline PlayEffectgames function without internet, crucial for poor connectivity areasImproved AccessibilityOutcomeAI agents directly on devices enhance playability and user experienceFrom the article 4 mentionsLooking ahead, the team identified key areas for development: faster agents capable of planning within a 16ms frame, predictive models to anticipate the impact of UI changes, long-term memory for personalized adaptations, a shared game state language for cross-game agent functionality, and improved hardware coupled with rigorous testing to validate agent effectiveness.PersonalizationEffectFrom the articlePersonalization is another key benefit of on-device AI, allowing game experiences to be tailored to individual players. ## On-Device AI for Enhanced Gaming The core thesis of their presentation revolves around the shift from cloud-based AI infrastructure to on-device AI. Quoraishee highlighted that running AI computations locally can lead to faster responses, as it eliminates the need for round trips to the cloud. This approach also enhances privacy, as the AI processing remains within the device's secure zone. Furthermore, on-device AI enables games to function even without an internet connection, crucial for areas with poor connectivity. Personalization is another key benefit of on-device AI, allowing game experiences to be tailored to individual players. Quoraishee noted that this capability is amplified when the AI's features are local to the device. ## Agentic AI vs. Reinforcement Learning The presentation delved into the evolution of AI in gaming, from early finite state machines in games like Pac-Man to modern reinforcement learning (RL) techniques. Quoraishee introduced "EfficientZero" and "EfficientZero V2" as state-of-the-art RL models known for their sample efficiency. He then contrasted these with agentic systems, where AI agents, often leveraging language models and in-context learning, reason about the game's state. While RL modifies the AI model itself through weight changes and reward systems, agentic systems reason over the game's state and adapt to new situations through tool calls and local device functionality, making them more dynamic. An example of an agentic-based game was demonstrated with an AI playing Space Invaders, showcasing how the agent perceives the scene, predicts enemy movements, makes decisions, and acts accordingly within a continuous loop. ## Challenges and Constraints Several challenges were identified in deploying AI agents on mobile devices. These include: - **Space constraints:** Fitting model weights, compressing state history, and managing planning artifacts within the device's memory. - **Time constraints:** Ensuring agent planning and decision-making occur within the tight budget of a game's refresh rate (e.g., 16ms for 60Hz). Exceeding this budget can lead to noticeable "jank." - **Energy constraints:** Minimizing energy consumption to preserve battery life, as current mobile devices are not yet fully optimized for heavy agentic workloads. To address these, the team uses a "constraint graph" that balances space, time, and energy, employing techniques like soft constraining to manage trade-offs without compromising user experience. ## Accessibility and Future Directions Joanne Song focused on the accessibility aspect, grounding their approach in WCAG 2.2 guidelines. She highlighted common accessibility pitfalls in games, such as tiny tappable areas, invisible active cell highlights, unforgiving timers, and rigid game mechanics that fail to adapt to individual player needs. Song proposed that AI agents can dynamically adjust game parameters like input tolerance and step granularity in real-time to cater to diverse player needs. She also discussed how AI can actively monitor player behavior, detect frustration, and adapt the game interface, such as dynamically resizing controls or injecting exit routes in focus traps. This moves towards a more empathetic and responsive gaming experience. Looking ahead, the team identified key areas for development: faster agents capable of planning within a 16ms frame, predictive models to anticipate the impact of UI changes, long-term memory for personalized adaptations, a shared game state language for cross-game agent functionality, and improved hardware coupled with rigorous testing to validate agent effectiveness. The presentation concluded with a vision of AI moving beyond a single, centralized brain to a distributed network of "small local brains," each tailored to the individual user it serves. --- Original analysis from [startuphub.ai](https://www.startuphub.ai), the #1 AI startup directory.