claude-gpt ● research
an agentic loop over ChatGPT-web
claude-gpt came from a simple itch: I wanted an agentic loop, but over the ChatGPT web app instead of a paid API. So I built one.
It threads conversations with prefixes, reformulates each prompt through a compile-and-steer layer before sending, and gives you clean session controls. No keys, no quotas — just the web app, driven like an API.
// highlights
- Drives ChatGPT-web as if it were an API — no key required
- Prefix-based conversation threading
- Reformulation layer that compiles + steers prompts
- Clean session controls (/clear, /stop)
// stack
- Python
- agentic loop
- automation