3
3 Comments

Got shadowbanned on Reddit... twice

Launched Doberman on Product Hunt this week. It's an open-source runtime authorization layer for AI coding agents, sits between the agent and its tools and checks every shell command, file write, or MCP call before it executes. v0.18.5 shipped two days before launch. Current numbers: 198 GitHub stars, 28 forks, alpha software with about 2,000 tests in CI.

The mistake right after the launch is worth writing up. I posted the same link to seven subreddits within about a day, same domain each time, near-identical text on two of them. Reddit's own sitewide spam filter removed every single one, not the subreddit mods. New account, high link-post velocity, same domain repeated, that's a textbook spam signature, and I walked into it thinking I was just "sharing something I built in the obviously relevant places."

Lesson: an account needs to look like a person before it can look like a maker. Verified email, some karma, some link-free comment history, then post once, in one place, and let it breathe before the next one. Going to do the slow grind of building up an new account for a couple of months before even thinking about pushing Doberman on it.

Happy to answer questions about the launch, the tool, or exactly how I torched a week of Reddit karma in under a day.

https://www.producthunt.com/products/doberman

posted toAvatar for product Doberman
Doberman
  1. 1
    The GitHub traction is a stronger signal than the Reddit outcome. Have you seen those stars/forks translate into people actually putting Doberman in front of real coding agents, or is adoption still mostly curiosity at this stage?
    1. 1
      I only recently added in telemetry to see the adoption so at this stage I can't be certain, but with the ratio of real contributors that I hve compared to stars, I think I'm building a very strong hardcore community who are all invested in the growth of Doberman. My main concern right now is how to get it out to more people.
      1. 1
        That’s fair. The telemetry should make the stars-to-actual-usage gap much clearer. What will you count as meaningful adoption — first run, repeated use, or agents actually relying on Doberman in real workflows?