How Amazon’s Vulcan robots use touch to plan and execute motions

Unique end-of-arm tools with three-dimensional force sensors and innovative control algorithms enable robotic arms to “pick” items from and “stow” items in fabric storage pods.

This week, at Amazon’s Delivering the Future symposium in Dortmund, Germany, Amazon announced that its Vulcan robots, which stow items into and pick items from fabric storage pods in Amazon fulfillment centers (FCs), have completed a pilot trial and are ready to move into beta testing.

Storage bin.png
A robot-mounted fabric storage pod in an Amazon fulfillment center. Products in the pod bins are held in place by semi-transparent elastic bands.

Amazon FCs already use robotic arms to retrieve packages and products from conveyor belts and open-topped bins. But a fabric pod is more like a set of cubbyholes, accessible only from the front, and the items in the individual cubbies are randomly assorted and stacked and held in place by elastic bands. It’s nearly impossible to retrieve an item from a cubby or insert one into it without coming into physical contact with other items and the pod walls.

The Vulcan robots thus have end-of-arm tools — grippers or suction tools — equipped with sensors that measure force and torque along all six axes. Unlike the robot arms currently used in Amazon FCs, the Vulcan robots are designed to make contact with random objects in their work environments; the tool sensors enable them to gauge how much force they are exerting on those objects — and to back off before the force becomes excessive.

“A lot of traditional industrial automation — think of welding robots or even the other Amazon manipulation projects — are moving through free space, so the robot arms are either touching the top of a pile, or they're not touching anything at all,” says Aaron Parness, a director of applied science with Amazon Robotics, who leads the Vulcan project. “Traditional industrial automation, going back to the ’90s, is built around preventing contact, and the robots operate using only vision and knowledge of where their joints are in space.

“What's really new and unique and exciting is we are using a sense of touch in addition to vision. One of the examples I give is when you as a person pick up a coin off a table, you don't command your fingers to go exactly to the specific point where you grab the coin. You actually touch the table first, and then you slide your fingers along the table until you contact the coin, and when you feel the coin, that's your trigger to rotate the coin up into your grasp. You're using contact both in the way you plan the motion and in the way you control the motion, and our robots are doing the same thing.”

The Vulcan pilot involved six Vulcan Stow robots in an FC in Spokane, Washington; the beta trial will involve another 30 robots in the same facility, to be followed by an even larger deployment at a facility in Germany, with Vulcan Stow and Vulcan Pick working together.

Vulcan Stow
The Vulcan Stow robot visualizes the volume of space necessary to stow a new item in a fabric pod, and to create that space, it uses its extensible blade to move other items to the side.

Inside the fulfillment center

When new items arrive at an FC, they are stowed in fabric pods at a stowing station; when a customer places an order, the corresponding items are picked from pods at a picking station. Autonomous robots carry the pods between the FC’s storage area and the stations. Picked items are sorted into totes and sent downstream for packaging.

Aaron Parness.jpeg
Amazon Robotics director of applied science Aaron Parness with two Vulcan Pick robots.

The allocation of items to pods and pod shelves is fairly random. This may seem counterintuitive, but in fact it maximizes the efficiency of the picking and stowing operations. An FC might have 250 stowing stations and 100 picking stations. Random assortment minimizes the likelihood that any two picking or stowing stations will require the same pod at the same time.

To reach the top shelves of a pod, a human worker needs to climb a stepladder. The plan is for the Vulcan robots to handle the majority of stow and pick operations on the highest and lowest shelves, while humans will focus on the middle shelves and on more challenging operations involving densely packed bins or items, such as fluid containers, that require careful handling.

End-of-arm tools

The Vulcan robots' main hardware innovation is the end-of-arm tools (EOATs) they use to perform their specialized tasks.

The pick robot’s EOAT is a suction device. It also has a depth camera to provide real-time feedback on the way in which the contents of the bin have shifted in response to the pick operation.

Pick EOAT.png
The pick end-of-arm tool.

The stow EOAT is a gripper with two parallel plates that sandwich the item to be stowed. Each plate has a conveyer belt built in, and after the gripper moves into position, it remains stationary as the conveyer belts slide the item into position. The stow EOAT also has an extensible aluminum attachment that’s rather like a kitchen spatula, which it uses to move items in the bin aside to make space for the item being stowed.

