“Ambient intelligence" will accelerate advances in general AI

Alexa’s chief scientist on how customer-obsessed science is accelerating general intelligence.

As the world has become more connected, and computing has permeated our surroundings, a new AI paradigm is emerging: ambient intelligence. In this paradigm, our environment responds to our requests and anticipates our needs, provides information or suggests actions, and then recedes into the background.

Rohit Prasad.jpg
Rohit Prasad, Alexa head scientist and senior vice president at Amazon.

This vision of ambient intelligence is not that different from the one on Star Trek. But for most of the last decade, the focus has been reactive assistance — for example, ensuring that customer-initiated requests to Alexa meet customers’ expectations.

In the ambient-intelligence vision, an AI service such as Alexa makes sense of the state of your environment, including devices, sensors, objects, people, and activity around you, to help you in every situation where you need assistance — either reactively (customer initiated) or proactively (AI initiated).

Realizing the ultimate potential of ambient intelligence requires Alexa to bring the best of machine-intelligence capabilities together with the best of human-intelligence capabilities, which is the barometer of general intelligence today.

The most pragmatic definition of general intelligence is the ability to (1) learn multiple tasks jointly, versus modeling each task independently; (2) continually adapt to changes within a set of known tasks, without explicit human supervision; and (3) learn new tasks directly by interacting with end users.

While these general-intelligence characteristics apply to all types of AI systems, for interactive AI services such as Alexa, two more attributes are critical: (1) multisensory and multimodal intelligence — the ability to process data from multiple input sensors (e.g., microphones, cameras, ultrasound), fuse sensor data for improved understanding of customer goals, and generate output in different modalities (e.g., speech, text, image, video); and (2) interaction skills — the ability to converse in a human-like manner, which encompasses not just command of natural language but also the ability to recognize and respond to affect.

What this means for our customers is that Alexa will become

  • More competent: Alexa’s functionalities and skills will expand much faster through multitask intelligence. Additionally, Alexa will improve through self-learning, becoming less reliant on labeled data;
  • More natural and conversational: Alexa interactions will be as free flowing as human interactions through multisensory intelligence, generalizable language models, commonsense reasoning, and affect modeling; 
  • More personalized: Alexa will adapt to each individual using speech and computer vision. Further, customers will be able to directly personalize Alexa explicitly and implicitly;  
  • More insightful and proactive: Alexa will anticipate customer needs through awareness of the shared environment, make suggestions, and even act on customers’ behalf;  
  • More trustworthy:  Alexa will have the same attributes that we cherish in trustworthy people, such as discretion, fairness, and ethical behavior.

In the past year, Alexa has made considerable progress on all these fronts.

More competent

Alexa receives billions of requests per month, and it is critical for it to answer each of these requests to customers’ satisfaction. In 2021, through advances in automatic speech recognition (ASR), natural-language understanding (NLU), and action resolution, Alexa has become 13% more accurate than the previous year — even as the complexity of customer requests has increased.

Alexa has more than 130,000 third-party skills, whose diversity is a testament to their developers’ creativity. Further, it is available in more than 15 language variants across more than 80 countries, most recently Khaleeji Arabic in Saudi Arabia.

Through advances in large pretrained language models, we are making it easier to expand Alexa’s functionality in terms of both skills and languages. Specifically, we have trained an “Alexa Teacher Model,” a large, pretrained, multilingual model with billions of parameters that encodes language as well as salient patterns of interactions with Alexa. Instead of building new task-specific NLU models (e.g., a skill, a feature, or a language) from scratch on task-specific data, we can build them by fine-tuning the Alexa Teacher model, which provides substantial gains in performance from the same amount of task-specific training data.

While today, the Alexa Teacher Model itself is impractical for real-time language understanding, once it is distilled and fine-tuned, it is compact enough to run in real time but remains more accurate than a similar-sized model trained from scratch. The capacity to generalize across tasks, which the language model enables, is one of the hallmarks of general intelligence.

ATM pipeline.png
The Alexa Teacher Model (AlexaTM) pipeline. The Alexa Teacher Model is trained on a large set of GPUs (left), then distilled into smaller variants (center), whose size depends on their uses. The end user adapts a distilled model to its particular use by fine-tuning it on in-domain data (right).

Models derived from the Alexa Teacher Model have helped reduce customer friction in several locales and will help facilitate and scale multilingual and multimodal use cases in coming years.

Still, faster deployment of new functionality is not sufficient. Customer interactions with Alexa are ever evolving, so Alexa needs to improve continuously. To that end, we have expanded Alexa’s self-learning capability — in particular, its ability to automatically learn from implicit feedback, e.g., when a customer cuts Alexa off in order to rephrase a query.

Currently, we have two methods for learning from implicit feedback. One is a mechanism that learns to automatically reformulate the ASR output to ensure a more accurate response, and the other automatically annotates interaction data to enable the retraining of NLU models with minimal human involvement.

At this year’s Conference on Empirical Methods in Natural Language Processing (EMNLP), Alexa AI researchers presented papers reporting our progress on both these fronts.

