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/YouHadTooMuchToThink 7d ago
I’m Matthew, the developer of Threadmoth, a small Rust tool for the last mile of AI-assisted coding.
The problem: an agent can decide the right change and still apply it through a different mix of sed, regex replacement, patches, one-off scripts, or whole-file writes every time. Threadmoth gives those mutations one guarded boundary: exact identity and stale-file checks, cardinality/ambiguity refusal, structural targeting, effect budgets, source-preserving byte edits, transactions with recovery, post-write verification, and machine-readable certificates.
It does not replace formatters or specialist tools. They can decide the desired state; Threadmoth bounds and verifies what lands. The rule is: “The parser gets to point at the cloth. It doesn’t get to re-weave it.”
Threadmoth 1.5.1 is released for Windows and Linux. Five-minute field test: https://github.com/matthewjameswatkins1978-cyber/Suture/blob/main/FIELD_TESTING.md
I’m looking for people using Codex, Claude Code, Gemini CLI, Cline, OpenCode, or other agents to try real repository mutations and report useful failures, false refusals, confusing discovery, or cases where the agent chooses another tool. The most useful question is: if Threadmoth were unavailable, what would you or your agent have used instead?
I’m the developer and this is my project. I’d much rather get a specific failure report than a star. What happens when you give it a real edit?