Remix.run Logo
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

general_reveal 7 hours ago | parent | next [-]

How would they know? Only if you use a coding harness, but one could write their own harness with less obvious system prompts.

I’m not encouraging one do this. I mostly route between the free models on OpenRouter and OpenCode free models, and I mostly write simple apps where I can casually oversee even a small model and get awesome results.

But if you are out there spending 200 dollars a month, consider a few hacks, because that’s just overpriced. We are developers after all, they aren’t supposed to be able to trick us :)

Edit:

Piracy, with the above , would look like a universal server that routes between all provider UIs. That means the end user doesn’t even give a shit which provider it goes to, serious token usage, serious theft.

Someone could make this , I suppose. In a way, commodification is a clean solution to the inevitable theft. It’s better it just be so darn cheap and ubiquitous.

cat-whisperer 7 hours ago | parent | prev [-]

isn't that what they did to opencode? when they were using the subs by reverse engineering their APIs