Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Rank Anything: convert your income to League of Legends rank (github.com/szge)
    —discuss
  2. AI Workers' Inquiry 2026 (techworkersinquiry.org)
    —discuss
  3. Show HN: VNetMap – A zero-knowledge E2E encrypted network topology mapper
    —discuss
  4. AI often makes writing worse. (Even if it makes it better) (economist.com)
    —discuss
  5. Neuroergonomics (2011) (youtube.com)
    1comments
  6. Show HN: Jev.Store – A dedicated directory of useful things made on Jev (jev.store)
    —discuss
  7. Kiro adds jev to decide turn in preview (kiro.dev)
    —discuss
  8. Initial-scale no longer needed (quirksmode.org)
    1comments
  9. WBHM team expected to use "Gulf of America" in place of "Gulf of Mexico" (uab.edu)
    —discuss
  10. Is z.ai shipping a different ZCode client than the source?
    —discuss
  11. Mission-Bound Authorization for OAuth 2.0 (ietf.org)
    —discuss
  12. How to copy URLs of multiple Firefox tabs without installing an extension (autodidacts.io)
    —discuss
  13. What Even Is an OS Now? (sockpuppet.org)
    —discuss
  14. AI and human tutoring yield equivalent GRE learning gains (arxiv.org)
    1comments
  15. IBM When is Watson going to regain the crown via television?
    2comments
  16. It's not hypothetical: the dangers of AI are here (theguardian.com)
    —discuss
  17. Minimal Assumptions for Societal Resilience (chillphysicsenjoyer.substack.com)
    —discuss
  18. Show HN: Farm.js – A full-stack framework with an AOT compiler for React (farmjs.dev)
    —discuss
  19. Carnegie: China Passes US as Top AI Talent Hub, 40.6% to 34.2% (aiweekly.co)
    1comments
  20. Show HN: NerfWatch() – Track AI degradation with daily tests and community votes (nerfwatch.lol)
    —discuss
  21. Show HN: BuyerCue – Find potential customer by paid-placement evidence (buyercue.io)
    1comments
  22. Where's the Beef? [video] (youtube.com)
    —discuss
  23. Kafgres: Embedding a Kafka Broker into Postgres (rynr.dev)
    —discuss
  24. The Animated Elliptic Curve (xargs.org)
    —discuss
  25. VAT-Inclusive vs. VAT-Exclusive Pricing: The Math Developers Get Wrong (vat-engine.app)
    —discuss
  26. Manchester City found guilty on 114 charges relating to financial breaches (nytimes.com)
    —discuss
  27. IRS launches new mobile app, expanding digital services for taxpayers (irs.gov)
    —discuss
  28. "Someone just sent me an ad that features an AI version of me. What do I do?" (bsky.app)
    3comments
  29. A terminal-first multiplayer thread for agent-authored work (cueloop.dev)
    —discuss
  30. Become the Thousand Servers (sabot.media)
    —discuss

Meta's Muse appears to use an OpenAI model labeled muse-special

78 pointsby 3h agomouse.dev
37 comments
3h agoHN ↗

author here. I kept digging through the Muse filesystem after my first post hit the front page here this week.

Going through my logs I found a background agent that used a model called azure/muse-special while building my website. I found this interesting and dug a little deeper.

The transcript and daemon binary point to an OpenAI model running on Azure. Still unclear which one or why it was selected.

The runtime also ships with an Anthropic client and a catalogue listing Claude, GPT and Kimi models. I didn’t observe Claude being used in my own sessions, but this is my Part 2 of exploring the Muse file system.

original post: https://x.com/heypeterjames/status/2103545183400800746

pete at mouse dot dev

3h agoHN ↗

Nice work!

Are you sure this isn't just a custom model that is API-compatible with OpenAI?

3h agoHN ↗

If it's using the same weird (and awful) "backend prompt encryption" pattern and mechanism that Codex also uses (https://news.ycombinator.com/item?id=48905028), then I'd also say it points to OpenAI being involved. Hopefully that shit isn't becoming a more popular pattern, absolutely awful for troubleshooting stuff.

2h agoHN ↗

I asked muse. It’s for codex-cli, and it routes through “OpenAI inference proxy”

52m agoHN ↗

Anthropic does the same thing with reasoning signatures. It has already become the standard pattern.

2h agoHN ↗

I'm not no. Someone from meta would have to chime in... but its very openai shaped and served differently from all the other models listed in the daemon, under a mysterious name.

a fine-tuned OpenAI model on Azure for the purpose of compaction or something could make sense I guess but that would still be OpenAI's weights with meta ontop, and they already have a compaction model served under azure/avocado-compaction-v1

