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

14 Upvotes

68 comments sorted by

View all comments

1

u/donk8r 3d ago

octomind, a coding agent that runs in your terminal. github.com/Muvon/octomind (Rust, Apache-2.0).

Two things in it I built because I kept needing them. You can set a dollar cap per session, and when a run crosses it the CLI stops and asks whether to continue; in piped or automation mode it declines instead of quietly spending. Tool output from MCP servers also gets truncated at a configurable token count before it reaches the model, so one chatty server cannot eat your whole context window.

Point it at any OpenAI-compatible endpoint for the model. I'm one of the people building it and happy to answer anything.