Overlay extracted coordinates to find hidden errors
Published by Simon Willison
This credits the original publisher. Better Loop membership or a shared assessment is not implied.
The public work
Willison published bounding-box outputs and visual tools for locating objects in images. When boxes appeared rotated, he investigated image orientation metadata, tested a different image representation, and documented a preprocessing fix.
What to notice
Overlay extracted coordinates on the original image and check representation details before attributing errors to model accuracy.
Keep the context
This is an author-documented prototype with sample outputs and code, not a standardized object-detection evaluation. Historical API behavior and browser security were not validated here, and no production readiness is claimed.
AI use: Documented in the source.
The source explicitly uses Gemini 1.5 Pro through its API, Claude 3.5 Sonnet with Artifacts, and GPT-4o with ChatGPT Code Interpreter for investigation.
A useful public example is not an assessment of a reader, a publisher or a Better Loop member.
Authored practice suggestion
Try the idea. Check your own work.
Use material you are allowed to work with. This suggestion is preparation; it does not record a completed task or an improvement.
A check to adapt
Boxes align with the intended objects under the stated coordinate convention, and missed objects or unresolved errors are recorded.
OpenAI’s notebook processes a real DevDay recap into frames and audio, then prints summaries and answers from visual input, audio-derived text, and both together. The differing outputs make missing context visible.
The SciPy example applies height, spacing, prominence and width conditions to a recorded ECG segment. It displays selected peaks, interval arrays and property values, making each filtering choice inspectable.
OpenAI summarizes a Wikipedia article about artificial intelligence using different chunk counts and a detail parameter. The notebook prints summaries and their lengths, including a recursive variant that supplies earlier summaries as context.