Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Brushstrokes: Avant-Garde and the Psychology of Perception(eclecticlight.co ↗)
    discuss
  2. The Rhythm of Your Breath Leaves a Fingerprint on Your Thoughts(nautil.us ↗)
    discuss
  3. New satellites and artificial intelligence are transforming wildfire detection(theguardian.com ↗)
    discuss
  4. How to use HDR brightness as a graphic design hack(hdrlogo.com ↗)
    discuss
  5. DOE vs. GitHub, INC: LLM generated-content not a DMCA violation [pdf](uscourts.gov ↗)
    discuss
  6. Racing driver is about to race 100 karts at once(arstechnica.com ↗)
    discuss
  7. What's New in PHP 8.6(laravel-news.com ↗)
    discuss
  8. Denuvo Sues Game Cracker 'Voices38' for Bypassing Its Anti-Tamper DRM(torrentfreak.com ↗)
    discuss
  9. Claude.md is good for taste and project context.It's a weak place for invariants(tesseracted-labs-blog.vercel.app ↗)
    discuss
  10. Think about your goals and threat models for MFA authentication(utcc.utoronto.ca ↗)
    discuss
  11. Priest, Monk, and Mathematician(logangraves.com ↗)
    discuss
  12. Who's afraid of open source AI?(youtube.com ↗)
    discuss
  13. Mozilla and Mistral partner to expand AI competition and preserve user choice(blog.mozilla.org ↗)
    discuss
  14. Backups Aren't Simple(filipovski.net ↗)
    discuss
  15. Fee of $3 for a Signal account without a number in new Android beta(signalusers.org ↗)
    discuss
  16. Show HN: Plexus – Telemetry for hardware teams who could build it but shouldn't(plexus.company ↗)
    discuss
  17. I vibecoded a Desert Strike tribute in 20 min(jcotero.dev ↗)
    discuss
  18. The sexy AI-powered dating app scams are here (gift link)(theverge.com ↗)
    discuss
  19. Kiln(brokenhands.io ↗)
    discuss
  20. SupraLabs – leading experimental Small Language Models that run on any device(supra-labs.com ↗)
    discuss
  21. I made at thing that made Sonnet beat Opus on prod debugging tasks(github.com/neat-technologies ↗)
    discuss
  22. I built an on-device real-time translator that doesn't require hardware(apps.apple.com ↗)
    discuss
  23. The Unicode Standard, Version 18.0(unicode.org ↗)
    1comments
  24. Magento analytics boosted using DuckDB engine and the same transactional MariaDB(mariadb.org ↗)
    discuss
  25. 66% of cordless mowers overstate runtime by an avg of 34% (Audit of 178 models)(winnowl.com ↗)
    discuss
  26. TypeSafe AI debuts model for machines that plays Doom(theregister.com ↗)
    1comments
  27. Raycast Rugpull: Free Alternative to Raycast(github.com/abue-ammar ↗)
    discuss
  28. Safely generating legal chess moves at 475M nodes/s(bamburac.com ↗)
    discuss
  29. What's in a name? Giving Nebula hosts URLs(defined.net ↗)
    discuss
  30. Driftsort: An efficient, generic and robust stable sort implementation(github.com/voultapher ↗)
    discuss

Show HN: Friday – Self-hosted persistent memory for AI coding agents (MCP)

6 pointsby 1h agogithub.com
2 comments
1h agoHN ↗

While the idea of improving codebase search and documentation has some merit, any modern coding agent harness does not have the problem of starting each session blankly and giving generic advice. The actual issue that I have experienced is that it will waste tokens re-reading the codebase over and over again to understand your query, although you can mitigate that by proper use of AGENTS.md and documentation.

But more importantly, is it too much effort to write the readme yourself? Or at least to ask the AI to rewrite it so that it doesn't have all the tell-tale signs of AI slop?

42m agoHN ↗

How many times do we need to solve this problem using glue and hacks?