nwhitehouse teaches Mike's table review to read the whole document
The grid-style review tool can now answer questions that no column was built to capture.
Mike's tabular review pulls answers out of documents into a spreadsheet of columns. The catch: if a question doesn't map to a column, the assistant had nothing to work with and would simply decline. nwhitehouse closes that gap by indexing the full text of every uploaded document and letting the chat reach for relevant passages when no column fits. Under the hood it leans on semantic search - matching by meaning rather than keywords - over the documents in a review, so a question that spans a whole file gets a real answer instead of a shrug.
The same run of work hardens the plumbing: large reviews no longer trip over their own backlog when catching up old documents, malformed text from scanned PDFs gets cleaned before it can crash anything, and results that slipped through a timing gap in the original version are now refetched.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?