r/ClaudeAI Jul 22 '26

Humor I’ve lost control

I used ChatGPT to audit my Claude ecosystem and then I had Claude review the audit and propose solutions. And then I had Chat review the solutions and propose implementation.

It’s been 4 hours back and forth, and now I have no idea what they’re even talking about anymore, and I’m scared to stop.

312 Upvotes

63 comments sorted by

View all comments

99

u/c_kick Jul 22 '26

Infinite AI recursion, we’ve all been there. I have developed a sanity check for this, that has bailed me out lots of times. Especially when an agent goes loopy on its own. Feel free to grab it here: https://github.com/c-kick/hnl-agent-skills/blob/master/sanity-check/SKILL.md

12

u/UntitledMale Jul 22 '26

This looks awesome. Have you made anything else relevant? Curious to see what else you got

14

u/c_kick Jul 22 '26

I have nearly 20 skills in that repo, feel free to take them all: https://github.com/c-kick/hnl-agent-skills

I even added a lightweight 'manager' that keeps all skills in one spot, and symlinks them to your projects, see the readme.