Journey of a call screened by the Iris AI secretary

Iris — AI call-screening secretary

An AI secretary that answers for you, turns away unwanted calls and only puts through the calls that matter

1. Problem statement

The phone has become a target: individuals receive on average more than 300 unwanted calls per year (UFC-Que Choisir), voice fraud reports jumped by 113% in 2025 (ARCEP, the French telecom regulator), and voice-cloning scams only need a few seconds of audio to imitate someone.

As a result, people simply stop answering unknown numbers — and genuinely important calls (doctor, delivery, administration…) get lost in the middle of telemarketing.

The goal of this project was to build a complete service, designed from day one as a sellable product, able to:

  • automatically answer on the user's behalf;
  • identify the caller and the reason for the call;
  • politely turn away telemarketing and scam attempts;
  • only transfer legitimate calls, with the context displayed before picking up.

This product-grade ambition imposed strong constraints: reliable screening in real-world conditions, a multi-tenant architecture, online payments, and personal data protection.

2. The solution: Iris

Iris is an AI secretary that sits between the user's number and the outside world. When an unknown number calls, she answers with a natural French voice and leads a real conversation: who is calling, from which company, and for what reason.

  • known telemarketing and scam scenarios (fake bank advisor, training-credit or energy scams…) are recognised and politely turned away;
  • legitimate calls are transferred, and the user sees the name, company and reason on screen before even picking up;
  • whitelisted close contacts ring straight through, no questions asked;
  • blacklisted numbers are rejected immediately;
  • the user's voice is never exposed to a stranger — a safeguard against voice cloning;
  • everything is traced: history, transcripts and notifications, including turned-away and missed calls.

Two integration modes are offered: either the user hands out their Iris number (their real number stays private), or they keep their usual number and enable simple call forwarding — screened calls then reach them directly inside the app.

3. A complete product

Beyond the screening itself, the project covers the whole customer experience:

Mobile app

Dashboard with service status and statistics, call history with transcripts, whitelist and blacklist management (with phone contacts import), a dedicated incoming-call screen showing the context collected by Iris, and guided settings to activate the service.

Website

A bilingual (FR/EN) marketing site presenting the service with sourced statistics and animated diagrams, plus a customer area to browse call history and manage the subscription and the account.

Subscription

Online subscription with a free trial, a self-service portal (payment method, invoices, cancellation) and one-click account deletion, GDPR compliant.

4. Outcome

The system has been validated end to end in real conditions: a real incoming call is answered by Iris, screened through conversation, then transferred — the app rings, the context is displayed, and the conversation stays stable until hang-up.

  • complete screening: whitelist and blacklist, AI dialogue, transfer with context;
  • exhaustive history, including calls turned away without dialogue and missed calls with notifications;
  • full customer lifecycle: sign-up, trial, subscription, management and account deletion.

This is the most complete project I have built so far: it combines real-time telephony, conversational AI, a backend, a multi-tenant database, a mobile app, a website, payments and self-hosted deployment. The telephony part required three successive architectures before reaching a reliable call transfer — a genuine engineering effort detailed in the technical solution.