LearnAI
Новинки AI · Голосовой AI · Lesson 4/10
← To the catalog
Task

Voice note - to structure

Take your (or this) raw voice note and turn it into a structure. Return JSON {"note":"...","instruction":"...","output_format":"..."}: the note itself, instructions for the AI ​​on how to parse it, and a description of the target structure (what fields/sections should be obtained).

Unlock access to submit solutions for instant AI review.
From the stream of thought to action
💡 A piece of theory

A voice note is a stream of thought: I said it on the go before I forgot. Value appears when the raw flow is transformed into a structure - a list of tasks, a plan, theses. Mechanics: first, speech becomes text (transcript), then the model reads this text and arranges it in the form you specified. The key is to specify the form explicitly. If you simply say “do it beautifully”, you will get a random result. If you say “take out a list of tasks from the note, for each - what to do and the deadline, if the deadline is named,” you will get what you need. Pro trick: end the voice note itself with a short built-in command (meta-instruction) - say at the end “now break this down into tasks and ideas separately.” The model will hear both the note and the command in one pass. The second technique: ask the AI ​​to mark gaps - “where there is not enough data, ask a question” so that the structure honestly shows the holes, and does not invent. A typical mistake is to expect the AI ​​to guess the required format; he executes form well, but he doesn't read minds. Describe the target structure in your own words - and the note will turn into action.

How is it assessed · passing 70

  • 1Valid JSON without text around it30%
  • 2There are fields note, instruction, output_format30%
  • 3The format is set explicitly40%
Your promptClaude ⌄
🔒

Unlock access to submit solutions for instant AI review.