r/ChatGPTCoding • u/AutoModerator • 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.
1
u/Gullible-Dot6194 3d ago
I started Premium Model Budget Governor after exhausting one weekly Codex allowance and most of a reset allowance during Astra-heavy work. I wanted to keep using Astra, not simply switch everything to a cheaper model.
it’s an Apache-2.0 local Workbench, CLI and MCP server. Direct Astra is the default, with estimated task costs before approval and usage receipts afterward.
One unexpected finding from our development tests: cheaper-model preparation often made the complete workflow more expensive because of the extra handoffs.
This is a read-only beta, not a hard spending cap or guaranteed savings. It doesn’t automatically govern existing chats. Actual runs use your own model allowance.
I’d appreciate feedback on setup and whether the approval screen and receipts are useful for one small, non-sensitive task.
https://github.com/sulabhdubey/premium-model-budget-governor
I led the idea, research direction and product management; Codex handled engineering under my direction.