
brieFFlow
LiveProduct Case · AI Workflow Debugging
A press-release product grounded in team documents, with the path to each result visible
Scope
- Team-document retrieval and evidence linking
- five-stage AI writing workflow
- per-stage input and output storage
- checkpoint reruns
- and before-after quality comparison
- Hardest problem
- Even a plausible AI draft can be wrong without revealing why. I needed to separate a bad document search from a bad draft step or a review rule that removed useful content.
- Decision
- I split press-release writing into five stages: document initialization, note normalization, draft generation, draft review, and selected revision. Each stage saves its input and result so I can find the failure and rerun from there.
- Rejected alternative
- Sending whole documents to one prompt and inspecting only the final output was rejected because it hides the failing stage and makes the same conditions difficult to verify again.
Result
Instead of inspecting only a bad final draft, I can see where the problem began and rerun from that stage. The same evaluation questions compare before and after so I can check whether the change actually improved the result.





