# messaging Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/messaging
> Markdown URL: https://aitinkerers.org/technologies/messaging.md
> Technology record last updated: 2026-03-05T20:22:18Z
> Generated: 2026-08-26T06:23:03Z

Messaging facilitates near-instantaneous data exchange between distributed endpoints using protocols like XMPP, MQTT, or AMQP.

Modern messaging systems move billions of packets daily across architectures ranging from simple peer-to-peer SMS to complex enterprise service buses (ESBs). By leveraging standardized protocols such as XMPP for presence or MQTT for low-bandwidth IoT telemetry, these systems ensure sub-100ms latency for critical communications. Whether managing RabbitMQ clusters for asynchronous task queuing or deploying Signal's Double Ratchet algorithm for end-to-end encryption, messaging remains the backbone of real-time digital interaction.

- Official technology site: https://www.rfc-editor.org/rfc/rfc6120
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Teaching an AI to Text: Turning Natural Language Into Chat Actions](https://chicago.aitinkerers.org/talks/rsvp_XrA7jcPfzYI)

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.

- Event context: AI Tinkerers Chicago: February Meetup ft. DubClub — 2026-02-17 — Chicago
- Public talk page: https://chicago.aitinkerers.org/talks/rsvp_XrA7jcPfzYI

## Related Technologies

- [Chat](https://aitinkerers.org/technologies/chat) ([Markdown](https://aitinkerers.org/technologies/chat.md)) — 4 public demos
- [Flutter](https://aitinkerers.org/technologies/flutter) ([Markdown](https://aitinkerers.org/technologies/flutter.md)) — 22 public demos
- [Gemini](https://aitinkerers.org/technologies/gemini) ([Markdown](https://aitinkerers.org/technologies/gemini.md)) — 187 public demos
- [Gemini API](https://aitinkerers.org/technologies/gemini-api) ([Markdown](https://aitinkerers.org/technologies/gemini-api.md)) — 20 public demos
- [OpenAI](https://aitinkerers.org/technologies/openai) ([Markdown](https://aitinkerers.org/technologies/openai.md)) — 111 public demos
- [OpenAI API](https://aitinkerers.org/technologies/openai-api) ([Markdown](https://aitinkerers.org/technologies/openai-api.md)) — 518 public demos
- [PostgreSQL](https://aitinkerers.org/technologies/postgresql) ([Markdown](https://aitinkerers.org/technologies/postgresql.md)) — 102 public demos
- [presence](https://aitinkerers.org/technologies/presence) ([Markdown](https://aitinkerers.org/technologies/presence.md)) — 1 public demo
- [Supabase](https://aitinkerers.org/technologies/supabase) ([Markdown](https://aitinkerers.org/technologies/supabase.md)) — 88 public demos
- [Time](https://aitinkerers.org/technologies/time) ([Markdown](https://aitinkerers.org/technologies/time.md)) — 6 public demos
