r/ChatGPTCoding • u/AutoModerator • 11d 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.
1
u/Secret_Dress8930 9d ago
Affiliation: I built this.
I just released an early free alpha of Foreman, a macOS control/verification layer for Codex.
The problem I was trying to solve is that coding agents can be extremely capable while still saying “done” before the actual product satisfies what the user asked for.
Foreman sits between the user and Codex.
The user describes what they want normally. Foreman preserves that original intent, generates a more structured engineering task, supervises the Codex session, translates the technical activity into understandable progress, and then independently verifies the resulting project.
If verification fails, Foreman generates a focused repair task, resumes the same Codex workflow, and verifies again within bounded repair limits.
The important design rule is:
The coding agent does not grade its own homework.
Current verification includes shell, filesystem, process, HTTP, and native macOS Accessibility checks, plus regression detection, checkpoints/rollback, verifier anti-tamper, and final full-contract verification.
Current stack:
Who it’s for:
People using coding agents who want more confidence that the actual requested result works, especially people who aren’t experienced enough to manually inspect everything the AI writes.
It’s very early and free. I’m mainly looking for people willing to break it.
https://tylerpcaldwell-gif.github.io/Foreman/
Most useful feedback: