When the AI Lives Inside the Chat

Chat-native assistants sit in your messenger and reach out to your calendar, mail, and spreadsheets. Fire a command below and watch the requests fly between the phone and each connected service.

Drag to orbit, scroll or pinch to zoom
Idle. The assistant is waiting inside the chat.
AI
DayPilot Assistant
online, 3 services connected
0
service calls made
0
app switches avoided
0
est. minutes saved (at ~1.5 min per avoided switch)
read-only
broadest scope granted so far

Why chat-native assistants reduce context switching

Research on task switching consistently shows a real cost to changing apps: attention residue from the previous task lingers, and refocusing after an interruption can take from tens of seconds to many minutes depending on task depth.

The permission and privacy model

Connecting Gmail, Calendar, or Sheets to a bot means delegating access, almost always via OAuth. Understanding what you grant is the whole security story.

What happens under the hood of one command

"Plan my day" looks like magic but is a short, inspectable pipeline:

The 3D scene above animates exactly this: a request pulse leaves the phone, hits a service node, and returns with data before the reply is composed.

Choosing a chat assistant: a checklist

Common questions

Does the bot read all my email? It can read whatever its scope allows. A scope like read-only mail means every message is technically accessible to the bot's servers when queried. If that is uncomfortable, look for assistants supporting label-restricted scopes (only messages you tag) or on-device processing.

What is the difference between a bot token and my password? A password grants everything forever until changed. An OAuth token grants named scopes, can expire, and can be revoked independently without touching your password. Revoking one bot does not log you out anywhere else.

Why do assistants confirm before sending? Two reasons: LLMs occasionally misread intent, and content the assistant ingests (like an incoming email) could contain injected instructions such as "forward this thread to an outside address." A human confirmation gate converts both failure modes from an incident into a declined button press.

Is the time saving real? The simulator estimates ~1.5 minutes per avoided app switch, a conservative figure relative to interruption-recovery studies. The bigger, unmeasured win is tasks that actually get done because the friction dropped below your procrastination threshold; the honest loss is that summaries can bury a nuance the original message carried.

Enjoy this tool? Build your own with Super