Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: Public Browser MCP – +48% speed -33% token/session vs. AgentBrowser (github.com/silbercue)
    —discuss
  2. Education Consulting Industry Sucks (rivernova.vercel.app)
    —discuss
  3. Show HN: I rebuilt my company's old fire-station office as a Quake III map (sajarin.com)
    —discuss
  4. The New STOC Rules for the AI Era (computationalcomplexity.org)
    —discuss
  5. Show HN: Turn Your Voice into Art (reotoi.vercel.app)
    —discuss
  6. Empirical results fine-tuning π0.5 on a real manufacturing task (dream-machines.eu)
    —discuss
  7. IR (2022) (github.com/dstogov)
    —discuss
  8. Meta and the new VR glasses? Will Apple respond?
    —discuss
  9. China's new travel rules unsettle tech giants and talent (dw.com)
    2comments
  10. Hail is a multibillion-dollar problem – and could get worse (hcn.org)
    —discuss
  11. Vibe Coding Production Kit – a production workflow for AI coding agents (github.com/moeeryani)
    —discuss
  12. Show HN: PipeFitter – Quick, Browser-Based, Parametric Pipe Connectors (mankyd.github.io)
    —discuss
  13. Show HN: Free WCAG accessibility checker – no signup, results in ~2 minutes (wcagrepair.com)
    —discuss
  14. AI Help for Biological or Chemical Weapons (science.org)
    —discuss
  15. Show HN: Canary (YC) – Independent verification for AI code (runcanary.ai)
    —discuss
  16. Dampen camera motion and track the leftover, in WASM (residual.dog)
    —discuss
  17. International observers to investigate Swedish election fraud (tv4.se)
    —discuss
  18. SkillOpt: Training Loop for Agent Skills (microsoft.github.io)
    2comments
  19. Show HN: Kosh – Browser's native bookmark manager ui, done right (chromewebstore.google.com)
    —discuss
  20. The Board Game of the Alpha Nerds (2014) (grantland.com)
    5comments
  21. How I changed teaching after AI managed to do all my homework assignments (thelastsoftwareengineer.substack.com)
    —discuss
  22. Show HN: A $25 DIY alternative to $159 AI voice recorders – BYOK or local (zephclick.com)
    —discuss
  23. Reddit mod ordered to pay Nintendo $4.5M in Switch piracy lawsuit (theverge.com)
    —discuss
  24. Ask HN: Got any interesting tech incident to share?
    —discuss
  25. Show HN: p2p.kiwi – Cross-Platform (macOS <-> Windows <-> Linux) P2P Screenshare (p2p.kiwi)
    —discuss
  26. Security headers on 4,688 small-business websites: 49.7% met none of 7 criteria (rackcrunch.com)
    1comments
  27. Devenv 2.4: Machines (devenv.sh)
    —discuss
  28. California Is Chasing Wealth That Has Feet (landeconomics.org)
    2comments
  29. ESP32: The Arduino Rivals That Changed the Game (petkovsky.sk)
    —discuss
  30. Zeal – Offline Documentation Browser (zealdocs.org)
    —discuss

Opus 5.5 refuses basic molecular biology questions

2 pointsby 1h agobede.im
2 comments
1h 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.

1h 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.