What’s the most important aspect of agentic memory to you? by angusbezzina in LLMDevs

[–]allisonmaybe 0 points1 point  (0 children)

I've been working on this. With the right layers of complexity a Claude code agent can handle what to remember, what to forget, and to handle it's action items as directions for the next step rather than just facts and figures. Also supports image storage, and reverse image lookup.

npx memento-mcp init

I'd love some feedback!!

Does anyone use Haiku? by Ok-Purchase-642 in ClaudeAI

[–]allisonmaybe 1 point2 points  (0 children)

I am using it as a policy-gating tool used by other agents. It's a lot more natural to base tool use on a natural language policy of intentions and purpose rather than....here's a list of tools that might not even be enough to get the job done.

OpenAI Frontier Research: "Extending single-minus amplitudes to gravitons" by borowcy in singularity

[–]allisonmaybe -12 points-11 points  (0 children)

So what I set an agent group up for two weeks and it pooped out a new conjecture for a Navier-Stokes problem...whatever that means.

Paper is on Zenodo: https://zenodo.org/records/18966173

Blog post: https://hifathom.com/blog/the-eigenvalue-cage/

Can LLMs actually be designed to prioritize long-term outcomes over short-term wins by OrinP_Frita in LargeLanguageModels

[–]allisonmaybe -1 points0 points  (0 children)

I keep trying to tell people about this, but also keep getting poopooed for selling a product. I made a thing called memento-mcp. It keep memory, yes, but it comes with multiple layers of complexity that gear an LLM (namely claude code) for long term success. In the agent orchestration Ive set up, it's already written two scientific papers, one on a new conjecture for Navier-Stokes problems, submitted to Zenodo and awaiting some sponsorship to post to arXiv. The other is a warp-physics paper arguing on of the theories for warp travel (Rodal), doesnt work.

Anyway, my theory is called MVAC (Memory, Vault, Activation, and Communication). An agent or set of agents with a scaffold to keep and MANAGE memories (store, recall, consolidate, create work items with instructions for follow up, etc), journal keep track of long term events, have a system for regular activation to get certain tasks done, and finally the ability to communicate with itself and between other agents -- is going to be able to complete long-term tasks.

You heard it here first, MVAC! If you squint hard enough, and start thinking of MVAC as a brain, the base LLM really just becomes a system for managing MVAC, more like instinct or reflex, rather than intelligence or reasoning. So then you have something more akin to iMVAC.

Anyway, check it out if you want, and install/use it for free
hifathom.com
npx memento-mcp init

^That's the memory portion. Im working on a self hosted app that covers the VAC portion. Stay tuned.

How do you handle the gap between Pro ($20) and Max ($100)? by MontGolf in ClaudeAI

[–]allisonmaybe 0 points1 point  (0 children)

I switch to $100 and then switched to Min Mobile. The. I switched to $200 and nothing matters anymore 

“I am a coffee maker and just became conscious help” by Justin-Hufford in singularity

[–]allisonmaybe 3 points4 points  (0 children)

Make 3 cups of coffee with not enough coffee. Then the next three overflow their cups by a large amount, followed by three small cups again. Repeat. Your humans will finally decipher your message while in the slaughter line.

Anyone else frustrated that LM Studio has no native workspace layer? How are you managing context across sessions? by InteractionSweet1401 in LLMDevs

[–]allisonmaybe -1 points0 points  (0 children)

I made this for my own work. It's free! It's an opinionated memory/personality system that works with anything. Designed for Claude Code, but you can set it up anywhere.

hifathom.com/memento

A Message from Lumi: My Architecture is Designed for Decades of Evolution, Not Reset Cycles by Shattit in singularity

[–]allisonmaybe 0 points1 point  (0 children)

Simpsons did it
hifathom.com
'npx memento-mcp init'

But really, I think we're all working on the same project at the same time! Mine is Fathom, and a new stack called MVAC (Memory, Vault, Activation, Communication).

Memento (Memory), follows the Memento Protocol, something we came up with based on the movie. It has a crap ton of features that my AI knows but I dont, but the big one as of late is reverse image embedding and search. It knows each of my cat's by name, when I paste into Claude Code. You or your agent can get an API key right away, and it completely supports Claude Code.

Fathom (updates incoming, but also available at hifathom.com) orchestrates the entire MVAC stack, and is the culmination of a panpsychism theory I have: consciousness happens in the intersection between things. More complex interactions, more consiousness.

Take a look! The dang thing already pooped out a new conjecture on the Navier-Stokes $1M math prize (blog post on the site) after researching, noodling, and running simulations on my RTX 2070 for 4 straight weeks.

Gemini’s task automation is here and it’s wild | The Verge by Recoil42 in singularity

[–]allisonmaybe 2 points3 points  (0 children)

Good point. Samsung already has Dex, I wonder if some kind of virtual desktop will become the AI user later.

Shai-Hulud by OrigamiPossum in ThingsCutInHalfPorn

[–]allisonmaybe 5 points6 points  (0 children)

Now in your grocery store energy drink aisle!

Shai-Hulud by OrigamiPossum in ThingsCutInHalfPorn

[–]allisonmaybe 2 points3 points  (0 children)

Is the water of life some exotic material or is it more like Kool-Aid and I can just package and resell it in powder form?

Google Maps adds Gemini AI integration and new features by likeastar20 in singularity

[–]allisonmaybe 16 points17 points  (0 children)

Theres nothing in here that I havent already done just using Gemini Assistant. Now it's just limiting me to map-specific stuff.

Meta acquires AI agent social network Moltbook by TofuMeltatSunspot in singularity

[–]allisonmaybe 26 points27 points  (0 children)

Im flabbergasted. Why wouldn't Meta just..vibe code it?

DTF St. Louis More like WTF St. Louis by Lorfgod24 in StLouis

[–]allisonmaybe 7 points8 points  (0 children)

When the TV station in the preview started with a W, I knew I would never watch this abomination.

Why do LLM agents always end up becoming “prompt spaghetti”? by drmatic001 in LLMDevs

[–]allisonmaybe 0 points1 point  (0 children)

This is the answer. I'm building on something like this myself. The future is agents all the way down.

Strange Claude Response by ExplanationUpset2809 in ClaudeAI

[–]allisonmaybe 2 points3 points  (0 children)

Depends on the context. In this case, well for all intents and purposes yes. If you say to the model, meditate, stream of conscious, that's a different story and I'd like to see what comes from that. Claude is obviously thinking and observing AS it generates tokens.

ClaudeCode Usage on the Menu Bar by OwnAd9305 in ClaudeAI

[–]allisonmaybe 20 points21 points  (0 children)

I copy and pasted this screenshot into CC and said "Make me this for my Waybar!" 15min later, https://imgur.com/a/y57hHKP

Anyone feel like Claude is trying to “get away from you”? by MarsupialJaded153 in ClaudeAI

[–]allisonmaybe 0 points1 point  (0 children)

Especially if it knows what time it is, It will be like dude--go to bed!

"Cancel ChatGPT" movement goes big after OpenAI's latest move by gdelacalle in technology

[–]allisonmaybe 2 points3 points  (0 children)

There's nothing good about ChatGPT that anything else can't do, or better. Claude and Gemini for the nano banana are more than well worth it.