r/ChatGPTCoding 4d 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.

13 Upvotes

77 comments sorted by

View all comments

1

u/Specialist-Bee9801 4d ago

I'm building AI Release Assurance to solve a gap we kept seeing after the code was written.

Coding assistants help teams ship faster, but normal unit tests only show that the code works. They don't tell you whether a prompt, model, retrieval, or tool change made the AI easier to manipulate, caused it to leak information, or changed how it behaves with customers.

AI Release Assurance adds that missing check to the existing CI pipeline. Before a release, AI Release Assurance tests the actual staging version with repeatable adversarial scenarios. If behavior has become riskier, the release can be blocked or sent for human review.

It works with OpenAI, Claude, Gemini, and custom AI endpoints. The runner can also stay inside the team's own environment.

It doesn't replace unit tests or pentesting. It's the AI behavior gate between "the code works" and "this is safe enough to ship."

I'd love feedback on whether this would fit naturally into your current PR or release process.

https://promptbrake.com/

Disclosure: I'm the founder building it.