1h agoHN ↗

why not the same ones, is there a unique need for a different surface?

1h agoHN ↗

This feels like the far more likely option.

The Muse public APIs seem to be heavily inspired by OpenAI's, they even support the richer "responses" API. They have a similarly shaped compaction API, they have the same "encrypted" reasoning. Even the Muse harness seems heavily inspired by (open source) Codex. Considering Azure's historic involvement w/ OpenAI, it seems more plausible that Azure is used as spill-over capacity, and the same Azure infra used to encrypt GPT models encrypts Muse models.

My guess that the generally visible Anthropic/OpenAI details are leftovers from the whole meta "move fast" behavior. There are a few rough edges on the product where it leaks internal codenames (eg. signing in w/ WhatsApp required consenting to using "hatch" on one screen), so I'd believe that this was a leftover on the VM from the prototyping stage, before the Muse models were ready, or because the dev's got to benchmark against different models.

10m agoHN ↗

I think they were asking, "If this is a model produced by Meta with an API designed to be compatible with OpenAI models, but it's not actually an OpenAI model, why is Meta hosting it on Azure?"

1h agoHN ↗

What endpoint would Claude be calling?

3h agoHN ↗

I don't really see evidence that it's an "OpenAI" model, the title is IMO very misleading.

2h agoHN ↗

Meta already serves its own models on Azure under their real names. azure/avocado-compaction-v1 and azure/avocado-memory-flush-v1 are in the same catalog. Those sessions do not come back as gpt_responses_v1 items with rs_ ids and encrypted reasoning.

2h agoHN ↗

router makes sense. fill a gap with someone else’s model wearing a mask, swap it out with your model not wearing a mask when (or if) you reach that.

definitely tracks with alexandr’s hand-wavey influencer turn.

2h agoHN ↗

I'm not sure I understand why they would route it to other models. It can't be that they don't have enough compute. Maybe worried that the answer from their own models would be bad? Doesn't really make sense, but I could be missing something.

2h agoHN ↗

i agree, and it's what made me spend time exploring today.

fair q. call_ ids and gAAAAA blobs arent damning but the rs_ reasoning ids embed a unix timestamp that matches the session to the second, then OpenAI's 819x marker. plus the summary is in OpenAI's summarizer voice.

its just a best guess.

9m agoHN ↗

It can't be that they don't have enough compute.

How do you know?

Every cloud provider (AWS, Azure etc) is struggling with meeting LLM demand.

Source: first hand info

2h agoHN ↗

It'd be hilarious that meta chose to pay openai. If there was such a deal, would it come to light in any public/official filings?

2h agoHN ↗

No reason for it to. Software companies use products from other software companeis all the time.

1h agoHN ↗

meta already pays openai and anthropic for employee use despite having their own models available

1h agoHN ↗

Depends on the size of the deal. OpenAI would have to disclose it in their S-1 if it crossed the threshold of being material information for investors.

2h agoHN ↗

Muse 1.3 spark occasionally spits out Chinese character responses to me like internal instructions. “Go fast” or “Get help”…

2h agoHN ↗

Got Russian from it once. As a child of the '80s I jumped right on it, but the explanation seemed believable.

Still sleeping with one eye open.

2h agoHN ↗

I had a totally benign chat with OpenAI and it titled it as “amateur porn” in Chinese characters, it was very alarmed when I pointed the conversation name out to it. It almost never misses these days, but when it does the failure modes are very strange.

48m agoHN ↗

I remember getting a bunch of „Thanks for watching! Subscribe and smash that like button“ in the middle of chat sessions a few times (like, more than 3 times over the past 3y)

29m agoHN ↗

It kind of makes sense when you think about it. If the training data is YouTube transcripts, people often abruptly switch from content to asking for a subscription.

If AI is typeahead on crack, then this tracks.

14m agoHN ↗

If you ever look at what's in the Common Crawl the amount of Chinese porn crap is jarring.

2h agoHN ↗

A Hindi word in the middle of a normal reply for me (but once I translated the word it was right in context heh)

2h agoHN ↗

This used to happen a lot with GPT 5.4. It would start outputting entire sentences in Korean for no apparent reason.

1h agoHN ↗

People that know multiple languages sometimes code switch too funnily enough

33m agoHN ↗

zuck wouldn't do this, he is too proud imho

8m agoHN ↗

Every engineer at Meta is using Claude (and in some cases Codex) to do their work. Willing to bet that Muse itself was ~100% written by Claude/Codex. Pride goes out of the window when business is involved.