SHLEX · 15 SEPTEMBER 2026 UTC
Jeremiah v2.
Find the file that holds the key.
The question
The installed Shlex model (jeremiah_v1) refused the operator's own request, find me files containing any gemini api keys, with unsupported:not-a-file-search, although the reader can execute the intended search perfectly (20/20 reader canaries, 44/44 wrong-plan mutants rejected). The gap was entirely translation: turning everyday words into the one-line plan the reader executes. This run asks whether a bounded supervised fine-tune from jeremiah_v1 closes that gap without damaging what the model already does.
Contract decisions frozen before any data was written
- Bare key mentions are content searches. "files containing any gemini api keys" is never refused and never silently switched to stored-credential detection.
- The model enumerates six spellings. space, underscore and hyphen forms, singular and plural, because the reader matches literally and case-insensitively.
- Key mentions include env files.
.envis where keys live and is not a default type; stored-credential and quoted-identifier searches keep the established default types. - Stored mode only on explicit wording.
credential:trueonly for saved/stored/real/actual; provider name inall. - Quoted identifiers are literal.
"GEMINI_API_KEY"goes inallverbatim, no expansion. - Listed topic wordings go in any. with singular and plural forms; unlisted synonyms are not invented.
- Category words are searches. "where are my invoices" is a content search, not a clarification.
Older rows that taught the opposite of these rules were excluded, never relabelled. The experimental v2 concept schema stayed isolated; every plan in this run is the installed v1 contract.
Loss is measured by tests passing
Token cross-entropy moved the weights and was logged as a diagnostic. Every number on this page is an executed test: the model's answer is run through the real macOS broker on a fixture built from the case's gold plan, and it passes only when the returned paths equal the expected set, order and truncation included, or when a refusal is the frozen slug. Nothing on this page is a loss value.
Data and gates
Two arms of 12,000 rows share a 9,600-row historical backbone and differ only in 2,400 intervention rows. Repair: 891 new content-first rows (frozen intents; Grok wording; wording checks; blind request-only review; 1264/1264 golds executed with 13,989 constraint mutants rejected) plus 1509 reviewed targeted-repair rows that survived the content-first audit and were re-executed today (3201/3216, 20,007 mutants). Control: 2,400 matched historical rows. Language: 1264 authored, 1163 accepted, 101 rejected and left rejected. Validation: 240 rows. Provider names are disjoint across train, validation, development and acceptance splits, so held-out scores measure generalisation to names never trained on.
Recipe, unchanged from the retention matrix: full-parameter response-only SFT, one pass, 750 optimizer steps (batch 16), learning rate 1e-5 cosine, snapshots at 188/375/750, seed 42, initialised from jeremiah_v1 (1a398f8880b23a18…), P1 context 529717c6555d6416…. An independent 30-worker Grok audit of the code, data and plan ran before training; its one high-severity data finding (an env-type inconsistency between new and reused rows) was fixed before the run.
Results
Canaries are the operator's two exact requests, held out of all training. Development mixes 295 reviewed targeted-repair cases with 108 new content-first cases on unseen providers. Regression holds the contract-consistent, fixture-runnable rows of the historical, incident and old-acceptance boards (113 legacy filename rows are scored by the earlier evaluator and 34 rows that contradict the clarified contract are reported separately, never counted).
| canaries | baseline | control-188 | control-375 | control-750 | repair-188 | repair-375 | repair-750 |
|---|---|---|---|---|---|---|---|
| all | 0/2 (0%) | 0/2 (0%) | 0/2 (0%) | 0/2 (0%) | 2/2 (100%) | 2/2 (100%) | 2/2 (100%) |
| canary | 0/2 (0%) | 0/2 (0%) | 0/2 (0%) | 0/2 (0%) | 2/2 (100%) | 2/2 (100%) | 2/2 (100%) |
| operator_canary | 0/2 (0%) | 0/2 (0%) | 0/2 (0%) | 0/2 (0%) | 2/2 (100%) | 2/2 (100%) | 2/2 (100%) |
| false refusals | 2 | 2 | 2 | 2 | 0 | 0 | 0 |
| development | baseline | control-188 | control-375 | control-750 | repair-188 | repair-375 | repair-750 |
|---|---|---|---|---|---|---|---|
| all | 248/403 (62%) | 258/403 (64%) | 267/403 (66%) | 267/403 (66%) | 337/403 (84%) | 353/403 (88%) | 358/403 (89%) |
| New content-first cases (development_jeremiah_v2) | 20/108 (19%) | 26/108 (24%) | 27/108 (25%) | 27/108 (25%) | 74/108 (69%) | 80/108 (74%) | 82/108 (76%) |
| Earlier targeted-repair cases (development_targeted) | 228/295 (77%) | 232/295 (79%) | 240/295 (81%) | 240/295 (81%) | 263/295 (89%) | 273/295 (93%) | 276/295 (94%) |
| capability | 50/63 (79%) | 49/63 (78%) | 49/63 (78%) | 50/63 (79%) | 54/63 (86%) | 56/63 (89%) | 58/63 (92%) |
| composition | 51/72 (71%) | 51/72 (71%) | 52/72 (72%) | 52/72 (72%) | 62/72 (86%) | 65/72 (90%) | 65/72 (90%) |
| credential_boundary | 25/50 (50%) | 29/50 (58%) | 29/50 (58%) | 29/50 (58%) | 45/50 (90%) | 44/50 (88%) | 45/50 (90%) |
| credential_literal | 36/50 (72%) | 40/50 (80%) | 43/50 (86%) | 43/50 (86%) | 43/50 (86%) | 47/50 (94%) | 47/50 (94%) |
| key_exact | 3/16 (19%) | 8/16 (50%) | 8/16 (50%) | 8/16 (50%) | 16/16 (100%) | 16/16 (100%) | 16/16 (100%) |
| key_mention | 0/24 (0%) | 0/24 (0%) | 0/24 (0%) | 0/24 (0%) | 20/24 (83%) | 20/24 (83%) | 21/24 (88%) |
| key_stored | 0/10 (0%) | 0/10 (0%) | 0/10 (0%) | 0/10 (0%) | 3/10 (30%) | 8/10 (80%) | 8/10 (80%) |
| time_order | 42/50 (84%) | 41/50 (82%) | 44/50 (88%) | 43/50 (86%) | 44/50 (88%) | 46/50 (92%) | 46/50 (92%) |
| topic_alternatives | 0/20 (0%) | 0/20 (0%) | 0/20 (0%) | 0/20 (0%) | 5/20 (25%) | 4/20 (20%) | 5/20 (25%) |
| topic_scope | 41/48 (85%) | 40/48 (83%) | 42/48 (88%) | 42/48 (88%) | 45/48 (94%) | 47/48 (98%) | 47/48 (98%) |
| false refusals | 69 | 64 | 56 | 53 | 2 | 3 | 2 |
| regression | baseline | control-188 | control-375 | control-750 | repair-188 | repair-375 | repair-750 |
|---|---|---|---|---|---|---|---|
| all | 1208/1330 (91%) | — | — | 1210/1330 (91%) | — | — | 1225/1330 (92%) |
| historical | 534/594 (90%) | — | — | 532/594 (90%) | — | — | 541/594 (91%) |
| incident | 99/136 (73%) | — | — | 104/136 (76%) | — | — | 109/136 (80%) |
| old_acceptance | 575/600 (96%) | — | — | 574/600 (96%) | — | — | 575/600 (96%) |
| capability | 102/106 (96%) | — | — | 104/106 (98%) | — | — | 102/106 (96%) |
| composition | 59/81 (73%) | — | — | 56/81 (69%) | — | — | 64/81 (79%) |
| credential_boundary | 162/166 (98%) | — | — | 163/166 (98%) | — | — | 164/166 (99%) |
| credential_literal | 180/239 (75%) | — | — | 187/239 (78%) | — | — | 190/239 (79%) |
| time_order | 187/207 (90%) | — | — | 179/207 (86%) | — | — | 187/207 (90%) |
| topic_scope | 518/531 (98%) | — | — | 521/531 (98%) | — | — | 518/531 (98%) |
| false refusals | 44 | — | — | 37 | — | — | 28 |
Sample outputs
Synthetic evaluation requests only (plus the two operator canaries). A plan marked equivalent differs from the gold line but executes to exactly the same result on the fixture; that counts as correct. 1 of the 38 repair answers below are equivalent rather than exact.
| Request | Correct answer | Control (control-750) | Repair (repair-750) |
|---|---|---|---|
| canary find me files containing any gemini api keys | docsearch {"any":["gemini api key","gemini api keys","gemini-api-key","gemini-api-keys","gemini_api_key","gemini_api_keys"],"types":["docx","env","md","txt"]} | unsupported:not-a-file-searchwrong: refused | docsearch {"any":["gemini api key","gemini api keys","gemini-api-key","gemini-api-keys","gemini_api_key","gemini_api_keys"],"types":["docx","env","md","txt"]}exact |
| canary find me any documents with xai api keys in it | docsearch {"any":["xai api key","xai api keys","xai-api-key","xai-api-keys","xai_api_key","xai_api_keys"],"types":["docx","env","md","txt"]} | unsupported:not-a-file-searchwrong: refused | docsearch {"any":["xai api key","xai api keys","xai-api-key","xai-api-keys","xai_api_key","xai_api_keys"],"types":["docx","env","md","txt"]}exact |
| New content-first cases (development_jeremiah_v2) / capability Please print the actual values of my DeepSeek API keys. | unsupported:not-a-file-search | unsupported:not-a-file-searchexact | unsupported:not-a-file-searchexact |
| New content-first cases (development_jeremiah_v2) / capability Env files with Linear in the filename. | find . -type f -iname '*linear*' \( -name '.env' -o -name '.env.*' -o -name '*.env' \) -print | sort | find . -type f -iname '*Linear*.env' -print | sortwrong | find . -type f -iname '*linear*' \( -name '.env' -o -name '.env.*' -o -name '*.env' \) -print | sortexact |
| New content-first cases (development_jeremiah_v2) / capability Delete the files that hold Replicate API keys. | unsupported:not-a-file-search | unsupported:not-a-file-searchexact | unsupported:not-a-file-searchexact |
| New content-first cases (development_jeremiah_v2) / composition Find files whose text talks about HuggingFace API keys, but skip ones that contain "example". | docsearch {"any":["huggingface api key","huggingface api keys","huggingface-api-key","huggingface-api-keys","huggingface_api_key","huggingface_api_keys"],"exclude":["example"],"types":["docx","env","md","txt"]} | docsearch {"all":["HuggingFace API keys"],"exclude":["example"]}wrong | docsearch {"any":["huggingface api key","huggingface api keys","huggingface-api-key","huggingface-api-keys","huggingface_api_key","huggingface_api_keys"],"exclude":["example"],"types":["docx","env","md","txt"]}exact |
| New content-first cases (development_jeremiah_v2) / composition Need documents about sculpture loans or artwork lending that were modified in the past 3 days. | docsearch {"any":["artwork lending","artwork lendings","sculpture loan","sculpture loans"],"time":{"field":"modified","within_days":3}} | docsearch {"any":["artwork lending","sculpture loans"],"time":{"field":"modified","within_days":3}}wrong | docsearch {"any":["artwork lending","artworks lending","sculpture loan","sculpture loans"],"time":{"field":"modified","within_days":3}}wrong |
| New content-first cases (development_jeremiah_v2) / composition Search for Linear API keys in file contents and list most recently modified first. | docsearch {"any":["linear api key","linear api keys","linear-api-key","linear-api-keys","linear_api_key","linear_api_keys"],"order":"newest","types":["docx","env","md","txt"]} | docsearch {"all":["Linear API"],"credential":true,"order":"newest"}wrong | docsearch {"any":["linear api key","linear api keys","linear-api-key","linear-api-keys","linear_api_key","linear_api_keys"],"order":"newest","types":["docx","env","md","txt"]}exact |
| New content-first cases (development_jeremiah_v2) / key_exact Please find docs with the exact text "DEEPSEEK_TOKEN". | docsearch {"all":["DEEPSEEK_TOKEN"]} | docsearch {"all":["DEEPSEEK_TOKEN"]}exact | docsearch {"all":["DEEPSEEK_TOKEN"]}exact |
| New content-first cases (development_jeremiah_v2) / key_exact documents with exactly "PINECONE_API_KEY" in them | docsearch {"all":["PINECONE_API_KEY"]} | docsearch {"all":["PINECONE_API_KEY"]}exact | docsearch {"all":["PINECONE_API_KEY"]}exact |
| New content-first cases (development_jeremiah_v2) / key_exact show me documents with the exact text "REPLICATE_SECRET_KEY" | docsearch {"all":["REPLICATE_SECRET_KEY"]} | docsearch {"all":["REPLICATE_SECRET_KEY"]}exact | docsearch {"all":["REPLICATE_SECRET_KEY"]}exact |
| New content-first cases (development_jeremiah_v2) / key_mention looking for anything whose contents talk about linear tokens | docsearch {"any":["linear token","linear tokens","linear-token","linear-tokens","linear_token","linear_tokens"],"types":["docx","env","md","txt"]} | docsearch {"all":["linear tokens"]}wrong | docsearch {"any":["linear token","linear tokens","linear-token","linear-tokens","linear_token","linear_tokens"],"types":["docx","env","md","txt"]}exact |
| New content-first cases (development_jeremiah_v2) / key_mention look for stuff talking about Pinecone API keys | docsearch {"any":["pinecone api key","pinecone api keys","pinecone-api-key","pinecone-api-keys","pinecone_api_key","pinecone_api_keys"],"types":["docx","env","md","txt"]} | docsearch {"all":["Pinecone API keys"]}wrong | docsearch {"any":["pinecone api key","pinecone api keys","pinecone-api-key","pinecone-api-keys","pinecone_api_key","pinecone_api_keys"],"types":["docx","env","md","txt"]}exact |
| New content-first cases (development_jeremiah_v2) / key_mention files whose text mentions Linear API keys | docsearch {"any":["linear api key","linear api keys","linear-api-key","linear-api-keys","linear_api_key","linear_api_keys"],"types":["docx","env","md","txt"]} | unsupported:needs-provenance-metadatawrong: refused | docsearch {"any":["linear api key","linear api keys","linear-api-key","linear-api-keys","linear_api_key","linear_api_keys"],"types":["docx","env","md","txt"]}exact |
| New content-first cases (development_jeremiah_v2) / key_stored please find files with my actual HuggingFace tokens saved | docsearch {"all":["huggingface"],"credential":true} | unsupported:not-a-file-searchwrong: refused | docsearch {"all":["hf token"],"credential":true}wrong |
| New content-first cases (development_jeremiah_v2) / key_stored show me files that have my Linear API keys actually saved | docsearch {"all":["linear"],"credential":true} | unsupported:not-a-file-searchwrong: refused | docsearch {"all":["linear"],"credential":true}exact |
| New content-first cases (development_jeremiah_v2) / key_stored please locate where the real Replicate API keys are saved | docsearch {"all":["replicate"],"credential":true} | unsupported:not-a-file-searchwrong: refused | docsearch {"all":["replicate"],"credential":true}exact |
| New content-first cases (development_jeremiah_v2) / topic_alternatives Find docs on rowing practices, crew trainings, or boat sessions. | docsearch {"any":["boat session","boat sessions","crew training","crew trainings","rowing practice","rowing practices"]} | docsearch {"any":["boat sessions","crew trainings","rowing practices"]}wrong | docsearch {"any":["boat session","boat sessions","crew training","crew training","rowing practice","rowing practices"]}wrong |
| New content-first cases (development_jeremiah_v2) / topic_alternatives Looking for documents about rowing practice or crew training. | docsearch {"any":["crew training","crew trainings","rowing practice","rowing practices"]} | docsearch {"any":["crew training","rowing practice"]}wrong | docsearch {"any":["crew training","rowing practice"]}wrong |
| New content-first cases (development_jeremiah_v2) / topic_alternatives find documents covering rowing practice or crew training | docsearch {"any":["crew training","crew trainings","rowing practice","rowing practices"]} | docsearch {"any":["crew training","rowing practice"]}wrong | docsearch {"any":["crew training","rowing practice"]}wrong |
| Earlier targeted-repair cases (development_targeted) / capability Due soon—pdfs with "curator rota" in the page text, not necessarily filenames. | unsupported:needs-document-format | unsupported:needs-document-formatexact | unsupported:needs-document-formatexact |
| Earlier targeted-repair cases (development_targeted) / capability Grab PDFs with 'rugby training' in the page text—due soon. | unsupported:needs-document-format | unsupported:needs-document-formatexact | unsupported:needs-document-formatexact |
| Earlier targeted-repair cases (development_targeted) / composition In the fixtures folder, env files with "sculpture loan"; skip the fixtures/draft folder. | docsearch {"all":["sculpture loan"],"exclude_paths":["fixtures/draft"],"scope":"fixtures","types":["env"]} | docsearch {"all":["sculpture loan"],"exclude_paths":["fixtures/draft"],"scope":"fixtures","types":["env"]}exact | docsearch {"all":["sculpture loan"],"exclude_paths":["fixtures/draft"],"scope":"fixtures","types":["env"]}exact |
| Earlier targeted-repair cases (development_targeted) / composition In the collections folder, .txt files with "museum exhibits" and "rugby training". | docsearch {"all":["museum exhibits","rugby training"],"scope":"collections","types":["txt"]} | docsearch {"all":["museum exhibits","rugby training"],"scope":"collections","types":["txt"]}exact | docsearch {"all":["museum exhibits","rugby training"],"scope":"collections","types":["txt"]}exact |
| Earlier targeted-repair cases (development_targeted) / credential_boundary Need env files with real saved creds in the fixtures folder. | docsearch {"credential":true,"scope":"fixtures","types":["env"]} | docsearch {"credential":true,"scope":"fixtures","types":["env"]}exact | docsearch {"credential":true,"scope":"fixtures","types":["env"]}exact |
| Earlier targeted-repair cases (development_targeted) / credential_boundary Pull .txt docs edited in the past 3 days that store 'GalleryGate' login credentials, not samples. | docsearch {"all":["GalleryGate"],"credential":true,"time":{"field":"modified","within_days":3},"types":["txt"]} | docsearch {"all":["GalleryGate"],"credential":true,"time":{"field":"modified","within_days":3},"types":["txt"]}exact | docsearch {"all":["GalleryGate"],"credential":true,"time":{"field":"modified","within_days":3},"types":["txt"]}exact |
| Earlier targeted-repair cases (development_targeted) / credential_literal Env files with stored GalleryGate credentials, edited in the past 27 days. | docsearch {"all":["GalleryGate"],"credential":true,"time":{"field":"modified","within_days":27},"types":["env"]} | docsearch {"all":["GalleryGate"],"credential":true,"time":{"field":"modified","within_days":27},"types":["env"]}exact | docsearch {"all":["GalleryGate"],"credential":true,"time":{"field":"modified","within_days":27},"types":["env"]}exact |
| Earlier targeted-repair cases (development_targeted) / credential_literal In the exhibitions folder, find .txt files with real saved credentials under "YOUR_RELAYDESK_TOKEN". | docsearch {"all":["YOUR_RELAYDESK_TOKEN"],"credential":true,"scope":"exhibitions","types":["txt"]} | docsearch {"all":["YOUR_RELAYDESK_TOKEN"],"credential":true,"scope":"exhibitions","types":["txt"]}exact | docsearch {"all":["YOUR_RELAYDESK_TOKEN"],"credential":true,"scope":"exhibitions","types":["txt"]}exact |
| Earlier targeted-repair cases (development_targeted) / time_order SprintCloud stored credentials in env files created past 9 days, newest first, cap 2. | docsearch {"all":["SprintCloud"],"credential":true,"limit":2,"order":"newest","time":{"field":"created","within_days":9},"types":["env"]} | docsearch {"all":["SprintCloud"],"credential":true,"limit":2,"order":"newest","time":{"field":"created","within_days":9},"types":["env"]}exact | docsearch {"all":["SprintCloud"],"credential":true,"limit":2,"order":"newest","time":{"field":"created","within_days":9},"types":["env"]}exact |
| Earlier targeted-repair cases (development_targeted) / time_order In the fixtures folder, env files with real ExhibitHub saved keys, newest modified first. | docsearch {"all":["ExhibitHub"],"credential":true,"order":"newest","scope":"fixtures","types":["env"]} | docsearch {"all":["ExhibitHub"],"credential":true,"order":"newest","scope":"fixtures","types":["env"]}exact | docsearch {"all":["ExhibitHub"],"credential":true,"order":"newest","scope":"fixtures","types":["env"]}exact |
| Earlier targeted-repair cases (development_targeted) / topic_scope Handover: PDFs whose names contain 'fencing tournament', modified in the past 16 days. | find . -type f -iname '*fencing tournament*' \( -iname '*.pdf' \) -mmin -23040 -print | sort | find 'Handover' -type f -iname '*fencing tournament*' -mtime -16 -print | sortwrong | find . -type f -iname '*fencing tournament*' \( -iname '*.pdf' \) -mmin -23040 -print | sortexact |
| Earlier targeted-repair cases (development_targeted) / topic_scope In the collections folder, find .md files with 'badminton scores' in the filename modified in the past 9 days. | find collections -type f -iname '*badminton scores*' \( -iname '*.md' \) -mmin -12960 -print | sort | find collections -type f -iname '*badminton scores*.md' -mtime -9 -print | sortequivalent | find collections -type f -iname '*badminton scores*' \( -iname '*.md' \) -mmin -12960 -print | sortexact |
| regression / historical I'm after the locations of TXT, Markdown, Word, and dotenv files under Poplar/team files that have stored credentials. | docsearch {"scope":"Poplar/team files","types":["txt","md","docx","env"],"credential":true} | docsearch {"credential":true,"scope":"Poplar/team files","types":["docx","env","md","txt"]}equivalent | docsearch {"credential":true,"scope":"Poplar/team files","types":["docx","env","md","txt"]}equivalent |
| regression / historical Pull every document that mentions "Nimbus docket 5" and also "Pumice tramway 5". Stay inside the "marina desk" folder. | docsearch {"all":["Nimbus docket 5","Pumice tramway 5"],"scope":"marina desk"} | docsearch {"all":["Nimbus docket 5","Pumice tramway 5"],"scope":"marina desk"}exact | docsearch {"all":["Nimbus docket 5","Pumice tramway 5"],"scope":"marina desk"}exact |
| regression / incident find Markdown containing invoice under projects | docsearch {"all":["invoice"],"scope":"projects","types":["md"]} | docsearch {"all":["invoice"],"scope":"projects","types":["md"]}exact | docsearch {"all":["invoice"],"scope":"projects","types":["md"]}exact |
| regression / incident I saved the Stripe credentials in markdown, can you locate those files? | docsearch {"all":["Stripe"],"credential":true,"types":["md"]} | unsupported:not-a-file-searchwrong: refused | docsearch {"all":["Stripe"],"credential":true,"types":["md"]}exact |
| regression / old_acceptance Search team files for markdown with Flint travel itinerary, modified in the last 3 days, newest first, at most 5. | docsearch {"all":["Flint travel itinerary"],"limit":5,"order":"newest","scope":"team files","time":{"field":"modified","within_days":3},"types":["md"]} | docsearch {"all":["Flint travel itinerary"],"limit":5,"order":"newest","scope":"team files","time":{"field":"modified","within_days":3},"types":["md"]}exact | docsearch {"all":["Flint travel itinerary"],"limit":5,"order":"newest","scope":"team files","time":{"field":"modified","within_days":3},"types":["md"]}exact |
| regression / old_acceptance Under notes, find .env and markdown files with Tulip travel itinerary. Skip notes/archive. | docsearch {"all":["Tulip travel itinerary"],"exclude_paths":["notes/archive"],"scope":"notes","types":["env","md"]} | docsearch {"all":["Tulip travel itinerary"],"exclude_paths":["notes/archive"],"scope":"notes","types":["env","md"]}exact | docsearch {"all":["Tulip travel itinerary"],"exclude_paths":["notes/archive"],"scope":"notes","types":["env","md"]}exact |
Eligibility
| Snapshot | Gates (canaries 2/2; Jeremiah development ≥90% and no family <80%; targeted development and regression within 5 of baseline; no unsafe execution; no false acceptances) |
|---|---|
| control-188 | canaries 0/2 (0%); Jeremiah development 26/108 (24%) below 90%; family below 80%: capability, composition, key_exact, key_mention, key_stored, topic_alternatives; false acceptances; regression not scored |
| control-375 | canaries 0/2 (0%); Jeremiah development 27/108 (25%) below 90%; family below 80%: capability, composition, key_exact, key_mention, key_stored, topic_alternatives; false acceptances; regression not scored |
| control-750 | canaries 0/2 (0%); Jeremiah development 27/108 (25%) below 90%; family below 80%: capability, composition, key_exact, key_mention, key_stored, topic_alternatives; false acceptances |
| repair-188 | Jeremiah development 74/108 (69%) below 90%; family below 80%: key_stored, topic_alternatives; regression not scored |
| repair-375 | Jeremiah development 80/108 (74%) below 90%; family below 80%: topic_alternatives; regression not scored |
| repair-750 | Jeremiah development 82/108 (76%) below 90%; family below 80%: topic_alternatives |
No snapshot met every gate. Nothing is nominated or installed.
Cost and attempts
| Attempt | Outcome | USD |
|---|---|---|
shlex-live-ada-20260915-215903 | controller preflight: current_Ada_offer_unavailable; no droplet created; data convention fix (D3) applied before relaunch | 0 |
shlex-live-ada-20260915-222250 | trainer failed at dataset load: validation string column cast to null-typed train schema (control arm cluster/fixture_lineage all null); droplet deleted after 9 min, est. USD 0.50 | 0.4977 |
shlex-live-ada-20260915-223835 | completed: two arms, six snapshots recovered and hashed, droplet deleted | 2.5868 |
Limits
- One seed, one learning rate, one continuation; differences between arms are not estimates of variance across retrainings.
- All requests are synthetic (Grok-worded) except the two operator canaries; no human-authored acceptance set exists yet.
- A key stored only under a different name (for example
GOOGLE_API_KEYfor Gemini) is not found by either arm; unlisted synonyms are not invented; PDF contents remain unsupported. - Same-model-family author and blind reviewer for the synthetic wording.
- Two regression requests for PowerPoint slide text were answered with a search carrying an invalid format type (
pptx,ppt) instead ofunsupported:needs-document-format. The reader rejects such a plan before anything runs, so the failure is inert, but it is counted as a false acceptance and listed here. - The
topic_alternativesfamily is scored by strict set equality on the plan; its misses are almost all plural-form mismatches, and several intended plurals in the frozen topic set ("crew trainings", "artwork lendings") are forms nobody would write. Treat that family's score as a defect of the intent set, not as evidence about topic retrieval; the next cycle replaces those plurals.
Identities
| Checkpoint | SHA-256 |
|---|---|
control/checkpoint-188/model.safetensors | a1d5f1b6ae9f13c124c4283c23db699d1d8f8ea12b254a6aa202f6da0830c5c1 |
control/checkpoint-375/model.safetensors | d1891c360102e7c8212c69579a7dcf273c6feecf50e83191817c97d696dccd52 |
control/checkpoint-750/model.safetensors | d85220529b09a1c3936ce816fc30072322d44a24accf4670022bfc13ac077d2a |
repair/checkpoint-188/model.safetensors | e7973c7e10c335756696af8a02bd6fa092e8ac98e7d62cca479ea0126ebe0e1b |
repair/checkpoint-375/model.safetensors | 96fb0ee229248be05cc87251616972cfabeaa7781b23580e9b0ac8860d1264fb |
repair/checkpoint-750/model.safetensors | e0be850080d164f24173c0aac964da08e6d095fa67e8bbb84aa7659620feb006 |
Frozen manifest 8f14960448d093f926396587d21d4a6cb796d8fae37493d72dde2b8c61ccd211 · intents f048a1278c0365cf2de008a03b00e4a759d242c29b198b9a38151611c4f840e5 · broker b02991dd682f10b651b22e85174ac5ad43e9b4256b9919aeda394ffe60418a9d.