Loading…
Amazon Research Awards recipients announced
AmazonAmazon Research Awards team
Summary
Amazon Research Awards has announced 70 award recipients across 49 universities in 11 countries for its fall 2025 funding cycle. The funded research spans six distinct tracks: AI for Information Security, Agentic AI, Automated Reasoning, AWS Cryptography, Cybersecurity and Anti-Abuse Technologies, and Sustainability. Each selected academic team receives unrestricted financial grants, AWS Promotional Credits to access specialized cloud AI and machine learning services, and access to more than 700 Amazon public datasets. Awardees are paired with an Amazon research contact who provides advisory support, consultation, and access to company training sessions. Furthermore, the program explicitly encourages recipients to publish their discoveries, deliver presentations at Amazon offices worldwide, and release associated software implementations under open-source licenses.
Context
Academic and industry researchers face evolving challenges across digital ecosystems, including sophisticated fraud, abuse, and emerging security, safety, and trustworthiness requirements in agentic AI and cloud infrastructure.
Approach / What changed
Amazon provides unrestricted funding, AWS Promotional Credits, dedicated Amazon research contacts, and access to over 700 public datasets across six specialized research tracks, while encouraging open-source code releases and peer-reviewed publications.
Takeaways
- The fall 2025 Amazon Research Awards cycle selected 70 recipients from 49 universities in 11 countries across six technical tracks.
- Award recipients receive unrestricted funding, AWS Promotional Credits for AI and machine learning tools, access to over 700 Amazon public datasets, and an assigned Amazon research contact.
- Amazon encourages awardees to publish academic findings, present research at Amazon offices worldwide, and distribute resulting software under open-source licenses.
Related reading
Airbnb ·
From weeks to a day: how we made LLM evaluation fast enough to iterate on
Airbnb built a four-layer LLM infrastructure framework to reduce iteration and evaluation turnaround from weeks to a single day. By using per-sample caching for generated references and judge scores, they established a deterministic evaluation foundation that separates genuine model drift from measurement noise. This setup enables rapid, bounded model hotfixes using micro LoRA adapters and comprehensive end-to-end validation across component boundaries.
Baharak SaberidokhtAmazon ·
Real-world grounding in agentic AI
Foundation models deployed as physical AI agents face critical risks when natural language hallucinations translate into physical law violations and operational hazards. To ensure physical consistency and reliability, researchers from the University of California, San Diego and Amazon Fulfillment Technology introduced four grounding pillars. Physics-guided deep learning embeds symmetries and differential equations into pretraining to obey conservation laws while reducing dataset requirements. The UQ4CT framework applies mixture-of-experts architectures to produce calibrated uncertainty estimates, cutting expected calibration error by over 25% and halting operations when safety thresholds are breached. Furthermore, the Adapting-While-Learning framework and formal verifiers like Hilbert integrate numerical simulators and interactive proof systems to enforce mathematical and scientific correctness.