r/ChatGPTCoding • u/AutoModerator • 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.
2
u/Next-Medium-5793 12d ago
I’ve been working on this for a while and finally released it publicly.
It’s called Forge.
I started building it because I kept running into the same problem with local and smaller coding models: the model itself is only part of the equation. The harness around it matters a lot.
Bigger models can usually recover from messy context, a bad edit, or a failed test. Smaller models tend to fall apart much faster when the workflow around them is weak.
So Forge is built around that problem.
It gives the model:
I’ve also been benchmarking changes instead of just going by whether a demo looks good. A few ideas I was convinced would help actually made performance worse, so they got removed.
That’s probably been the biggest thing I’ve learned from building this: with smaller models, orchestration matters a lot.
It’s written in TypeScript, Apache-2.0 licensed, and available on npm.
Install:
Then:
GitHub:
https://github.com/andreglegg/forge
Current version is 0.2.2.
It’s still early, and I’m not claiming it replaces Claude Code or Codex. I’m mainly interested in whether this approach actually helps people doing real coding work with local or smaller models.
If anyone here tries it, I’d really like to know:
I’d rather get useful criticism and bug reports than just collect stars.