| ▲ | general_reveal 7 hours ago | |||||||||||||
I was thinking about doing this. If we treat ChatGPT like your local llm server, you basically open up a browser session, intercept all traffic and stick a local OpenAI compatible rest server that mutilates your input upstream through the ChatGPT ui, and then intercepts downstream and pushes it out your server. API call to server Then Server leverages chrome plugin to send your llm call through the plugin , through the ui, wait for response , intercept, repackage and reroute it back out as a server response. Then that $20 sub stretches to all uses cases for a developer. | ||||||||||||||
| ▲ | cat-whisperer 7 hours ago | parent | next [-] | |||||||||||||
That's a clever idea, and a different direction from where we are right now. Today it only goes one way, from chat into your coding agent. The case I hit all the time is that an idea strikes on my commute, so I pull out my phone and start brainstorming in the Claude app. By the time I'm home I've done the research and chased down the tangents in that conversation. I open my laptop, use Skillsync to continue it in Claude Code, and start on the implementation. | ||||||||||||||
| ▲ | deadbabe 7 hours ago | parent | prev [-] | |||||||||||||
Good way to be banned | ||||||||||||||
| ||||||||||||||