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”