Ahnii!
I built a machine that turns my git commits into social media posts. This post is about why I did that, what it costs, and whether any of us can share our work anymore without contributing to the flood of AI slop.
Let me be honest about my own setup first.
I automated my own content pipeline
Every day a script scans my repositories for recent commits. It groups them by theme, scores each group on how postable it looks, and files a queue item. I review the queue, pick the good ones, and a second tool drafts a blog post or a short update. A third tool rewrites that draft three times, once for Bluesky, once for LinkedIn, once for Facebook, and pushes all three into a scheduler.






