Ask HN: What weird ways are you using Claude Code?

1 mbm 2 6/25/2025, 4:38:01 PM
I'm hearing about some really unexpected and interesting ai cli workflows. Have you personally experimented with any? What are you finding works best?

Comments (2)

rogerkirkness · 4h ago
We moved both our marketing website and documentation website into markdown in our monorepo. Now when we are working with Claude, we actually have it update our marketing (reviewed by product marketing in PR workflows) and our documentation (reviewed by support engineering) right inline with the code changes themselves. In a way, it allows us to change our entire customer facing experience end to end in a single change process via PRs, compared to before where those would be downstream things we would do.

I'm now thinking about whether to move internal operations things like company policies, etc. into the codebase and/or data and somehow be able to use Claude to operate across them via Claude Code, for example when we change a policy or when we change a strategy definition like ideal customer profile, it could also go and update that across all the places it is referenced in our knowledge base and then allow me to update that via PR the way we do with code now. Really you could do government policy this way too, change a constant value and have it effect all the written policy

mbm · 1h ago
Awesome anecdote, thanks for sharing this. How do product marketing and support engineering folks feel about the change?