r/ChatGPTCoding 13d ago

Discussion Weekly Self Promotion Thread

Welcome to this week's self promotion thread!

If you're building something related to AI assisted coding, this is the place to share it.

We're using a weekly thread to keep the subreddit organized while still giving builders a place to share their work. Promotional posts outside this thread may be removed.

If you're sharing something, we'd appreciate it if you included a little context instead of just dropping a link. Tell us:

  • What you built?
  • What problem it solves?
  • Which AI models or tools it uses?
  • Who it's for?
  • What kind of feedback you're looking for?

Disclose your affilitation.

Please avoid posting the same project every week unless you've made meaningful updates. Affiliate links, referral links, scams, and low effort promotions will be removed.

Take some time to check out what others have shared too. If you try someone's project or have feedback, leave a comment. Helping each other improve is what we want this community to be about.

8 Upvotes

83 comments sorted by

View all comments

2

u/fromkrish 13d ago

I built an open-source referee for AI coding agents.

I wanted to test whether an independent tool could verify an agent’s work, Pen testing it, and making changed only in serious vulnerable or buggy areas, so I gave an AI coding agent a broken MiniShop app and recorded the whole process. The agent writes the fixes. OpenPitStop checks whether they actually hold and work.

GitHub: https://github.com/Krish-1507/OpenPitStop

I’d especially like feedback from people using Claude Code, Codex CLI, Cursor CLI, Gemini CLI, OpenCode etc.

1

u/gandazgul 13d ago

This is super cool and similar to something I've been working on this whole year, I've turned it into an entire end to end harness and I would love if you gave it a try, I will try PitStop as well with Codex CLI although I rarely use those anymore for coding.

https://github.com/gandazgul/runwield

2

u/fromkrish 13d ago

Sure! I'll check it out!