Live data from Hacker News

Show HN: Yet another memory system for LLMs

github.com

11–20 of 51 posts

Re: Show HN: Yet another memory system for LLMs

#14

>MCP server (requires Boost) I see stuff like this, and I really have to wonder if people just write software with bloat for the sake of using a particular library.

Boost is a nearly 30 year old open source library that provides stuff for C++ that most standard libraries for other languages already have out of the box. You seem to think that it is hipster bullshit rather than almost a dinosaur itself.

Re: Show HN: Yet another memory system for LLMs

#16

>MCP server (requires Boost) I see stuff like this, and I really have to wonder if people just write software with bloat for the sake of using a particular library.

Blame the committee for refusing to include basic functionality like regular expressions , networking and threads as part of the STL

Re: Show HN: Yet another memory system for LLMs

#17

>MCP server (requires Boost) I see stuff like this, and I really have to wonder if people just write software with bloat for the sake of using a particular library.

The reason for depending on Boost in this repo is just few search characters away - he needs HTTP/WebSocket implementation and Boost.Beast provides it. The actual bloat here in this repo is conan.

Re: Show HN: Yet another memory system for LLMs

#18

>MCP server (requires Boost) I see stuff like this, and I really have to wonder if people just write software with bloat for the sake of using a particular library.

? Are you complaining about MCP or boost?

It’s an optional component.

What do you want the OP to do?

MCP may not be strictly necessary but it’s straight in line with the intent of the library.

Are you going to take shots at llama.cpp for having an http server and a template library next?

Come on. This uses conan, it has a decent cmake file. The code is ok.

This is pretty good work. Dont be a dick. (Yeah, ill eat the down votes, it deserves to be said)

Post reply on HN