memory
China's biggest memory maker is booked through 2027 News
ChangXin Memory Technologies has reportedly sold out its DRAM output through the end of 2027 as PC brands rushed to secure supply, and consumer memory prices have stayed near their highs since.
High Bandwidth Flash Became a Spec Today, Not a Product You Can Buy News
SK hynix and Sandisk published the first standard for High Bandwidth Flash at FMS 2026, defining a NAND memory tier of up to 512GB per stack with a top bandwidth grade near three terabytes a second - with no named accelerator, price or availability date.
Offloading and streaming: running a model bigger than your memory Lesson
Offloading and streaming let a machine run a model far larger than its memory by keeping only the parts needed right now in fast memory and fetching the rest from system RAM or disk on demand, trading speed for capacity.
An $8 Microcontroller Now Runs a 28.9-Million-Parameter Language Model News
A developer fit a 28.9-million-parameter model onto an ESP32-S3 with 512KB of fast memory by keeping most of the model in flash storage and reading only about 450 bytes of it per word generated.
SK Hynix's Nasdaq listing raises $26.5 billion, the largest first-time US listing by a foreign company ever News
SK Hynix raised $26.5 billion in a Nasdaq listing that topped Alibaba's record for the largest US IPO ever by a foreign company, priced on the strength of its dominance in the high-bandwidth memory that AI accelerators depend on.
LaMem-VLA gives robots a working memory so they stop forgetting what they just did News
A new robotics model, LaMem-VLA, fixes the 'short-horizon bias' that makes robots react only to what's in front of them by weaving compressed memories of past actions directly into the model's internal representation -- so it can handle multi-step tasks that require remembering an earlier state.
LaMem-VLA gives robots a memory so they stop forgetting the task News
A new framework called LaMem-VLA tackles the 'goldfish memory' problem in robot policies by compressing past experience into latent memory tokens and weaving them into the robot's current reasoning, targeting long-horizon manipulation tasks that single-frame models fail.
What should an AI agent remember about you, and what leaks when it does? News
Researchers are asking whether AI agents are ready for real long-term memory, just as another study shows how much an agent's memory can quietly give away about the people it served.
What does your AI actually remember about you? News
Two new studies stop trusting that agent 'memory' works and start measuring it directly, with results that carry a privacy sting.
Agent memory: how an AI remembers you after the conversation ends Lesson
Why most AI assistants have amnesia, the difference between short-term context and real long-term memory, and why remembering you is both what makes agents useful and what makes them a privacy risk.
What is a context window? Lesson
A model's context window is how much text it can hold in mind at once — its working memory. Bigger is useful, but a long window isn't the same as a good memory. Here's how it works and where it breaks.
AI 'world models' have short-term memory — they forget what's off-screen News
A sweeping study of dozens of AI video-prediction systems finds they don't truly remember the world; when something leaves the frame, they quietly reinvent it the next time you look.
cognee Tool
An open-source persistent-memory layer for AI agents with remember, recall, forget, and improve operations over a graph-plus-vector store, able to run graph relations, embeddings, session cache, and metadata in a single Postgres instead of four services.
TencentDB Agent Memory Tool
MIT-licensed memory layer that compresses conversation history into a semantic hierarchy of atoms, scenarios, and personas, with a gateway exposing capture, search, and recall endpoints. Its own benchmarks report token savings in the 31 to 61 percent range. Note that bearer auth and CORS allow-listing both default to off.