human-like message delivery - split responses
G
Gabriel Oliveira
Currently, the AI sends full messages all at once, which feels unnatural and robotic.
We’d like to add an option for “human-like message delivery” — where the AI simulates how real people type and send messages on WhatsApp.
The idea is for the AI to split its response into multiple short messages, sending each one with a small random delay (1–4 seconds) between them.
Example:
Message 1: Hey, how’s it going?
(2s later)
Message 2: I saw you reached out 👀
(3s later)
Message 3: Can I help you with something?
This creates a much more natural and engaging experience, especially in WhatsApp or SMS conversations.
From a technical perspective, this can be implemented by:
- Automatically splitting the AI’s response into chunks (based on punctuation or sentence length);
- Sending each chunk as a separate message;
- Adding a random delay between messages.
Ideally, this should be a toggle or setting under the assistant’s configuration:
“Enable human-like message delivery”
Log In
A
Abhishek Kumar
Gabriel Oliveira splitting of messages will be possible . but there wont be delay
these three messages will go at once .
if we keep time delay between messages things will get worse . which will be difficult for me to explain you technically .
So for now it will be split into multiple parts .
G
Gabriel Oliveira
Abhishek Kumar Perfect! Thanks for the clarification.