The photo shows an Amazon truck parked with the company logo and the word prime painted on the side
To help deliver more value to Prime members, scientists within Amazon’s Prime organization develop methods to help consumers discover and utilize Prime benefits.

The science behind Amazon Prime

Amazon’s scientists have developed a variety of scientific models to help customers get the most out of their membership.

In his 2020 shareholder letter, Jeff Bezos, executive chair of Amazon’s board of directors, shared that more than 200 million people around the world have a Prime membership — along with its attendant benefits.

Those include delivery benefits (like free one and two-day delivery), digital benefits (such as Prime Video and Amazon Music), and shopping benefits (including Prime Day member deals). Prime members are also able to download thousands of e-books, magazines and comics for free, get unlimited photo storage, order groceries online, and more.

Related content
The SCOT science team used lessons from the past — and improved existing tools — to contend with “a peak that lasted two years”.

Amazon is continually expanding and evolving its selection of Prime benefits to enhance the value for members. As Bezos wrote in an earlier shareholder letter: "We want Prime to be such a good value, you'd be irresponsible not to be a member.”

To help deliver more value to Prime members, scientists within Amazon’s Prime organization develop methods to help consumers discover and utilize Prime benefits. Using techniques derived from machine learning, structural econometrics, and other disciplines, they also help Amazon decide how to evolve Prime benefit offerings around the world.

Surface the most relevant Prime benefits to customers

When shoppers visit the Amazon Store, they are presented with a variety of Prime callouts with relevant benefits and related product information. Callouts for non-Prime members might outline the wide variety of benefits available, while Prime members might see more options to utilize their Prime benefits. For example, a Prime member visiting the detail page for the movie Jane Eyre might see a callout saying that the title is available for free on Prime Reading.

We utilize recommender systems to engage shoppers with information about Prime benefits that they would find most interesting.
Houssam Nassif

“We utilize recommender systems to engage shoppers with information about Prime benefits that they would find most interesting,” says Houssam Nassif, a principal applied scientist within Amazon’s consumer organization.

To make predictions about the callout that will most excite customers, the system maps item attributes (like brand, color, price, title, and category) to how often items are selected by customers. The models embedded in the system use Bayesian recommenders to make decisions on the most relevant content to surface. Bayesian inferences are used to make predictions about future events by updating prior hypotheses as more information becomes available.

Related content
Dual embeddings of each node, as both source and target, and a novel loss function enable 30% to 160% improvements over predecessors.

However, there are limits to this approach. For example, relying exclusively on Bayesian methods to measure customer selections can bias results toward more popular items. For example, shoppers interested in Jane Eyre might also want to read new romance novels. The challenge: newer items have untrained model weights, which can cause the system to underestimate their true click probability.

“This experience would be similar to going to a music recommendation engine, and seeing only the chart toppers in your favorite categories,” Nassif explains. “To improve the diversity of recommendations, we have to overcome the classic exploitation-exploration dilemma by including relevant and popular items [exploitation] along with newer or long-tail items that scored higher than their expected value [exploration].”

To do this, the Prime ML team utilizes methods that allow the algorithm to update the “click-probability” score by using delayed feedback from customers.

Some of the recommender systems employed by the Prime team are captured in the paper "Bayesian meta-prior learning using Empirical Bayes".

“Adaptive systems allow us to focus the diversity of recommendations even further,” says Nassif.

Prime’s adaptive systems respond continually to evolving preferences across all Amazon customers. For example, classic-literature enthusiasts who read Jane Eyre will not see callouts for romance novels or romantic comedy movies unless they express some interest in other romance novels. Some of those recommender systems are captured in the paper "Bayesian meta-prior learning using Empirical Bayes".

Recommending content that customers love

Determining the most relevant Prime benefits to present to users is the first step. Prime’s scientists have also developed algorithms to determine which formats are most likely to appeal to customers.

