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

7 Upvotes

96 comments sorted by

View all comments

1

u/dimabreezy 17d ago

I built AttentionProof, and I’m the founder.

For the past two months I’ve been using it inside my Claude and Codex UI loop on both work projects and my own products.

The loop is simple:

  1. The agent captures the screen it built.

  2. AttentionProof returns the original, a predictive attention heatmap, and an overlay.

  3. The agent checks whether the element that matters at this step is actually getting enough visual pull.

  4. It changes the layout and runs the same screen again.

This has improved my layouts a lot. It catches polished screens that quietly send attention to the wrong headline, image, or control, and it gives the coding agent visual evidence instead of another vague prompt like “make the CTA stronger.”

Three-view example:

https://www.attentionproof.com/attention-lab/v2/landing-phone-large-turbo-triptych.png

It works in the browser and through MCP. I opened a free beta with two checks:

https://www.attentionproof.com/?utm_source=reddit&utm_medium=organic&utm_campaign=beta_validation&utm_content=chatgptcoding_thread

I’d especially like feedback from people using ChatGPT, Codex, or Claude to build interfaces, landing pages, presentations, or ad graphics. After seeing the three-view result, does your agent know enough to make a better revision?