# Siri Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/siri
> Markdown URL: https://aitinkerers.org/technologies/siri.md
> Technology record last updated: 2026-05-05T15:53:40Z
> Generated: 2026-09-21T05:37:16Z

Apple's intelligent personal assistant (IPA): use voice commands to execute tasks, manage apps, and find information across all Apple operating systems.

Siri is Apple's proprietary virtual assistant, first launched with the iPhone 4s on October 4, 2011. It is integrated across the Apple ecosystem: iOS, iPadOS, macOS, watchOS, and tvOS. Users activate the service by voice (saying 'Siri' or 'Hey Siri') or button press, then use natural-language queries to perform actions (send a text, set a 6:00 AM alarm) or retrieve information (weather, sports scores). A core design principle is privacy: many requests are processed via on-device intelligence, and audio is not associated with the user’s Apple Account.

- Official technology site: https://www.apple.com/siri/
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Reliable AI Agents](https://nyc.aitinkerers.org/talks/rsvp_TE3Go21sxYY)

AI agent demos based on LLMs are so common, but as Tinkerers we know they have many pitfalls around accuracy and hallucination. If we alter the prompt just slightly, the output completely changes! Grounded in years of dialogue systems research, I will be presenting the latest features in an agent built using classical approaches to Conversational AI. Rather than LLMs+RAG, this agent has an special NLU module (natural language understanding) that explicitly predicts and tracks specific named entities in the conversation, allowing for unprecedented control and reliability.

- Event context: AI Tinkerers NYC May 2024 Meetup — 2024-05-22 — New York City
- Public talk page: https://nyc.aitinkerers.org/talks/rsvp_TE3Go21sxYY

## Related Technologies

- [Alexa](https://aitinkerers.org/technologies/alexa) ([Markdown](https://aitinkerers.org/technologies/alexa.md)) — 1 public demo
- [BERT](https://aitinkerers.org/technologies/bert) ([Markdown](https://aitinkerers.org/technologies/bert.md)) — 179 public demos
- [BLOOM](https://aitinkerers.org/technologies/bloom) ([Markdown](https://aitinkerers.org/technologies/bloom.md)) — 115 public demos
- [GPT-3](https://aitinkerers.org/technologies/gpt-3) ([Markdown](https://aitinkerers.org/technologies/gpt-3.md)) — 191 public demos
- [GPT-4](https://aitinkerers.org/technologies/gpt-4) ([Markdown](https://aitinkerers.org/technologies/gpt-4.md)) — 529 public demos
- [Llama-2](https://aitinkerers.org/technologies/llama-2) ([Markdown](https://aitinkerers.org/technologies/llama-2.md)) — 227 public demos
- [PaLM 2](https://aitinkerers.org/technologies/palm-2) ([Markdown](https://aitinkerers.org/technologies/palm-2.md)) — 116 public demos
- [RAG](https://aitinkerers.org/technologies/rag) ([Markdown](https://aitinkerers.org/technologies/rag.md)) — 147 public demos
- [RoBERTa](https://aitinkerers.org/technologies/roberta) ([Markdown](https://aitinkerers.org/technologies/roberta.md)) — 118 public demos
