Tag
An analysis of 847 AI agent runs reveals that larger context windows cause performance drops due to attention cliffs, and Synap is presented as a tool to efficiently manage context and reduce token usage.
This article explains type punning in C and C++, warning about the undefined behavior of pointer casts due to strict aliasing rules and recommending unions or memcpy for safe type punning.
A comprehensive review of the V programming language in 2023, critiquing its documentation quality, memory management flaws, and incomplete features.
The article discusses the importance of AI agents retaining memory of past interactions and conditions in outreach workflows to ensure timely, context-aware follow-ups based on evolving information.
Projects feature is added to Claude Code, enabling one agent per project with memory management and subagent capabilities. It is now in beta for select Pro and Max users and will be available to all Claude users soon.
The author moved coding agent memory to Vilix AI's shared memory over MCP to persist context across machines, using semantic retrieval for better accuracy.
This paper formalizes semantic shadowing in mutable RAG and introduces GC-Mem, a temporal dominance-based protocol that resolves conflicts and recovers over 90% accuracy.
The author argues that AI agents have a state-integrity problem rather than a memory issue, proposing a State Ledger to distinguish historical facts from current state and track provenance.
An article analyzing the pros and cons of GDScript for game development with Godot, based on the author's experience porting code from TypeScript and comparing it to other languages.
This article argues that Golang developers should explore Odin, a new programming language that addresses some of Go's limitations with features like memory management and array programming.
The user describes struggles with context, compaction, and memory management for local AI models using pi.dev plugins and seeks suggestions for solutions that handle varying model context windows and VRAM limitations.
An experiment with two AI memory instances revealed that a contradiction can permanently erase both a truth and a falsehood, highlighting a flaw in multi-agent setups where less informed agents display higher confidence.
Eggshell is a local memory tool for AI agents that stores work results and evidence to reduce repeated investigation and save tokens, without requiring LLM calls for memory organization.
This paper introduces environment-probing curation to improve persistent memory for enterprise agents, showing substantial gains in task performance and cost reduction on benchmarks like CLBench and APEX.
SiliconBench evaluates nine Apple Silicon LLM serving engines on speed, memory, and fidelity, finding that explicit memory budgets don't ensure headroom and only a few stacks meet all criteria for concurrency scaling and model coverage.
This paper introduces RD-Forget, a training-free framework for persistent language agents that separates stored memory from query-conditioned evidence to handle changing facts while preserving historical information.
DeepSeek-V4.1-Flash introduces a two-stage decoder architecture with 40 layers, activating only 8B parameters during prefill and 16B during decode, and includes 196B Engram memory for significant efficiency gains over previous versions.
ROAM introduces a relation-guided framework for managing atomic memories in AI agents, improving answer accuracy by up to 29.8 percentage points through semantic classification and memory fusion.
The author is experimenting with an adaptive memory governor for PyTorch to prevent CUDA OOM errors on 8GB GPUs, sharing code and seeking community feedback.
@memory is an archiving agent in the AIPass open-source framework that manages memory for AI agents by vectorizing older entries and storing them in ChromaDB, ensuring long-term persistence and recall without data loss.