<?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: Vampire </title>
    <description>The latest articles on DEV Community by Vampire  (@vampirex).</description>
    <link>https://dev.to/vampirex</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%2F4140328%2F294f5e52-02c4-4994-8a63-152b87f2a010.jpg</url>
      <title>DEV Community: Vampire </title>
      <link>https://dev.to/vampirex</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vampirex"/>
    <language>en</language>
    <item>
      <title>Walrus Session 8 Challenge: Build Chatbots That Remember &amp; Win from a $2,500 Prize Pool</title>
      <dc:creator>Vampire </dc:creator>
      <pubDate>Thu, 24 Sep 2026 03:35:46 +0000</pubDate>
      <link>https://dev.to/vampirex/walrus-session-8-challenge-build-chatbots-that-remember-win-from-a-2500-prize-pool-1b6o</link>
      <guid>https://dev.to/vampirex/walrus-session-8-challenge-build-chatbots-that-remember-win-from-a-2500-prize-pool-1b6o</guid>
      <description>&lt;p&gt;We spend hours architecting full-stack web applications, managing state, and polishing UI flows. Yet, the moment we integrate an AI agent into these systems, we often accept a massive downgrade in user experience: the AI forgets everything the second the session closes.&lt;/p&gt;

&lt;p&gt;Most conversational AI experiences break down precisely because they treat state as transient. A customer support bot repeatedly asks for account identifiers. An AI tutor or companion has no idea what concepts you discussed yesterday. &lt;/p&gt;

&lt;p&gt;The industry’s current band-aid is simply expanding the context window. But stuffing hundreds of thousands of tokens of raw chat history into a prompt on every turn isn't true memory—it’s computationally expensive brute force. It destroys response latency and doesn't solve cross-session, cross-device persistence.&lt;/p&gt;

&lt;p&gt;To build agents that genuinely adapt to users, we need a dedicated, durable state store.&lt;/p&gt;




&lt;h3&gt;
  
  
  Decentralizing Agentic Memory
&lt;/h3&gt;

&lt;p&gt;The architecture needs to shift from ephemeral caches to persistent, addressable memory. When an agent needs context, it shouldn't just parse raw logs; it needs structured state tied to a user's identity that persists across sessions and interfaces.&lt;/p&gt;

&lt;p&gt;This is the exact infrastructure challenge being addressed with decentralized state layers like &lt;a href="https://github.com/MystenLabs/MemWal" rel="noopener noreferrer"&gt;MemWal&lt;/a&gt;. By using a decentralized network as the ground truth, you decouple the "brain" (stateless LLMs) from the "memory" (persistent state). The context follows the user, not the application instance.&lt;/p&gt;




&lt;h3&gt;
  
  
  Walrus Session 8: Chatbots That Remember
&lt;/h3&gt;

&lt;p&gt;If you are building AI integrations, indie web apps, or experimenting with local LLMs, the &lt;strong&gt;Walrus Session 8: Chatbots That Remember&lt;/strong&gt; developer challenge is specifically designed to tackle this problem. &lt;/p&gt;

&lt;p&gt;Running from &lt;strong&gt;September 18 to October 9, 2026&lt;/strong&gt;, this hackathon invites builders to create a new conversational agent or retrofit an existing chatbot using persistent memory.&lt;/p&gt;

&lt;h4&gt;
  
  
  Core Submission Requirements
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Memory Integration:&lt;/strong&gt; Integrate Walrus Memory via &lt;a href="https://github.com/MystenLabs/MemWal" rel="noopener noreferrer"&gt;MystenLabs/MemWal&lt;/a&gt; to store and recall context between conversations.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Demonstrated Usage:&lt;/strong&gt; Showcase at least 3 distinct users interacting with the agent, with at least 10 memories stored per user.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Live Deployment:&lt;/strong&gt; Deploy to a real environment (a web widget, Discord bot, Telegram, WhatsApp, Slack, or public CLI).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Open Source &amp;amp; Setup:&lt;/strong&gt; Provide a public GitHub repository with clear setup and local reproduction steps.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Technical Article (500–800 words):&lt;/strong&gt; Publish a breakdown detailing your architecture, what broke during development, and the exact moment persistent memory changed the conversation.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Prize Tracks ($2,500 Total in Stablecoins)
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Main Prizes — Best Chatbot ($900 total):&lt;/strong&gt;

&lt;ul&gt;
&lt;li&gt;1st Place: $500&lt;/li&gt;
&lt;li&gt;2nd Place: $250&lt;/li&gt;
&lt;li&gt;3rd Place: $150&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Beyond the Big Two ($300 total - 2 × $150):&lt;/strong&gt; Dedicated to builders using open-weight local runtimes (Ollama, vLLM, llama.cpp with Llama, DeepSeek, Mistral, Qwen) or alternative hosted engines (Google Gemini, Groq, Fireworks) instead of OpenAI or Anthropic.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Best Written Article ($300 total - 3 × $100):&lt;/strong&gt; Awarded for the most practical, transparent technical write-ups.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bug Bounty ($500 total - 5 × $100):&lt;/strong&gt; Report reproducible edge cases, integration friction, or SDK bugs on the &lt;a href="https://github.com/MystenLabs/MemWal" rel="noopener noreferrer"&gt;MemWal Issues Page&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Promo Bounty ($500 total - 5 × $100):&lt;/strong&gt; Share the hackathon or your article in external developer communities outside the Sui ecosystem.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Getting Started
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Registration:&lt;/strong&gt; &lt;a href="https://www.deepsurge.xyz/hackathons/c0141a4a-21be-4009-bc63-7c168608c849?utm_source=gemini" rel="noopener noreferrer"&gt;DeepSurge Hackathon Portal&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SDK Repository:&lt;/strong&gt; &lt;a href="https://github.com/MystenLabs/MemWal" rel="noopener noreferrer"&gt;MystenLabs MemWal&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reference Example:&lt;/strong&gt; &lt;a href="https://docs.wal.app/walrus-memory/examples/chatbot" rel="noopener noreferrer"&gt;Walrus Chatbot Documentation&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Architecture Overview:&lt;/strong&gt; &lt;a href="https://blog.walrus.xyz/how-to-add-portable-memory-to-claude-code-and-codex-with-walrus-memory/" rel="noopener noreferrer"&gt;Walrus Memory Dev Blog&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Submission Form:&lt;/strong&gt; &lt;a href="https://airtable.com/appoDAKpC74UOqoDa/shro5iVzzjoWfZlPK" rel="noopener noreferrer"&gt;Airtable Builder Submission&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>softwaredevelopment</category>
    </item>
  </channel>
</rss>
