This credits the original publisher. Better Loop membership or a shared assessment is not implied.
The public work
With the author’s permission, OpenAI demonstrates translating Milan Mitrović’s Euclidean Plane Geometry from Slovenian into English. The notebook provides chunking code and a printed translation while attempting to retain the manuscript’s LaTeX structure.
What to notice
Treat language, structural commands and chunk order as separate acceptance checks; an instruction to preserve formatting does not enforce it.
Keep the context
The printed output adds a preamble, and the parallel example collects chunks in completion order. Translation quality, command preservation and final ordering require review; a successful compiled book is not demonstrated here.
AI use: Documented in the source.
The displayed translation calls explicitly use gpt-4o through the OpenAI API.
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
All required segments remain in order; structural tokens match, and a qualified reader checks the translated meaning.
OpenAI works through furniture images from an Amazon product dataset, generating descriptions and then concise captions. Printed examples show how the product title identifies the intended item when an image contains several objects.
Software Carpentry’s lesson reads Gapminder country data and displays labeled GDP time-series and scatter plots. It shows table transposition, legends and file export, alongside learner exercises and accessibility guidance.
Glaser published an experiment in which models generated an SVG, inspected a rasterized rendering, and iterated. His before-and-after results were mixed: several models added detail without fixing the underlying composition.