Remix.run Logo
AI vendor lock-in bites back(theregister.com)
25 points by samizdis a day ago | 3 comments
vivzkestrel a day ago | parent | next [-]

- half the dudes here are locked in on claude code

- it is not going to be pretty when they 5x their prices or degrade their models in some way

aitchnyu 21 hours ago | parent | prev [-]

Umm, are these guys sending requests at a public inference endpoint or are they doing more sophisticated work like training etc?

pants2 18 hours ago | parent [-]

Lock in is pretty easy these days. Just a dummy example, Claude models are trained on their `str_replace_based_edit_tool` edit tool[1] which is very different from OpenAI's `apply_patch` tool[2].

1. https://platform.claude.com/docs/en/agents-and-tools/tool-us...

2. https://developers.openai.com/api/docs/guides/tools-apply-pa...