frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Hippo, biologically inspired memory for AI agents

https://github.com/kitfunso/hippo-memory
28•kitfunso•1h ago

Comments

cyanydeez•1h ago
no open code plugin? This seems like something that should just run in the background. It's well documented that it should just be a skill agents can use when they get into various fruitless states.

The "biological" memory strength shouldn't just be a time thing, and even then, the time of the AI agent should only be conformed to the AI's lifetime and not the actual clock. Look up https://stackoverflow.com/questions/3523442/difference-betwe... monotonic clock. If you want a decay, it shouldn't be related to an actual clock, but it's work time.

But memory is more about triggers than it is about anything else. So you should absolutely have memory triggers based on location. Something like a path hash. So whever an agent is working and remembering things it should be tightly compacted to that location; only where a "compaction" happens should these memories become more and more generalized to locations.

The types of memory that often are more prominent are like this, whether it's sports or GUIs, physical location triggers much more intrinsics than conscious memory. Focus on how to trigger recall based on project paths, filenames in the path, file path names, etc.

kitfunso•1h ago
coming right up, adding it as we speak
russellthehippo•1h ago
yep came here to say this. great to hear it's in process.
Grosvenor•54m ago
Sparse distributed memory is what you’re looking for.

https://en.wikipedia.org/wiki/Sparse_distributed_memory

pbhjpbhj•13m ago
Memory links to location but that's largely because humans are localised. Isn't that also a weakness. We should be trying to exploit the benefits of non-locality [of ML models and training data] too.

I feel like much of my life is virtual, non-localised. Writing missives to the four corners of the wind here and elsewhere; gaming online; research/chats with LLMs or on the web, email with people.

My physical location is often not important - a continuing context from non-physical aspects of my existence matters more.

That said, one of the things that's hard for me about digital life is the lack of waymarks - I used to be quite "geographical" in my thinking. Like "oh the part I found interesting was on the left page after the RGB diagram", I'd find that and also find my train of thought and extend it. Now, information can be in any myriad of freeform places across at least 3 devices and in emails, notebooks, bookmarks, chat histories, and of course my brain. When some ready syncretism of those things happens it feels like we'll make better advances. Personal agents can be a part of that.

nberkman•1h ago
Cool project. I like the neuroscience analogy with decay and consolidation.

