IRIS
Agentic AI assistants for banks.
IRIS is a platform of agentic AI assistants I built for banks: Bradesco (Bia), Itau (IARA), Banco Inter (Babi), PicPay, and Serasa.
Each assistant pairs a retrieval layer and hard guardrails with a real-time feature store on Redis, so it does more than chat: it reads live account state, scores risk, and takes actions like moving money, behind a confirmation gate that prevents double-apply.
The interesting engineering is in the boring parts: reproducible resets, byte-identical guardrail starters, and a Redis topology where the feature store is recomputed on write.