Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Zeal – Offline Documentation Browser (zealdocs.org)
    —discuss
  2. Oracle triggers 'force majeure' on data center project over power delays (reuters.com)
    —discuss
  3. Issue Graph (github.com/vercel-labs)
    —discuss
  4. DDoS Attack Breaks Beloved Video Game Wiki After AI Bro Was Banned (kotaku.com)
    —discuss
  5. Opus 5.5 is good at explainer videos (launchvideo.io)
    —discuss
  6. Bosphore 1819: Reviving a 200-Year-Old Map of Istanbul with Opus 5.5 (twitter.com/cahidarda)
    1comments
  7. Anthropic Strikes $12B AI Computing Deal with Akamai (bloomberg.com)
    —discuss
  8. Show HN: RentBench – Levels.fyi for UK Rents (rentbench.fyi)
    —discuss
  9. The Tao of Acme (chai.guru)
    1comments
  10. Mamdani is the most popular elected official in NYC: poll (nydailynews.com)
    —discuss
  11. Democratic megadonor who gave to Gavin Newsom and Kamala Harris linked to murky (nypost.com)
    —discuss
  12. Probing picosecond depairing currents in type-II superconductors (nature.com)
    —discuss
  13. Ask HN: How would you know if you have learned something?
    —discuss
  14. SciUniverse: Can frontier models carry out scientific work? (c5r.net)
    —discuss
  15. Compio: A thread-per-core async Rust runtime with IOCP/io_uring/polling (github.com/compio-rs)
    —discuss
  16. Swarm Scaling (tobyord.com)
    —discuss
  17. Cracking VFPU math functions using Claude (Sony PSP) (ppsspp.org)
    1comments
  18. ZeroDrift – A small model that finds and fixes compliance violations (zerodrift.com)
    —discuss
  19. Show HN: Dunara (dunara-studio.com)
    —discuss
  20. Flux 3 Action Tops RoboLab, but Large Companies Can't Use It in a Product (topicqueue.substack.com)
    —discuss
  21. Astronomers capture an unprecedented view of gas giant formation in action (phys.org)
    —discuss
  22. China Holds Sensitive F-35 Parts Diverted to Hong Kong from Australia (bloomberg.com)
    2comments
  23. The "C" Word (coredump.cx)
    1comments
  24. Restaurants Are Using AI to Advertise Their Food and It's Making People Sick (wsj.com)
    —discuss
  25. Topcoat is pushing the boundary of server applications with Rust (tokio.rs)
    —discuss
  26. Global Chat (jojoban842.workers.dev)
    —discuss
  27. Show HN: Offline recorder and transcriber on your MacBook's notch (memorynotch.app)
    —discuss
  28. Dailies: Daily games with friends and family, in your texts (dailies.world)
    1comments
  29. Quanta's Thomas Lin Trusts the Public Can Handle Complex Ideas (insidehighered.com)
    —discuss
  30. Sourcehut account takeover via build logs (XSS in ansi2html) (blog.arusekk.pl)
    —discuss

Opus 5.5 refuses basic molecular biology questions

2 pointsby 49m agobede.im
2 comments
28m agoHN ↗

I setup Claude (Opus 5.5) to prepare code reviews for me, and the prompt it got given had the word "reasoning" in it.

IT BAILED ON THE ENTIRE SESSION BECAUSE THE CLASSIFIER REJECTED IT, AND WOULDN'T EVEN TELL ME WHAT LINE OR TOKENS OFFENDED THE CLASSIFIER!!!

Eventually I got a different Claude (Opus 4.6, my go to for "when Claude was good") to open up the session transcript, and it quickly found that the classifier rejected it because of that one word, "reasoning". Evidently the classifier "thought" (which is being way to generous, since it's clearly just a regular expression) I was trying to hack Claude and figure out how it reasoned.

Millions (billions?) of dollars in research creating the model ... and then Anthropic paid one dev for half an hour of vibe coding with zero thought behind it, which disables those millions/billions of dollars of research (and makes me hate the company and their product instead of loving it).

All that investment wasted because they cheaped out and didn't have the most minimal human involvement in their own development (we know as much because any human dev would have instantly rejected the idea that any prompt with "reasoning" in it should be blocked). If that isn't irony I don't know what is.

15m agoHN ↗

P.S. It's also worth noting any decent human developer would almost certainly have had this thought:

"Hey, we are changing the classifier that handles every prompt a customer makes, and we also have access to (literally) millions of past prompts. MAYBE we should use a subset of those prompts to test that our classifier doesn't block legitimate prompts?"

But again, when your AI does all your dev for you (not just the coding but the thinking also), you don't get the benefit of the above.