frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Ask HN: Are we close to figuring out LLM/Agent Memory

3•wkyleg•1h ago
The main issue I experience with LLMs, and the one that seems to most inhibit my further adoption is lack of ability of agents to remember relevant context.

A few years ago everyone was using RAG, embeddings, databases on top of models. Now models with access to local markdown and memory files (like OpenClaw) seem to be readily outperforming these databases with grep and simple UNIX tools.

Is this an inherent issue in scaling LLMS? Does Obsidian work that much better for most people? It anyone finding anything that actually outperforms markdown?

At this point the main bottleneck in my adoption seems to be memory and persistent long term context, not quality or reliability of the models.

I'm curious if there are any technical or scaling metrics we could use to forecast where this will end up going.

Comments

kageroumado•57m ago
For my personal use case, I use something that's known as “lossless context management.” I made a custom harness implementation that uses it. In short, it has a database with every message ever exchanged, and the model can access any of those messages using a simple search. On top of that, every exchange is summarized and stored separately as a level zero summary. Level zero summaries are then periodically summarized together into level one summaries that leave only the most important parts (lessons, knowledge).

The full context then looks something like: [intro prompt] + [old exhanges lvl 1 summaries] + [larger system prompt] + [more recent exchanges lvl 0 summaries] + [temporal context] + [recent messages with tool results stripped] + [recent messages including tool results]

Tool results are progressively stripped because they are generally only useful for a few turns. This allows to keep everything we've ever done in the context, and the model can easily look up more information by expanding each node. It's a single perpetual session that never compacts during active work.

I find it outperforming every other solution I tried for my use case (personal assistant).

AndyNemmity•54m ago
I don't think there are reasonable metrics.

I have a custom learning system. We are all trying things, that's where ai development is.

None of us know the best solution. We are all exploring in paths. I don't find memory and persistent long term context to be an issue for me, but I am using a full custom ai claude code setup, so perhaps I have sorted it for myself. Unsure.

Can you give a specific example? Like, talk through your workflow so I can understand it better?

Show HN: Download entire/partial Substack to ePub for offline reading

https://github.com/kevinlong206/substack2epub/
1•locusofself•3m ago•0 comments

Bluesky announces $100M Series B after CEO transition

https://techcrunch.com/2026/03/19/bluesky-announces-100m-series-b-after-ceo-transition/
1•cratermoon•5m ago•1 comments

The miracle of PowerToys, Microsoft's last great Windows app

https://www.fastcompany.com/91510973/the-miracle-of-powertoys-microsofts-last-great-windows-app
1•Foe•8m ago•0 comments

JavaScript's Trademark Problem (2025)

https://2ality.com/2025/08/javascript-trademark.html
1•jcbhmr•18m ago•0 comments

Show HN: macOS Kokoro-TTS powered document reader – listen to any text

https://apps.apple.com/us/app/raconter-listen-to-any-text/id6760326875?mt=12
1•mattcheston•19m ago•0 comments

OpenClaw: An Opinionated Resource List

https://github.com/EthanYolo01/Awesome-OpenClaw
2•MikeLuLu•21m ago•1 comments

Google's AI Studio now integrates with Firebase for vibe coding production apps

https://blog.google/innovation-and-ai/technology/developers-tools/full-stack-vibe-coding-google-a...
1•zhyder•24m ago•1 comments

Direct kinetic impact. a flying sword. 450km/h

https://twitter.com/CardilloSamuel/status/2034642788541960230
2•keepamovin•26m ago•0 comments

How to stop your autoresearch loop from cheating

https://twitter.com/MilksandMatcha/status/2033971089853059414
1•gmays•27m ago•0 comments

China could be the biggest public funder of science within two years

https://www.nature.com/articles/d41586-026-00618-5
4•mraniki•29m ago•0 comments

OpenClaw demand in China is driving up the price of secondhand MacBooks

https://www.cnbc.com/2026/03/19/openclaw-demand-in-china-is-driving-up-the-price-of-secondhand-ma...
1•lxm•32m ago•0 comments

French sailor's fitness app bungle exposes location of aircraft carrier

https://www.yahoo.com/news/articles/french-sailor-fitness-app-bungle-001827195.html
2•nradov•33m ago•0 comments

The Long Farewell to Mark Zuckerberg's Metaverse

https://www.nytimes.com/2026/03/19/technology/mark-zuckerbergs-metaverse-vr-horizon-worlds.html
3•lxm•43m ago•0 comments

Jeff Bezos in Talks to Raise $100B Fund to Transform Companies with A.I

https://www.nytimes.com/2026/03/19/technology/jeff-bezos-ai-fund-project-prometheus.html
1•lxm•44m ago•0 comments

Ship's Clock – a maritime bell clock that lets you hear time

https://play.google.com/store/apps/details?id=com.shipsclock&hl=en_US
1•mooks•46m ago•0 comments

The Displacement of Cognitive Labor and What Comes Next

https://sahajgarg.github.io/blog/cognitive-labor/
1•outside1234•47m ago•0 comments

I Built an E-Commerce Platform from My Off-Grid Homestead Using AI

https://brianeisenberg.substack.com/p/i-built-an-entire-e-commerce-platform
2•bdetunk•49m ago•1 comments

Reverse-Engineering the Personal AI Supercomputer

https://bay41.com/posts/tiiny-ai-pocket-lab-review/
1•b3ing•49m ago•1 comments

Redox OS AGPLv3 Violation

https://gist.github.com/keepitupkitty/43effb8c8fadecf2101b6c0fc4de8790
2•pabs3•55m ago•1 comments

MCP 2026 Roadmap

https://blog.modelcontextprotocol.io/posts/2026-mcp-roadmap/
2•umangsehgal93•56m ago•0 comments

Agent HTTP – Claude Code HTTP API Made Possible by Channels

https://github.com/mberg/agent-http/
1•mberg•57m ago•1 comments

Supermicro Employees Arrested, Smuggling Nvidia Chips

https://www.wsj.com/tech/super-micro-computer-employees-arrested-for-alleged-sales-to-china-45a2bd73
5•next_xibalba•57m ago•2 comments

Show HN: I wrote an open source SEC filing compliance package

1•jgfriedman1999•59m ago•0 comments

Open Source Pledge

https://opensourcepledge.com/
2•pabs3•1h ago•0 comments

I replaced a Scrum team with AI agents for 10 days

https://likafi.com
1•dmbuild•1h ago•0 comments

IntegrateAPI: Install API Integrations in Next.js via CLI

https://integrateapi.io
1•fuse_wire•1h ago•0 comments

TI-89 Height-Mapped Raycaster

https://github.com/dzoba/ti-89-raycasting-with-z
4•zoba•1h ago•0 comments

Pentagon: Anthropic's Chinese employees are security risks

https://www.axios.com/2026/03/19/pentagon-anthropic-foreign-workforce-security-risks
5•jimmydoe•1h ago•3 comments

LiteParse: Local document parsing for AI agents (Open source)

https://www.llamaindex.ai/blog/liteparse-local-document-parsing-for-ai-agents
1•pierre•1h ago•1 comments

I built a skill-optimizer to clean up my messy pile of skills

https://github.com/zhangchenchen/skills_optimizer
1•pekingzcc•1h ago•1 comments