Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Training a 4B model to produce 81% faster query plans than Postgres(rohanbansal.com ↗)
    17comments
  2. Vectorized and performance-portable Quicksort (2022)(googleblog.com ↗)
    21comments
  3. Small programming tricks(will-keleher.com ↗)
    144comments
  4. Accurate Models of AMD Matrix Cores(arxiv.org ↗)
    3comments
  5. Xiami Mimo 2.6 Live Training Dashboard(xiaomi.com ↗)
    1comments
  6. Dream-RSI: Recursive Self-Improvement through Evolving Worlds(arxiv.org ↗)
    47comments
  7. Mistral X Mozilla: Private, Multilingual AI Browsing(mistral.ai ↗)
    169comments
  8. How good are frontier models at physics?(arxiv.org ↗)
    4comments
  9. Reversing Factorio's RNG(gegell.github.io ↗)
    3comments
  10. Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations(github.com/arnegiacomo ↗)
    231comments
  11. Tell the speakers that you liked their talks(ohhelloana.blog ↗)
    61comments
  12. The Siberian Ice Maiden and the Scythian World(patrickwyman.substack.com ↗)
    discuss
  13. Learning Programming in an Age of LLMs(ploeh.dk ↗)
    166comments
  14. Claude Cowork and chat are now one Claude(claude.com ↗)
    179comments
  15. How big are factorials?(thegreenplace.net ↗)
    28comments
  16. Tell HN: An inside view of Montana's new biotech law
    discuss
  17. The DeepMind Institute(deepmind.com ↗)
    28comments
  18. The Google Play app review process now regularly takes longer than a week(gultsch.social ↗)
    305comments
  19. Hackers Got Inside a Flock Camera(wired.com ↗)
    186comments
  20. Training Text-to-Image Models 3.6× Faster(linum.ai ↗)
    discuss
  21. Kyber (YC W23) Is Hiring a Forward Deployed Engineer(ycombinator.com ↗)
    discuss
  22. Why a fast-growing German AI startup is moving its parent company from the US(euronews.com ↗)
    7comments
  23. A coffee shop owner used AI to make a menu poster. Then came the angry DMs(businessinsider.com ↗)
    102comments
  24. ER visits for gambling disorders doubled after expanded online gambling market(utoronto.ca ↗)
    107comments
  25. Show HN: How Stale Is Your AI? Release age and training cutoff for 20 models(stale.jock.pl ↗)
    42comments
  26. Salesforce Global Outage(salesforce.com ↗)
    156comments
  27. Can we stop with the uptime percentages?(jim-nielsen.com ↗)
    93comments
  28. Data Broker Radaris Loses Domains in Privacy Fight(krebsonsecurity.com ↗)
    1comments
  29. Show HN: I made a flight simulator, except you're just a passenger(inflightsimulator.com ↗)
    199comments
  30. Barndoor acquires Diaphora, creators of open-source workflow runtime Frags(barndoor.ai ↗)
    discuss

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

7 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?

48m agoHN ↗

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