Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Proving to Fable I maintain the repo

The author describes being asked by the AI coding tool Fable to prove they maintain a GitHub repository by pushing an empty commit and tagging it, after Fable initially refused to make changes without verification of ownership. The process highlights a security measure where the AI requires proof of repository control before making edits.

Background

- The article describes an interaction between Philip O'Toole (an open-source developer) and "Fable" — a company whose automated claims system demanded proof that O'Toole actually maintains his own project on GitHub. - O'Toole is the primary author and maintainer of rqlite, a popular distributed SQLite database written in Go. He has worked on it for over a decade. - Fable (fable.io) is a company that provides automated IP (intellectual property) insurance, using AI to identify potential infringement risks. Their system flagged O'Toole's repo and sent an automated request for him to prove his ownership/maintainer status. - The piece is a real-world example of well-intentioned automation causing absurd or frustrating interactions when AI systems lack the context to recognize obvious, well-established open-source projects and their maintainers.

Related stories