🛠 papercuts: A tool for collecting feedback from AI agents

papercuts has been released — a compact CLI written in Rust that allows AI agents to record minor inconveniences ("papercuts") during their work process. Agents write errors to an append-only JSONL file (.papercuts.jsonl) without interrupting the execution of the main task, helping developers identify hidden issues in documentation, scripts, or configurations.

🌍 It creates a new feedback layer between AI agents and developers, turning the "invisible" experience of neural networks into structured data to improve project infrastructure.

👤 It enables the automation of feedback collection from agents, helping to more quickly fix environment errors that are typically unnoticed by humans but slow down autonomous AI operations.

Source 1: https://github.com/treygoff24/papercuts