Learning how to rewrite customer requests requires identifying which successful requests are rephrases of unsuccessful ones. Past work on rephrase detection considered sentences in pairs, determining the likelihood that one is a rephrase of the other. In our EMNLP paper, we explain how to use temporal features of the dialogue history to better identify rephrases, with an accuracy improvement of 28% on one test dataset.

Rephrases.png
Earlier rephrase detection models computed similarity scores between pairs of queries (right), which could lead to inaccuracies. A new model instead uses full dialogue context (left) to more accurately detect rephrases by leveraging session-level semantic information. From “Contextual rephrase detection for reducing friction in dialogue systems”.

In the other paper, we describe a scalable framework for using automatically annotated data to continually update our NLU models. This paper shows how to operationalize our previous work on automatic annotation, to deliver immediate results to our customers.

More natural and conversational

As magical as it is to interact with Alexa by simply saying its name, repeating the name during longer interactions feels unnatural: when we’re talking to other people, we don’t use their names on every turn.

This year, we took a major step toward making interactions with Alexa more natural through Conversation Mode, which leverages Echo Show 10’s camera to enable wake-word-free interactions by improving the detection of device directedness (i.e., the intent of addressing Alexa) — even when there are multiple people in the room, conversing with each other as well as with Alexa.

Conversation Mode uses novel computer vision algorithms to gauge customers’ physical orientations toward the device, which indicate whether they’re addressing Alexa or each other. The combination of visual and audio information dramatically improves device-directed-speech detection relative to either modality used independently. Further, on-device speech recognition using fully neural recurrent-neural-network transducers ensures that Alexa recognizes conversational speech with low latency.

We have also started extending Alexa’s conversational memory, going beyond anaphoric references within an interaction session (e.g., “What is its resolution?” while shopping for TVs) to temporarily maintain memory across sessions in certain situations. For example, for high-consideration purchases such as TVs, Alexa remembers your last interaction and starts off your next interaction where you left off. This capability required us to extend Alexa Conversations, which trains deep-learning-based models on synthetic data automatically generated from a small amount of developer-provided data.

As effective as large neural transformer-based language models are for generating textual responses, they lack the commonsense and knowledge grounding they need to be truly useful in large-scale human-machine interactions. This fall, to help foster the type of invention needed to overcome these challenges, we released the commonsense dialogue dataset, which consists of more than 11,000 newly collected dialogues. In each dialogue, successive turns are related by relationship triples in the public commonsense knowledge graph Conceptnet, such as <doctor, LocateAt, hospital> or <specialist, TypeOf, doctor>.

Commonsense dialogue.png
In each dialogue in the commonsense-dialogue dataset, successive turns are related by relationship triples in the public commonsense knowledge graph Conceptnet, such as <piano, RelatedTo, musical> or <musical, RelatedTo, violin>.

Another way to inject common sense into dialogue models is to enable them to import information from online or other sources as needed, on the fly. At the NeurIPS Workshop on Efficient Natural Language and Speech Processing (ENLSP) earlier this month, Alexa researchers won a best-paper award for doing just that. They propose a few-shot-learning approach to training a knowledge-seeking-turn detector, which can recognize customer questions that can’t be answered through existing API calls.

This year, we also published several papers on affect modeling. At the International Conference on Acoustics, Speech, and Signal Processing, we presented the use of contrastive unsupervised learning to improve emotion recognition when training data is scarce; and at the Spoken Language Technologies conference, we described the adaptation of pretrained language models, which have been so successful at natural-language-processing tasks, to the problem of social and emotional commonsense reasoning.

On the flip side, when human speakers recognize shifts in the emotional states of people they’re talking to, they modify the affect in their responses. At the Speech Synthesis Workshop (SSW11) this summer, we extended our previous work on prosody variation to modify the affective characteristics of synthesized speech.

More personalized

AI’s ability to conform to customers as opposed to the other way around differentiates it from other technological advancements. This fall, we launched multiple new services that allow our customers to personalize AI in a self-serve fashion.

With preference teaching, customers can explicitly teach Alexa which skills should handle weather-related questions, which sports teams they follow, and which cuisines they prefer.

CustomAED_embedding.png
A two-dimensional projection of embeddings produced through Custom Sound Event Detection. New sounds are identified by their location in the embedding space.

With Custom Sound Event Detection, customers can train Alexa to recognize new sounds — such as a doorbell ringing — from just a handful of examples. Custom Sound Event Detection uses proximity in a neural network’s representational space to recognize instances of the same sound.

Custom Event Alerts for Ring Video Doorbell cameras and Spotlight cameras works in a similar way. With just a few examples, customers can train their devices to recognize certain states of affairs in the world — such as a shed door that has been left open.

In August, we introduced adaptive volume for Alexa, which lets Echo devices adjust their volume according to ambient-noise levels, so that the perceived noise level stays consistent for the customer. One of the key elements of the approach is algorithmically separating the speech signal and the noise signal, so that they’re separate inputs to the volume adaptation model.

We also launched adaptive listening for US English, an opt-in feature that gives customers more time to finish speaking before Alexa responds, making Alexa a more accessible, patient listener. For speakers with certain speech impediments, adaptive listening has reduced the friction in their Alexa interactions by more than two-thirds.

