Skip to content
All work

Triagely

In progress

Automatically sorts incoming customer support requests.

Plug in your support tool and every request comes back sorted: topic, urgency, customer tone, language, and which team should handle it.

The problem

Sorting requests by hand is expensive and degrades over time. AI does it well, until the day a small adjustment silently breaks one field. The real challenge is not sorting; it is knowing when the sorting starts to drift.

How it is built

  1. 01

    A service reachable through an API, one key per customer, with quotas and rate limits.

  2. 02

    Answers constrained to a strict shape, validated before they leave the service.

  3. 03

    A single entry point to several AI providers, switching over automatically when one fails.

  4. 04

    Spaced-out retries on error, and a spending cap per request.

  5. 05

    A set of reference cases replayed automatically on every change to the code.

What it proves

Answers always in the right shape, and quality verified on every change.

Build log

The full write-up will land here: what was tried, what failed, the numbers obtained, and what I would do differently. It goes up once the measurements exist, not before.

Next project

DocPilot

© 2026 Florian ArgaudEvery number published on this site is measured, or marked “to be published”.