<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Melchizedek Madaki</title>
    <description>The latest articles on DEV Community by Melchizedek Madaki (@melchizedek_madaki_a0fdb0).</description>
    <link>https://dev.to/melchizedek_madaki_a0fdb0</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3935854%2F564b3dac-0af9-4709-b8ce-9570b0086f1b.png</url>
      <title>DEV Community: Melchizedek Madaki</title>
      <link>https://dev.to/melchizedek_madaki_a0fdb0</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/melchizedek_madaki_a0fdb0"/>
    <language>en</language>
    <item>
      <title>How AI Models “Remember” You Across Different Chats</title>
      <dc:creator>Melchizedek Madaki</dc:creator>
      <pubDate>Wed, 09 Sep 2026 07:56:17 +0000</pubDate>
      <link>https://dev.to/melchizedek_madaki_a0fdb0/how-ai-models-remember-you-across-different-chats-764</link>
      <guid>https://dev.to/melchizedek_madaki_a0fdb0/how-ai-models-remember-you-across-different-chats-764</guid>
      <description>&lt;h3&gt;
  
  
  Chapter 1 – The Everyday Mystery
&lt;/h3&gt;

&lt;p&gt;You’ve had this moment before.&lt;br&gt;&lt;br&gt;
You open a brand-new chat with Claude (or ChatGPT, or another AI) and it already seems to know something about you — a project you mentioned days ago, a preference, or a detail from a completely different conversation.&lt;/p&gt;

&lt;p&gt;It feels personal. Almost human.&lt;/p&gt;

&lt;h3&gt;
  
  
  Chapter 2 – The Surprising Truth
&lt;/h3&gt;

&lt;p&gt;But here’s the surprising truth:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The model itself does not remember you.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Every time you click “New chat,” the AI starts completely blank. It has no continuous memory of past conversations the way a person does. The continuity you experience is created by a clever system working quietly behind the scenes.&lt;/p&gt;

&lt;h3&gt;
  
  
  Chapter 3 – How the Trick Actually Works
&lt;/h3&gt;

&lt;p&gt;The system uses a simple 3-step loop:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Summarize&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
After (or during) your chats, a background process quietly extracts the important bits — your preferences, projects, key facts, and patterns. It does not save the full conversation. It creates a short, useful summary instead.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Store&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
That summary is saved in a memory system that lives outside the model.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Inject&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
The next time you open a new chat, the system automatically drops that summary into the model’s context window &lt;em&gt;before&lt;/em&gt; you type anything.  &lt;/p&gt;

&lt;p&gt;So the model starts the new conversation already holding a clean “cheat sheet” about you.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F6pwcnq1uafrzfo153evs.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F6pwcnq1uafrzfo153evs.jpg" alt="Memory Loop" width="554" height="554"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Chapter 4 – What Gets Remembered (and What Doesn’t)
&lt;/h3&gt;

&lt;p&gt;The system does &lt;strong&gt;not&lt;/strong&gt; store everything.&lt;/p&gt;

&lt;p&gt;It usually keeps:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Your role or profession&lt;/li&gt;
&lt;li&gt;Ongoing projects&lt;/li&gt;
&lt;li&gt;Clear preferences (how you like responses written, tools you use, etc.)&lt;/li&gt;
&lt;li&gt;Important facts you mention repeatedly&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It usually skips:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;One-off small talk&lt;/li&gt;
&lt;li&gt;Sensitive personal details (by default)&lt;/li&gt;
&lt;li&gt;Temporary or low-value information&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can also view, edit, or delete what is stored. In many tools you can even turn memory off completely.&lt;/p&gt;

&lt;h3&gt;
  
  
  Chapter 5 – Why It Feels Almost Magical (and Its Limits)
&lt;/h3&gt;

&lt;p&gt;This system feels impressive because the model appears to “know” you without you repeating yourself. In reality, it is just reading a carefully prepared summary that was quietly placed in front of it.&lt;/p&gt;

&lt;p&gt;A few important limits exist:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The memory is not perfect. Important details can sometimes be missed or summarized incorrectly.&lt;/li&gt;
&lt;li&gt;It is not true long-term memory like a human’s. It is a stored summary that gets refreshed.&lt;/li&gt;
&lt;li&gt;Different AI tools handle memory differently — some update continuously, others update once a day.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Even with these limits, the effect is powerful: you spend less time re-explaining and more time actually working.&lt;/p&gt;

&lt;h4&gt;
  
  
  So the next time you're chatting with claude and it seems to know a lot about you 🤔,  it's not magic, the model is just injecting a summary of the previous conversation into the new context window, that's the whole mechanism uunder the hood.
&lt;/h4&gt;

