nwhitehouse gives Mike a flight recorder
Every multi-step turn the AI takes now leaves a structured trail you can actually query after the fact.
Most legal-AI tools bury their internal reasoning in developer console logs - fine during testing, useless the morning after a partner asks "what exactly did this thing do on that matter?". nwhitehouse has moved that trail into a proper database table. Every chat turn now writes a structured record: when the agent started, which tools it reached for, which succeeded, how long the whole thing took.
Two design choices stand out. The audit table inherits the same access rules as the conversation itself - anyone barred from the chat is barred from the trail, automatically. And the records hold metadata only: no prompts, no document text, no tool outputs. That keeps the log lean and stops sensitive client material from being duplicated into yet another place it has to be secured and retained.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?