<p>I've been thinking about various applications of new LLM models (besides the obvious summarizers, code and text generators, etc.).</p>
<p>The Yandex team, studying the main use cases for their Alice smart speaker, discovered that besides the understandable questions like “what's the weather today” and “play music or a podcast,” people buy and gift these speakers to their elderly relatives. The main problem for the elderly is the lack of communication. Research shows that starting at age 40, people spend more time alone than with colleagues, partners, friends, and family. Over the years, the situation only worsens.</p>
<p>It seems that AI could help with this issue.</p>
<p>Tasks to be solved:</p>
<ol>
<li>Communication</li>
<li>Dementia prevention - the robot can provide and adapt tasks to exercise the brain</li>
<li>Safety concerns - monitor the state and report if something is wrong.</li>
</ol>
<p>Current Alexas, Alisas, and Siris struggle with this task, as they are not architecturally designed for it from the start.</p>
<p>Technically, it is already possible to build the entire product on OpenAI architecture: Whisper (voice2text) + gpt3 (response generation) + Vall-e (text2voice).</p>
<p>Challenges:</p>
<ol>
<li>Latency - current LLM models are very slow and cannot respond in real-time</li>
<li>Safety scale - how to ensure that a robot does not push a depressed person further into irreparable consequences? The cost of error is very high.</li>
</ol>
<p>#idea #ai</p>
· Essay · 1 min
Using LLM Models for Communication with the Elderly
Thoughts on the application of LLM models for communication with the elderly.
