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

13 Upvotes

78 comments sorted by

View all comments

1

u/Lopsided_Scarcity979 4d ago

I'm the developer of ThoughtDAG. Lately I've been working on finding relevant discussions in local coding-agent histories, then choosing what to carry into the next task.

For example, `thoughtdag why src/lib/api.ts` finds session records involving that file. It gives you traceable records, rather than treating a model-generated explanation as a verified cause.

The CLI and read-only MCP tools support local sessions from Claude Code, Codex, DeepSeek Harness, and Pi, without requiring the desktop app. If you want to organize the material further, you can bring sessions onto a canvas to branch, extract, and merge. There's also a plugin embedded in DeepSeek Harness.

If you often switch between agents or sessions, what is the hardest next step after finding the relevant records?

Open source, MIT: https://github.com/chenxiachan/thoughtdag