Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Chinese AI Radicalizes(chinatalk.media ↗)
    discuss
  2. Bonsai: A 27B reasoning model on a 16 GB M2 Mac, with Ferrox(medium.com/antonellofratepietro ↗)
    1comments
  3. Enabling teachers to create learning interactives with generative UI(research.google ↗)
    discuss
  4. Alex Karp: AI Models Are Stealing Your Data and the AI Safety Truth [video](youtube.com ↗)
    discuss
  5. Tell HN: You Can Use "Screen Mirroring" in EU on iOS 27 via Xcode and Device Hub
    discuss
  6. Dog Diary vs. Cat Diary(all-creatures.org ↗)
    discuss
  7. ImmiBridge – Private Apple Photos Backup(digitalescapetools.com ↗)
    discuss
  8. Italian Apple store employees strike on iPhone 18 Pro launch day(reuters.com ↗)
    discuss
  9. NASA Activates Roman's Primary Instrument, Checks Out Coronagraph(nasa.gov ↗)
    discuss
  10. Trying to understand SR-1 Freedom(mceglowski.substack.com ↗)
    discuss
  11. Show HN: Chuks v0.2.0-RC.1, we're asking people to try to break it(chuks.org ↗)
    discuss
  12. Why Aren't There More Imax 70mm Screens for 'The Odyssey'? 'It's Not Practical,'(variety.com ↗)
    discuss
  13. EFF Statement on California Governor's Executive Order on AI(eff.org ↗)
    discuss
  14. RubyLLM 2.0: What's New(rubyllm.com ↗)
    discuss
  15. The Case of Elias Thorne, Imaginary Man AI Chatbots Are Obsessed With(vice.com ↗)
    discuss
  16. AI systems out-persuade expert humans(arxiv.org ↗)
    2comments
  17. Retire in Peace(publicnotice.co ↗)
    1comments
  18. I Built OmegleVC — Turning Strangers Into Friends(play.google.com ↗)
    1comments
  19. Could AI kill us all? Your questions, answered(technologyreview.com ↗)
    discuss
  20. Open Source JEV architecture built 1 year ago(reddit.com ↗)
    1comments
  21. A free RGB↔CMYK converter and photo upscaler(thephoto.ca ↗)
    discuss
  22. How come AI-related posts get so many points on HN?
    4comments
  23. A shadow atlas of the world situation, built from open sources(terminaltribune.info ↗)
    discuss
  24. UK air traffic control outage caused by software defect, says operator(reuters.com ↗)
    1comments
  25. Claude couldn't hack OpenAI. Then Anthropic shipped Opus 5(thenewstack.io ↗)
    discuss
  26. MacSurf for Mac OS 8.6~10.6 "Open Tabs" Released(macsurf.org ↗)
    discuss
  27. SPC970-MechaLIBerator: PlayStation 2 SPC970 MechaCon dumper (with vuln detail)(github.com/libbers ↗)
    discuss
  28. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    13comments
  29. AI hallucination of Chinese nuclear components almost led to US Military attack(arstechnica.com ↗)
    5comments
  30. Anthropic partnering with Accenture on embedded evaluation(anthropic.com ↗)
    2comments

Microsoft agentically ports Copilot runtime to Rust for $120K

2 pointsby 2h agotheregister.com
2 comments
1h agoHN ↗

"However, managers also had to grapple with a few dozen regressions in the resulting code, pointing to AI’s ongoing challenges in understanding Rust. "

The problem isn't rust or understanding rust. Agents make plenty of mistakes in mainstream languages like JavaScript and C#. The off-hand deflection signals, to me, that whoever came up with that excuse has far too much faith in the bots. We do have to check their code, and we will find errors.

1h agoHN ↗

While I largely agree, I suspect languages which require more memory management awareness, especially when they have opt out options like `unsafe`, will remain more challenging for the models. They have a tendency to turn things off to "pass the test"