I've been working on a related problem from the other direction: Claude Code and Codex already persist full session transcripts, but there's no good way to search across them. So I built ccrider (https://github.com/neilberkman/ccrider). It indexes existing sessions into SQLite FTS5 and exposes an MCP server so agents can query their own conversation history without a separate memory layer. Basically treating it as a retrieval problem rather than a storage problem.

the_arun•57m ago
Aren't tools like claude already store context by project in file system? Also any reason use "capture" instead of "export" (an obvious opposite of import)?
nberkman•25m ago
> Aren't tools like claude already store context by project in file system?

They do, the missing piece is a tool to access them. See comment about my tool that addresses this: https://news.ycombinator.com/item?id=47668270

gfody•31m ago
yegge has a cool solution for this in gastown: the current agent is able to hold a seance with the previous one
kami23•21m ago
Cool to see others on this thread.

Here's a post I wrote about how we can start to potentially mimic mechanisms

https://n0tls.com/2026-03-14-musings.html

Would love to compare notes, I'm also looking at linguistic phenomena through an LLM lens

https://n0tls.com/2026-03-19-more-musings.html

Hoping to wrap up some of the kaggle eval work and move back to researching more neuropsych.

swyx•13m ago
hmm the repo doesnt mention this at all but this name and problem domain brings up HippoRAG https://arxiv.org/abs/2405.14831 <- any relation? seems odd to miss out this exactly similarly named paper with related techniques.
esafak•11m ago
How does it select what to forget? Let's say I land a PR that introduces a sharp change, migrating from one thing to another. An exponential decay won't catch this. Biological learning makes sense when things we observe similar things repeatedly in order to learn patterns. I am skeptical that it applies to learning the commits of one code base.

AI-Displaced Workers Could Face Long Setbacks, Report Finds

https://www.wsj.com/economy/jobs/ai-displaced-workers-could-face-long-setbacks-report-finds-57ef1356
1•JumpCrisscross•41s ago•0 comments

Patch Claude Code system prompt to fix laziness

https://gist.github.com/roman01la/483d1db15043018096ac3babf5688881
1•murkt•3m ago•0 comments

How Do You Find an Illegal Image Without Looking at It?

https://mahmoud-salem.net/the-invisible-shield
1•danso•4m ago•0 comments

Claude Code limits are starting to feel like a psychological trick

1•trinsic2•4m ago•0 comments

I Deploy Apps to My Homelab (A Love Story in 9 Acts)

https://blog.laurentcharignon.com/post/2025-12-14-homelab-deployment-flow/
1•swq115•6m ago•0 comments

Exploding primordial black holes might have reshaped the early universe

https://phys.org/news/2026-04-primordial-black-holes-reshaped-early.html
1•cpncrunch•6m ago•0 comments

Open-source sandboxes to run AI code, browser agents and computer-use

https://github.com/CelestoAI/smolVM
1•theaniketmaurya•8m ago•0 comments

Inspired by gstack: I stopped prompting Claude and gave it job titles instead

https://github.com/tonone-ai/tonone
1•thisisfatih•12m ago•1 comments

After 20 years I turned off Google Adsense for my websites

https://blog.ericgoldman.org/archives/2025/06/after-20-years-i-turned-off-google-adsense-for-my-w...
2•datadrivenangel•14m ago•0 comments

Neuro-symbolic AI breakthrough cuts energy use by 100x while boosting accuracy

https://www.sciencedaily.com/releases/2026/04/260405003952.htm
2•teleforce•16m ago•0 comments

US/CA EMP E1-E2-E3 surge suppression devices with proper lab results doc

https://www.empshield.com/
1•burnt-resistor•17m ago•1 comments

Show HN: FieldLedgr – Free field service software for tradespeople

https://www.fieldledgr.com/
1•onenomad•18m ago•0 comments

An Inside Look at OpenAI and Anthropic's Finances Ahead of Their IPOs

https://www.wsj.com/tech/ai/openai-anthropic-ipo-finances-04b3cfb9
1•doener•19m ago•0 comments

An experiment in voice text editing with Gemini Live

https://public.grugnotes.com/keizo/blog/text-editing-at-the-speed-of-thought/
1•keizo•19m ago•0 comments

Cryptographic delegation receipts to close the user-to-operator agent trust gap

https://github.com/Commonguy25/authproof-sdk
1•Commomguy•19m ago•1 comments

Is this the smallest language model in the world? 30KB

https://twitter.com/maruksp/status/2039462700254736711
2•vinnyglennon•20m ago•0 comments

De-Obfuscating Mixed Boolean-Arithmetic (MBA)

https://blog.trailofbits.com/2026/04/03/simplifying-mba-obfuscation-with-cobra/
1•anitil•21m ago•1 comments

The back story behind the first "$1.8B" dollar "AI Company"

https://garymarcus.substack.com/p/the-back-story-behind-the-first-18
3•chermanowicz•21m ago•1 comments

The soul might just be a check engine light that got too good at its job

https://aperceptualdrifter.substack.com/p/check-engine
1•braid_beards•28m ago•0 comments

37 Days of Vibe Coding Immersion: Conclusions on Business Models

https://akitaonrails.com/en/2026/03/05/37-days-of-vibe-coding-immersion-conclusions-on-business-m...
1•akitaonrails•28m ago•2 comments

Roborock Local Server

https://github.com/Python-roborock/local_roborock_server
1•kuxv•30m ago•0 comments

A Beginner's Guide to Mischief

https://rawandferal.substack.com/p/a-beginners-guide-to-mischief
1•jfil•32m ago•0 comments

The AI University

https://maestro.org/
1•mooreds•33m ago•0 comments

US reputation hits 'depths not seen this century' – and 'may never recover'

https://www.rawstory.com/trump-administration-2676667065/
23•doener•33m ago•4 comments

Neither OpenAI or Anthropic are profitable ahead of IPO

https://www.perplexity.ai/page/openai-anthropic-financial-doc-v_BdVVhVRLapfCfd9SNLVw
2•jrhey•34m ago•1 comments

John "Iron Mad" Wilkinson

https://en.wikipedia.org/wiki/John_Wilkinson_(industrialist)
1•softwaredoug•39m ago•0 comments

Elon Musk insists banks working on SpaceX IPO must buy Grok subscriptions

https://arstechnica.com/tech-policy/2026/04/elon-musk-insists-banks-working-on-spacex-ipo-must-bu...
4•abdelhousni•40m ago•3 comments

Qiwa.sa

https://working-permits-v2.qiwa.sa/
1•2245461534•41m ago•0 comments

Artemis II Tracker

https://artemislivetracker.com/
1•spike021•43m ago•1 comments

Former CIA director: 'Russia no longer has the upper hand' in Ukraine war

https://thehill.com/policy/defense/5818227-david-petraeus-ukraine-russia-war/
6•doener•44m ago•0 comments