Finally, Alexa customers can choose to interact with celebrity personalities such as Amitabh Bachchan, Melissa McCarthy, Samuel L. Jackson, or Shaquille O'Neal. At the end of the year, we even brought holiday cheer to Alexa interactions by launching the festive personality of Santa Claus.

More insightful and proactive

Today, one in four smart-home interactions is initiated by Alexa, due to the expansion of its predictive and proactive features such as hunches and routines.

Since 2018, Alexa hunches have recognized anomalies in customers’ daily routines and suggested corrections — noticing that a light was left on at night and offering to turn it off, for instance. This year, we gave customers the option of making hunches more proactive, so Alexa can act on their behalf. When proactive hunches are enabled, Alexa will turn that light off for you without asking first.

Routines let you initiate a sequence of actions with a single trigger word, rather than issuing the same instructions over and over again. Previously, customers had to specify which actions they wanted to string together. But this year, we began phasing in inferred routines. With inferred routines, Alexa recognizes sequences of actions that customers commonly repeat — such as, say, turning on the kitchen lights, starting the coffee maker, and playing the “Wake Up!” playlist — and suggests combining them into a routine. To save the routine, the customer simply accepts Alexa’s suggestion.

We have also continued to expand latent-goal prediction, where Alexa recognizes the larger customer need implied by an initial request and suggests actions or skills to fulfill that need. For instance, a customer asks, “Who won the Celtics game?”, and after answering, Alexa asks, “Would you like to know when the Celtics are playing next?”

Latent-goal prediction uses pointwise mutual information to measure the likelihood of an interaction pattern in a given context relative to its likelihood across all Alexa traffic, and it uses bandit learning to track whether recommendations are helping or not and suppress underperforming experiences.

We have also introduced visual ID on our latest Echo device, Echo Show 15. With visual ID, Alexa shows notes and other reminders just for you (e.g., “Leave a note for Jack that his new passport has arrived”). Visual ID is also available on Astro, an Alexa-enabled home robot that extends environment and state awareness to your physical space. Astro can follow you playing media or find you to deliver calls, messages, timers, alarms, or reminders. With a Ring Protect prosubscription, Astro can also proactively patrol your home and investigate anomalous activities.

More trustworthy

Preserving customer privacy is an uncompromisable tenet for us and an invention area. Differential privacy in particular is one of our key areas of focus. This year, we won a best-paper award at the annual meeting of the Florida Artificial Intelligence Research Society (FLAIRS) for an approach to improving the performance of machine learning models while still meeting the privacy standards imposed by differential-privacy analysis.

At the Conference of the European Chapter of the Association for Computational Linguistics, we presented a method for protecting privacy by automatically rephrasing training text while preserving their semantic sense, in a way that, again, meets differential-privacy standards.

Biased language models still.jpg
Alexa AI researchers constructed a dataset of more than 23,000 text generation prompts, each consisting of six to nine words of a sentence on Wikipedia. The prompts can be used to test language models for bias.
Credit: Glynis Condon

We want Alexa to work equally well for everyone. To that end, in addition to our partnership with the National Science Foundation in the area of fairness in AI, we are pursuing research into detecting and mitigating inappropriate bias. At the ACM Conference on Fairness, Accountability, and Transparency (FAccT) and the Conference of the European Association for Computational Linguistics, we published a pair of papers on measuring bias in language models and detecting bias in datasets for training models that recognize unreliable news.

The path ahead

I recognize that there are multiple paths to general AI, each with years of fundamental research ahead of it. I believe Alexa and its underlying vision of ambient intelligence offer a pragmatic path to general AI— one where every advancement makes Alexa more useful for our customers in their daily lives.

I am in awe at the rate of invention from the Alexa team in the most difficult circumstances. As we wrap up yet another year of the COVID pandemic, I hope the advances the worldwide community of AI researchers is making in every discipline of AI will help us prevent future pandemics.

Research areas

Related content

