| ▲ | peteforde 12 hours ago | |||||||||||||||||||||||||
I got very excited when I saw this title, because I've wanted to consolidate on Claude for a long time. I have been using ChatGPT very extensively for Q&A for 2+ years and I have hundreds of long, very technical conversations which I constantly search and refer to. The problem (for me, anyway) is that even several megabytes worth of quality "memory" data on my profile would not allow me to migrate if it can't also confidently clone all of my chat history with it. To be clear, this is a big enough problem that I would immediately pay low three digits dollars to have this solved on my behalf. I don't really want any of the providers to have a walled garden of all my design planning conversations, all of my PCB design conversations. Many are hundreds of prompts long. A clean break is not even remotely palatable short of OAI going full evil. Look, I'd find it convenient for Claude to have a powerful sense of what I've been working on from conversation #1 onwards. But I absolutely refuse to bifurcate my chat history across multiple services. There is a tier list of hells, and being stuck on ChatGPT is a substantially less painful tier than needing to constantly search two different sites for what's been discussed. | ||||||||||||||||||||||||||
| ▲ | bob1029 12 hours ago | parent | next [-] | |||||||||||||||||||||||||
If you want your conversation history I think we could figure something out with headless browser automation. I would be hesitant to use their wire protocols directly. Edit: perhaps you can just ask nicely? https://help.openai.com/en/articles/7260999-how-do-i-export-... | ||||||||||||||||||||||||||
| ▲ | lxgr 12 hours ago | parent | prev [-] | |||||||||||||||||||||||||
This should in theory be solveable by using a custom frontend and only using the various backend APIs as stateless inference providers, but everything I've tested falls flat on a few aspects: Chat history RAG and web search, and to a lesser extent tool use. Yes, all of these are theoretically possible (the APIs now all support web search, as far as I know, there are RAG APIs too, and tool use has been supported for a while), but the various "chat" models just seem to be much better at using their first-party tools than any third-party harness, which makes sense that this is what they've been trained on. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||