Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
SmartChat: Natural Language Chat Actions
Learn how AI can transform texting by turning natural language commands into chat actions, exploring recipient matching, intent confirmation, and real-time integration.
This demo explores how AI can improve the texting experience by letting users send messages using natural language instead of UI steps. I’ll present SmartChat, a real-time chat experiment where users can type commands like “Send Aron I’ll be late” and have the system infer the recipient, message, and intent.
The focus is on how the AI layer was designed: parsing ambiguous text, matching recipients from partial names, confirming intent, handling mistakes, and keeping the interaction fast enough for real-time chat. I’ll walk through how LLMs were integrated into a mobile messaging flow, how failures are handled, and what design patterns worked (and didn’t) when AI becomes part of the text input itself.