Part of my job is security, bot mitigation, and keeping scrapers off content that isn’t theirs.
A little over a month ago I built an internal tool for a question that keeps coming back:
“How do you actually prove someone copied your content?”
Suspicion is not enough. Legal does not run on vibes. Neither does security. You need evidence.
The tool seeded a unique canary URL, correlated scraper hits against Cloudflare edge logs, pulled a durable TLS fingerprint, and produced an evidence packet with a confidence score. Instead of dumping thousands of log lines on legal, we could hand them a short report they could actually use.
Detecting bots was the easy part. Making the telemetry useful was the point.
Not long after, a very similar concept showed up as an official feature from a company we work with.
I was disappointed.
I like hard problems. I also like knowing when something I built mattered. Watching an idea travel with no visible attribution makes you wonder if your work vanished somewhere between the demo and the launch blog post.
Then I sat with it.
Ideas are cheap. Useful ideas are not.
When another team spends engineering time, product design, docs, testing, marketing, and support on a concept, they have already made the same call you did: this is worth building.
If an idea is good enough that another company puts it on a roadmap, that is validation a KPI will never capture cleanly.
Could credit have been handled better? Probably. Would I have appreciated a mention? Yes.
I’d still rather keep shipping ideas worth copying than freeze because I’m scared someone else might.
This pattern is old.
Caching was not invented by one company. Neither were CDNs. Kubernetes was not the first container orchestrator. Zero Trust was not one vendor’s private invention.
Good ideas spread. Then they become boring infrastructure.
Maybe the real compliment is not that nobody copied your work. It is that the work became obvious enough that other people wanted to build it too.
Imitation is the sincerest form of flattery.
It just does not feel that way on day one.