Stow EAOT.png
The stow end-of-arm tool. The extensible aluminum plank, in its retracted position, extends slightly beyond the lower gripper.

Both the pick and stow robots have a second arm whose EOAT is a hook, which is used to pull down or push up the elastic bands covering the front of the storage bin.

Band arm.png
The band arm in action.

The stow algorithm

As a prelude to the stow operation, the stow robot’s EOAT receives an item from a conveyor belt. The width of the gripper opening is based on a computer vision system's inference of the item's dimensions.

Stow item grasping.png
The stow end-of-arm tool receiving an item from a conveyor belt.

The stow system has three pairs of stereo cameras mounted on a tower, and their redundant stereo imaging allows it to build up a precise 3-D model of the pod and its contents.

At the beginning of a stow operation, the robot must identify a pod bin with enough space for the item to be stowed. A pod’s elastic bands can make imaging the items in each bin difficult, so the stow robot’s imaging algorithm was trained on synthetic bin images in which elastic bands were added by a generative-AI model.

The imaging algorithm uses three different deep-learning models to segment the bin image in three different ways: one model segments the elastic bands; one model segments the bins; and the third segments the objects inside the bands. These segments are then projected onto a three-dimensional point cloud captured by the stereo cameras to produce a composite 3-D segmentation of the bin.

Stow vision algorithm.png
From right: a synthetic pod image, with elastic bands added by generative AI; the bin segmentation; the band segmentation; the item segmentation; the 3-D composite.

The stow algorithm then computes bounding boxes indicating the free space in each bin. If the sum of the free-space measurements for a particular bin is adequate for the item to be stowed, the algorithm selects the bin for insertion. If the bounding boxes are non-contiguous, the stow robot will push items to the side to free up space.

The algorithm uses convolution to identify space in a 2-D image in which an item can be inserted: that is, it steps through the image applying the same kernel — which represents the space necessary for an insertion — to successive blocks of pixels until it finds a match. It then projects the convolved 2-D image onto the 3-D model, and a machine learning model generates a set of affordances indicating where the item can be inserted and, if necessary, where the EOAT’s extensible blade can be inserted to move objects in the bin to the side.

Stow convolution.png
A kernel representing the space necessary to perform a task (left) is convolved with a 2-D image to identify a location where the task can be performed. A machine learning model then projects the 2-D model onto a 3-D representation and generates affordances (blue lines, right) that indicate where end-of-arm tools should be inserted.
Sweep affordance.png
If stowing an item requires sweeping objects in the bin to the side to create space, the stow affordance (yellow box) may overlap with objects depicted in the 3-D model. The blue line indicates where the extensible blade should be inserted to move objects to the side.

Based on the affordances, the stow algorithm then strings together a set of control primitives — such as approach, extend blade, sweep, and eject_item — to execute the stow. If necessary, the robot can insert the blade horizontally and rotate an object 90 degrees to clear space for an insertion.

“It's not just about creating a world model,” Parness explains. “It's not just about doing 3-D perception and saying, ‘Here's where everything is.’ Because we're interacting with the scene, we have to predict how that pile of objects will shift if we sweep them over to the side. And we have to think about like the physics of ‘If I collide with this T-shirt, is it going to be squishy, or is it going to be rigid?’ Or if I try and push on this bowling ball, am I going to have to use a lot of force? Versus a set of ping pong balls, where I'm not going to have to use a lot of force. That reasoning layer is also kind of unique.”

The pick algorithm

The first step in executing a pick operation is determining bin contents’ eligibility for robotic extraction: if a target object is obstructed by too many other objects in the bin, it’s passed to human pickers. The eligibility check is based on images captured by the FC’s existing imaging systems and augmented with metadata about the bins’ contents, which helps the imaging algorithm segment the bin contents.

Eligibility check.png
Sample results of the pick algorithm’s eligibility check. Eligible items are outlined in green, ineligible items in red.

The pick operation itself uses the EOAT’s built-in camera, which uses structured light — an infrared pattern projected across the objects in the camera’s field of view — to gauge depth. Like the stow operation, the pick operation begins by segmenting the image, but the segmentation is performed by a single MaskDINO neural model. Parness’s team, however, added an extra layer to the MaskDINO model, which classifies the segmented objects into four categories: (1) not an item (e.g., elastic bands or metal bars), (2) an item in good status (not obstructed), (3) an item below others, or (4) an item blocked by others.

