Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Royce on San Francisco(astralcodexten.com ↗)
    discuss
  2. Show HN: Make Art Not Apps(makeartnotapps.com ↗)
    discuss
  3. How Israel exports the technology of occupation around the world(universiteitleiden.nl ↗)
    discuss
  4. Destroying Humanity Is Against the Law(theatlantic.com ↗)
    discuss
  5. Apple's M6, M7 and M8 Chips Show How AI Is Reshaping the Company(twitter.com/markgurman ↗)
    discuss
  6. Elyx(elyx.design ↗)
    1comments
  7. Principles for a New Utopianism(deepmind.com ↗)
    discuss
  8. Trove of Never-Before-Seen Records Reveal How the Wealthiest Avoid Income Tax(propublica.org ↗)
    discuss
  9. Cookie converter and Claude session check I use(claudecookie.com ↗)
    discuss
  10. House Defies Automakers and Mandates AM Radio in New Cars(wsj.com ↗)
    2comments
  11. Netanyahu seeks to strip citizenship as threats to NAZA film directors intensify(theguardian.com ↗)
    discuss
  12. Nature Is Our Learning Environment(periodic.com ↗)
    discuss
  13. American, United, Southwest scale back schedules as fuel shock reshapes flying(reuters.com ↗)
    discuss
  14. Ms. Rachel on Gaza Controversy, YouTube Fame, and Her New Album(rollingstone.com ↗)
    discuss
  15. Open-1B: the first model you don't have to trust(gensyn.ai ↗)
    discuss
  16. OpenAI says CEO Altman will attend Trump's state dinner for Xi(reuters.com ↗)
    1comments
  17. Show HN: OpenCode Mentor - An anti-vibecoding, programming mentor configuration(github.com/davejpeters ↗)
    1comments
  18. Show HN: Hometowns – Map the area codes in your contacts list(benaduggan.github.io ↗)
    discuss
  19. The LLMs Yearn for the Spines(buttondown.com/hillelwayne ↗)
    discuss
  20. Show HN: unSnag – Display tasks you can do and graph task dependencies(unsnag.app ↗)
    discuss
  21. We're not ready for superpersistent AI(natesilver.net ↗)
    discuss
  22. Show HN: Vending Machine Lab – Build business, leave for 2 wks, see what breaks(vending-machine-lab.pages.dev ↗)
    discuss
  23. Reversing AIs tech job displacement(gist.github.com ↗)
    discuss
  24. Show HN: Interakt – open-source self-hosted search and AI chat for your website(github.com/alphasolutionsrepo ↗)
    discuss
  25. Gnome 51, "A Coruña"(gnome.org ↗)
    discuss
  26. Artemis II Launch 35mm High Speed Film (01.apr.2026)(nasa.gov ↗)
    discuss
  27. A 3D Rasterizer for Embedded Devices(github.com/cubecoders ↗)
    discuss
  28. Breaking the 1.58-bit Barrier for Ternary LLMs(arxiv.org ↗)
    discuss
  29. 2026 Small World in Motion Competition – Nikon Small World(nikonsmallworld.com ↗)
    discuss
  30. RustFS 1.0.0 GA: Production-Ready, Open Source, S3-Compatible Object Storage(rustfs.com ↗)
    discuss

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

7 pointsby 2h agogithub.com
2 comments
2h 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?

1h agoHN ↗

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