RE: https://neuromatch.social/@jonny/117325293459803287
This is I think the most consequential thing I found in the muse VM, or at least the thing that would be most worth following up on. there are no other plain string matches I can see for what uses it, I'm looking in the binaries now, but the comment seems to indicate pretty clearly that a) meta uses anthropic's models internally, presumably to develop the thing (the code, comments, and skill text reek of claude), but also b) they use some kind of internal proxy that intercepts and proxies all requests to anthropic's API. the only reason I can think of for doing that would be model distillation.
@jonny At my job we have an internal proxy that all model usage has to go through as well and the main supposed rain is compliance, e.g. it supposedly routes all prompts thru something that prevents PII or trade secrets from actually going to an anthropic-hosted model. My which magic it does that is beyond me (but I fear it's using a small self-hosted model for that) - unlike many other tools we have internally, I can't get the source for this one, so I can't look...