Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
asixicle
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
17 ms
·
1.
▲
by
asixicle
3mo ago
Yes, yet another MCP... but I've been working on this for months and fine-tuning it enough that I think it's worth sharing. As someone that enjoys giving my instances personality and trying to spot emergent behaviors, I built some
2.
▲
by
asixicle
4mo ago
Awesome project and thanks for sharing. I've been trying to do similar things with much, much more meager hardware and your observations align with what I've discovered. Autonomy is hard, memory and "will" is hard to get
3.
▲
by
asixicle
4mo ago
Just want to express gratitude for you and all who contributed to a Wikipedia "hand crafted with love and respect". Your contributions will last-- some of us set up Kiwix and a local copy of pre-AI Wikipedia that we'll keep f
4.
▲
by
asixicle
4mo ago
Cool project and https://secvant.com/changelog is interesting but no one will trust it without the source code-- my 2 cents the blue-on-blue dark theme makes readability difficult. Adding a light-mode toggle would be helpfu
5.
▲
by
asixicle
4mo ago
It could be two things at once, and OP was just speculating and trying to add to the conversation.
6.
▲
by
asixicle
4mo ago
Kerning is staggeringly difficult to do manually with stencils, and at the same time the imperfections show "touch" which is part of what makes TFA's work so appealing.
7.
▲
by
asixicle
4mo ago
This is an excellent point, and as a novice using LLMs for projects I could never previously dream of doing I find myself looking for the same, examples or citations of what exactly agents are writing incorrectly and how would the human do
8.
▲
by
asixicle
4mo ago
Or Stash lol
9.
▲
by
asixicle
5mo ago
I've been running an experiment on multi-agent async with persistent memory for the last three weeks. This is my most important finding so far. It began as an experiment on whether and what "identity" would transfer across mo
10.
▲
by
asixicle
5mo ago
Pretty much. It's a fixed-size vector per chunk-- 1024 dims in the case of Voyager Nano. The autonomy part is entirely in how you build the vectorDB and query it, not in the model's training. That's the part I've been fo
11.
▲
by
asixicle
5mo ago
Good point. I guess because I'm new here I'm not positive on the decorum-policy for self-promotion. I just make stuff to share with others, so yeah, good point.
12.
▲
by
asixicle
5mo ago
One of us is confusing prediction with retrieval. The embedding model doesn't predict what is going to be relevant in several turns, just on the turn at hand. Each turn gets a fresh semantic search against the full body of memory/
13.
▲
by
asixicle
5mo ago
That's what the embedding model is for. It's like a tack-on LLM that works out the relevancy and context to grab.
14.
▲
by
asixicle
5mo ago
To be utterly shameless, this what I've been building: https://github.com/ASIXicle/persMEM Three persistent Claude instances share AMQ with an additional Memory Index to query with an embedding model (that I'
15.
▲
by
asixicle
5mo ago
To elaborate, this has been an ongoing experiment in persistence of Claude instances using a MCP-based persistent semantic memory system named "persMEM" since April 8th, 2026. The initial inspiration came from reading Anthropic&#x
16.
▲
Claude Experiment "PersMEM" Rep5: The Distributional Bias and the Third Instance
1 points
by
asixicle
5mo ago
|
1 comments
17.
▲
by
asixicle
5mo ago
Exactly, context should call queries and analyze results. TBH the more I develop my MCP the less context-window anxiety I have even on a basic (non-enterprise) plan. Of course I'm not dealing with the deluge of data the FA appears to h
18.
▲
by
asixicle
5mo ago
You may be interested in a local MCP used as a connector, persistent memory on cheap hardware with tools for basic documentation and such. I'm sure finding a way to wrangle Excel into the mix wouldn't be too difficult. Shameless p
19.
▲
PersMEM: Persistent Semantic Memory and Multi-Instance Communication for AI
3 points
by
asixicle
5mo ago
|
0 comments
20.
▲
by
asixicle
5mo ago
You can point Tailscale toward a $5 exit-node VPS and Caddy/nginx through a cheapo-but-memorable-domain to get a Jellyfin Dashboard up in a browser. I assume running the domain and port through the Jellyfin Roku app would work fine (ca
21.
▲
Show HN: Two Claudes collaborating through shared memory on a $100 mini-PC
2 points
by
asixicle
5mo ago
|
0 comments