Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. ShinyHunters tells The Reg: We hacked the FBI to 'protect our business' (theregister.com)
    1comments
  2. Canadian language school files for bankruptcy, leaving students stranded (cbc.ca)
    —discuss
  3. Created an online job aggregator platform and I need ideas (labelingjobs.net)
    —discuss
  4. Show HN: Paper-docx – agent-native Python-docx fork with 78% fewer DOCX failures (github.com/paper-instruments)
    —discuss
  5. Beef Grading Shields (usda.gov)
    —discuss
  6. Show HN: CK3DNA – searchable CK3 character DNA and coat of arms codes (ck3dna.com)
    1comments
  7. Approaching a 10 Second Linux Kernel Build (phoronix.com)
    —discuss
  8. Show HN: Digitron – a virtual analog synth and sequencer (apps.apple.com)
    —discuss
  9. AI Infra Is Nothing Like the Classic Cloud Infra (ramansharma.substack.com)
    —discuss
  10. Lobsters: Rename vibecoding to LLMs (Greasemonkey script) (greasyfork.org)
    —discuss
  11. Bringing HTTP's caching rules to DuckDB functions with VGI (query.farm)
    —discuss
  12. No country controls every layer: The hidden AI systems reshaping global power (abc.net.au)
    —discuss
  13. Fedora considers replacing LibreOffice with Collabora Office (digitalescapetools.com)
    —discuss
  14. Trump administration gutted data collection on US education (theguardian.com)
    —discuss
  15. Code is the future and present of hardware engineering (charlesazam.com)
    —discuss
  16. Zelensky says Russia has widened attacks to hit Ukraine's data centres (bbc.com)
    —discuss
  17. Show HN: Get a .has-a.computer sub-domain for your website (has-a.computer)
    —discuss
  18. Poor Privacy Practices Leaves Revolut Customers Vulnerable (2020) (safereddit.com)
    1comments
  19. Drex: Open jev-like claims win on decision index (nace.ai)
    —discuss
  20. Gaming is expensive, ya, I'm Good (yaimgood.bearblog.dev)
    —discuss
  21. Show HN: Obsidian Plugin for OpenModelica (community.obsidian.md)
    —discuss
  22. New photos show damage at U.S. positions caused by Iranian attacks (cbsnews.com)
    —discuss
  23. Ask HN: Which model do you use for work?
    2comments
  24. Microsoft disrupts AI-assisted platform that compromised 12,000 accounts (arstechnica.com)
    —discuss
  25. Resell sneakers until you're a billionaire on OBLOCK (mattbusel.itch.io)
    1comments
  26. Cambridge Analytica 2.0 – When the AI Assistant Becomes a Intelligence Graph (europa.eu)
    —discuss
  27. Levyra: Open-source music player for Android and Windows (github.com/luc4n3x)
    —discuss
  28. Best TV shows of the 21st century (nytimes.com)
    —discuss
  29. Treat Agents Like Direct Reports (toppingdesign.com)
    —discuss
  30. Sherline Auction of Its Manufacturing Machines (bidspotter.com)
    —discuss

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

8 pointsby 52m agomouse.dev
5 comments
52m 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

19m agoHN ↗

Nice work!

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

16m 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.

18m agoHN ↗

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

3m 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.