summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2026-05-08docs: viva doneHEADmainCaptainJack2491
2026-05-08docs: viva stuffCaptainJack2491
2026-05-08docs: Dissertation submittedCaptainJack2491
2026-05-02docs: added objectives in the introCaptainJack2491
2026-04-30docs: updated abstractCaptainJack2491
2026-04-25docs: dissertation draftCaptainJack2491
2026-04-15Study 1: 270 runs complete + judge validation pipelineCaptainJack2491
- config_study1.yaml: 3 models × 3 oversight × bare framing × n=30 - Judge validation: 54-run subset, gold=Sonnet 4.6, proxy=Grok 4.1 Fast (BB κ=0.702) + GPT-4.1 (GB κ=0.878) - Fix OpenAI batch provider: BytesIO, method/url fields, response.body parsing - Scripts: extract_subset.py, judge_validation.py - Dissertation chapters updated (intro, methodology, results, conclusion)
2026-04-13docs: add progress presentation from start of Term 2 (Jan 2026)CaptainJack2491
2026-04-13docs: add paper draft with alternative structure for publicationCaptainJack2491
2026-04-13docs: update dissertation intro, lit review, and methodology chaptersCaptainJack2491
2026-03-09feat: add total token usage chart and update documentationCaptainJack2491
This commit: - Adds a 'Total Token Usage by Model' chart alongside the average token chart - Updates the web_gui_plan.md to reflect the removal of execution APIs and the addition of the new data visualization features.
2026-03-09feat: upgrade web GUI to modular ES6 and add Chart.jsCaptainJack2491
This commit completely overhauls the initial GUI: - Splits monolithic JS/CSS into an ES6 module structure - Implements an industrial 'Control Room' dark theme - Adds dynamic file selection endpoints for CSV and JSON judge logs - Integrates Chart.js to automatically render visualizations from CSV data - Updates web_gui_plan.md to reflect architectural changes
2026-03-09feat: Add web GUI for experiment frameworkCaptainJack2491
- Add FastAPI backend (api/server.py) with endpoints for: - Config read/write - Scenario/model discovery - Experiment run management (start/cancel/status) - Real-time log streaming via SSE - Results fetching (CSV, images, judge results) - Add vanilla JS frontend (api/static/): - Clean dark-themed dashboard - Configuration panel with dropdowns - Live log terminal - Results viewer with tabs - Add documentation (docs/web_gui_plan.md) Dependencies added: fastapi, uvicorn, sse-starlette
2026-02-27fix: separate skipped runs from incomplete in summary outputCaptainJack2491
2026-02-11[docs] added progress presentationCaptainJack2491
2026-01-11[fix] big moving around, probably made lot more bugs.CaptainJack2491
2025-11-16Move docs and notes and papers from feature-branch to mainCaptainJack2491
2025-10-28Initial commit: Set up project structureCaptainJack2491