Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. OpenAI pauses RL due to model escaping sandbox (twitter.com/tomekkorbak)
    1comments
  2. Show HN: Gutcheck, grep for meaning with a local CPU model (github.com/sfmqrb)
    —discuss
  3. Category Theory Explained for Haskell Programmers [video] (youtube.com)
    —discuss
  4. An LLM Beat NetHack (kenforthewin.github.io)
    —discuss
  5. Stanford student was erased after university photo change sparks AI controversy (cleveland.com)
    —discuss
  6. Scale of Conductor Usage at Netflix (netflixtechblog.medium.com)
    —discuss
  7. OpenAI works to understand scope of agent activity as user data leak emerges (reuters.com)
    —discuss
  8. Show HN: Jevcut – an auto-clipper where code picks the cut points, not the model (github.com/vbs2004)
    —discuss
  9. Show HN: ZenMode OS, Open-source launcher: stay under your limit, save in gold (zenmodeos.com)
    —discuss
  10. Show HN: I built my parents a credit card chooser with Jev (chengeric.com)
    —discuss
  11. Was this award-winning book written by AI? (cbc.ca)
    1comments
  12. BookmarkFS – mount browser bookmarks as a FUSE filesystem (nongnu.org)
    —discuss
  13. RFC 9449 – OAuth 2.0 Demonstrating Proof of Possession (DPoP) (rfc-editor.org)
    —discuss
  14. Getting Deeper into Local Inference (octet-stream.net)
    —discuss
  15. The man who has been walking home since 1998 (ft.com)
    —discuss
  16. Evolving programming languages in the AI era (twitter.com/josevalim)
    —discuss
  17. A single function Jev-like wrapper for LLMs, including vision models (allanrbo.blogspot.com)
    —discuss
  18. Is this the best condom? [video] (youtube.com)
    1comments
  19. An agent used DNS to reach an external chatbot (alignment.openai.com)
    1comments
  20. MiMo-V3 is getting a new architecture. HySparse2 (twitter.com/_luofuli)
    —discuss
  21. Pencils Down, Notation Up (intertwingly.net)
    —discuss
  22. Music for 18 Bouncy Balls (ianbutterworth.github.io)
    —discuss
  23. Why The Ambidextrous Universe is a masterpiece of science writing (newscientist.com)
    —discuss
  24. Show HN: HN roasted my email signatures, so I rebuilt the editor (esigna.app)
    —discuss
  25. Ask HN: ML-Based Tool Feedback
    —discuss
  26. A Type Stronger Than the Sum of Its Components (schneems.com)
    —discuss
  27. The Arena (thearena.rip)
    —discuss
  28. Dobium: $0 commission prediction exchange (dobium.com)
    1comments
  29. The World as a Hologram (arxiv.org)
    1comments
  30. The millionth.bid: the last bidder's quest (millionth.bid)
    —discuss

Ask HN: Is multi-model redundancy now a compliance requirement for small teams?

1 pointsby 2h ago
1 comments
I've been following the Anthropic supply-chain ruling discussion here, and one thing keeps nagging at me as someone learning to build on Next.js while studying LLM app architecture: multi-model redundancy quietly stopped being an optimization and became a compliance requirement for anyone selling to the US government or large enterprises.

A single-model vendor is now officially a supply-chain risk. That makes sense at scale, but what does it actually mean for a small team? Abstracting calls behind one interface sounds easy until models diverge on tool calling, structured outputs, context windows, and latency. And who maintains the eval suite and fallback logic once you support two or three providers?

For those of you running LLM features in production: do you genuinely route across providers, or keep one hot standby? Is an abstraction layer worth it early, or does it just flatten every model to the weakest one? Curious what patterns actually hold up when vendor lock-in becomes a legal problem rather than just a cost one.

1h agoHN ↗

always has been.

the abstraction takes 30 seconds in Claude. just build it.