IRIS

AI/Computer VisionDecember 7, 2025

Iterative Reasoning with Image Segmentation - A web application powered by Meta's SAM 3 and Claude for grounded visual reasoning that forces LLMs to verify visual facts rather than hallucinate.

Python
TypeScript
Next.js
FastAPI
Claude
SAM 3
Computer Vision

Key Features

  • Vision LLMs hallucinate counts and positions. IRIS forces Claude to call SAM3 segmentation tools and return exact counts with coordinates
  • Spatial reasoning via mask IoU calculations gives precise overlap percentages instead of vague approximations
  • Frame-by-frame video tracking with SAM3VideoModel outputs temporal object count data across the entire clip
  • Every answer includes visual proof with colored masks, bounding boxes, and confidence scores