2922 related articles

Explore how deliberately violating DDR4 timing rules enables running PrismML's Bonsai AI model inside DRAM, covering the principles, energy benefits, and challenges of processing-in-memory.

Deep analysis of LLM agent long-term memory security threats, covering persistence, statefulness, and propagation of memory poisoning, with a six-stage lifecycle defense framework.

As models get stronger, why does the experience feel worse? The root cause is missing context. This article breaks down four stages—project descriptions, progressive disclosure, intra-memory, and three guardrails—to build a sustainable AI project memory system.

NanoClaw founder David Boyd breaks down the core engineering of enterprise autonomous Agents: a triple security isolation model, LLM Wiki memory design, and the real-world path from personal Agents to team-scale deployment.

A developer fine-tunes a small model with LoRA to extract conversation state, tackling the LLM long-conversation memory problem. A deep dive into the technical approach, dataset design, and the real trade-offs between fine-tuning and prompt engineering.
Cognee: The Open-Source Knowledge Grap…
Cognee is an open-source AI memory platform using knowledge graphs to give AI agents persistent cross-session memory. Self-hosted, graph + vector hybrid retrieval. 28K+ GitHub stars.

LightMem-Ego is an AI life assistant with long-term memory — tracking object locations, meetings, and life events over time. A deep dive into its technology and real-world challenges.
Block Low-Rank Compression: A Guide to…
Learn how Block Low-Rank (BLR) decomposition compresses large model memory usage and accelerates GPU inference, including CUDA kernel optimization and combination with quantization and pruning.

An in-depth look at the core tech behind AI Agents: how the HNSW, IVF, and PQ vector search algorithms power RAG and long-term memory. Understand where a model's "memory" and "knowledge" come from.
AI Coding Agents Have Amnesia — An Ope…
Tired of AI coding agents forgetting everything? Explore an open-source SSH-synced memory system that lets Cursor, Claude Code, and other agents retain project context across sessions and devices — no cloud required.
ContextVault: Building a Shared Memory…
ContextVault builds a shared memory layer for team AI collaboration, tackling fragmented AI context and knowledge silos. Explore its technical positioning, use cases, and challenges in context engineering.
Apple M7 Ultra Leaked: Can 1.5TB Unifi…
Apple's M7 Ultra chip rumored to feature 1.5TB unified memory targeting NVIDIA Blackwell-level AI performance. A deep dive into UMA advantages, what "matching Blackwell" really means, and Apple's AI strategy.

LeakCanary is now natively integrated into Android Studio Profiler — with one-click dependency injection and desktop-side Shark heap analysis to pinpoint memory leaks fast.

Learn how LangChain's Chain and Memory components overcome LLM limitations. Build intelligent AI apps with multi-step workflows and persistent memory.
CUDA Kernel Fusion: A Practical Guide …
Learn how CUDA Kernel Fusion merges multiple GPU kernels to reduce global memory traffic and launch overhead, with real-world examples from AI inference and deep learning.
Apple M7 Ultra Chip Leaked: Can 1.5TB …
Reddit leaks suggest Apple's M7 Ultra chip could feature up to 1.5TB unified memory. We analyze the architecture, pricing debate, bandwidth limits, and ecosystem trade-offs for local LLM inference.

A college student built a ~40K-line Mac app around Ollama featuring a decoupled persistent memory system: standalone embeddings, local vector index, self-healing, AES-256 vault, and local voice mode.
JAX Host Offloading: A Practical Guide…
Memory capacity is the core bottleneck in LLM training. This guide explores JAX-based host offloading — covering optimizer state offloading, activation strategies, PCIe bandwidth trade-offs, and how it complements activation recomputation.
Adaptive Recall: A Deep Dive into Pers…
Adaptive Recall uses MCP (Model Context Protocol) to give AI assistants like Claude persistent memory across sessions, featuring vector storage, semantic retrieval, and adaptive forgetting.

Hombre is an open-source web GUI for self-hosted Honcho AI memory servers. Features workspace management, semantic search, real-time sync, and RBAC — built with FastAPI and native frontend, MIT licensed, Docker-ready.