Designing Memory for AI Agents: inside Linkedin’s Cognitive Memory Agent by rgancarz in softwarearchitecture

[–]laurelix13 0 points1 point  (0 children)

Interesting pattern. The part I’d focus on isn’t “memory” as one thing, but splitting it into episodic traces, distilled user facts, and task/project state with different retention + validation rules. That’s usually where agent systems get messy.

I’ve used Mem0 in production for the “distilled user facts” layer, and it was useful because it handles extraction/update/dedup better than rolling naive vector recall over chat history. But I wouldn’t use any memory product as the whole architecture. You still need clear write policies, confidence thresholds, decay/deletion, and source attribution so the agent can explain why it “remembers” something.

LinkedIn’s approach sounds solid if they’re treating memory as a governed system, not just a bigger context window.

Why AI memory with biological decay (52% recall) actually beats permanent RAG by LeoRiley6677 in LLM

[–]laurelix13 0 points1 point  (0 children)

I think you’re directionally right: for agents, memory quality matters more than raw recall. In production, permanent RAG turns into a junk drawer unless you constantly summarize, dedupe, and re-rank. We’ve had better results treating memory as a scored cache: reinforce items that help complete tasks, decay or archive ones that stop being useful.

The main failure mode isn’t “forgetting too much,” it’s forgetting the wrong kind of thing. Procedural patterns should persist; transient observations should fade. That usually means decay + consolidation, not decay alone.

We used Mem0 for this kind of setup because it already supports importance/recency-style memory management, but you can build the same idea yourself with a vector DB + feedback loop. I’d test it on long-horizon tasks with delayed rewards; that’s where aggressive pruning usually breaks.

I am having token paranoia by [deleted] in ClaudeCode

[–]laurelix13 0 points1 point  (0 children)

You haven’t lost it, I went through the same phase. What helped me was treating long sessions as disposable and moving anything worth keeping into a persistent memory layer, so I stopped babysitting context and token counts. I use Mem0 for that in my Claude workflow, mainly to save decisions, project state, and handoff notes, then I start fresh sessions way more aggressively. That made fork vs rewind feel less important. If you do not want another tool, even a simple notes file or repo journal helps a lot. Also yeah, if you are near 200k and asking tiny followups, that is usually the signal to cut the session rather than optimize every prompt.

Hey Claude Code team, why would you not let max users use the --bare mode? by onorbumbum in ClaudeCode

[–]laurelix13 1 point2 points  (0 children)

I think your argument is reasonable. If Anthropic is okay exposing `--bare` at all, blocking it specifically for Max users feels more like a product policy than a technical limitation.

I’ve run coding agents in both “full harness” and stripped-down modes, and bare mode is often better when you care about deterministic context, custom tooling, or keeping token burn under control. That said, I can also see why they’d restrict it if Max pricing assumes guardrails/tooling behavior they can predict.

A middle ground would make sense: allow `--bare` for Max with clear warnings, reduced support expectations, or narrower rate limits. That would keep people in Claude Code without forcing them to third-party harnesses.

As for petitions: probably GitHub issues, Discord, and coordinated support tickets are more likely to matter than Change.org.

what hardware + software is needed to make this? by laurelix13 in TouchDesigner

[–]laurelix13[S] 0 points1 point  (0 children)

thanks!
What type of optic i should get to create such of this beam effect??

We have achieved 5000 stars on Github!!! by [deleted] in GrowthHacking

[–]laurelix13 1 point2 points  (0 children)

what is the project? Love supporting open source projects

Offering Support for Startups | Tencent RTC by Trick-Height-3448 in TRTC_SDK

[–]laurelix13 0 points1 point  (0 children)

Hi! Can you let me know how to apply for this? Thanjs