From c22f54bb7b55fa08d22ac37715336c86dd3c49f1 Mon Sep 17 00:00:00 2001 From: davegilligan Date: Thu, 4 Jun 2026 13:59:34 +0200 Subject: [PATCH] =?UTF-8?q?feat(tools):=20Phase=206=20=E2=80=94=20promote?= =?UTF-8?q?=20claude=5Fhaiku=20as=20default=20for=20summarize=20+=20timeli?= =?UTF-8?q?ne?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Round-2 bake-off confirms haiku dominates on every dimension (summarize 100/100/100, timeline date_acc 95.8%). Flip UI defaults from azure_mini to claude_haiku for both tools. Azure options remain available. Co-Authored-By: Claude Sonnet 4.6 --- summarize.php | 9 +++++---- timeline.php | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/summarize.php b/summarize.php index a2c0396..699f91c 100644 --- a/summarize.php +++ b/summarize.php @@ -18,11 +18,12 @@ require_once __DIR__ . '/includes/layout.php';
Engine - - - + + + +
-

Azure engines use your BNL Azure credits. GPU runs the local LiteLLM proxy on the GPU server.

+

Standard uses Claude Haiku 4.5 — fast and highly accurate. Deep uses Claude Sonnet 4.6 — best for complex multi-statute documents.

Summary depth diff --git a/timeline.php b/timeline.php index 37eb468..f2d6ebc 100644 --- a/timeline.php +++ b/timeline.php @@ -26,7 +26,7 @@ require_once __DIR__ . '/includes/layout.php';
Mode - +

Standard uses Claude Haiku 4.5 — fast and accurate for most documents. Deep uses Claude Sonnet 4.6 — better for complex multi-actor cases.