</description>
      <category>ai</category>
      <category>chatgpt</category>
      <category>claude</category>
      <category>llm</category>
    </item>
    <item>
      <title>[Boost]</title>
      <dc:creator>Melchizedek Madaki</dc:creator>
      <pubDate>Wed, 01 Jul 2026 08:48:02 +0000</pubDate>
      <link>https://dev.to/melchizedek_madaki_a0fdb0/-1k6h</link>
      <guid>https://dev.to/melchizedek_madaki_a0fdb0/-1k6h</guid>
      <description>&lt;div class="ltag__link--embedded"&gt;
  &lt;div class="crayons-story "&gt;
  &lt;a href="https://dev.to/msani_/how-smartphone-touchscreens-and-displays-work-a-deep-dive-into-modern-mobile-technology-52kd" class="crayons-story__hidden-navigation-link"&gt;How Smartphone Touchscreens and Displays Work: A Deep Dive into Modern Mobile Technology&lt;/a&gt;


  &lt;div class="crayons-story__body crayons-story__body-full_post"&gt;
    &lt;div class="crayons-story__top"&gt;
      &lt;div class="crayons-story__meta"&gt;
        &lt;div class="crayons-story__author-pic"&gt;

          &lt;a href="/msani_" class="crayons-avatar  crayons-avatar--l  "&gt;
            &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1275406%2F15d3a09c-0014-4252-b5cc-457db9766140.png" alt="msani_ profile" class="crayons-avatar__image" width="800" height="1200"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div&gt;
          &lt;div&gt;
            &lt;a href="/msani_" class="crayons-story__secondary fw-medium m:hidden"&gt;
              Sani aliyu muhammad
            &lt;/a&gt;
            &lt;div class="profile-preview-card relative mb-4 s:mb-0 fw-medium hidden m:inline-block"&gt;
              
                Sani aliyu muhammad
                
              
              &lt;div id="story-author-preview-content-3981011" class="profile-preview-card__content crayons-dropdown branded-7 p-4 pt-0"&gt;
                &lt;div class="gap-4 grid"&gt;
                  &lt;div class="-mt-4"&gt;
                    &lt;a href="/msani_" class="flex"&gt;
                      &lt;span class="crayons-avatar crayons-avatar--xl mr-2 shrink-0"&gt;
                        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1275406%2F15d3a09c-0014-4252-b5cc-457db9766140.png" class="crayons-avatar__image" alt="" width="800" height="1200"&gt;
                      &lt;/span&gt;
                      &lt;span class="crayons-link crayons-subtitle-2 mt-5"&gt;Sani aliyu muhammad&lt;/span&gt;
                    &lt;/a&gt;
                  &lt;/div&gt;
                  &lt;div class="print-hidden"&gt;
                    
                      Follow
                    
                  &lt;/div&gt;
                  &lt;div class="author-preview-metadata-container"&gt;&lt;/div&gt;
                &lt;/div&gt;
              &lt;/div&gt;
            &lt;/div&gt;

          &lt;/div&gt;
          &lt;a href="https://dev.to/msani_/how-smartphone-touchscreens-and-displays-work-a-deep-dive-into-modern-mobile-technology-52kd" class="crayons-story__tertiary fs-xs"&gt;&lt;time&gt;Jun 24&lt;/time&gt;&lt;span class="time-ago-indicator-initial-placeholder"&gt;&lt;/span&gt;&lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;

    &lt;/div&gt;

    &lt;div class="crayons-story__indention"&gt;
      &lt;h2 class="crayons-story__title crayons-story__title-full_post"&gt;
        &lt;a href="https://dev.to/msani_/how-smartphone-touchscreens-and-displays-work-a-deep-dive-into-modern-mobile-technology-52kd" id="article-link-3981011"&gt;
          How Smartphone Touchscreens and Displays Work: A Deep Dive into Modern Mobile Technology
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;div class="crayons-story__tags"&gt;
        &lt;/div&gt;
      &lt;div class="crayons-story__bottom"&gt;
        &lt;div class="crayons-story__details"&gt;
          &lt;a href="https://dev.to/msani_/how-smartphone-touchscreens-and-displays-work-a-deep-dive-into-modern-mobile-technology-52kd" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left"&gt;
            &lt;div class="multiple_reactions_aggregate"&gt;
              &lt;span class="multiple_reactions_icons_container"&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/sparkle-heart-5f9bee3767e18deb1bb725290cb151c25234768a0e9a2bd39370c382d02920cf.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
              &lt;/span&gt;
              &lt;span class="aggregate_reactions_counter"&gt;2&lt;span class="hidden s:inline"&gt;&amp;nbsp;reactions&lt;/span&gt;&lt;/span&gt;
            &lt;/div&gt;
          &lt;/a&gt;
            &lt;a href="https://dev.to/msani_/how-smartphone-touchscreens-and-displays-work-a-deep-dive-into-modern-mobile-technology-52kd#comments" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left flex items-center"&gt;
              

              &lt;span class="hidden s:inline"&gt;Add&amp;nbsp;Comment&lt;/span&gt;
            &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="crayons-story__save"&gt;
          &lt;small class="crayons-story__tertiary fs-xs mr-2"&gt;
            6 min read
          &lt;/small&gt;
            
              &lt;span class="bm-initial crayons-icon c-btn__icon"&gt;
                

              &lt;/span&gt;
              &lt;span class="bm-success crayons-icon c-btn__icon"&gt;
                

              &lt;/span&gt;
            
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;


</description>
    </item>
  </channel>
</rss>
