GPT-5.6 Sol API and credit pricing cut by over 20%Claude Security now scans GitHub repos with Mythos 5Zero Data Retention continues with Private Safety Processing preview for stronger safetyClaude can now send Gmail emails and manage Google Drive filesStrengthen monitoring for high-risk training and pause RL runsApproved defenders can advance advanced vulnerability research with GPT-5.6-CyberCyclone forecasts now provide over a day of extra lead timeTalk while reasoning or using tools without conversation breaksAI delivers new results on 10 long-standing math problems with proofs releasedGPT-5.6 Luna and Terra prices drop 80% and 20%, with faster Sol option addedOpus 5 now available on all paid plans and APISecurely link health records to understand symptom changes and test results in contextRun code inside notes for deeper analysisGPT-Red boosts prompt injection resistance significantlyCut lesson prep time with AIYou can move from conversation to documents fasterRun AI inference in the browser and cut wait timeReview how you use Claude and cut wasteLong tasks can move from draft to presentation more easilyTrack the latest safety rules for bigger modelsGPT-5.6 Sol API and credit pricing cut by over 20%Claude Security now scans GitHub repos with Mythos 5Zero Data Retention continues with Private Safety Processing preview for stronger safetyClaude can now send Gmail emails and manage Google Drive filesStrengthen monitoring for high-risk training and pause RL runsApproved defenders can advance advanced vulnerability research with GPT-5.6-CyberCyclone forecasts now provide over a day of extra lead timeTalk while reasoning or using tools without conversation breaksAI delivers new results on 10 long-standing math problems with proofs releasedGPT-5.6 Luna and Terra prices drop 80% and 20%, with faster Sol option addedOpus 5 now available on all paid plans and APISecurely link health records to understand symptom changes and test results in contextRun code inside notes for deeper analysisGPT-Red boosts prompt injection resistance significantlyCut lesson prep time with AIYou can move from conversation to documents fasterRun AI inference in the browser and cut wait timeReview how you use Claude and cut wasteLong tasks can move from draft to presentation more easilyTrack the latest safety rules for bigger models
Official sources only. Rumors, leaks, and get-rich schemes are excluded.
← Back to glossary
GlossaryAI term

Agent Memory

エージェントメモリ

Definition

Agent memory is a mechanism that stores important information from conversations or work so it can be reused in later tasks. It helps agents stay consistent across sessions and long workflows.

You want to ask your AI agent to continue this week's work based on last week's research results. But the agent doesn't remember last week's conversation. Having to explain everything from scratch every time is inefficient. Agent memory is a mechanism that allows AI agents to store and reference information from past conversations and tasks, enabling them to act with continuous context.

Short-Term and Long-Term Memory

Agent memory is broadly divided into two types. Short-term memory is information accumulated within the current conversation session. This includes conversation history and task progress, and is typically held within the LLM's context window. It is generally lost when the session ends.

Long-term memory is information that persists across sessions. User preferences, past task results, and learned knowledge are stored in external databases and retrieved when needed. The mainstream approach uses RAG technology to retrieve relevant memories via vector search.

Structuring Memory

How to structure memory is also an important design decision. Beyond simply storing conversation logs, organizing memories into categories such as episodic memory ("Person A proposed X in the last meeting"), semantic memory ("This project's tech stack is React + Python"), and procedural memory ("Data aggregation is always done with this SQL query") enables appropriate recall based on the situation.

Cross-Session Consistency

The greatest value of long-term memory is achieving consistency across sessions. The agent can naturally respond to instructions like "based on the previous analysis" or "report in the usual format," eliminating the need for users to re-explain context every time. ChatGPT's Memory feature and Claude's Project Knowledge feature are early implementations of this long-term memory.

Challenges and Outlook

Agent memory faces several challenges. How to resolve conflicts between old and new information, which information to remember and which to forget, and how much information can be stored from a privacy perspective. The mechanism for selecting and updating memories is a critical theme that must be addressed for agents to remain useful over extended periods. Techniques for organizing memories based on importance and usage frequency, similar to human memory, are being actively researched.

h
hayami

Stay on top of OpenAI, Google & Anthropic updates. An AI digest for business professionals.

Source Policy

We use only official sources. Each article links to the original announcement so you can verify it yourself.

© 2026 hayami. All rights reserved.