frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ollaya – Ollama for open-source, Jev-style decision models

https://ollaya.dev/
100•Ardakilic•1h ago•31 comments

Alan Kay: Shannon gave us a way of dealing with noisy channels [video]

https://www.youtube.com/watch?v=Cjntrqhn8pk
55•behoove•1h ago•8 comments

Advice to a Beginning Graduate Student (2001)

https://www.cs.cmu.edu/~mblum/research/pdf/grad.html
17•nicoraga•38m ago•2 comments

Platform-independent SIMD in Go

https://go.dev/blog/simd-experiment
294•yurivish•8h ago•111 comments

First Principles Thinking

https://sunilsadasivan.com/writing/first-principles-thinking/
150•sunils34•5h ago•61 comments

Git-bug: Distributed, offline-first bug tracker embedded in Git

https://github.com/git-bug/git-bug
239•alentred•8h ago•83 comments

U.S. appeals court upholds designation of Anthropic as supply chain risk

https://www.cnbc.com/2026/09/25/pentagon-anthropic-ai-risk-appeals-court.html
252•cramer4next•4h ago•387 comments

Google's first Suncatcher orbital data center test launches October 1

https://arstechnica.com/google/2026/09/googles-first-suncatcher-orbital-data-center-test-launches...
10•sbulaev•21h ago•1 comments

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

https://mouse.dev/blog/muse-special/
36•Aeroi•1h ago•17 comments

Pentium II at 600Mhz with Voodoo 3 Emulated on 86Box with M6 Mac Mini

https://nyaa.sh/reviews/mac-mini-m6-emulation
234•hugh4life•12h ago•105 comments

Ink and Switch interactive homepage

https://www.inkandswitch.com/
195•iFreilicht•10h ago•25 comments

Supreme Court permits states to use SAVE database for citizenship checks

https://cyberscoop.com/supreme-court-save-database-voter-citizenship/
19•speckx•22m ago•3 comments

Factorio that you can touch

https://factorio.com/blog/post/fff-447
235•ibobev•5h ago•59 comments

Show HN: Doom or Bloom, map your AI worldview

https://www.doom-or-bloom.com
33•transitivebs•2h ago•21 comments

Amiga Screens: A Primer

https://www.datagubbe.se/amscr/
107•msephton•12h ago•25 comments

Zelensky says Russia has widened attacks to hit Ukraine's data centres

https://www.bbc.com/news/articles/c84gkwgk7d06o
65•dabinat•54m ago•45 comments

Show HN: Whiteboard (YC W26) – An open-source IDE for thoughtful software design

https://github.com/devdotfast/whiteboard
382•sidharthkmenon•1d ago•127 comments

What About Rails?

https://jardo.dev/what-about-rails
258•jrochkind1•17h ago•166 comments

Boards of Casio

https://www.ambionix.com/blog/boards-of-casio/
91•fidotron•10h ago•26 comments

Typst makes big strides

https://lwn.net/Articles/1092993/
39•leephillips•3h ago•3 comments

CVE-2025-13032: Entering and Breaking the Avast Antivirus Sandbox Part 2

https://www.safateam.com/intelligence-hub/research/technical-articles/cve-2025-13032-entering-and...
102•safateam•12h ago•27 comments

Why is the liver so weirdly regenerative?

https://dynomight.substack.com/p/liver
536•jbotz•1d ago•266 comments

Show HN: Hamilton – a no-internet Android health dashboard, named after my dog

https://play.google.com/store/apps/details?id=com.gads.hamilton&hl=en_US
6•hamilton_app•7h ago•10 comments

What happens when you analyze your favorite college football team like the CIA?

https://www.cultivatelabs.com/posts/what-happens-when-you-analyze-college-football-like-the-cia
6•adam•6h ago•7 comments

Rails World 2026 Opening Keynote [video]

https://www.youtube.com/watch?v=vDjW_dRyKXY
415•an0malous•2d ago•459 comments

2DWillNeverDie

https://2dwillneverdie.com/
318•surprisetalk•3d ago•81 comments

Astronomer watches Starlink satellites sinking to build a 'planetary barometer'

https://www.theregister.com/science/2026/09/25/astronomer-watches-starlink-satellites-sinking-to-...
13•whh•1h ago•1 comments

Opus 5.5 is good at explainer videos

https://launchvideo.io
392•iacguy•23h ago•210 comments

Gravity Seems Holographic. What Does That Mean for Reality?

https://www.quantamagazine.org/gravity-seems-holographic-what-does-that-mean-for-reality-20260925/
65•ibobev•4h ago•70 comments

Toyota is taking the Corolla electric

https://electrek.co/2026/09/23/toyota-best-selling-corolla-electric/
418•cisc•1d ago•763 comments
Open in hackernews

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

https://mouse.dev/blog/muse-special/
35•Aeroi•1h ago

Comments

Aeroi•1h ago
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

haolez•1h ago
Nice work!

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

embedding-shape•57m ago
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.
junofan•14m ago
I asked muse. It’s for codex-cli, and it routes through “OpenAI inference proxy”
Aeroi•20m ago
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

Tiberium•59m ago
I don't really see evidence that it's an "OpenAI" model, the title is IMO very misleading.
Aeroi•49m ago
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.
catchnear4321•32m ago
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.

GenerWork•44m ago
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.
6thbit•36m ago
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?
meric_•21m ago
No reason for it to. Software companies use products from other software companeis all the time.
manav•25m ago
Muse 1.3 spark occasionally spits out Chinese character responses to me like internal instructions. “Go fast” or “Get help”…
sroussey•22m ago
I’ve had Claude opus do that too.
tclancy•14m ago
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.

wincy•12m ago
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.
ChickeNES•5m ago
A Hindi word in the middle of a normal reply for me (but once I translated the word it was right in context heh)