From bd10bc34419c7c128ffe179d38f96f21e41a05b7 Mon Sep 17 00:00:00 2001
From: DJP
A typical 53-line brief takes about 2-4 minutes per locale and costs approximately $0.30-0.50 per locale (depending on model). Multiple locales run - simultaneously, so a 12-locale job completes in about 4 minutes total. + simultaneously, so a 12-locale job completes in about 4 minutes total. Briefs of + 150+ lines automatically batch with prompt caching to keep costs flat.
@@ -135,7 +136,7 @@ export default function HelpPage() {+ On the Upload step you can attach any number of supplementary files + (briefs, term lists, examples, prior creative). Each file gets a + per-file locale dropdown: +
+
+ Supported formats: .txt, .md, .json, .csv, .tsv, .docx.
+ Their text is inlined into the agent's context under a
+ “Supplementary Material” heading. Other formats (PDF, images)
+ are noted by filename only.
+
Review the summary, optionally add a context/override prompt with @@ -235,10 +253,23 @@ export default function HelpPage() { If you launch 12 locales, the first 4 start immediately and the remaining 8 queue up.
++ Auto-refresh: the dashboard and the per-job page poll + every 5 seconds while any job is active, so the status updates without + you needing to refresh the page. +
If a locale fails, you can re-run it individually without affecting other locales.
+ ++ On each job's detail page there's an Inputs sent to the agent card + showing the AI model used, which TM files were loaded, the supplementary + files attached, and the context override text. Useful for tracking and + re-prompting on script updates. +
{/* Reviewing */} @@ -291,7 +322,13 @@ export default function HelpPage() {All feedback is saved to the database and visible to other team members.
+
+ All feedback is saved to the database and visible to other team members.
+ Reviewer comments are appended to the rationale cell in the xlsx export{" "}
+ (prefixed Reviewer (Name): <comment>) so they ship downstream
+ with the rest of the work. The xlsx is regenerated on each download, so
+ late comments are always picked up.
+
- TM files are organized by channel (13 channels including Mass, Value, Onsite, Outbound, - UEFA, BDA, and more) and locale. You can select multiple TM channels per job — the system - loads all selected TM files into the agent's context for cross-channel reference. + TM files are organized by channel (Mass, Value, Onsite, Outbound, + UEFA, BDA, PrimeSpeed, etc.) and locale. You can select multiple TM + channels per job — the system loads all selected TM files into the agent's + context for cross-channel reference. The Channel dropdown is populated dynamically + from the registry, so any newly-uploaded channel appears automatically. +
++ Replacing a TM: upload a TM via Admin > TM Files with the same + channel + locale as an existing one and the new file overwrites the old one in + place — the next job for that channel + locale uses the new content. +
+
+ Adding a brand-new channel: the Channel field on the upload page
+ is a free-text input with autocomplete suggestions. Type any new name (e.g.
+ PrimeCBM) and it's registered alongside the existing channels.
Admins can upload and manage these files in Admin > TM Files and{" "}