Amazon Alexa
By Amazon
Amazon Alexa is Amazon's cloud-based voice assistant platform, best known for powering Echo smart speakers, that lets users interact hands-free through voice and lets developers build voice-based applications called Skills.
Definition
Amazon Alexa is Amazon's cloud-based voice assistant platform, best known for powering Echo smart speakers, that lets users interact hands-free through voice and lets developers build voice-based applications called Skills.
Overview
Alexa listens for a wake word, streams the following audio to Amazon's cloud for speech recognition and natural-language understanding, then routes the interpreted request to the right handler — a built-in capability like playing music or setting a timer, or a third-party Skill — and returns a spoken response. This client-light, cloud-heavy architecture is what let Alexa ship on relatively inexpensive hardware while still supporting a constantly expanding set of capabilities on the backend. The Skills model is what turned Alexa into a platform rather than a single product: developers build Skills using the Alexa Skills Kit, define the voice interactions a Skill responds to, and host the actual logic as a cloud function, often on infrastructure like Amazon Web Services. This mirrors how Amazon has more recently built AI agent and assistant tooling, such as Amazon Q and Amazon Bedrock, around the idea of routing requests to specialized handlers behind a conversational interface — a pattern also explored in the blog post on how AI agents actually work.
Key Features
- Wake-word-based, hands-free voice interaction
- Cloud-based speech recognition and natural language understanding
- Skills architecture for extending Alexa with third-party voice apps
- Alexa Skills Kit (ASK) for developers to build and publish Skills
- Smart home integration for controlling connected devices by voice
- Multi-device support across Echo speakers, displays, and third-party hardware
- Routines for chaining multiple actions from a single voice command