Back to AI FDE

FDE IN PRACTICE / WORKFLOW STORIES

Smart hardware

Turn a spoken lighting request into a confirmed device action

Using a smart light as an example, map everyday language to supported operations and connect execution with status feedback, bringing voice interaction into actual product use.

Who this is for
Hardware teams adding voice control to existing connected devices
Workflow focus
Voice input → Intent confirmation → Lighting action and status feedback
Illustration of voice interaction with connected hardware

Users express an intention; devices need a specific action

A user might say “a little brighter” or “set the light for reading.” The device needs a target, its current state and an allowed brightness range. The experience also needs to handle unclear speech, offline devices and unsuccessful actions.

The challenge

Understanding a request includes checking whether it can run

The same phrase may imply different operations in different states. Recognized intent needs validation against device capabilities and parameter limits. Unclear targets require clarification, and completion messages need actual device feedback.

  1. Define what the device can understand and do

    Map supported commands, states and parameter limits with product and device engineers. Collect typical and ambiguous expressions, then agree on the first lighting tasks and clarification behavior.

  2. Connect speech understanding to controlled operations

    Translate recognized intent into defined actions and validate the device, state and parameter range. Ask for missing information and clearly explain unsupported requests.

  3. Test feedback and recovery in real conditions

    Test requests at different distances, noise levels and device states, recording recognition, execution and feedback. Explain offline or failed actions and retain the existing manual controls.

  • Voice expressions, device commands and parameter limits
  • Intent clarification and device-control prototype
  • Execution feedback and failure-recovery workflow
  • Real-environment test set and issue-recording plan

How the workflow could change

Existing workflow

  1. A voice demo recognizes requests separately from actual device state.
  2. Users repeat unclear requests without knowing what went wrong.
  3. Issued commands lack device feedback confirming whether they took effect.

Proposed workflow with FDE

  1. Interpret requests using supported actions and the current device state.
  2. Validate the target and parameters, asking for clarification when needed.
  3. Report results from device acknowledgments and offer a usable next step on failure.

Expected business value

Clearer operation results

Matching spoken responses to device feedback could help users know whether a request completed. Observe command success and repeated requests.

Fewer unsuccessful attempts

Clear guidance for ambiguous or unsupported requests could help users continue. Record clarification types and whether the task succeeds afterward.

Faster diagnosis of experience issues

Separate visibility into recognition, intent and execution could help the team locate faults. Group failures by environment and device state.

What matters here

Device state should confirm that an action completed. Speech understanding and execution feedback need to be designed together.

Does your team have a similar workflow?

Bring a real task and your current process. We can identify what is worth testing and agree on how to assess the results.

Discuss your workflow