From ca660cbd10ec4ff7de483d794d1fcdb236a1c961 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 26 Mar 2026 04:32:39 -0500 Subject: [PATCH] Lab: add 3 experiment templates with auto-fill MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Templates section below experiment list: BASIC — Better Summaries (3 eval cases) Optimize summarization quality. Tests across biology, history, and technical content. Shows the simplest Lab workflow. INTERMEDIATE — Code Explainer (4 eval cases) Find the best prompt+model to explain code to non-programmers. Tests loops, recursion, error handling, comprehensions. Shows how the ratchet evolves system prompts. ADVANCED — Security Analyst Persona (5 eval cases) Evolve a cybersecurity AI across threat classification, executive summaries, developer education, incident response, and forensics. Tests multi-audience adaptation and domain expertise. Click any template → auto-fills the create form with name, objective, metric, all eval cases, and selects all available models. User can modify before creating. Each template card shows: level badge (green/amber/red), name, eval case count, and a description explaining what the experiment does and why it matters. Co-Authored-By: Claude Opus 4.6 (1M context) --- llm_team_ui.py | 101 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 100 insertions(+), 1 deletion(-) diff --git a/llm_team_ui.py b/llm_team_ui.py index 6defe09..65810f7 100644 --- a/llm_team_ui.py +++ b/llm_team_ui.py @@ -3382,9 +3382,13 @@ LAB_HTML = r"""
-

Create Experiment

+

Your Experiments

Loading...
+
+

Templates click to auto-fill the create form

+
+