memory-management

Tag

Cards List
#memory-management

C++26: std::indirect

Lobsters Hottest · 2d ago Cached

C++26 introduces std::indirect, a vocabulary type providing value-like semantics and const propagation for heap-allocated objects, offering a safer alternative to std::unique_ptr for class members.

0 favorites 0 likes
#memory-management

What garbage collection actually costs

Hacker News Top · 4d ago Cached

A technical article explains the true performance costs of garbage collection, contrasting tracing GCs, reference counting, and compile-time memory management in languages like Go, Java, Rust, Swift, and Python.

0 favorites 0 likes
#memory-management

OasisKV: Scaling In-Decode KV Cache Beyond HBM with Lookahead Sparse Prefetching

Hugging Face Daily Papers · 6d ago Cached

OasisKV is a memory-centric LLM inference system that decouples full KV-cache storage from HBM by prefetching sparse, important KV blocks using lookahead tokens from speculative decoding, achieving up to 2.1x throughput gains over dense vLLM with minimal accuracy loss.

0 favorites 0 likes
#memory-management

Creating a fake agile wrapper that is technically agile but is not useful outside its home apartment, part 5

The Old New Thing (Raymond Chen) · 2026-08-07 Cached

Raymond Chen explains how to use std::unique_ptr to manage a registration cookie in a fake agile wrapper, discussing integer-to-pointer round-tripping and the wil::unique_any alternative.

0 favorites 0 likes
#memory-management

Addressable Memory for Video World Models

Hugging Face Daily Papers · 2026-08-07 Cached

This paper introduces WorldTrace, a training-free memory framework for long-horizon video world models that keeps compressed cache addressable, plus LoopBench, a benchmark for episodic recall after long detours. It improves temporal consistency by +15.5% and episodic recall by +19.5% on LoopBench.

0 favorites 0 likes
#memory-management

@TencentAI_News: Introducing Team Memory, same idea as Agent Memory, except your teammates' agents can read it too 2.0.0 beta out today,…

X AI KOLs Timeline · 2026-08-06 Cached

TencentDB Agent Memory releases a 2.0.0 beta introducing Team Memory, a shared memory hub that lets agents and teammates reuse chat, docs, and code assets. The repo hit #1 on GitHub's TypeScript trending this week.

0 favorites 0 likes
#memory-management

@Saccc_c: How to Keep Your Codex from Overusing Memory and Ensure Smooth 24h Computer Operation. Enter this prompt in Codex to set up scheduled cleanup automation tasks: "Create an Automation that runs every 30 minutes to keep Codex running smoothly. Clean up headless processes confirmed idle or without a parent..."

X AI KOLs Following · 2026-08-05 Cached

Share Codex usage tips: avoid excessive memory usage by setting a prompt for scheduled cleanup of memory and cache, and reference old conversations to quickly get context and save tokens.

0 favorites 0 likes
#memory-management

Verifiable Memory: Learning Unified Memory Management with Local and Global Verifiers for Large Language Model Agents

arXiv cs.AI · 2026-08-05 Cached

VerMem is a framework for unified memory management in LLM agents, using local and global verifiers with reinforcement learning to jointly control long-term and short-term memory. It outperforms strong baselines across five benchmarks with improved efficiency-performance trade-offs.

0 favorites 0 likes
#memory-management

AgentMemBench: A Systematic Benchmark for Evaluating Long-Term Memory Management Strategies in Conversational AI Agents

arXiv cs.CL · 2026-08-04 Cached

AgentMemBench is a systematic benchmark that evaluates five long-term memory management strategies for conversational AI agents across three datasets, finding that external key-value store retrieval dominates on quality but incurs a larger memory footprint.

0 favorites 0 likes
#memory-management

@berryxia: https://x.com/berryxia/status/2084479289882194402

X AI KOLs Following · 2026-08-04 Cached

