Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. NASA's Moon Orbiter Spots New, 'Once-in-Century' Moon Crater(nasa.gov ↗)
    discuss
  2. Show HN: GrowSpot – checks if a plant can live in an exact spot, not just a room(growspotapp.com ↗)
    discuss
  3. Show HN: Hibi – An open-source obsidian alternative(github.com/schmayterling ↗)
    discuss
  4. Linus demands real users before hazard pointers land(freenode.net ↗)
    discuss
  5. Here's how we're (actually) all going to die(siliconpalace.substack.com ↗)
    discuss
  6. Want to Entice New Residents? Offer Cash, for a Start(nytimes.com ↗)
    discuss
  7. Relativistic Raytracing(publish.obsidian.md ↗)
    discuss
  8. Memoization application that you have used but might not know(github.com/prashant2400 ↗)
    discuss
  9. ZCode, embroiled in a controversy over stealing user code, is now open source(github.com/zai-org ↗)
    discuss
  10. Show HN: Ambits – agentic grep/rg tool will history tracking(github.com/joshlong145 ↗)
    discuss
  11. Coding Theory: A Playful Introduction(paramrathour.github.io ↗)
    discuss
  12. Scammers found a way to make people drain their own wallets(twitter.com/wyckoffweb ↗)
    1comments
  13. Kelvin Wave(wikipedia.org ↗)
    discuss
  14. AI Weekly Warns Firms on Google AI Studio Data Retention Fraud(bitu79.substack.com ↗)
    discuss
  15. Art of the Problem Launches $99 AI bot(artoftheproblem.com ↗)
    1comments
  16. Have a Question? Ask Jev(askjev.net ↗)
    discuss
  17. Ax: Google's Open Agentic Orchestrator(github.com/google ↗)
    discuss
  18. The Cultural Leadership Fund (2018)(a16z.com ↗)
    discuss
  19. Farhud memories: Baghdad's 1941 slaughter of the Jews(bbc.com ↗)
    discuss
  20. Farhud(wikipedia.org ↗)
    discuss
  21. Meta launches fresh legal challenge over UK's Online Safety Act(ft.com ↗)
    discuss
  22. 'Ask for what you want' is a key skill for the 21st century(robinsloan.com ↗)
    discuss
  23. A Brief History of Light(psu.edu ↗)
    discuss
  24. What Is Coastline Index and Why Focus Only on Confirmed GTA VI Facts?
    discuss
  25. World model companies are keeping a lot of secrets(techcrunch.com ↗)
    discuss
  26. AI is breaking the academic sorting machine(lemire.me ↗)
    discuss
  27. A Fresh Start: My Minimalist Blog Redesign After 14 Years(bcastell.com ↗)
    discuss
  28. Reviving Deserts with Syntropic Agroforestry(wikifarmer.com ↗)
    discuss
  29. Delta (zed.dev) – Help understanding ToS(zed.dev ↗)
    1comments
  30. Can I Let My AI Agent Run on Shabbat?(chabad.org ↗)
    8comments

Why Bother with Lint Rules If AI Writes the Code?

1 pointsby 1h agoallstead.dev
4 comments
59m agoHN ↗

Because consistency is still considered a quality rubric ?

55m agoHN ↗

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

47m 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.

39m agoHN ↗

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