August 3, 2026Research
37,442 Voice Requests: What People Actually Ask a Mac Assistant
Ninety days of categorized voice requests from our own users. Email, calendar and messaging together are 6% of them. The single most common thing people say to a voice assistant is a question about the voice assistant.
By Akshay Aggarwal · 8 min read
Every company building an AI assistant, us included, sells roughly the same picture: it reads your inbox, manages your calendar, and hands you back your morning. We have been shipping that story for a year. So we went and looked at what people using our assistant actually ask it for.
Email, calendar and messaging are 6.2% of requests.
What is in the dataset#
Every voice request Jarvis handles is tagged at the moment it is routed, with a coarse
category (use_case) and, where one is invoked, the tool that served it. The tag is
assigned by the router, not by a human reading anything, and no transcript, no message
content and no filename is recorded — only the category. That is why we can publish
this at all.
The window is fixed and reproducible: 2026-05-05 to 2026-08-02, 90 days, 37,442 requests from 591 people. Of those, 2,006 come from the Android app, which does not yet send the category field, so the shares below are computed over the 35,436 categorized requests.
What people ask for#
| Category | Requests | Share | People |
|---|---|---|---|
| Tool calls (other, opened up below) | 13,484 | 38.1% | 469 |
| Web search | 6,883 | 19.4% | 372 |
| App control | 4,844 | 13.7% | 375 |
| Memory | 3,149 | 8.9% | 324 |
| Mac control | 3,108 | 8.8% | 326 |
| Media | 1,201 | 3.4% | 230 |
| 956 | 2.7% | 194 | |
| Messaging | 882 | 2.5% | 124 |
| Calendar | 373 | 1.1% | 166 |
| Connectors | 212 | 0.6% | 73 |
| Routines | 192 | 0.5% | 53 |
| Documents | 132 | 0.4% | 41 |
| Vision | 20 | 0.1% | 15 |
Two things stand out. The first is the size of search — nearly a fifth of everything, and touched by 372 of 591 people. A voice assistant on a desktop is, to a large extent, a faster way to ask a question without opening a tab.
The second is that control beats communication by a factor of three and a half. App control plus Mac control is 22.5% of requests; email plus calendar plus messaging is 6.2%. People are not, mostly, dictating replies. They are opening things, moving things, changing settings, and finding files.
Opening the biggest bucket#
A category holding 38% of the data and named "other" is the first thing a careful reader should distrust, so here it is, broken out by the tool that served the request.
| Tool | Requests | People |
|---|---|---|
| Asking what Jarvis can do | 1,783 | 348 |
| Listing what it is connected to | 1,607 | 329 |
| Delegating a task to a background agent | 1,101 | 230 |
| File operations | 1,001 | 129 |
| Changing settings | 1,001 | 255 |
| Searching its own tools | 801 | 243 |
| Managing skills | 746 | 152 |
| Querying commitments | 605 | 227 |
| Showing a UI surface | 489 | 139 |
| System info | 447 | 154 |
| Finder search | 441 | 123 |
| Running a Shortcut | 320 | 100 |
The top two entries are not tasks. They are the assistant explaining itself.
348 of 591 people — 59% — asked the assistant what it can do. 329 asked what it is connected to. Those two questions, together, are the most common thing anyone says to this product. More people did that than sent an email, checked a calendar, or played music through it.
That is worth sitting with if you are building one of these. The hardest problem in a general-purpose assistant is not capability. It is that a text box with a microphone gives the user no idea what is behind it, so their first instinct — and their instinct again weeks later — is to ask. Discovery is not an onboarding step you get past. It is the most used feature in the product.
What changes as people stay#
Splitting each person's requests into their first seven days versus everything after:
| Category | Week 1 | Later | Change |
|---|---|---|---|
| Web search | 17.7% | 25.0% | +7.3pp |
| Memory | 8.1% | 11.5% | +3.4pp |
| App control | 13.0% | 11.9% | −1.1pp |
| Mac control | 8.5% | 6.2% | −2.3pp |
| Asking what it can do | 4.9% | 3.2% | −1.7pp |
| Email + calendar + messaging | 6.0% | 5.0% | −1.0pp |
The shape of a settled user is clear enough: they ask it things, and they tell it things to remember. The novelty uses — driving the Mac around by voice, poking at what it can do — fade. And communication, the thing the entire category is marketed on, does not grow into the habit. It shrinks slightly.
The distribution, because averages lie here#
37,442 requests across 591 people averages 63 each, which describes almost nobody. The median person made 28.5 requests in 90 days. The 90th percentile made 158, the 99th made 377, and the single heaviest user made 1,287.
So a normal user of a voice assistant talks to it a couple of times a week, and a small group lives in it. Any "average user" claim about this product category — ours included — is being made about a distribution that does not have a middle.
What we think this means#
Build for discovery first. If 59% of your users ask what your assistant can do, the answer to that question is a core surface, not a help doc. We have started treating it that way.
Search is the wedge, not the inbox. The thing people reach for most is the fastest question-answering path on the machine. It is also the least defensible feature we have, which is uncomfortable and true.
Memory earns its keep. It grows with tenure, which is what you want to see from the feature that is supposed to make the assistant yours rather than generic.
Be careful reading this as the market. These are people who chose to install a voice-first assistant on a Mac and got far enough to use it. It is a real sample of real sessions, which is more than most of the claims in this category rest on, and it is still one product's users.
If you want to poke at the thing that produced this data, Jarvis is free and open source — Apple Silicon and Intel, no signup. The dictation and routing that generate these categories run on your machine, which is also why we can only publish categories: the content never leaves it.
Frequently asked questions
How was this data collected?
Every voice request is tagged with a coarse category by the router at the moment it is handled, plus the tool that served it. No transcript, message content, filename or recipient is recorded. The analysis covers 2026-05-05 to 2026-08-02: 37,442 requests from 591 people.
Does this mean people do not want AI for email?
No. 194 of 591 people used email through the assistant at least once, so the demand is real. It means voice sessions are not where inbox work happens — email is 2.7% of requests. Wanting a capability and spending your voice time on it are different measurements.
Why is 38% of the data in a category called "other"?
Because the router categorizes coarsely and most tool calls do not fit the named buckets. The article breaks that bucket out by individual tool; the two largest members are users asking what the assistant can do and what it is connected to.
Is the Android app included?
Its 2,006 requests are in the total but not in the category shares, because the Android build does not yet send the category field. Mac accounts for 19,605 requests; the remainder come from builds that predate the platform tag.
How many requests does a typical user make?
The median user made 28.5 requests over 90 days. The 90th percentile made 158 and the heaviest single user made 1,287. The mean of 63 describes almost nobody, which is why the median is the number to quote.
Try it on your own Mac
Jarvis is free and runs on-device. Apple silicon and Intel.
Download JarvisKeep reading
- ComparisonBest AI Assistant in 2026: 13 Tools Compared, Every Price SourcedA single ranked list of AI assistants is the wrong shape, because the word covers four different products. Here they are sorted by the job they do, with prices taken from the vendors' own pages on 27 July 2026 and every benchmark labelled with who ran it.
- AI agentsThe Mac Is Becoming an AI RuntimeApple opened the Foundation Models framework to almost any model, local or server, and ships a 3B model whose inference costs nothing. When inference is free, the scarce resource stops being tokens and becomes context.
- GuideMac Dictation Not Working? Fix It by SymptomThe causes of broken Mac dictation, ordered by how often they are actually the problem — plus the one behaviour that is documented, deliberate, and cannot be turned off.