Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Coding Machines(teamten.com ↗)
    discuss
  2. Birdle Explorer(birdle.world ↗)
    1comments
  3. I Investigated Coinbase a Year Ago For Forbes. The Bigger Story Now Is Its Power(thesignalmemo.substack.com ↗)
    discuss
  4. EA Safety(venkateshrao.com ↗)
    discuss
  5. A Builder's Simple Perspective on the Future of the Job Market(wenbo.site ↗)
    discuss
  6. Lint-HTTP 0.1.0 – Easy to use, complete HTTP traffic linter(crates.io ↗)
    discuss
  7. While the human's away, do the agents slip into foul play?(yuv.run ↗)
    discuss
  8. Winning the Visa Lottery(aeaweb.org ↗)
    discuss
  9. The Rise of Niche Consumption(aeaweb.org ↗)
    discuss
  10. Presley Gerber, Son of Cindy Crawford and Rande Gerber, Dies at 27(hollywoodreporter.com ↗)
    discuss
  11. Talk to Hector Salamanca, powered by Jev and a bell(jev-hector.vercel.app ↗)
    discuss
  12. Rally English(wikipedia.org ↗)
    discuss
  13. The Trouble with 'Ntile()'(djnavarro.net ↗)
    discuss
  14. The Genesis of Attribute Grammars [pdf](miami.edu ↗)
    discuss
  15. New wild cat species is identified for first time in 100 years(nbcnews.com ↗)
    discuss
  16. A Silicon Valley radical: Trump's AI whisperer pushing for limited regulation(theguardian.com ↗)
    discuss
  17. Vibemaxxer(cro.sh ↗)
    discuss
  18. China is not ready for a post-American world(economist.com ↗)
    discuss
  19. NYTimes Journalist Regrets Long Ordeal Sending Daughter to Worse NY Schools(nytimes.com ↗)
    discuss
  20. Skills to Make the Perfect Website(github.com/noamankhalil ↗)
    discuss
  21. Chemical and Biological Weapons Explained – Brett Edwards (2024) [video](youtube.com ↗)
    1comments
  22. You Are the Executive Now(sundaylettersfromsam.substack.com ↗)
    discuss
  23. NASA's Moon Orbiter Spots New, 'Once-in-Century' Moon Crater(nasa.gov ↗)
    discuss
  24. Show HN: GrowSpot – checks if a plant can live in an exact spot, not just a room(growspotapp.com ↗)
    discuss
  25. Show HN: Hibi – An open-source obsidian alternative(github.com/schmayterling ↗)
    discuss
  26. Linus demands real users before hazard pointers land(freenode.net ↗)
    discuss
  27. How we're (actually) all going to die(siliconpalace.substack.com ↗)
    3comments
  28. Want to Entice New Residents? Offer Cash, for a Start(nytimes.com ↗)
    discuss
  29. Relativistic Raytracing(publish.obsidian.md ↗)
    discuss
  30. Memoization application that you have used but might not know(github.com/prashant2400 ↗)
    discuss

Why Bother with Lint Rules If AI Writes the Code?

1 pointsby 2h agoallstead.dev
4 comments
1h agoHN ↗

Because consistency is still considered a quality rubric ?

1h agoHN ↗

Absolutely, I could touch on that in the article more.

1h agoHN ↗

A lint rule is only enforceable if the agent can't edit the rule. Prompt files are guidance because the model can ignore them. A config file is just another file in the repo and an agent can find ways to bypass that. I've seen my agent code around it or quietly loosen the config instead of fixing the code.

My solution was putting the hook and lint configuration where the agent can't write to it. That was more effort to set up, but it seems to work.

1h agoHN ↗

Great consideration to make, those rule sets should absolutely require at least a confirmation from a human to change.