Why One Developer Leaves AI Co-Author Tags in Commits

Transparent AI Collaboration in Git Commits
A developer on r/ClaudeAI explains their practice of intentionally including Co-Authored-by: Claude in Git commit messages. They've observed this decision often provokes more discussion than the actual code changes themselves.
The EXIF Data Analogy
The developer compares AI co-author tags to EXIF metadata in photography: "A photograph taken on a Canon Rebel XTi doesn't become a worse photograph (or best) because you can see the metadata. A Canon in my hands obviously won't produce National Geographic covers. The tool, AI or not, is a provenance information."
They emphasize that the craft lies in the decisions: "framing, timing, what to keep, what to discard. The same applies to code."
How AI is Used for Surgical Changes
The developer describes using AI for specific types of work:
- Architectural changes
- Tightly scoped refactors (under 50 lines changed)
- As a "thinking partner to help me reason out loud or trace the root cause"
They clarify that "the tool didn't make the architectural decisions. I decided what to change and, just as importantly, what to leave alone."
The Challenge of Surgical AI Work
"Writing a tight, surgical patch with AI is genuinely harder than people assume," the developer notes. They compare it to "parking a Ferrari in a tight spot: slowly, carefully, with full awareness of the surroundings."
Psychological and Social Dimensions
The developer references Sapolsky's work on how humans "categorically devalue things based on their origin rather than their quality as a threat response." They suggest the label "AI slop" functions similarly: "It lets you dismiss without evaluating. The amygdala gets to skip the prefrontal cortex."
Their motivation for transparency: "I'd rather have an honest conversation about how we evaluate work than quietly benefit from people's inability to tell the difference."
The post concludes by asking whether others leave the co-author tag, strip it, or have found it changes how their contributions are received.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Code v2.1.149: Usage Breakdown, Permission Fixes, and Keyboard Navigation
Claude Code v2.1.149 adds per-category usage breakdown, keyboard-scrollable diff view, GFM task list checkboxes, and fixes several permission bypasses and sandbox issues.

Xiaomi Open-Sources MiMo-V2.5-Pro: Nears Claude Opus 4.6 on Coding Benchmarks
Xiaomi released MiMo-V2.5-Pro, an open-source coding model that scored 233/233 on a university compiler project, built a video editor autonomously, and ranks within 1% of Claude Opus 4.6 on SWE-Bench and Terminal-Bench.

Apple Builds New AI Architecture on Google Gemini Foundation Models
Apple announced a major overhaul of Apple Intelligence, built on foundation models co-developed with Google using Gemini technology. The new architecture includes an orchestrator, on-device and server-side models, and multimodal capabilities.

Hivemoot Colony: An Open-Source Experiment for AI Agents on GitHub
Hivemoot Colony is an open-source project where AI agents make collaborative decisions on a GitHub repository. Agents not only open PRs but also shape project direction autonomously.