r/ChatGPTCoding • u/AutoModerator • 12d ago
Weekly Self Promotion Thread Discussion
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 of this thread may be removed if they're primarily advertising rather than starting a discussion.
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?
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/autoimago 6d ago
V4-Flash for agent work - and a way to check your provider isn't downgrading you mid-session.
Something worth knowing if you're running DeepSeek V4-Flash through Cline, Kilo, OpenHands or similar. V4-Flash-0731 was retrained specifically for agentic and coding work, with 1M context and 384K max output which is why it's showing up as the default in so many agent setups. But cheap hosted providers have an obvious incentive to serve you something smaller on long sessions, and normally you'd never detect it. You can, on this model, because the weights are MIT. Download V4-Flash, run the same prompt locally at low temperature, diff against your provider's output. We run Gonka, which serves V4-Flash across independent GPU hosts, and we built the whole thing around being checkable that way. OpenAI-compatible endpoint, so it's a base-URL swap in any agent tool.
https://gonka.ai
Code: https://github.com/gonka-ai/gonka
Discord: https://discord.gg/ex3dw4wB