NewsLab
Apr 29 01:47 UTC

AI vendor lock-in bites back (theregister.com)

25 points|by samizdis||3 comments|Read full story on theregister.com

Comments (3)

3 shown
  1. 1. vivzkestrel||context
    - 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

  2. 2. aitchnyu||context
    Umm, are these guys sending requests at a public inference endpoint or are they doing more sophisticated work like training etc?
  3. 3. pants2||context
    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...