“Every callout has multiple dimensions, which in turn presents a large number of decisions,” says Nassif. “Do customers like to see their name? Should the callout feature a single particular product? Or even a grouping of products? To make these decisions, we have to develop an accurate understanding of customer preferences.”

Related content
Learn how the Amazon Music Conversations team is using pioneering machine learning to make Alexa's discernment better than ever.

Callouts comprise multiple components: headline, body copy, an image (or images). They can also include other elements like customer reviews. Testing multiple variables is a combinatorial problem that can often cover a large decision space. This poses limitations on the speed of experiments designed to arrive at the layout customers prefer most.

To eliminate combinatorial explosions that can result from considering every possible combination, the models score a small subset of combinations before extrapolating their learnings to the larger universe of layouts that can be presented to customers. Conditioned by prior observations, the models are able to select the layout that has the highest probability of delivering the highest customer value.

Evolving the selection of Prime benefits

In addition to informing how customers receive recommendations about Prime as it exists today, scientists also influence how Prime will evolve as a membership. This work involves scientists from multiple disciplines collaborating closely to determine the best selection of benefits: from determining how best to reduce shipping speeds for Prime (including items eligible for the fastest speeds) to recommending which new podcasts Amazon Music should release.

Charlie Manzanares is a senior manager on the team that specializes in simulating how customers benefit from expansion of Prime benefits. Manzanares’s team comprises economists, applied scientists, research scientists, and business intelligence engineers who partner closely with product managers and software and data engineers.

Our team works at the scientific intersection of structural econometrics, machine learning, and causal inference. Building these tools often involves inventing new science.
Charlie Manzanares

“Our team works at the scientific intersection of structural econometrics, machine learning, and causal inference,” says Manzanares. “Building these tools often involves inventing new science, by involving scientists and engineers from a variety of backgrounds. We then utilize these tools to create scientific software at engineering scale. What’s exhilarating about this space is not just solving these scientific and technical challenges, but using these tools to make Prime better for members around the world. Moreover, the company relies on this information to make high-stakes investments. This adds an interesting layer of strategic management consulting to our work.”

Manzanares points to a recent innovation from Prime scientists that made modeling dynamic customer decisions easier.

“Prime members make ‘dynamic’ choices over whether, and when, to become and remain Prime members. Dynamic customer choices often involve tradeoffs between value and flexibility,” he explains.  “For example, in the US, most customers choose between joining Prime’s annual or monthly plans, or ending their membership or not joining Prime at all. Over time, this tradeoff results in many possible permutations of choices. For example, a member might choose monthly Prime for two months, then join annual Prime. Or they might choose monthly Prime for two months, remain non-Prime for three, then join monthly Prime for five more months, etc.”

Modeling the impact of these choice permutations in a way that is useful for counterfactual simulation is theoretically and computationally challenging.

The theoretical challenge is an “identification” problem, Manzanares explains. The identification problem makes it hard for scientists to determine which Prime feature caused members to make a particular choice.

“For example, did a member who engaged with Prime shipping and Prime Video choose to renew because they valued Prime shipping highly, but Prime Video less, or Prime Video highly, and Prime shipping less?” asks Manzanares. “This problem is common to both dynamic and ‘static’ choice problems (i.e., choice problems where choice values are not influenced by past choices). The computational problem — which is pervasive in dynamic choice settings — is generated by the sheer number of possible choices, which is labeled the ‘curse of dimensionality’ in dynamic programming literature.”

To overcome these challenges, the team combined new techniques from inverse reinforcement learning with an old assumption from structural econometrics. Inverse reinforcement learning is a machine learning paradigm popularized in the late 1990s and early 2000s.

As opposed to reinforcement learning, which learns behavioral “policies” through active experimentation, inverse reinforcement learning learns “reward” or “utility” functions from actual customer behavior. It then uses estimated utility functions to make choices in new settings. Structural econometrics is an older paradigm with a rich literature and has been used for these types of exercises since the 1940s.

