01

Transcription solves only the first half

A transcript can turn audio into words, but a five-minute ramble may still hide the thing you actually needed to do. ‘I need to send the revised quote Thursday, check the supplier price first, and remember they said delivery takes 10 days’ is more useful as structured action plus context than as one paragraph.

The system should therefore distinguish transcription from interpretation. Keeping both is valuable: transcript for fidelity, structure for action.

02

Extract actions without destroying context

A common mistake is to turn every sentence into a task. That creates noise. A better approach is to identify explicit commitments and schedules while keeping background facts attached.

For example, ‘send the revised quote Thursday’ can be an action. ‘Delivery takes 10 days’ is reference context. ‘Check supplier price first’ may be a prerequisite. The original recording or transcript remains available if the interpretation needs correction.

03

Treat relative dates carefully

Voice notes are full of phrases like ‘tomorrow morning,’ ‘after lunch,’ ‘next Friday,’ and ‘twenty minutes before.’ These phrases need the capture timestamp and user timezone to become real dates.

A trustworthy system should avoid inventing a time when none was spoken. ‘Tomorrow’ can be date-only; ‘tomorrow at seven thirty’ can be exact. When a time matters but is missing, clarification is better than a silent default.

04

Do not lose the recording while chasing convenience

If you care about preserving the original audio, recording and speech recognition are separate concerns. A speech recognizer can return text without giving the app a durable copy of the recording.

A robust architecture stores attachment metadata separately from the item itself, so audio can sit next to the transcript and future image/file capture can use the same model.

05

A simple test

Record one deliberately messy note with two actions, one date, one amount, and one non-action fact. Then ask yourself whether the app gives you something more useful than a cleaned transcript.

  • Can you see the original transcript or audio?
  • Are the actual actions separated from background context?
  • Are dates and reminder offsets correct?
  • Can you edit what the AI misunderstood?
  • Can you retrieve the non-action detail later?