Introducing Memmy, an open-source AI memory tool that remembers projects, skills, and business process diagrams across tools. Through real-world tests, it demonstrates the ability to locate local projects, invoke Skills, and connect to business agents, emphasizing its core concept of letting multiple AI tools share a single working memory.

0 favorites 0 likes
#memory-management

Kimi K3 in and on C (c99 and cpu)

Reddit r/ArtificialInteligence · 2026-08-04

A project claims to run Kimi K3, a 2.78T parameter MoE model, on CPU with 8GB RAM by streaming expert weights from NVMe SSD and using MXFP4 compression, trading speed for memory efficiency.

0 favorites 0 likes
#memory-management

@vista8: Finally someone stepped up to solve this pain point — unified management of conversations and memories across different Agents. Found an open-source project called Memmy on Product Hunt. https://memmy.bot It can manage conversations from Codex, Claude Code, Workbuddy, Her…

X AI KOLs Timeline · 2026-07-30 Cached

Memmy is an open-source project that can uniformly scan and manage conversation logs and memories from common AI Agents like Codex and Claude Code. It supports Mac/Windows and TUI/CLI, allowing different Agents to share context.

0 favorites 0 likes
#memory-management

UniMem: Complementary Episodic-to-Parametric Memory for Boundary-Agnostic Task Streams

arXiv cs.CL · 2026-07-29 Cached

UniMem proposes a self-routing framework that combines episodic and parametric memory for LLM agents, enabling adaptive memory management in boundary-agnostic task streams without task labels.

0 favorites 0 likes
#memory-management

Addressable Recall Compaction for Long Context-Window Control in AI Agents

arXiv cs.AI · 2026-07-29 Cached

ARC improves retrieval efficiency and accuracy in long-context AI agents by separating append-only storage from bounded citation views, achieving near-perfect recall with lower latency and bandwidth.

0 favorites 0 likes
#memory-management

@DanKornas: An agent that forgets previous interactions has to rebuild context on every task. MemOS is a memory operating system fo…

X AI KOLs Timeline · 2026-07-28 Cached

MemOS is an open-source memory operating system for developers building LLM applications and AI agents, providing persistent, editable memory through a unified API with features like multimodal memory and async ingestion.

0 favorites 0 likes
#memory-management

@rlaope: Want to level up your (@NousResearch) Hermes Agent's intelligence? Meet oh-my-hermes. It’s the ultimate all-in-one suit…

X AI KOLs Timeline · 2026-07-27 Cached

oh-my-hermes is an all-in-one suite for Hermes Agent that adds memory management, coding orchestration, wiki building, and more, simplifying agent workflows and reducing the need for multiple plugins.

0 favorites 0 likes
#memory-management

I benchmarked my browser agent against Browser Use on a live site (150 verified runs, same model). Sending page diffs instead of full re-renders cut token growth by 37%.

Reddit r/AI_Agents · 2026-07-25

A developer benchmarks Rote, a memory manager for browser agents that sends page diffs instead of full re-renders, showing a 37% reduction in token growth compared to Browser Use, but with trade-offs on short tasks.

0 favorites 0 likes
#memory-management

Watching Go's new garbage collector move through the heap

Lobsters Hottest · 2026-07-24 Cached

Go 1.26 makes Green Tea the default garbage collector, improving cache-friendliness. This article visualizes heap allocation with Go and C#, and discusses challenges with non-moving collectors and sparse pages.

0 favorites 0 likes
#memory-management

@TeachTheMachine: Stateful vs. Stateless Agent Design: Tradeoffs for Scalable Agentic Systems

X AI KOLs Timeline · 2026-07-24 Cached

This article explores the tradeoffs between stateful and stateless agent design for scalable AI systems, providing implementation examples using Groq API and Llama 3.1 8B Instant model.

0 favorites 0 likes
#memory-management

Title: Building an open MCP memory server — what's actually broken in your agent's memory today?

Reddit r/AI_Agents · 2026-07-21

Discusses building an open MCP memory server to address real issues with agent memory, identifying what is broken and how to fix it.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback