README, not
Summary
A blog post proposes adding a READMENOT file to projects to clearly indicate that the code is AI-generated slop not intended for direct human reading, helping users avoid wasting attention on machine outputs.
View Cached Full Text
Cached at: 07/16/26, 01:56 PM
Similar Articles
Reviewing code requires reading
A developer blog post argues against the idea of shipping AI-generated code to production without reading it, emphasizing that code review serves critical purposes: diffusing responsibility, reducing bus factor, and maintaining team knowledge of the codebase.
@DanKornas: A useful README shouldn’t take longer to write than the project itself. ReadmeAI is a Python CLI for developers who wan…
ReadmeAI is a Python CLI tool that automatically generates structured README files from local or remote repositories using AI models or offline mode, supporting multiple providers and customization.
AI made me realize I don’t actually like reading long markdown docs anymore
The author reflects on how AI-generated documents shift preferences from markdown to HTML for better readability and visual organization, as AI generates increasingly complex outputs.
Quoting Kenton Varda
Kenton Varda announces a moratorium on AI-written change descriptions (PR/commit messages, issues/tickets) on his team, citing that AI omits high-level framing needed for code review and produces worse-than-useless descriptions.
@garrytan: Metaprompting example I just did for GBrain to rewrite the README in the newest PR: Read the README as a user who has n…
Garry Tan demonstrates a metaprompting technique to rewrite a README for GBrain by evaluating it from a novice user's perspective and iteratively improving it to a perfect score.