This credits the original publisher. Better Loop membership or a shared assessment is not implied.
The public work
Willison published Python utilities made with a Claude Project configured to include inline dependencies. His HTML-to-text server example includes the prompt, generated source and conversation, showing how a short implementation pattern shaped a concrete deliverable.
What to notice
Provide a compact example of an unfamiliar project convention, then inspect whether the generated artifact actually follows it.
Keep the context
This is a firsthand workflow with linked code, not a controlled reliability study. The exact model is unspecified, and generated network-facing code still needs review before use.
AI use: Documented in the source.
The author explicitly uses a Claude Project with custom instructions. The source does not identify the model version.
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
The artifact follows the demonstrated convention and preserves the sample text without silently losing meaningful content.
Ronacher published a tolerant XML parser after earlier parsing approaches failed. He describes directing the initial implementation, reviewing it, requesting further fixes and an extensive test suite, and releasing the resulting library.
Willison built a browser clipboard viewer while investigating rich-text paste. His public write-up links the code and conversation; the conversation shows requests to display available formats and then make long output easier to inspect.
GitLab’s postmortem reconstructs its January 2017 production-database outage, failed backup paths, and recovery from an earlier snapshot. It documents unrecoverable changes and traces follow-up work to monitoring, recovery testing, runbooks and operational ownership.