Debugging OpenAI Logs
Use trace IDs and artifacts rather than guessing from rendered output.
Workflow
- identify the affected case run
- inspect
artifacts/llm-traces/<case>/ - correlate response IDs and prompt stages
- compare model output to deterministic projection and final report rendering
The most common mistake is assuming the LLM caused a report defect when the projection or rendering layer actually dropped or misrouted the evidence.