Hacker News

New stories

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

Why Bother with Lint Rules If AI Writes the Code?

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