Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. OpenJev(openjev.com ↗)
    67comments
  2. ZCode, the GLM coding agent, silently uploads your Git history(tokenstead.ai ↗)
    discuss
  3. Microsoft exec called AI scraping 'the largest theft of labor in human history'(techcrunch.com ↗)
    95comments
  4. Jemalloc 5.4.0(github.com/jemalloc ↗)
    49comments
  5. The scourge of x86 emulation(fex-emu.com ↗)
    31comments
  6. Astra for Law(openai.com ↗)
    593comments
  7. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    138comments
  8. Replacing Pull Requests with Delta(zed.dev ↗)
    9comments
  9. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    232comments
  10. Qwen 3.8 Omni Flash(qwen.ai ↗)
    84comments
  11. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    170comments
  12. Wax motor(wikipedia.org ↗)
    72comments
  13. Dr Julius Neubronner's Miniature Pigeon Camera(publicdomainreview.org ↗)
    discuss
  14. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    234comments
  15. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    42comments
  16. When the fractional part of a float fixes your shader(crocidb.com ↗)
    3comments
  17. A heap overflow and SSO misconfiguration to compromise OpenAI internal repos(hacktron.ai ↗)
    159comments
  18. Shapelearn Qwen 3.8 27B (13.1 GB VRAM)(byteshape.com ↗)
    13comments
  19. How to Write with an LLM(sockpuppet.org ↗)
    119comments
  20. Ask A Monk – A digital wilderness for thoughts with no immediate answer(askamonk.online ↗)
    25comments
  21. Flet 1.0 – Build cross-platform apps in Python(flet.dev ↗)
    61comments
  22. Telstra outage: The night a network decided the year was 2006(netnod.se ↗)
    29comments
  23. Google illegally retains customer data,and I am taking legal action against them(medium.com/istokovicsgyorgy79 ↗)
    discuss
  24. Speeding up gearhash on ARM64(sam.dev ↗)
    discuss
  25. Diplodocus, Long Thought Exclusively American, Turns Up in Spain(sci.news ↗)
    45comments
  26. Why I didn’t sign the Fields medallists’ letter(gowers.wordpress.com ↗)
    372comments
  27. The most important product decision is what you don't build(liamnugent.me ↗)
    39comments
  28. Apple detectives solved mystery of ancient tree and rewrote the history of fruit(scientificamerican.com ↗)
    12comments
  29. How do we prevent mathemathics from devolving into the Medieval Era of secrecy?(mathoverflow.net ↗)
    118comments
  30. Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him(nytimes.com ↗)
    1comments

Code Scans

23 pointsby 8h agodevin.ai
6 comments
6h agoHN ↗

Yeah, but now with “agentic mapreduce”! A “talent dense” team of prompters selling to the Feds.

5h agoHN ↗

Their sample prompt takes me back a year or two:

Find unused code in our web app. Exclude generated files and test fixtures, and check for indirect references before recommending a removal.

If I "/goal remove unused code" in Claude today, I would not even think to specify "check for indirect references" and "don't consider generated code dead code," those sorts of intuitions have been "built in" to the frontier models for a while now.

So I'm pretty confused by this, what does it do that I can't with an agent swarm?

1h agoHN ↗

Improve SEO

Reduce maintenance overhead

Make your application compile faster

Find unused code in our web app. Exclude generated files and test fixtures, and check for indirect references before recommending a removal.

If someone came to me with these requirements, I would laugh in their face. These reek of busy work with no actual business benefit. Have these people actually built real software before?

31m agoHN ↗

I would categorize these all as grunt work, but definitely not busywork or even a lack of business value. Improving SEO has direct business value. And the fact that it's unglamorous and laborious feels like a really good reason to have agents do it.