Close Menu
Tech Nova Mindset – Empower Innovation and Forward Thinking

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    New Night-Vision Glasses Show Color

    August 10, 2026

    AI professors are negotiating the new realities of academic research

    August 10, 2026

    AI for science needs reasoning, not just data

    August 10, 2026
    Facebook X (Twitter) Instagram
    Trending
    • New Night-Vision Glasses Show Color
    • AI professors are negotiating the new realities of academic research
    • AI for science needs reasoning, not just data
    • The Rise of the 1 am Job Interview
    • The Download: AI agents for science, and the “censorship-industrial complex”
    • The AI Slop Backlash Is Actually Having an Impact
    • These startups are chasing the next big thing in LLMs
    • Meetily Lets You Transcribe and Summarize Meetings Without a Subscription—Here’s How
    Tech Nova Mindset – Empower Innovation and Forward Thinking
    • Home
    • Gadgets
    • Reviews
    • Tech News
    • Future Tech
    • AI & Robotics
    • How-To Guides
    • More
      • Cybersecurity
      • Startups & Innovation
    Tech Nova Mindset – Empower Innovation and Forward Thinking
    Home»Cybersecurity»Cloudflare can remember it for you wholesale • The Register
    Cybersecurity

    Cloudflare can remember it for you wholesale • The Register

    kirklandc008@gmail.comBy kirklandc008@gmail.comApril 18, 2026No Comments3 Mins Read
    Facebook Twitter Pinterest LinkedIn Tumblr Email
    Cloudflare can remember it for you wholesale • The Register
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Not only is hardware memory scarce these days, but context memory, the conversational data exchanged with AI models, can be an issue too.

    Cloudflare’s answer to this particular problem is Agent Memory, a managed service for siphoning AI conversations when space is scarce, then injecting the data back on demand.

    “It gives AI agents persistent memory, allowing them to recall what matters, forget what doesn’t, and get smarter over time,” said Tyson Trautmann, senior director of engineering, and Rob Sutter, engineering manager, in a blog post.

    AI models can accept a limited amount of input, referred to as context. Measured in tokens, the amount varies by model.

    Anthropic’s Claude Opus 4.7, for example, has a 1M token context window, which can accommodate ~555,000 words or ~2.5 million Unicode characters. Claude Sonnet 4.6 also has a 1M context window, but it holds ~750,000 words or ~3.4 million Unicode characters because it relies on a different tokenizer. 

    Google’s Gemma 4 family of models has context windows of 128,000 for the smaller models and 256,000 for the larger ones.

    That may seem like an ample amount of space for model prompts, but there’s a lot of extra text that accompanies every prompt – the system prompt, system tools, custom agents, memory files, skills, messages, and the auto-compact buffer. So the actual context space available might be 10 to 20 percent less.

    Storing prompts and responses as “memories” makes the most of available space by providing a place to offload useful chat details that may not be needed for every conversational turn (prompt).

    At the same time, more context isn’t always better – there may be times when AI models provide better results when given less context. So memory is potentially useful for pulling data out of a conversation as a quality enhancement as well as a storage management option.

    There are already various software projects and integrated memory tools available to help remember AI conversations. Cloudflare is proposing that AI memory should be a managed service.

    “Agents running for weeks or months against real codebases and production systems need memory that stays useful as it grows — not just memory that performs well on a clean benchmark dataset that may fit entirely into a newer model’s context window,” wrote Trautmann and Sutter, arguing that this can be done quickly at a reasonable per-query cost, in a way that doesn’t block the conversation.

    Basically, they’re talking about an asynchronous CRUD operation. For example, after storing a memory about the user’s preferred package manager (e.g. pnpm), that memory could be recalled via the following commands:

    const results = await profile.recall(“What package manager does the user prefer?”);

    console.log(results.result); // “The user prefers pnpm over npm.”

    Agent Memory can be accessed via a binding to a Cloudflare Worker, but also via REST API for those outside the Cloudflare Worker ecosystem. It’s currently in private beta.

    And in case anyone is possessive about their AI chat logs, Trautmann and Sutter offer reassurance that the memory data belongs to the customer.

    “Agent Memory is a managed service, but your data is yours,” they wrote. “Every memory is exportable, and we’re committed to making sure the knowledge your agents accumulate on Cloudflare can leave with you if your needs change.”

    That’s a touching thought, though some work might be required to take your text dump of conversations and make memories functional on another platform. ®

    Cloudflare Register remember wholesale
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    kirklandc008@gmail.com
    • Website

    Related Posts

    Ransomware in 2026: More groups, more victims, no slowdown

    July 26, 2026

    The 3 types of people who will excel in the AI agent era, according to tech leaders

    July 26, 2026

    Steam forum ClickFix attacks infect gamers with XMRig cryptominers

    July 26, 2026
    Leave A Reply Cancel Reply

    Top Posts

    Nothing CEO says phone prices are going to keep going up

    June 12, 20267 Views

    Google DeepMind Plans to Track AGI Progress With These 10 Traits of General Intelligence

    March 21, 20263 Views

    The AirPods 4 and Lego’s brick-ified Grogu are our favorite deals this week

    October 12, 20253 Views
    Stay In Touch
    • Facebook
    • YouTube
    • TikTok
    • WhatsApp
    • Twitter
    • Instagram
    Latest Reviews

    Subscribe to Updates

    Get the latest tech news from FooBar about tech, design and biz.

    Recent Posts
    • New Night-Vision Glasses Show Color
    • AI professors are negotiating the new realities of academic research
    • AI for science needs reasoning, not just data
    • The Rise of the 1 am Job Interview
    • The Download: AI agents for science, and the “censorship-industrial complex”

    New Night-Vision Glasses Show Color

    August 10, 2026

    AI professors are negotiating the new realities of academic research

    August 10, 2026

    AI for science needs reasoning, not just data

    August 10, 2026

    The Rise of the 1 am Job Interview

    August 10, 2026
    Facebook X (Twitter) Instagram Pinterest
    • About Us
    • Contact Us
    • Privacy Policy
    • Terms and Conditions
    • Disclaimer
    © 2026 TechNovaMindset. Designed by By Pro.

    Type above and press Enter to search. Press Esc to cancel.