"Deep PQR: Solving Inverse Reinforcement Learning using Anchor Actions” was published at the 2020 International Conference for Machine Learning.

“On the one hand, inverse reinforcement learning draws upon modern machine learning techniques. These techniques allow for rich approximations in complex settings,” says Manzanares. “On the other hand, structural econometrics has already solved many complex theoretical issues related to counterfactual simulation. These solutions often predate the development of modern machine learning and computation. This dichotomy creates opportunities for intellectual arbitrage between literatures.”

The team’s approach to the challenge is described in the paper “Deep PQR: Solving Inverse Reinforcement Learning using Anchor Actions,” which was published at the 2020 International Conference for Machine Learning.

“The findings presented in the paper are applicable across multiple fields,” says Manzanares. “That’s not surprising since the paper’s insights were made possible by collaboration across multiple disciplines.”

Prime scientists use inverse-reinforcement models to develop insights. These insights show how Prime should evolve to meet customer needs. For example, how should Prime evolve to best meet the needs of Gen Z, who engage more heavily with digital benefits (video, music, gaming)? How can grocery delivery and pickup maximize customer convenience?

These questions multiply as Prime expands globally. In international marketplaces — especially emerging ones — customer needs vary widely. For example, how might Prime serve both rural and urban customers in a marketplace like India, where needs among rural and urban customers might be very different? Experimentation, Manzanares notes, becomes critical.

 “The process of discovering what customers want across the world is a lot of fun,” he says. “Combine that with building cutting-edge science in partnership with extremely talented science, engineering, and business professionals, and this makes Prime a really rewarding place to be a scientist.”

Research areas

Related content