Segment classification.png
An example of a segmented and classified bin image.

Like the stow algorithm, the pick algorithm projects the segmented image onto a point cloud indicating the depths of objects in the scene. The algorithm also uses a signed distance function to characterize the three-dimensional scene: free space at the front of a bin is represented with positive distance values, and occupied space behind a segmented surface is represented with negative distance values.

Next — without scanning barcodes — the algorithm must identify the object to be picked. Since the products in Amazon’s catalogue are constantly changing, and the lighting conditions under which objects are imaged can vary widely, the object identification compares target images on the fly to sample product images captured during other FC operations.

The product-matching model is trained through contrastive learning: it’s fed pairs of images, either same product photographed from different angles and under different lighting conditions, or two different products; it learns to minimize the distance between representations of the same object in the representational space and to maximize the distance between representations of different objects. It thus becomes a general-purpose product matcher.

Pick pose representation.png
A pick pose representation of a target object in a storage pod bin. Colored squares represent approximately flat regions of the object. Olive green rays indicate candidate adhesion points.

Using the 3-D composite, the algorithm identifies relatively flat surfaces of the target item that promise good adhesion points for the suction tool. Candidate surfaces are then ranked according to the signed distances of the regions around them, which indicate the likelihood of collisions during extraction.

Finally, the suction tool is deployed to affix itself to the highest-ranked candidate surface. During the extraction procedure, the suction pressure is monitored to ensure a secure hold, and the camera captures 10 low-res images per second to ensure that the extraction procedure hasn’t changed the geometry of the bin. If the initial pick point fails, the robot tries one of the other highly ranked candidates. In the event of too many failures, it passes the object on for human extraction.

“I really think of this as a new paradigm for robotic manipulation,” Parness says. “Getting out of the ‘I can only move through free space’ or ‘Touch the thing that's on the top of the pile’ to the new paradigm where I can handle all different kinds of items, and I can dig around and find the toy that's at the bottom of the toy chest, or I can handle groceries and pack groceries that are fragile in a bag. I think there's maybe 20 years of applications for this force-in-the-loop, high-contact style of manipulation.”

For more information about the Vulcan Pick and Stow robots, see the associated research papers: Pick | Stow.

Research areas

Related content