US, WA, Seattle
As part of the AWS Applied AI Solutions organization, we have a vision to provide end user applications, leveraging Amazon's unique experience and expertise, that are used by millions of companies worldwide to manage day-to-day operations. We will accomplish this by accelerating our customers' businesses through delivery of intuitive and differentiated technology solutions that solve enduring business challenges. We blend vision with curiosity and Amazon's real-world experience to build opinionated, turnkey solutions. Where customers prefer to buy over build, we become their trusted partner with solutions that are easy to adopt and easy to use. The Team Join the next science revolution at AWS Life Sciences Applied AI Solutions, where you'll work alongside world-class scientists to build AI that transforms how therapeutics are discovered, developed, and brought to patients. We're out to revolutionize how medicines are discovered, developed, and brought to patients, powered by a new generation of AI. Our team tackles some of the hardest open problems at the intersection of frontier AI and life sciences. We apply biological foundation models, large language models, and agentic reasoning systems to life sciences problems, then put them into the hands of pharma, biotech, and diagnostics customers as applications and managed services they can fine-tune, tailor, and deploy on their own data. The science challenges are deep: how do you design agentic systems that reason correctly over complex biological, regulatory, and clinical logic? How do you enable customers to tailor foundation models to their proprietary data and get better outputs with less effort? How do you adapt models to reason faithfully in high-stakes scientific and regulatory domains? Today we're focused on two areas. In drug design, our products (including Amazon Bio Discovery) accelerate discovery by giving bench scientists AI-guided protein engineering and antibody design capabilities. In clinical trials, we're building AI that automates and optimizes regulatory and clinical development workflows. We combine frontier research with production-scale delivery to put breakthrough science into the hands of customers solving humanity's hardest problems. We value scientific rigor, encourage publication, and support conference participation. If you want to do research that ships, this is the team. The Role We are seeking an exceptional Principal Applied Scientist to set the scientific direction for our life sciences AI portfolio. You will be the scientific leader who defines research agendas, architects novel approaches, and delivers models and methods that give our customers capabilities that did not previously exist. This is a rare role that combines deep expertise in LLM reasoning and agentic AI with applied impact in life sciences. You will innovate on how large language models reason, plan, and act in complex scientific domains, while applying domain knowledge in biology to ensure models produce scientifically valid outputs. The problems span multiple fronts: - How do you build LLM-based agentic systems that correctly reason over clinical protocols, regulatory standards, and complex multi-step scientific workflows? - How do you develop model customization and training methods that let customers get state-of-the-art results from foundation models? - How do you adapt and extend protein and antibody models so customers can fine-tune on proprietary sequence data and get therapeutically relevant outputs? You will work across drug discovery (protein engineering, antibody design) and clinical trial operations (agentic automation, structured reasoning, domain adaptation). You will own end-to-end scientific solutions from research through production, and your work will directly shape the tools that thousands of scientists use daily. Key job responsibilities - Set the scientific vision and research agenda for LLM reasoning, agentic AI, and biological model customization across the portfolio - Innovate on LLM reasoning, planning, and agentic approaches for complex scientific and regulatory workflows - Develop model customization methods (fine-tuning, RLHF, retrieval augmentation, domain adaptation) that enable customers to train better models on their own data with less effort - Advance methods to adapt and extend biological foundation models for customer-specific therapeutic applications - Solve open research problems in faithful reasoning, multi-step planning, and tool use in high-stakes scientific domains - Partner with Life Sciences domain experts and customers to understand their hardest scientific challenges and translate those into tractable research problems - Publish at top-tier venues and build the team's external scientific reputation - Mentor applied scientists across the team while maintaining significant personal research contribution - Collaborate with product and engineering to ensure research translates into shipped products that serve customers at scale - Influence multi-year research roadmaps through deep scientific expertise and customer understanding A day in the life - Push a new reasoning approach into production that measurably improves outputs for a pharma customer's workflow - Design and run experiments to validate a novel fine-tuning method, then ship it as a capability customers can use immediately - Unblock a delivery milestone by diagnosing why a model is failing on a new class of inputs and implementing a fix - Meet with a customer's scientific team to scope what the next model release needs to do for them - Review a teammate's experimental results, sharpen the approach, and help get it over the finish line - Publish results from shipped work at a top venue, closing the loop between research and impact - Prototype a new idea that could become the next major capability in the product
US, WA, Seattle
We are seeking a Senior Manager, Applied Science to build and lead the science organization across Agentic WorkSpaces. This is a foundational leadership role spanning the full portfolio — Personal, Applications, and Core, and the agentic surfaces (WS4Builders and WorkSpaces for Agents). You will hire, grow, and lead a team of applied scientists who define how we measure and improve the performance of AI agents and human-AI teams. A core part of the role is defining the science agenda itself — identifying which problems are most worth solving and where the highest-leverage bets lie. Directions worth exploring might include Organizational Intelligence (turning institutional knowledge into agent-consumable skills), AI Agent Experience / AiAX (agent observability and autonomous remediation), and contextual, behavioral security that adapts enforcement in real time for human and agent sessions — but these are illustrative examples, not a fixed roadmap, and many other directions are possible. You and your team will define which ones we pursue. The problems your team will solve do not have established industry patterns. You will set the scientific direction and build the team that determines how AI agents and people perceive, reason about, and act reliably within computing environments at enterprise scale. What You Will Do Build and lead the applied science team. Hire, develop, and retain a high-caliber team of applied scientists spanning the Agentic WorkSpaces portfolio. Set the bar for scientific talent, create the growth paths, and build the culture that makes AAWS a destination for the best agent and human-AI researchers. Own the science strategy across the portfolio. Direct the research agenda for how we measure and improve agents and human-AI teams: the benchmarks, task suites, and metrics (accuracy, cost-per-task, task completion, productivity) that turn subjective "it works" judgments into rigorous, reproducible measurement that gates what we ship. Define and drive high-leverage research directions. Work with your team to identify the problems most worth solving and shape the science agenda. Directions worth exploring might include how agents combine deterministic tool use (MCP) with visual reasoning from computer use; Organizational Intelligence and workflow learning (learning from expert recordings, voice annotations, and SOPs); and AI Agent Experience / AiAX (detecting when agents are stuck or degrading productivity and autonomously remediating) — these are illustrative starting points, and your team will weigh them against many other possibilities. Translate science into shipped product. Partner with engineering, product, and program leaders to move models, evaluation, and learning systems from prototype into a decade-old production service operating at massive scale, without compromising the reliability that customers depend on. Represent science in leadership and to customers. Be the scientific voice in org-level planning and roadmap decisions across AAWS, and engage directly with enterprise customers on how agent performance, safety, and human-AI productivity are measured and earned. Key job responsibilities Build and lead the applied science team. Hire, develop, and retain a high-caliber team of applied scientists spanning the Agentic WorkSpaces portfolio. Set the bar for scientific talent, create the growth paths, and build the culture that makes AAWS a destination for the best agent and human-AI researchers. Own the science strategy across the portfolio. Direct the research agenda for how we measure and improve agents and human-AI teams: the benchmarks, task suites, and metrics (accuracy, cost-per-task, task completion, productivity) that turn subjective "it works" judgments into rigorous, reproducible measurement that gates what we ship. Define and drive high-leverage research directions. Work with your team to identify the problems most worth solving and shape the science agenda. Directions worth exploring might include how agents combine deterministic tool use (MCP) with visual reasoning from computer use; Organizational Intelligence and workflow learning (learning from expert recordings, voice annotations, and SOPs); and AI Agent Experience / AiAX (detecting when agents are stuck or degrading productivity and autonomously remediating) — these are illustrative starting points, and your team will weigh them against many other possibilities. Translate science into shipped product. Partner with engineering, product, and program leaders to move models, evaluation, and learning systems from prototype into a decade-old production service operating at massive scale, without compromising the reliability that customers depend on. Represent science in leadership and to customers. Be the scientific voice in org-level planning and roadmap decisions across AAWS, and engage directly with enterprise customers on how agent performance, safety, and human-AI productivity are measured and earned. Set the long-term scientific vision and team strategy: Define what best-in-class agent performance, evaluation, and learning look like across Agentic WorkSpaces — for computer-using agents and human-AI teams alike. Chart a multi-year research roadmap, and build the team and plan to deliver it. Secure buy-in from VP-level leadership. Hire and grow scientific talent: Own recruiting, calibration, development, and retention for the science team. Mentor scientists toward senior and principal scope, and raise the scientific bar across the organization. Direct research on highly ambiguous, novel problems: Guide the team through foundational challenges in agent perception, reasoning, evaluation, reliability, and human-AI collaboration — problems where neither the approach nor the success criteria are pre-defined. Drive cross-organizational alignment: Work across partner teams (AgentCore, Bedrock model teams, Identity, Security, the MCP ecosystem) and across the Applied AI Solutions product portfolio, with product and engineering leadership, to ensure scientific decisions compose into a coherent product. Deliver measurable business impact: Ensure your team's research translates to customer outcomes: higher task accuracy, lower cost-per-action, faster time-to-production, measurable productivity for human-AI teams, and the trust that lets enterprises scale agent workflows. Establish scientific rigor and operational excellence: Set the standard for experimentation, evaluation, and reproducibility, and the mechanisms that keep the science organization productive and accountable. Advance the state of the art: Enable and champion contributions to the external technical community through publications, patents, and open-source work that position AWS as the leader in the science of secure agent-computer interaction and human-AI teamwork. About the team AWS Applied AI Solutions' (AAIS) vision is every business innovating with Amazon AI teammates. Our mission is to build delightful AI solutions that improve human capabilities and business outcomes. The Agentic WorkSpaces organization within AAIS envisions a world where people, teams, and AI collaborate securely from anywhere to create unprecedented value for every organization. We build lovable products that empower every business to unlock the full potential of human-AI teamwork, driving smarter decisions, greater creativity, more value, and faster innovation with confidence. Amazon Agentic WorkSpaces (AAWS) is building the world's most lovable, secure, and trusted always-on workspace where AI agents and humans work as partners behind enterprise-grade security. Our portfolio spans persistent desktops (Personal), application streaming (Applications), and Core, and is evolving into the governed operating environment for the hybrid workforce: humans get AI-native desktops for their role, and agents get governed desktops scoped to their task, with administrators managing both as one. This surface includes WS4Builders (an AI-native environment for builders) and WorkSpaces for Agents (W4A) — enabling AI agents to work the way humans do, with access to real applications, real interfaces, and real computing environments. Enterprises want to use AI agents for critical business workloads that touch legacy desktop applications and mainframes, yet 75% of organizations run legacy applications that lack modern APIs, and 90% of corporate data remains locked in systems never designed for agents. Agentic WorkSpaces solves this: it gives enterprises a secure, governed environment where agents and humans operate both legacy and modern applications directly, just as an employee would, without costly migrations.
IN, HR, Gurugram
Work on ML teams building large-scale forecasting and optimization systems that power Amazon’s global transportation network and directly impact customer experience and cost. As an Applied Scientist II, you will set scientific direction, mentor applied scientists, and partner with engineering and product leaders to deliver production-grade ML solutions at massive scale. Key job responsibilities 1. Lead and grow a high-performing team of Applied Scientists, providing technical guidance, mentorship, and career development. 2. Define and own the scientific vision and roadmap for ML solutions powering large-scale transportation planning and execution. 3. Guide model and system design across a range of techniques, including tree-based models, deep learning (LSTMs, transformers), LLMs, and reinforcement learning. 4. Ensure models are production-ready, scalable, and robust through close partnership with stakeholders. Partner with Product, Operations, and Engineering leaders to enable proactive decision-making and corrective actions. 5. Own end-to-end business metrics, directly influencing customer experience, cost optimization, and network reliability. 6. Help contribute to the broader ML community through publications, conference submissions, and internal knowledge sharing. A day in the life Your day includes reviewing model performance and business metrics, guiding technical design and experimentation, mentoring scientists, and driving roadmap execution. You’ll balance near-term delivery with long-term innovation while ensuring solutions are robust, interpretable, and scalable. Ultimately, your work helps improve delivery reliability, reduce costs, and enhance the customer experience at massive scale.
US, NY, New York
At Amazon Selection and Catalog Systems (ASCS), our mission is to power the online buying experience for customers worldwide so they can find, discover, and buy any product they want. We innovate on behalf of our customers to infer relationships between products in Amazon Catalog to drive the selection gateway for the search and browse experiences on the website. We're solving a fundamental AI challenge: establishing product identity and relationships at unprecedented scale. Using Generative AI, Visual Language Models (VLMs), and multimodal reasoning, we determine what makes each product unique and how products relate to one another across Amazon's catalog. The scale is staggering: billions of products, petabytes of multimodal data, millions of sellers, dozens of languages, and infinite product diversity—from electronics to groceries to digital content. The research challenges are immense. GenAI and VLMs hold transformative promise for catalog understanding, but we operate where traditional methods fail: ambiguous problem spaces, incomplete and noisy data, inherent uncertainty, reasoning across both images and textual data, and explaining decisions at scale. Establishing product identities and groupings requires sophisticated models that reason across text, images, and structured data—while maintaining accuracy and trust for high-stakes business decisions affecting millions of customers daily. Amazon's Item and Relationship Platform group is looking for an innovative and customer-focused applied scientist to help us make the world's best product catalog even better. In this role, you will partner with technology and business leaders to build new state-of-the-art algorithms, models, and services to infer product-to-product relationships that matter to our customers. You will pioneer advanced GenAI solutions that power next-generation agentic shopping experiences, working in a collaborative environment where you can experiment with massive data from the world's largest product catalog, tackle problems at the frontier of AI research, rapidly implement and deploy your algorithmic ideas at scale, across millions of customers. Key job responsibilities * Formulate novel research problems at the intersection of GenAI, multimodal learning, and large-scale information retrieval—translating ambiguous business challenges into tractable scientific frameworks * Design and implement leading models leveraging VLMs, foundation models, and agentic architectures to solve product identity, relationship inference, and catalog understanding at billion-product scale * Pioneer explainable AI methodologies that balance model performance with scalability requirements for production systems impacting millions of daily customer decisions * Own end-to-end ML pipelines from research ideation to production deployment—processing petabytes of multimodal data with rigorous evaluation frameworks * Define research roadmaps aligned with business priorities, balancing foundational research with incremental product improvements * Mentor peer scientists and engineers on advanced ML techniques, experimental design, and scientific rigor—building organizational capability in GenAI and multimodal AI * Represent the team in the broader science community—publishing findings, delivering tech talks, and staying at the forefront of GenAI, VLM, and agentic system research
US, WA, Seattle
Trusted by more startups around the world, AWS makes the power of cloud computing accessible for all by giving founders everywhere access to the same technology that powers the world's largest companies. With nearly two decades of experience supporting hundreds of thousands of startups, including 80% of unicorns, we democratize cloud computing to help founders bring their innovative ideas to life. We support founders at every stage of their journey, from initial onboarding and credit programs to AI-powered guidance and scale solutions. Data is central to how we do this: it helps us identify high-potential startups early, personalize the guidance we deliver, and prioritize where we can create the most value for founders and for AWS. We are seeking an Applied Science Manager to lead a team of applied scientists and analysts building the data and machine learning capabilities behind AWS Startups. You will own the science roadmap end-to-end, from the data foundation that unifies signals about founders, startups, and their products, through a portfolio of machine learning models, to the surfaces that put insights in the hands of the teams and products that serve startups. You will balance hands-on technical leadership with people management, setting the technical bar for your team while developing their careers. Key job responsibilities · Lead, coach, and grow a team of applied scientists, business intelligence engineers, and business analysts; hire and develop talent and set a high technical bar. · Own and prioritize the team's science roadmap and set technical direction for its machine learning models and data assets, balancing rapid experimentation with production quality, cost, and reliability. · Scope scientific projects, design and evaluate experiments, and productionize models that deliver measurable impact, establishing measurement, evaluation, and operational-excellence standards so quality and impact are quantified and defensible. · Drive the science behind recommendation systems, startup segmentation and targeting, and fraud detection, delivering models that surface relevant opportunities, group and prioritize startups by need and fit, and protect the business from fraud and abuse. · Partner with product, engineering, design, and go-to-market teams to translate science into scalable products, and communicate strategy, results, and trade-offs clearly to technical and non-technical leaders. · Foster a culture of scientific rigor and rapid experimentation, and proactively identify and escalate risks with clear mitigation plans. About the team The AWS Startups team builds innovative products and platforms that support startup customers throughout their journey, from initial onboarding and credit programs to AI-powered guidance and scale solutions. Our portfolio serves hundreds of thousands of startup customers globally, and we partner with business development, field marketing, and solutions architecture teams worldwide. We are building the next generation of AI-native products that make world-class cloud expertise accessible to every founder.
IN, KA, Bengaluru
Amazon Ads is a multi-billion dollar global business that delivers advertising experiences across Amazon's owned-and-operated properties (including Prime Video, Twitch, Fire TV, and Amazon.com), third-party publisher networks, and emerging channels like generative AI-powered shopping experiences. As one of the fastest-growing segments of Amazon, we operate at unprecedented scale across desktop, mobile, connected TV, and emerging surfaces. Within Amazon Ads, Traffic Quality is a critical pillar of advertiser trust and marketplace integrity. Our mission is to build advanced capabilities that work at petabyte scale to detect sophisticated invalid traffic (IVT) which includes sophisticated non-human traffic, bot networks, and fraudulent engagement patterns across programmatic advertising. We are on a journey to establish Amazon Ads as an industry leader in traffic quality standards and transparency. Our research agenda focuses on staying ahead of adversarial actors through continuous innovation in detection methodologies, leveraging state-of-the-art techniques in deep learning and generative modeling, user behavior and multi-modal representation learning, anomaly detection, time-series analysis, and sparse labeling methods. We process billions of ad events daily, developing novel algorithms that balance precision and recall while operating under strict latency constraints. Our work directly protects hundreds of millions of dollars in advertiser spend annually while maintaining a seamless user experience. Key job responsibilities As a Data Scientist II in Traffic Quality, you will solve inherently hard problems in advertising fraud detection by applying advanced statistical techniques and machine learning. You'll work on systems that process billions of ad impressions and clicks per day, using Amazon's cloud services including EC2, S3, EMR, Sagemaker, and RedShift. - Define and frame new research problems in fraud detection where neither problem nor solution is well-defined. - Apply new machine learning approaches, models, and algorithms to detect sophisticated invalid traffic. - Apply domain knowledge to perform broad data analysis as a precursor to modeling and build business insights. - Work with unstructured and massive datasets to deliver results. - Produce research reports meeting top-tier external publication standards. - Mentor and develop junior scientists on the team. About the team Here are a few papers published by the team: 1/ [Scaling Generative Pre-training for User Ad Activity Sequences. AdKDD 2023.](https://assets.amazon.science/b7/42/03be071743d5a57cb1656e6caa34/scaling-generative-pre-training-for-user-ad-activity-sequences.pdf) 2/ [SLIDR: Real-time Robot Detection On Online Ads, IAAI 2023, Deployed Highly Innovative Applications of AI Track (AAAI 2023)](https://assets.amazon.science/75/2f/3b7106b143f38f7f4d2806388ace/real-time-detection-of-robotic-traffic-in-online-advertising.pdf) 3/ [Self-supervised Representation Learning Across Sequential and Tabular Features Using Transformers, NeurIPS 2022, First Table Representation Learning Workshop](https://openreview.net/forum?id=wIIJlmr1Dsk)
US, CA, Sunnyvale
We are seeking an Applied Scientist to focus on Robot Navigation. In this role, you'll research and develop advanced navigation systems that enable robots to move reliably and safely through complex, dynamic environments. You'll work across a broad spectrum of navigation approaches—from classical methods to learning-based techniques and foundation models—to build robust solutions for autonomous robot navigation. Key job responsibilities - Develop and implement robust navigation systems that enable reliable autonomous operation in complex, dynamic indoor environments with static and dynamic obstacles - Build simulation-based and on-device evaluation frameworks with comprehensive benchmarks and metrics for systematic comparison of navigation methods - Conduct sim-to-real transfer experiments, analyzing performance gaps and developing techniques to ensure reliable real-world navigation performance - Collaborate with world model, manipulation, and other teams to ensure seamless integration of navigation capabilities into the full robot system - Stay current with the latest advances in robot navigation, spatial reasoning, and related fields, and apply relevant findings to improve system performance - Mentor fellow scientists and engineers while maintaining strong individual technical contributions About the team Fauna Robotics, an Amazon company, is building capable, safe, and genuinely delightful robots for everyday life. Our goal is simple: make robots people actually want to live and interact with in everyday human spaces. We believe that future won’t arrive until building for robotics becomes far more accessible. Today, too much effort is spent reinventing the fundamentals. We’re changing that by developing tightly integrated hardware and software systems that make it faster, safer, and more intuitive to create real-world robotic products.
US, WA, Seattle
Pricing is one of the most consequential decisions Amazon makes — and the science behind it needs to be causally rigorous, not just predictive. The P2 Optimization Science (P2OS) team builds the machine learning systems that power Amazon's pricing decisions at scale: demand lift models, customer lifetime value frameworks, and the experimentation infrastructure that validates whether our pricing changes actually work. We're hiring an Applied Scientist to own causal inference at the intersection of ML and pricing experimentation. This role exists because our team has identified a real gap: the methodological bridge between econometric analysis (owned by our economists) and production-scale ML pipelines (owned by our engineers) needs a practitioner who lives in both worlds. You'll build CATE estimation models, design analysis workflows for pricing weblabs, and develop the reusable causal ML infrastructure that the broader team — including non-ML scientists — can rely on. This is not a research role. The bias here is toward shipping production-quality causal pipelines with real downstream business impact. You'll measure success by what changes in LTV estimates, what pricing errors your models help avoid, and whether the economists on your team can actually use what you build. If you're a scientist who wants to work on hard causal identification problems in a high-stakes production environment — and who finds satisfaction in making rigorous methods accessible to a broader team — this role is for you. Key job responsibilities * Build causal ML pipelines for pricing — Design, train, evaluate, and deploy end-to-end causal estimation models for pricing use cases. * Own the science on heterogeneous treatment effects — Be the team SME on causal ML methodology: identification strategies, model selection, evaluation standards, and the tradeoffs between econometric and ML approaches to causal estimation. * Support pricing experiment analysis — Contribute causal analysis methodology to pricing weblab and A/B test post-analysis; build reusable tooling that economists can use without requiring ML expertise * Connect model outputs to business outcomes — Define, before writing code, what business metric each model moves; deliver model evaluation reports framed around pricing errors avoided and LTV estimate changes. * Evaluate and adopt novel techniques — Assess applicability of emerging causal inference methods (synthetic DiD, generalized random forests, causal representation learning) to Amazon's pricing context; write internal methodology proposals for adoption * Write internal documentation and methodology papers — Produce at least one internal write-up per half that connects a causal ML technique to a concrete pricing use case; make pipelines extensible and well-documented so other scientists can build on them. * Collaborate across disciplines — Partner closely with the Sr. Economist on identification strategy and causal assumptions; work with SDE and DE partners on production deployment; align with PMs on experiment design requirements A day in the life As an Applied Scientist on the P2OS team, your work directly shapes the prices customers see on hundreds of millions of Amazon products. In a given workweek, you might: * Investigate an optimization anomaly in simulation and trace it back to a model input gap or an unmodeled market dynamic * Design an offline evaluation framework to benchmark competing optimization approaches before committing to online testing * Collaborate with Sr. Economists on the identification strategy for the model you're building for a pricing lab * Present a science proposal for incorporating a new competitiveness or inventory signal into an optimization system * Work cross-team with the experimentation platform team on randomization design. * Develop and write up a novel scientific finding — preparing a paper or technical report for submission to a top-tier venue such as KDD, NeurIPS, or the ACM Conference on Economics and Computation
IN, KA, Bengaluru
The Ads Trust Science team, based in Bangalore, is responsible for ensuring that ads are relevant and is of good quality, leading to higher conversion for the sellers and providing a great experience for the customers. We deal with one of the world’s largest product catalog, handle billions of requests a day with plans to grow it by order of magnitude and use automated systems to validate tens of millions of offers submitted by thousands of merchants in multiple countries and languages. In this role, you will build and develop ML models to address content understanding problems in Ads. These models will rely on a variety of visual and textual features requiring expertise in both domains. These models need to scale to multiple languages and countries. You will collaborate with engineers and other scientists to build, train and deploy these models. As part of these activities, you will develop production level code that enables moderation of millions of ads submitted each day.
PL, Gdansk
Have you ever wondered how we give voice to devices — even when they're offline? The Text-to-Speech on Device team at Amazon builds AI-powered voice models that run locally on hardware with limited resources, serving customers across Alexa, automotive, and accessibility experiences for visually impaired users. We sit at the intersection of speech generation, generative AI, and on-device machine learning, and we're looking for a curious, collaborative Applied Scientist to help us push what's possible. In this role, you will research and develop production-ready speech generation models optimized for constrained environments. You will work across the full model lifecycle — from early experimentation and prototyping through to integration on real devices. If you're excited about solving hard scientific problems that directly improve how millions of people interact with technology, we'd love to hear from you. Key job responsibilities - Design and develop end-to-end machine learning models for on-device speech generation, from early research and experimentation through production-ready deployment. - Research and apply advanced techniques in generative AI, model compression, and knowledge distillation to deliver high-quality voice models within tight hardware constraints. - Propose and validate novel scientific approaches by authoring detailed technical specifications and contributing to peer-reviewed publications when appropriate. - Evaluate model performance rigorously, identify improvement opportunities, and iterate on training and inference pipelines to optimize quality and efficiency. - Collaborate with science and engineering teams across cloud and device platforms to bring speech generation capabilities from research prototypes to integrated product experiences. About the team The Text-to-Speech on Device team builds low-footprint AI models for speech generation that run locally on devices such as Android and FireOS platforms. Our models require significantly less computation than cloud-hosted alternatives, enabling offline voice experiences for Alexa, automotive partners, and accessibility solutions. We work closely with device engineering teams and cloud-based speech science teams to deliver the best possible experience for our customers. Our focus in the coming years is expanding the range of voices and languages we support while continuing to improve naturalness and efficiency on constrained hardware.