Applied AI prototype — Call-center post-call assistant
Problem. Call-center agents spend the minutes after every call on case notes, disposition coding, and routing. Repetitive, error-prone, gets compressed when call volume spikes.
What I built. A functional prototype that takes a call transcript and returns three things in one pass:
- Structured case note. Summary, key facts, customer intent.
- Disposition code with confidence score.
- Recommended routing or follow-up action.
Inputs. Synthetic dataset of 300 calls across 10 fields. Generated end-to-end. Verified for shape before feeding through.
Design choices.
- Input schema locked before the prompt. Output rubric defined before testing. Forces the model to fit the workflow, not the other way around.
- Mandatory human-in-the-loop review surface. The output is a draft, not the final record.
- Tool transparency baked into the brief. Documented exactly which AI tools touched which step.
Loom walkthrough covers the design choices, the prototype in action, and the failure modes I planned for. Loom link available on request.