US, MA, Boston
The Artificial General Intelligence (AGI) team is looking for a passionate, talented, and inventive Applied Scientist with a strong deep learning background, to build industry-leading Generative Artificial Intelligence (GenAI) technology with Large Language Models (LLMs) and multimodal systems. Key job responsibilities As an Applied Scientist with the AGI team, you will work with talented peers to lead the development of algorithms and modeling techniques, to advance the state of the art with LLMs. Your work will directly impact our customers in the form of products and services that make use of GenAI technology. You will leverage Amazon’s heterogeneous data sources and large-scale computing resources to accelerate advances in LLMs. About the team The AGI team has a mission to push the envelope in GenAI with LLMs and multimodal systems, in order to provide the best-possible experience for our customers.
IL, Tel Aviv
Come join the AWS Agentic AI science team in building the next generation models for intelligent automation. AWS, the world-leading provider of cloud services, has fostered the creation and growth of countless new businesses, and is a positive force for good. Our customers bring problems that will give Applied Scientists like you endless opportunities to see your research have a positive and immediate impact in the world. You will have the opportunity to partner with technology and business teams to solve real-world problems, have access to virtually endless data and computational resources, and to world-class engineers and developers that can help bring your ideas into the world. As part of the team, we expect that you will develop innovative solutions to hard problems, and publish your findings at peer reviewed conferences and workshops. We are looking for world class researchers with experience in one or more of the following areas - autonomous agents, API orchestration, Planning, large multimodal models (especially vision-language models), reinforcement learning (RL) and sequential decision making.
US, CA, San Francisco
If you are interested in this position, please apply on Twitch's Career site https://www.twitch.tv/jobs/en/ About the Role Platforms & Services is responsible for the central services and systems that empower both Twitch users directly as well as the product engineers across Twitch who build experiences for them. You will be part of a team of data scientists who focus on providing deep product and user insights that drive engineering roadmaps, priorities, and investments. You will partner closely with product managers, engineering leaders, and engineers to build deep product expertise and will become a critical voice in the development and delivery of some of Twitch’s most critical central services. You can work in San Francisco, CA; Irvine, CA; New York, NY; or Seattle, WA. About Us: Twitch is the world’s biggest live streaming service, with global communities built around gaming, entertainment, music, sports, cooking, and more. It is where thousands of communities come together for whatever, every day. We’re about community, inside and out. You’ll find coworkers who are eager to team up, collaborate, and smash (or elegantly solve) problems together. We’re on a quest to empower live communities, so if this sounds good to you, see what we’re up to on LinkedIn and X, and discover the projects we’re solving on our Blog. Be sure to explore our Interviewing Guide to learn how to ace our interview process. You Will - Collaborate with product, engineering, and operations teams to design durable systems that support all of Twitch - Tackle ambiguous, high-impact problems by defining analytical approaches grounded in statistics, computer science, and deep domain expertise—driving clarity, innovation, and durable solutions at scale - Become a key thought partner in shaping builder experiences, providing data-backed insights to support higher-quality and more efficient experiences for builders across Twitch - Foster a culture of analytical rigor, clear communication, and shared accountability for impact across cross-functional teams. - Maintain a customer-centric focus while being a domain and product expert through data, develop trust amongst peers and stakeholders, and ensure that the teams and programs are empowered and enabled to take data-driven actions - Prioritize and execute in the face of ambiguity, work with stakeholders and mentors to distill the problem, adapt tools to answer complicated questions, and identify the trade-offs between speed and quality of different approaches - Create analytical frameworks to measure team success by partnering with cross-functional teams to define success metrics, create approaches to track the data and troubleshoot errors, quantify and evaluate the data to develop a common language for all colleagues to understand these metrics and KPIs - Operationalize data processes in order to provide stakeholders with ad-hoc analysis, automated dashboards, and self-service reporting tools so that everyone gets a good sense of the state of the business Perks - Medical, Dental, Vision & Disability Insurance - 401(k) - Maternity & Parental Leave - Flexible PTO - Amazon Employee Discount
IN, KA, Bengaluru
Do you want to join an innovative team of scientists who use machine learning and statistical techniques to create state-of-the-art solutions for providing better value to Amazon’s customers? Do you want to build and deploy advanced algorithmic systems that help optimize millions of transactions every day? Are you excited by the prospect of analyzing and modeling terabytes of data to solve real world problems? Do you like to own end-to-end business problems/metrics and directly impact the profitability of the company? Do you like to innovate and simplify? If yes, then you may be a great fit to join the Machine Learning and team for India Consumer Businesses. If you have an entrepreneurial spirit, know how to deliver, love to work with data, are deeply technical, highly innovative and long for the opportunity to build solutions to challenging problems that directly impact the company's bottom-line, we want to talk to you. Major responsibilities - Use machine learning and analytical techniques to create scalable solutions for business problems - Analyze and extract relevant information from large amounts of Amazon’s historical business data to help automate and optimize key processes - Design, development, evaluate and deploy innovative and highly scalable models for predictive learning - Research and implement novel machine learning and statistical approaches - Work closely with software engineering teams to drive real-time model implementations and new feature creations - Work closely with business owners and operations staff to optimize various business operations - Establish scalable, efficient, automated processes for large scale data analyses, model development, model validation and model implementation - Mentor other scientists and engineers in the use of ML techniques About the team The India Machine Learning team works closely with the business and engineering teams in building ML solutions that create an impact for Amazon's IN businesses. This is a great opportunity to leverage your machine learning and data mining skills to create a direct impact on consumers and end users.
US, WA, Seattle
We are looking for a Senior Applied Scientist who will lead the technical vision and innovation in revolutionizing how product managers, program managers, and business analysts work with artificial intelligence. You will be part of the Amazon AI at Work (AIW) team building the next generation of AI agents that transform how business professionals operate and reshape the future of hybrid (AI + human) work. As a Senior Applied Scientist, you are a recognized technical leader who drives the scientific strategy, mentors team members, and partners with cross-functional teams to deliver complex end-to-end AI solutions. Your work focuses on identifying and framing new research challenges in ambiguous problem areas where both the business problem and solution approach need to be defined. The problems you tackle require significant scientific innovation at the product level. Key job responsibilities • Design and architect complex AI agent systems for business and product management workflows at scale • Define and lead research initiatives in human-AI collaboration frameworks across multiple teams • Drive end-to-end delivery of novel AI solutions from inception to production, ensuring system-level technical requirements are met • Lead technical discovery and innovation through rapid experimentation while maintaining high standards • Mentor junior scientists and influence adoption of scientific best practices across teams • Author technical documentation and research papers that advance the field of AI agents The ideal candidate combines deep technical expertise with strong business acumen and thrives in ambiguous, fast-paced environments. You should be passionate about creating AI solutions that enhance human capabilities and comfortable working in a startup-like atmosphere while maintaining high standards for responsible AI development. A day in the life You take ownership of the long-term scientific vision, product roadmaps, and technologies, defining how they should evolve. You build consensus through thoughtful discussions with stakeholders, engineers, and scientist peers across multiple teams. You bring deep expertise to provide context for current and future technology choices and make strategic recommendations on modeling approaches and system architecture to achieve transformative business outcomes and user experiences. About the team As part of the AWS Applied AI Solutions organization, we have a vision to provide business 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 no-brainers to buy and easy to use. Diverse Experiences AWS values diverse experiences. Even if you do not meet all of the qualifications and skills listed in the job description, we encourage candidates to apply. If your career is just starting, hasn’t followed a traditional path, or includes alternative experiences, don’t let it stop you from applying. Why AWS? Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform. We pioneered cloud computing and never stopped innovating — that’s why customers from the most successful startups to Global 500 companies trust our robust suite of products and services to power their businesses. Inclusive Team Culture Here at AWS, it’s in our nature to learn and be curious. Our employee-led affinity groups foster a culture of inclusion that empower us to be proud of our differences. Ongoing events and learning experiences, including our Conversations on Race and Ethnicity (CORE) and AmazeCon (gender diversity) conferences, inspire us to never stop embracing our uniqueness. Mentorship & Career Growth We’re continuously raising our performance bar as we strive to become Earth’s Best Employer. That’s why you’ll find endless knowledge-sharing, mentorship and other career-advancing resources here to help you develop into a better-rounded professional. Work/Life Balance We value work-life harmony. Achieving success at work should never come at the expense of sacrifices at home, which is why we strive for flexibility as part of our working culture. When we feel supported in the workplace and at home, there’s nothing we can’t achieve in the cloud.
US, WA, Seattle
We are looking for an Applied Scientist who is passionate about revolutionizing how product managers, program managers, and business analysts work with artificial intelligence. You will be part of the Amazon AI at Work (AIW) team building the next generation of AI agents that transform how business professionals operate and reshape the future of hybrid (AI + human) work. As an Applied Scientist, you are recognized for your expertise, advise team members on a range of machine learning topics, and work closely with software engineers to drive the delivery of end-to-end agentic AI solutions. Your work focuses on ambiguous problem areas where the business problem or opportunity may not yet be defined. The problems that you take on require scientific breakthroughs. You take a long-term view of the business objectives, product roadmaps, technologies, and how they should evolve. You drive mindful discussions with stakeholders, engineers, and scientist peers. You bring perspective and provide context for current technology choices and make recommendations on the right modeling and component design approach to achieve the desired business outcome and user experience. Key job responsibilities • Design and develop AI agents specifically tailored for business and product management workflows. • Create novel frameworks for automating and enhancing workplace tasks. • Lead cross-team projects to bring solutions from research to production. • Drive innovation in business process automation and decision support systems. • Communicate and document your research via publishing papers in external scientific venues. About the team As part of the AWS Applied AI Solutions organization, we have a vision to provide business 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 no-brainers to buy and easy to use. Diverse Experiences AWS values diverse experiences. Even if you do not meet all of the qualifications and skills listed in the job description, we encourage candidates to apply. If your career is just starting, hasn’t followed a traditional path, or includes alternative experiences, don’t let it stop you from applying. Why AWS? Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform. We pioneered cloud computing and never stopped innovating — that’s why customers from the most successful startups to Global 500 companies trust our robust suite of products and services to power their businesses. Inclusive Team Culture Here at AWS, it’s in our nature to learn and be curious. Our employee-led affinity groups foster a culture of inclusion that empower us to be proud of our differences. Ongoing events and learning experiences, including our Conversations on Race and Ethnicity (CORE) and AmazeCon (gender diversity) conferences, inspire us to never stop embracing our uniqueness. Mentorship & Career Growth We’re continuously raising our performance bar as we strive to become Earth’s Best Employer. That’s why you’ll find endless knowledge-sharing, mentorship and other career-advancing resources here to help you develop into a better-rounded professional. Work/Life Balance We value work-life harmony. Achieving success at work should never come at the expense of sacrifices at home, which is why we strive for flexibility as part of our working culture. When we feel supported in the workplace and at home, there’s nothing we can’t achieve in the cloud.
US, CA, Sunnyvale
Our mission is to create a best-in-class Conversational AI that is intuitive, intelligent, and responsive, by developing superior Large Language Models (LLM) solutions and services which increase the capabilities built into the model and which enable utilizing thousands of APIs and external knowledge sources to provide the best experience for each request across millions of customers and endpoints. We are looking for a passionate, talented, and resourceful Applied Scientist in the field of LLM, Artificial Intelligence (AI), Natural Language Processing (NLP), Recommender Systems and/or Information Retrieval, to invent and build scalable solutions for a state-of-the-art context-aware conversational AI. A successful candidate will have strong machine learning background and a desire to push the envelope in one or more of the above areas. The ideal candidate would also have hands-on experiences in building Generative AI solutions with LLMs, enjoy operating in dynamic environments, be self-motivated to take on challenging problems to deliver big customer impact, moving fast to ship solutions and then iterating on user feedback and interactions. Key job responsibilities As an Senior Applied Scientist, you will leverage your technical expertise and experience to collaborate with other talented applied scientists and engineers to research and develop novel algorithms and modeling techniques to reduce friction and enable natural and contextual conversations. You will analyze, understand and improve user experiences by leveraging Amazon’s heterogeneous data sources and large-scale computing resources to accelerate advances in artificial intelligence. You will work on core LLM technologies, including Supervised Fine-Tuning (SFT), In-Context Learning (ICL), Learning from Human Feedback (LHF), etc. Your work will directly impact our customers in the form of novel products and services .
US, VA, Arlington
As a Survey Research Scientist within the Reputation Marketing & Insights team, your primary responsibility will be to help manage our employee communications research program, including a global tracking survey. The work will challenge you to be resourceful, think big while staying connected to the details, translate survey, focus group results, and advanced analytics into strategic direction, and embrace a high degree of change and ambiguity at speed. The scope and scale of what we strive to achieve is immense, but it is also meaningful and energizing. This is an individual contributor role. The right candidate possesses endless curiosity and passion for understanding employee perceptions and what drives them. You have end-to-end experience conducting qualitative research, robust large-scale surveys, campaign measurement, as well as advanced modeling skills to uncover perception drivers. You have proficiency in diving deep into large amounts of data and translating research into actionable insights/recommendations for internal communicators. You are an excellent writer who can effectively communicate data-driven insights and recommendations through written documents, presentations, and other internal communication channels. You are a creative problem-solver who seeks to deeply understand the business/communications so you can tailor research that informs stakeholder decision making and strategic messaging tactics. Key job responsibilities - Design and manage the execution of a global tracking survey focused on employee communications - Develop research to identify and test messages to drive employee perceptions - Use advanced statistical methodologies to better understand the relationship between key internal communications metrics and other related measures of perception (e.g., regression, structural equation modeling, latent growth curve modeling, Shapley analysis, etc.) - Develop causal and semi-causal measurement techniques to evaluate the perception impact of internal communications campaigns - Identify opportunities to simplify existing research processes and operate more nimbly - Engage in strategic discussions with internal partner teams to ensure our research generates actionable and on-point findings About the team This team sits within the CCR organization. Our focus is on conducting research that identifies messaging opportunities and informs communication strategies for Amazon as a brand.
US, CA, Sunnyvale
Are you passionate about solving complex wireless challenges that impact millions of customers? Join Amazon's Device Connectivity team who are revolutionizing how wireless technology shapes the future of consumer electronics. As a Wireless Research Scientist, you'll be at the forefront of developing solutions that enhance the connectivity and reliability of millions of customer devices. Your expertise will drive the creation of next-generation wireless technologies, from concept to implementation, directly shaping the future of Amazon's product ecosystem. In this role, you'll tackle complex electromagnetic challenges head-on, leveraging your analytical prowess and deep understanding of wireless principles. You'll collaborate with world-class scientists and engineers, applying machine learning and statistical analysis to optimize system performance and create scalable, cost-effective solutions for mass production. Your impact will extend beyond the lab, as you transform research concepts into practical features that delight our customers. You'll influence product roadmaps, drive critical technical decisions, and play a key role in accelerating our product development lifecycle. Key job responsibilities As a Wireless research scientist, you will use your experience to initiate wireless design, development, execution and implementation of scientific research projects. Working closely with fellow hardware dev, scientists and product managers, you will use your experience in modeling, statistics, and simulation to design new hardware, customer modeling and evaluate their benefits and impacts to cost, connectivity use cases, reliability, and speed of productization Ability to work and connect concepts across various engineering fields like EMC design, desense, antenna, wireless communication and computational electromagnetics to solve complex and novel problems Experience in combinatorial optimization, algorithms, data structures, statistics, and/or machine learning that can be leveraged to develop novel wireless designs that can be integrated and mass produced on products. This position requires superior analytical thinking, and ability to apply their technical and statistical knowledge to identify opportunities for wireless/EM applications. You should be able to mine and analyze large data, and be able to use necessary programming and statistical analysis software/tools to do so. Ability to leverage ML techniques for design optimization and performance modeling that influence technology integration and productization of novel consumer products. A day in the life Invent • You invent and design new solutions for scientifically-complex problem areas and identify opportunities for invention in existing or new business initiatives. • You expertly frame the scientific approach to solve ambiguous business problems, distinguishing between those that require new solutions and those that can be addressed with existing approaches. • You focus on business and customer problems that require scientific advances at the product level. Your research solutions set a strong example for others. You work efficiently and routinely delivered the right things. • You show good judgment when making trade-offs between short- and long-term customer, business, and technology needs. • You drive your team’s scientific agenda by proposing new initiatives and securing management buy-in. • You lead the writing of internal documents or external publications when appropriate for your team and not precluded by business considerations. • Your work consistently delivers significant benefit to the business. What you deliver could be functional, such as a software system or conceptual, such as a paper that advances scientific knowledge in a specific field or convinces the business to focus on a particular strategy. Implement • You are self-directed in your daily work and require only limited guidance for confidence checks. • You define and prioritize science or engineering specifications for new approaches. • You independently assess alternative technologies or approaches to choose the right one to be used by your system or solution with little guidance. You may own the delivery of solutions for an entire business application. • You ensure accuracy in your process abstractions, models, and simulation results. • Your solutions are inventive, maintainable, scalable, extensible, accurate, and cost-effective (e.g., you know where to extend or adapt methods). • Your solutions are creative and of such a high quality that they can be handed off with minimal rework. Influence • You are a key influencer in team strategy that impacts the business. You make insightful contributions to team roadmaps, goals, priorities, and approach. • You build consensus on larger projects and factor complex efforts into independent tasks that can be performed by you and others. • You actively recruit and help others by coaching and mentoring in your organization (or at your location). • You are involved and visible in the broader scientific communities (internal or external) as a subject matter expert. For example, you may give guest lectures, review scientific work of others, serve as a Program Committee member in conferences, or serve as a reviewer for journal publications. • You contribute to the broader internal and external scientific communities. About the team Amazon Lab126 is an inventive research and development company that designs and engineers high-profile consumer electronics. Lab126 began in 2004 as a subsidiary of Amazon.com, Inc., originally creating the best-selling Kindle family of products. Since then, we have produced innovative devices like Fire tablets, Fire TV and Amazon Echo. What will you help us create?
US, CA, Santa Clara
Want to work on frontier, world class, AI-powered experiences for health customers and health providers? The Health Science & Analytics group in Amazon's Health Store & Technology organization is looking for a Senior Manager of Applied Science to lead a group of applied scientists and engineers to work hand in hand with physicians to build the future of AI-powered healthcare experiences. We have an ambitious roadmap which includes scaling recently launched products which are already delighting products and the opportunity to build disruptive, new experiences. This role will be responsible for leading the science and technology teams driving these key innovations on behalf of our customers. Key job responsibilities - Independently manage a team of scientists and engineers to sustainably deliver science driven products. - Define the vision and long-term technical roadmap to achieve multi-year business objectives. - Maintain and raise the science bar of the team’s deliverables and keep the broader Amazon Health Services organization apprised of the latest relevant technical developments in the field. - Work across business, clinical, and technical leaders to disambiguate product requirements and socialize progress towards key goals and deliverables. - Proactively identify risks and shape the technical roadmap in anticipation of industry trends in emerging AI subfields.