Slides from "Evaluation-Driven Development at Ubie," presented at the Women in ML Japan Autumn Lightning Talks on AI Agents, September 18, 2026.
This talk introduces how Ubie guides healthcare AI development using expert-defined golden datasets and automated LLM-as-a-Judge evaluations, continually refining the criteria through feedback.
A clinical search case study shows how an AI coding agent used evaluations as guardrails to improve response speed. Tuning the thinking budget and parallelizing search API requests reduced both p50 and p95 time to first token (TTFT) to roughly one-third of their previous values while maintaining quality scores.
2026 年 9 月 18 日に開催された ML女子部「AIエージェント 秋のLT大会」での登壇資料です。
専門家の判断を反映したゴールデンデータセットと LLM-as-a-Judge による自動評価を軸に、Ubie の評価駆動開発を紹介します。評価結果で変更の採否を判断し、フィードバックを通じて評価基準も改善します。
医療従事者向けの臨床検索サービスでは、評価をガードレールとして開発用 AI が速度改善を実施。thinking budget の調整と検索 API の並列化により、品質スコアを維持しながら、回答開始までの時間(TTFT)を p50・p95 ともに約 1/3 に短縮しました。