US, CA, Sunnyvale
Prime Video is a first-stop entertainment destination offering customers a vast collection of premium programming in one app available across thousands of devices. Prime members can customize their viewing experience and find their favorite movies, series, documentaries, and live sports – including Amazon MGM Studios-produced series and movies; licensed fan favorites; and programming from Prime Video add-on subscriptions such as Apple TV+, Max, Crunchyroll and MGM+. All customers, regardless of whether they have a Prime membership or not, can rent or buy titles via the Prime Video Store, and can enjoy even more content for free with ads. Are you interested in shaping the future of entertainment? Prime Video's technology teams are creating best-in-class digital video experience. As a Prime Video technologist, you’ll have end-to-end ownership of the product, user experience, design, and technology required to deliver state-of-the-art experiences for our customers. You’ll get to work on projects that are fast-paced, challenging, and varied. You’ll also be able to experiment with new possibilities, take risks, and collaborate with remarkable people. We’ll look for you to bring your diverse perspectives, ideas, and skill-sets to make Prime Video even better for our customers. With global opportunities for talented technologists, you can decide where a career Prime Video Tech takes you! We are looking for a self-motivated, passionate and resourceful Applied Scientist to bring diverse perspectives, ideas, and skill-sets to make Prime Video even better for our customers. You will spend your time as a hands-on machine learning practitioner and a research leader. You will play a key role on the team, building and guiding machine learning models from the ground up. At the end of the day, you will have the reward of seeing your contributions benefit millions of Amazon.com customers worldwide. Key job responsibilities - Develop AI solutions for various Prime Video Search systems using Deep learning, GenAI, Reinforcement Learning, and optimization methods; - Work closely with engineers and product managers to design, implement and launch AI solutions end-to-end; - Design and conduct offline and online (A/B) experiments to evaluate proposed solutions based on in-depth data analyses; - Effectively communicate technical and non-technical ideas with teammates and stakeholders; - Stay up-to-date with advancements and the latest modeling techniques in the field; - Publish your research findings in top conferences and journals. About the team Prime Video Search Science team owns science solution to power search experience on various devices, from sourcing, relevance, ranking, to name a few. We work closely with the engineering teams to launch our solutions in production.
US, WA, Seattle
The People eXperience and Technology Central Science (PXTCS) team uses economics, behavioral science, statistics, and machine learning to proactively identify mechanisms and process improvements which simultaneously improve Amazon and the lives, wellbeing, and the value of work to Amazonians. PXTCS is an interdisciplinary team that combines the talents of science and engineering to develop and deliver solutions that measurably achieve this goal. PXTCS is looking for an economist who can apply economic methods to address business problems. The ideal candidate will work with engineers and computer scientists to estimate models and algorithms on large scale data, design pilots and measure impact, and transform successful prototypes into improved policies and programs at scale. PXTCS is looking for creative thinkers who can combine a strong technical economic toolbox with a desire to learn from other disciplines, and who know how to execute and deliver on big ideas as part of an interdisciplinary technical team. Ideal candidates will work in a team setting with individuals from diverse disciplines and backgrounds. They will work with teammates to develop scientific models and conduct the data analysis, modeling, and experimentation that is necessary for estimating and validating models. They will work closely with engineering teams to develop scalable data resources to support rapid insights, and take successful models and findings into production as new products and services. They will be customer-centric and will communicate scientific approaches and findings to business leaders, listening to and incorporate their feedback, and delivering successful scientific solutions. A day in the life The Economist will work with teammates to apply economic methods to business problems. This might include identifying the appropriate research questions, writing code to implement a DID analysis or estimate a structural model, or writing and presenting a document with findings to business leaders. Our economists also collaborate with partner teams throughout the process, from understanding their challenges, to developing a research agenda that will address those challenges, to help them implement solutions. About the team PXTCS is a multidisciplinary science team that develops innovative solutions to make Amazon Earth's Best Employer
US, NY, New York
The Ads Measurement Science team in the Measurement, Ad Tech, and Data Science (MADS) team of Amazon Ads serves a centralized role developing solutions for a multitude of performance measurement products. We create solutions which measure the comprehensive impact of advertiser's ad spend, including sales impacts both online and offline and across timescales, and provide actionable insights that enable our advertisers to optimize their media portfolios. We also own the science solutions for AI tools that unlock new insights and automate high-effort customer workflows, such as custom query and report generation based on natural language user requests. We leverage a host of scientific technologies to accomplish this mission, including Generative AI, classical ML, Causal Inference, Natural Language Processing, and Computer Vision. As an Applied Scientist on the team, you will lead measurement solutions end-to-end from inception to production. You will propose, design, analyze, and productionize models to provide novel measurement insights to our customers. Key job responsibilities - Leverage deep expertise in one or more scientific disciplines to invent solutions to ambiguous ads measurement problems - Disambiguate problems to propose clear evaluation frameworks and success criteria - Work autonomously and write high quality technical documents - Implement a significant portion of critical-path code, and partner with engineers to directly carry solutions into production - Partner closely with other scientists to deliver large, multi-faceted technical projects - Share and publish works with the broader scientific community through meetings and conferences - Communicate clearly to both technical and non-technical audiences - Contribute new ideas that shape the direction of the team's work - Mentor more junior scientists and participate in the hiring process About the team We are a team of scientists across Applied, Research, Data Science and Economist disciplines. You will work with colleagues with deep expertise in ML, NLP, CV, Gen AI, and Causal Inference with a diverse range of backgrounds. We partner closely with top-notch engineers, product managers, sales leaders, and other scientists with expertise in the ads industry and on building scalable modeling and software solutions.
US, WA, Bellevue
We are seeking a passionate, talented, and inventive individual to join the Applied AI team and help build industry-leading technologies that customers will love. This team offers a unique opportunity to make a significant impact on the customer experience and contribute to the design, architecture, and implementation of a highly innovative product. The mission of the Applied AI team is to enable organizations within Worldwide Amazon.com Stores to accelerate the adoption of AI technologies across various parts of our business. We are looking for a Senior Applied Science manager to join our Applied AI team and lead a cross-functional team of scientists and engineers who work on LLM-based solutions. On our team you will push the boundaries of ML and Generative AI techniques to scale the inputs for hundreds of billions of dollars of annual revenue for our eCommerce business. If you have a passion for AI technologies, a drive to innovate and a desire to make a meaningful impact, we invite you to become a valued member of our team. You will be responsible for leading a cross functional team of scientists and engineer and developing and maintaining the systems and tools that enable us to accelerate knowledge operations and work in the intersection of Science and Engineering. You will push the boundaries of ML and Generative AI techniques to scale the inputs for hundreds of billions of dollars of annual revenue for our eCommerce business. If you have a passion for AI technologies, a drive to innovate and a desire to make a meaningful impact, we invite you to become a valued member of our team. We are seeking an experienced Senior Applied Science Manager who combines superb technical, research, analytical and leadership capabilities with a demonstrated ability to get the right things done quickly and effectively. This person must be comfortable working with a team of top-notch developers and collaborating with our research teams. We’re looking for someone who innovates, and loves solving hard problems. You will be expected to have an established background in leading teams that build highly scalable systems and system design, have excellent project management skills, great communication skills, and a motivation to achieve results in a fast-paced environment. You should be somebody who enjoys working on complex problems, is customer-centric, and feels strongly about building good software as well as making that software achieve its operational goals. You will leverage Amazon’s heterogeneous data sources and large-scale computing resources to accelerate advances in artificial intelligence. Your work will directly impact our customers in the form of novel products and services.
IN, KA, Bengaluru
The Amazon Alexa AI team in India is seeking a talented, self-driven Applied Scientist to work on prototyping, optimizing, and deploying ML algorithms within the realm of Generative AI. The Sr. Applied Scientist will be in a team of exceptional scientists to develop novel algorithms and modeling techniques to advance the state of the art in Natural Language Processing (NLP) or Computer Vision (CV) related tasks. They will work in a hybrid, fast-paced organization where scientists, engineers, and product managers work together to build customer facing experiences. They will collaborate with and mentor other scientists to raise the bar of scientific research in Amazon. Their work will directly impact our customers in the form of products and services that make use of speech, language, and computer vision technologies. Key job responsibilities - Research, experiment and build Proof Of Concepts advancing the state of the art in AI & ML for GenAI. - Collaborate with cross-functional teams to architect and execute technically rigorous AI projects. - Thrive in dynamic environments, adapting quickly to evolving technical requirements and deadlines. - Engage in effective technical communication (written & spoken) with coordination across teams. - Conduct thorough documentation of algorithms, methodologies, and findings for transparency and reproducibility. - Publish research papers in internal and external venues of repute - Support on-call activities for critical issues A day in the life You will be working with a group of talented scientists on researching algorithm and running experiments to test scientific proposal/solutions to improve solutions powering customer experience on Alexa+. This will involve collaboration with partner teams including engineering, PMs, data annotators, and other scientists to discuss data quality, policy, and model development. You will mentor other scientists, review and guide their work, help develop roadmaps for the team. You work closely with partner teams across Alexa to deliver platform features that require cross-team leadership.
US, VA, Arlington
Do you want a role with deep meaning and the ability to make a major impact? As part of Intelligent Talent Acquisition (ITA), you'll have the opportunity to reinvent the hiring process and deliver unprecedented scale, sophistication, and accuracy for Amazon Talent Acquisition operations. ITA is an industry-leading people science and technology organization made up of scientists, engineers, analysts, product professionals and more, all with the shared goal of connecting the right people to the right jobs in a way that is fair and precise. Last year we delivered over 6 million online candidate assessments, and helped Amazon deliver billions of packages around the world by making it possible to hire hundreds of thousands of workers in the right quantity, at the right location and at exactly the right time. You’ll work on state-of-the-art research, advanced software tools, new AI systems, and machine learning algorithms, leveraging Amazon's in-house tech stack to bring innovative solutions to life. Join ITA in using technologies to transform the hiring landscape and make a meaningful difference in people's lives. Together, we can solve the world's toughest hiring problems. Within ITA, the Global Hiring Science (GHS) team designs and implements innovative hiring solutions at scale. We work in a fast-paced, global environment where we use research to solve complex problems and build scalable hiring products that deliver measurable impact to our customers. We are seeking selection researchers with a strong foundation in hiring assessment development, legally-defensible validation approaches, research and experimental design, and data analysis. Preferred candidates will have experience across the full hiring assessment lifecycle, from solution design to content development and validation to impact analysis. We are looking for equal parts researcher and consultant, who is able to influence customers with insights derived from science and data. You will work closely with cross-functional teams to design new hiring solutions and experiment with measurement methods intended to precisely define exactly what job success looks like and how best to predict it. Key job responsibilities What you’ll do as a GHS Research Scientist: - Design large-scale personnel selection research that shapes Amazon’s global talent assessment practices across a variety of topics (e.g., assessment validation, measuring post-hire impact) - Partner with key stakeholders to create innovative solutions that blend scientific rigor with real-world business impact while navigating complex legal and professional standards - Apply advanced statistical techniques to analyze massive, diverse datasets to uncover insights that optimize our candidate evaluation processes and drive hiring excellence - Explore emerging technologies and innovative methodologies to enhance talent measurement while maintaining Amazon's commitment to scientific integrity - Translate complex research findings into compelling, actionable strategies that influence senior leader/business decisions and shape Amazon's talent acquisition roadmap - Write impactful documents that distill intricate scientific concepts into clear, persuasive communications for diverse audiences, from data scientists to business leaders - Ensure effective teamwork, communication, collaboration, and commitment across multiple teams with competing priorities A day in the life Imagine diving into challenges that impact millions of employees across Amazon's global operations. As a GHS Research Scientist, you'll tackle questions about hiring and organizational effectiveness on a global scale. Your day might begin with analyzing datasets to inform how we attract and select world-class talent. Throughout the day, you'll collaborate with peers in our research community, discussing different research methodologies and sharing innovative approaches to solving unique personnel challenges. This role offers a blend of focused analytical time and interacting with stakeholders across the globe.
US, VA, Arlington
Do you want a role with deep meaning and the ability to make a major impact? As part of Intelligent Talent Acquisition (ITA), you'll have the opportunity to reinvent the hiring process and deliver unprecedented scale, sophistication, and accuracy for Amazon Talent Acquisition operations. ITA is an industry-leading people science and technology organization made up of scientists, engineers, analysts, product professionals and more, all with the shared goal of connecting the right people to the right jobs in a way that is fair and precise. Last year we delivered over 6 million online candidate assessments, and helped Amazon deliver billions of packages around the world by making it possible to hire hundreds of thousands of workers in the right quantity, at the right location and at exactly the right time. You’ll work on state-of-the-art research, advanced software tools, new AI systems, and machine learning algorithms, leveraging Amazon's in-house tech stack to bring innovative solutions to life. Join ITA in using technologies to transform the hiring landscape and make a meaningful difference in people's lives. Together, we can solve the world's toughest hiring problems. Within ITA, the Global Hiring Science (GHS) team designs and implements innovative hiring solutions at scale. We work in a fast-paced, global environment where we use research to solve complex problems and build scalable hiring products that deliver measurable impact to our customers. We are seeking selection researchers with a strong foundation in hiring assessment development, legally-defensible validation approaches, research and experimental design, and data analysis. Preferred candidates will have experience across the full hiring assessment lifecycle, from solution design to content development and validation to impact analysis. We are looking for equal parts researcher and consultant, who is able to influence customers with insights derived from science and data. You will work closely with cross-functional teams to design new hiring solutions and experiment with measurement methods intended to precisely define exactly what job success looks like and how best to predict it. Key job responsibilities What you’ll do as a GHS Research Scientist: • Design large-scale personnel selection research that shapes Amazon’s global talent assessment practices across a variety of topics (e.g., assessment validation, measuring post-hire impact) • Partner with key stakeholders to create innovative solutions that blend scientific rigor with real-world business impact while navigating complex legal and professional standards • Apply advanced statistical techniques to analyze massive, diverse datasets to uncover insights that optimize our candidate evaluation processes and drive hiring excellence • Explore emerging technologies and innovative methodologies to enhance talent measurement while maintaining Amazon's commitment to scientific integrity • Translate complex research findings into compelling, actionable strategies that influence senior leader/business decisions and shape Amazon's talent acquisition roadmap • Write impactful documents that distill intricate scientific concepts into clear, persuasive communications for diverse audiences, from data scientists to business leaders • Ensure effective teamwork, communication, collaboration, and commitment across multiple teams with competing priorities A day in the life Imagine diving into challenges that impact millions of employees across Amazon's global operations. As a GHS Research Scientist, you'll tackle questions about hiring and organizational effectiveness on a global scale. Your day might begin with analyzing datasets to inform how we attract and select world-class talent. Throughout the day, you'll collaborate with peers in our research community, discussing different research methodologies and sharing innovative approaches to solving unique personnel challenges. This role offers a blend of focused analytical time and interacting with stakeholders across the globe.
US, WA, Redmond
Project Kuiper is Amazon’s low Earth orbit satellite broadband network. Its mission is to deliver fast, reliable internet to customers and communities around the world, and we’ve designed the system with the capacity, flexibility, and performance to serve a wide range of customers, from individual households to schools, hospitals, businesses, government agencies, and other organizations operating in locations without reliable connectivity. Export Control Requirement: Due to applicable export control laws and regulations, candidates must be a U.S. citizen or national, U.S. permanent resident (i.e., current Green Card holder), or lawfully admitted into the U.S. as a refugee or granted asylum. This position is part of the Satellite Attitude Determination and Control team. You will design and analyze the control system and algorithms, support development of our flight hardware and software, help integrate the satellite in our labs, participate in flight operations, and see a constellation of satellites flow through the production line in the building next door. Key job responsibilities - Design and analyze algorithms for estimation, flight control, and precise pointing using linear methods and simulation. - Develop and apply models and simulations, with various levels of fidelity, of the satellite and our constellation. - Component level environmental testing, functional and performance checkout, subsystem integration, satellite integration, and in space operations. - Manage the spacecraft constellation as it grows and evolves. - Continuously improve our ability to serve customers by maximizing payload operations time. - Develop autonomy for Fault Detection and Isolation on board the spacecraft. A day in the life This is an opportunity to play a significant role in the design of an entirely new satellite system with challenging performance requirements. The large, integrated constellation brings opportunities for advanced capabilities that need investigation and development. The constellation size also puts emphasis on engineering excellence so our tools and methods, from conceptualization through manufacturing and all phases of test, will be state of the art as will the satellite and supporting infrastructure on the ground. You will find that Kuiper's mission is compelling, so our program is staffed with some of the top engineers in the industry. Our daily collaboration with other teams on the program brings constant opportunity for discovery, learning, and growth. About the team Our team has lots of experience with various satellite systems and many other flight vehicles. We have bench strength in both our mission and core GNC disciplines. We design, prototype, test, iterate and learn together. Because GNC is central to safe flight, we tend to drive Concepts of Operation and many system level analyses.
US, CA, Santa Clara
Join the next science and engineering revolution at Amazon's Delivery Foundation Model team, where you'll work alongside world-class scientists and engineers to pioneer the next frontier of logistics through advanced AI and foundation models. We are seeking an exceptional Senior Applied Scientist to help develop innovative foundation models that enable delivery of billions of packages worldwide. In this role, you'll combine highly technical work with scientific leadership, ensuring the team delivers robust solutions for dynamic real-world environments. Your team will leverage Amazon's vast data and computational resources to tackle ambitious problems across a diverse set of Amazon delivery use cases. Key job responsibilities - Design and implement novel deep learning architectures combining a multitude of modalities, including image, video, and geospatial data. - Solve computational problems to train foundation models on vast amounts of Amazon data and infer at Amazon scale, taking advantage of latest developments in hardware and deep learning libraries. - As a foundation model developer, collaborate with multiple science and engineering teams to help build adaptations that power use cases across Amazon Last Mile deliveries, improving experience and safety of a delivery driver, an Amazon customer, and improving efficiency of Amazon delivery network. - Guide technical direction for specific research initiatives, ensuring robust performance in production environments. - Mentor fellow scientists while maintaining strong individual technical contributions. A day in the life As a member of the Delivery Foundation Model team, you’ll spend your day on the following: - Develop and implement novel foundation model architectures, working hands-on with data and our extensive training and evaluation infrastructure - Guide and support fellow scientists in solving complex technical challenges, from trajectory planning to efficient multi-task learning - Guide and support fellow engineers in building scalable and reusable infra to support model training, evaluation, and inference - Lead focused technical initiatives from conception through deployment, ensuring successful integration with production systems- Drive technical discussions within the team and and key stakeholders - Conduct experiments and prototype new ideas - Mentor team members while maintaining significant hands-on contribution to technical solutions About the team The Delivery Foundation Model team combines ambitious research vision with real-world impact. Our foundation models provide generative reasoning capabilities required to meet the demands of Amazon's global Last Mile delivery network. We leverage Amazon's unparalleled computational infrastructure and extensive datasets to deploy state-of-the-art foundation models to improve the safety, quality, and efficiency of Amazon deliveries. Our work spans the full spectrum of foundation model development, from multimodal training using images, videos, and sensor data, to sophisticated modeling strategies that can handle diverse real-world scenarios. We build everything end to end, from data preparation to model training and evaluation to inference, along with all the tooling needed to understand and analyze model performance. Join us if you're excited about pushing the boundaries of what's possible in logistics, working with world-class scientists and engineers, and seeing your innovations deployed at unprecedented scale.
US, VA, Arlington
MULTIPLE POSITIONS AVAILABLE Employer: AMAZON.COM SERVICES LLC Offered Position: Economist III Job Location: Arlington, Virginia Job Number: AMZ9442487 Position Responsibilities: Develop advanced structural demand and econometric frameworks for products and services in Amazon Devices. Create and drive the scientific roadmap for the team, and influence partner science teams. Drive cross-functional collaboration with scientists, engineers, and business leaders to integrate economic insights into strategic decision-making processes and shape future initiatives. Communicate insights in writing and verbally, to senior leaders on Product and Finance teams within the company. Actively mentor junior scientists on advanced econometric techniques. Position Requirements: Ph.D. or foreign equivalent degree in Economics or a related field and three years of research or work experience in the job offered or a related occupation. Must have three years of research or work experience in the following skill(s): (1) working with and using econometrics (including with program evaluation, forecasting, time series, panel data, or high dimensional problems), economic theory, and quantitative methods; and (2) building statistical models using R, Python, STATA, or a related software. Amazon.com is an Equal Opportunity-Affirmative Action Employer – Minority / Female / Disability / Veteran / Gender Identity / Sexual Orientation. 40 hours / week, 8:00am-5:00pm, Salary Range $159,200/year to $215,300/year. Amazon is a total compensation company. Dependent on the position offered, equity, sign-on payments, and other forms of compensation may be provided as part of a total compensation package, in addition to a full range of medical, financial, and/or other benefits. For more information, visit: https://www.aboutamazon.com/workplace/employee-benefits.#0000