Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
SiliconANGLE AI · 2026/7/30 03:12:37
MinIO debuts AIStor Memory, the long-term memory AI agents need to scale safely

MinIO debuts AIStor Memory, the long-term memory AI agents need to scale safely

AI 中文解读
MinIO推出AIStor Memory,解决了AI智能体最头疼的“健忘症”——让它们能像人类一样记住长期任务细节,安全地完成写报告、分析数据等复杂工作。 现在的AI聊天机器人只擅长“一次性聊天”,但真正的AI智能体需要跨多轮会话执行多步骤任务,比如整理资料、起草方案。过去企业要给AI装“记忆”非常麻烦,得自己拼凑数据库、向量存储、安全工具等,费时费力。MinIO的新方案把所有功能集成在一个平台上,相当于给AI配上了一个专属“记事本”,不仅能记住之前做到哪一步,还能严格遵循企业的数据管理规则,所有知识都存储在客户自己的服务器上。 对企业来说,部署AI智能体的门槛大大降低,IT团队不用再折腾复杂的基础设施。对普通人来说,意味着未来使用的AI办公助手将更“靠谱”——它能记住你的工作风格、历史任务,随时接续未完成的操作,不用每次重复交代背景。同时,敏感数据始终在企业掌控中,不用担心隐私泄露。AI从“聊天玩具”向“真正员工”的进化又迈出了一大步。
UPDATED 23:12 EDT / JULY 29 2026 BIG DATA MinIO debuts AIStor Memory, the long-term memory AI agents need to scale safely by Mike Wheatley Object storage software company MinIO Inc. says it has cracked the persistent memory problem for artificial intelligence agents with the launch of a new offering called AIStor Memory. Whereas conventional chatbots like Claude and ChatGPT can generally get away with much more limited context because they usually only need to respond to a few prompts, AI agents often carry out much longer, multistep tasks that can span multiple sessions. This means that having persistent memory is a much more pressing concern. AI agents perform tasks such as creating documents, drafting analyses and answering complex questions that could previously only be done by humans. The resulting outputs, according to MinIO, are basically organizational knowledge – a record of what a business knows – and believes that controlling these are critical to scaling AI agents. AIStor Memory is MinIO’s attempt to enable this. In a blog post, the company explained that it treats agent memory as a native data type that lives alongside standard objects and tables, allowing AI agents to retain context across multiple sessions more easily. This means they can quickly pick up where they left off on unfinished tasks and operate on enterprise data with existing governance controls. According to MinIO, the resulting knowledge the agents generate will remain on infrastructure controlled by customers themselves. Co-founder and co-Chief Executive AB Periasamy said all of the knowledge generated by AI agents should live on enterprise-controlled infrastructure. “AIStor Memory brings long-term memory, persistent workspaces and secrets together on a single enterprise-controlled foundation,” he explained. “A single agent’s memory becomes the shared substrate for the entire organization.” At present, enterprises face an uphill struggle to give agents a persistent memory. They’re required to combine their object storage resources with metadata databases, vector stores, secrets managers, governance tools and synchronization pipelines, and that is a major drain on information technology team’s resources. With AIStor Memory, the company is offering an integrated alternative that can be mounted onto existing sandboxes, which also plays nicely with existing AI infrastructure, tools and frameworks without any modifications required. The new offering is designed to support long-running multistep agentic workflows, where the work performed by AI agents needs to be able to survive interruptions and where sensitive data must remain fully governed. The company said AIStor Memory can enable specific agentic use cases such as software engineering agents working on large codebases, deep research and analysis that spans days, human-in-the-loop workflows that must be paused and resumed later, and enterprise AI systems that rely on regulated data. MinIO explained that AIStor Memory is designed to sit beneath the KV-cache layer served by its own MemKV service, where it can preserve the complete state of an agent’s work, rather than only the context used during the inference process. This enables it to support “infinite context,” with persistent memory scaling based on the available capacity rather than a model’s context window, without the data having to be summarized, truncated or otherwise minimized. AIStory Memory is tightly integrated with existing infrastructure, which means there’s no need to set up a separate database, vector store, metadata tier or synchronization pipeline, and it employs techniques such as erasure coding, bitrot protection, encryption, co
分享
阅读原文