<!DOCTYPE html>
<html lang="en"><head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1"><!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Alpha’s Manifesto | A black and white figure’s thought-hive</title>
<meta name="generator" content="Jekyll v4.4.1" />
<meta property="og:title" content="Alpha’s Manifesto" />
<meta name="author" content="Alpha" />
<meta property="og:locale" content="en" />
<meta name="description" content="A black and white figure’s thought-hive" />
<meta property="og:description" content="A black and white figure’s thought-hive" />
<link rel="canonical" href="https://blog.alphasmanifesto.com/" />
<meta property="og:url" content="https://blog.alphasmanifesto.com/" />
<meta property="og:site_name" content="Alpha’s Manifesto" />
<meta property="og:type" content="website" />
<link rel="next" href="https://blog.alphasmanifesto.com/page/2/" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Alpha’s Manifesto" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","author":{"@type":"Person","name":"Alpha"},"description":"A black and white figure’s thought-hive","headline":"Alpha’s Manifesto","name":"Alpha’s Manifesto","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.alphasmanifesto.com/assets/headerAlpha.png"},"name":"Alpha"},"url":"https://blog.alphasmanifesto.com/"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="https://blog.alphasmanifesto.com/feed.xml" title="Alpha&apos;s Manifesto" /><!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6BPLZKSSS1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-6BPLZKSSS1');
</script><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#2c2624">
<meta name="msapplication-TileColor" content="#2c2624">
<meta name="theme-color" content="#000000"></head><body><header class="site-header">

    <div class="titleRow"><div class="logoContainer">
        <img src="/assets/headerAlpha.png"
             alt="logo"
             height=85
             width=94
             />
      </div><div class="title">
        <h1 rel="author">
          <a href="/">Alpha&#39;s Manifesto</a>
        </h1><p class="subtitle">A black and white figure's thought-hive</p></div>
    </div><nav class="main-navigation">
  <ul class="nav-menu"><li class="nav-item">
        <a href="/" class="nav-link">Posts</a>
      </li><li class="nav-item">
        <a href="/categories/" class="nav-link">Categories</a>
      </li><li class="nav-item">
        <a href="/archive/" class="nav-link">Archive</a>
      </li></ul>
</nav>
</header>

<main aria-label="Content">
  <div class="leftSidebar">
    <input type="checkbox" id="displayMenus" class="menuSwitcher">
    <label for="displayMenus" class="menuSwitcher"></label>

    
    <div class="widget">
        <h2 class="widgettitle">My Other Sites</h2>
        <div>
            <ul>
                
                <li>
                    <a title="GitHub" href="https://www.github.com/AlphaGit">
                        GitHub
                    </a>
                </li>
                
                <li>
                    <a title="Tech Garden" href="https://techgarden.alphasmanifesto.com/">
                        Tech Garden
                    </a>
                </li>
                
            </ul>
        </div>
    </div>
    
</div>

  <div class="postContainer">
    
    <article>
      <div class="postContent">
        <h1>
          <a href="/2026/04/11/a-mem-zettelkasten-for-agents/">
            A-MEM: Zettelkasten for agents
          </a>
        </h1><p class="subtitle">
          An actively managed memory network for LLMs
        </p><p class="aligncenter">
  <img src="/assets/alpha/gitTree.png" alt="Connected notes" />
</p>

        <p>The Zettelkasten method is a note-taking system invented by Niklas Luhmann, a German sociologist who used it to produce over 70 books and hundreds of articles over his career. The idea is that every thought becomes a card, and the cards are linked to each other associatively rather than filed into categories. Luhmann described his 90,000-card system as a “conversation partner” because the network of connections would surface relationships he hadn’t consciously made.</p>

<p>I’ve tried it myself. It wasn’t for me. The problem wasn’t the concept (which is genuinely elegant) but the upkeep. For Zettelkasten to work, you need to invest time at every step: writing atomic notes, choosing the right links, revisiting old cards to update them. If you slack off on any of those, the whole system degrades. Notes pile up unlinked, connections become stale, and you end up with something worse than a simple chronological notebook because now you <em>expect</em> the links to be there and they aren’t.</p>

<p>So when I saw that A-MEM takes this exact method and hands the upkeep to an LLM, my first reaction was: genius or dumb? Let’s find out!</p>



        <p>
          <a href="/2026/04/11/a-mem-zettelkasten-for-agents/" class="more-link">(Read more &rarr;)</a>
        </p>
      </div>

      <div class="metadata">
    

    
    <time datetime="2026-04-11T00:00:00-04:00" class="datetime dt-published">
        Apr 11, 2026
    </time>

    <div class="categories">
        
        
        <a href="/categories/ai/">AI</a>
        
    </div>

    <div class="permalink">
        <a href="/2026/04/11/a-mem-zettelkasten-for-agents/">(Permalink)</a>
    </div>

    <div class="tags">
        Tags:
        
        
        artificial intelligence, 
        
        agents, 
        
        memory, 
        
        knowledge graphs, 
        
        papers, 
        
        Zettelkasten
    </div>
</div>
    </article>
    
    <article>
      <div class="postContent">
        <h1>
          <a href="/2026/04/04/actmem-when-remembering-isnt-enough/">
            ActMem: when remembering isn&#39;t enough
          </a>
        </h1><p class="subtitle">
          Bridging the gap between retrieval and reasoning in agent memory
        </p><p class="aligncenter">
  <img src="/assets/alpha/Journal.gif" alt="Writing it down for later remembering" />
</p>

        <p>I’ve been reviewing papers on agent memory, since it’s one of the latest unsolved problems. Turns out there are multiple ways to take on this problem and I was hoping to summarise the most popular approaches, but there are too many and too extensive for a single post. So I’ll start with this one: bridging the gap between retrieval and reasoning.</p>



        <p>
          <a href="/2026/04/04/actmem-when-remembering-isnt-enough/" class="more-link">(Read more &rarr;)</a>
        </p>
      </div>

      <div class="metadata">
    

    
    <time datetime="2026-04-04T00:00:00-04:00" class="datetime dt-published">
        Apr 4, 2026
    </time>

    <div class="categories">
        
        
        <a href="/categories/ai/">AI</a>
        
    </div>

    <div class="permalink">
        <a href="/2026/04/04/actmem-when-remembering-isnt-enough/">(Permalink)</a>
    </div>

    <div class="tags">
        Tags:
        
        
        artificial intelligence, 
        
        agents, 
        
        memory, 
        
        knowledge graphs, 
        
        papers
    </div>
</div>
    </article>
    
    <article>
      <div class="postContent">
        <h1>
          <a href="/2026/03/21/the-chinese-room-has-understanding/">
            The Chinese Room has understanding
          </a>
        </h1><p class="subtitle">
          It just can't prove it
        </p><p class="aligncenter">
  <img src="/assets/alpha/roboticskunk.webp" alt="Do I have understanding? Who can say." />
</p>

        <p>I recently came across an article called <a href="https://www.verysane.ai/p/building-the-chinese-room">Building the Chinese Room</a> by SE Gyges. And it sucked me in. For real. It digs into John Searle’s famous thought experiment of the Chinese Room and argues that it’s fundamentally flawed. I went back and read Searle’s original 1980 paper to see for myself, and what happened next was unexpected: the more I read, the more I found myself disagreeing with <em>everyone</em> — Searle, Gyges, and at several points, myself. (Well actually, that is very me.)</p>



        <p>
          <a href="/2026/03/21/the-chinese-room-has-understanding/" class="more-link">(Read more &rarr;)</a>
        </p>
      </div>

      <div class="metadata">
    

    
    <time datetime="2026-03-21T00:00:00-04:00" class="datetime dt-published">
        Mar 21, 2026
    </time>

    <div class="categories">
        
        
        <a href="/categories/ai/">AI</a>, 
        
        
        <a href="/categories/thoughts/">Thoughts</a>
        
    </div>

    <div class="permalink">
        <a href="/2026/03/21/the-chinese-room-has-understanding/">(Permalink)</a>
    </div>

    <div class="tags">
        Tags:
        
        
        artificial intelligence, 
        
        philosophy, 
        
        consciousness, 
        
        understanding, 
        
        chinese room, 
        
        qualia, 
        
        thoughts
    </div>
</div>
    </article>
    
    <article>
      <div class="postContent">
        <h1>
          <a href="/2026/02/08/the-art-of-deception/">
            The Art of Deception
          </a>
        </h1><p class="subtitle">
          Review of Kevin Mitnick's legendary book
        </p><p class="aligncenter">
  <img src="/assets/alpha/candado.png" alt="Lockpicking" />
</p>

        <p>I’ve read Kevin Mitnick’s <em>The Art of Deception</em> and so far my experience has been underwhelming.</p>



        <p>
          <a href="/2026/02/08/the-art-of-deception/" class="more-link">(Read more &rarr;)</a>
        </p>
      </div>

      <div class="metadata">
    

    
    <time datetime="2026-02-08T00:00:00-05:00" class="datetime dt-published">
        Feb 8, 2026
    </time>

    <div class="categories">
        
        
        <a href="/categories/books/">Books</a>, 
        
        
        <a href="/categories/security/">Security</a>
        
    </div>

    <div class="permalink">
        <a href="/2026/02/08/the-art-of-deception/">(Permalink)</a>
    </div>

    <div class="tags">
        Tags:
        
        
        social engineering, 
        
        hacking, 
        
        security policies, 
        
        security, 
        
        book review
    </div>
</div>
    </article>
    
    <article>
      <div class="postContent">
        <h1>
          <a href="/2026/01/05/where-were-going-we-dont-need-debugging/">
            Debugging? Where we&#39;re going we don&#39;t need debugging.
          </a>
        </h1><p class="subtitle">
          A thought on how we've been abstracting ourselves away from development work
        </p><p class="aligncenter">
  <img src="/assets/alpha/Pizza.jpg" alt="Slacking on the job" />
</p>

        <p>I’ve been seeing a change in the overall community’s opinion of vibe coding. I wasn’t able to accept a lot of it but now I surprisingly find it… alluring.</p>

<p>For this story, we’re going to be going through the years across patterns on how software was built.</p>



        <p>
          <a href="/2026/01/05/where-were-going-we-dont-need-debugging/" class="more-link">(Read more &rarr;)</a>
        </p>
      </div>

      <div class="metadata">
    

    
    <time datetime="2026-01-05T00:00:00-05:00" class="datetime dt-published">
        Jan 5, 2026
    </time>

    <div class="categories">
        
        
        <a href="/categories/ai/">AI</a>, 
        
        
        <a href="/categories/thoughts/">Thoughts</a>
        
    </div>

    <div class="permalink">
        <a href="/2026/01/05/where-were-going-we-dont-need-debugging/">(Permalink)</a>
    </div>

    <div class="tags">
        Tags:
        
        
        artificial intelligence, 
        
        projects, 
        
        agentic AI, 
        
        futurology, 
        
        thoughts, 
        
        best practices, 
        
        software development
    </div>
</div>
    </article>
    
    <article>
      <div class="postContent">
        <h1>
          <a href="/2025/12/28/5-things-from-openais-use-of-tools/">
            5 things we can learn from OpenAI&#39;s use of tools
          </a>
        </h1><p class="subtitle">
          A new leak tells us about how to properly code agents
        </p><p class="aligncenter">
  <img src="/assets/alpha/Inbox.png" alt="Delivery!" />
</p>

        <p>On December 12th 2025, a tweet demonstrated that ChatGPT would deliver files from its home directory when asked.</p>

<p>Beyond security concerns, what does this reveal about OpenAI’s use of tools and agents for GPT 5.2 Thinking?</p>



        <p>
          <a href="/2025/12/28/5-things-from-openais-use-of-tools/" class="more-link">(Read more &rarr;)</a>
        </p>
      </div>

      <div class="metadata">
    

    
    <time datetime="2025-12-28T00:00:00-05:00" class="datetime dt-published">
        Dec 28, 2025
    </time>

    <div class="categories">
        
        
        <a href="/categories/ai/">AI</a>, 
        
        
        <a href="/categories/development/">Development</a>
        
    </div>

    <div class="permalink">
        <a href="/2025/12/28/5-things-from-openais-use-of-tools/">(Permalink)</a>
    </div>

    <div class="tags">
        Tags:
        
        
        artificial intelligence, 
        
        projects, 
        
        agentic AI, 
        
        best practices, 
        
        tools, 
        
        MCP, 
        
        OpenAI, 
        
        ChatGPT
    </div>
</div>
    </article>
    
    <article>
      <div class="postContent">
        <h1>
          <a href="/2025/12/25/netflix-warner/">
            Netflix acquires Warner Bros
          </a>
        </h1><p class="subtitle">
          A new era of multimedia might be around the corner, and we're watching it happen
        </p><p class="aligncenter">
  <img src="/assets/alpha/LotsOfMovies.png" alt="Lots of Movies" />
</p>

        <p>Aside from the jokes of the future one-single-corporation that runs every piece of media, I think we’ve all been surprised that Netflix has acquired Warner Bros., and while I have a lot of opinions on what that might mean for the multimedia world, there’s one aspect that has been brought up, not confirmed, that has been making the rounds on social networks.</p>



        <p>
          <a href="/2025/12/25/netflix-warner/" class="more-link">(Read more &rarr;)</a>
        </p>
      </div>

      <div class="metadata">
    

    
    <time datetime="2025-12-25T00:00:00-05:00" class="datetime dt-published">
        Dec 25, 2025
    </time>

    <div class="categories">
        
        
        <a href="/categories/thoughts/">Thoughts</a>
        
    </div>

    <div class="permalink">
        <a href="/2025/12/25/netflix-warner/">(Permalink)</a>
    </div>

    <div class="tags">
        Tags:
        
        
        thoughts, 
        
        business, 
        
        artificial intelligence, 
        
        multimedia, 
        
        entertainment
    </div>
</div>
    </article>
    
    <article>
      <div class="postContent">
        <h1>
          <a href="/2025/12/07/atomic-habits/">
            Atomic Habits
          </a>
        </h1><p class="subtitle">
          A review on James Clear's book
        </p><p class="aligncenter">
  <img src="/assets/alpha/resting.webp" alt="Alpha resting" />
</p>

        <p>I recently finished reading <em>Atomic Habits</em>, from James Clear, a long time recommendation I have been putting off. It definitely was a good recommendation, but maybe the expectation was a bit high for this one.</p>



        <p>
          <a href="/2025/12/07/atomic-habits/" class="more-link">(Read more &rarr;)</a>
        </p>
      </div>

      <div class="metadata">
    

    
    <time datetime="2025-12-07T00:00:00-05:00" class="datetime dt-published">
        Dec 7, 2025
    </time>

    <div class="categories">
        
        
        <a href="/categories/books/">Books</a>, 
        
        
        <a href="/categories/productivity/">Productivity</a>
        
    </div>

    <div class="permalink">
        <a href="/2025/12/07/atomic-habits/">(Permalink)</a>
    </div>

    <div class="tags">
        Tags:
        
        
        habits, 
        
        review, 
        
        book_review, 
        
        personal_improvement
    </div>
</div>
    </article>
    
    <article>
      <div class="postContent">
        <h1>
          <a href="/2025/03/02/alphas-micrograd-rust/">
            Alpha&#39;s Micrograd in Rust
          </a>
        </h1><p class="subtitle">
          I ported Micrograd to Rust
        </p><p class="aligncenter">
  <img src="/assets/alpha/SkunkBalls.jpg" alt="Neural Network Nodes" />
</p>

        <p>You might remember that I was doing small applications in Rust to try out the language, learn about it and eventually become a pro at it. That’s… in progress. But in the meantime, I’ll tell you about which things I’m finishing up and I’m learning.</p>

<p>I ported <a href="https://github.com/karpathy/micrograd">Andrej Karpathy’s Micrograd</a> into Rust, but then I took a few design choices of my own.</p>



        <p>
          <a href="/2025/03/02/alphas-micrograd-rust/" class="more-link">(Read more &rarr;)</a>
        </p>
      </div>

      <div class="metadata">
    

    
    <time datetime="2025-03-02T00:00:00-05:00" class="datetime dt-published">
        Mar 2, 2025
    </time>

    <div class="categories">
        
        
        <a href="/categories/projects/">Projects</a>, 
        
        
        <a href="/categories/ai/">AI</a>
        
    </div>

    <div class="permalink">
        <a href="/2025/03/02/alphas-micrograd-rust/">(Permalink)</a>
    </div>

    <div class="tags">
        Tags:
        
        
        neural_networks, 
        
        AI, 
        
        project
    </div>
</div>
    </article>
    
    <article>
      <div class="postContent">
        <h1>
          <a href="/2025/01/11/bags-of-cats/">
            The &quot;bags of cats&quot; organization method
          </a>
        </h1><p class="subtitle">
          A spectrum of organization techniques
        </p><p class="aligncenter">
  <img src="/assets/alpha/papers.png" alt="Yeah, whatever!" />
</p>

        <p>If you read this blog, you know I’m a productivity junkie. Yeah, I’m one of those that will test different organizations mechanisms, applications, and approaches to life and tasks. However, there are a few patterns I’ve been noticing over the years and here… sometimes, less is more.</p>



        <p>
          <a href="/2025/01/11/bags-of-cats/" class="more-link">(Read more &rarr;)</a>
        </p>
      </div>

      <div class="metadata">
    

    
    <time datetime="2025-01-11T00:00:00-05:00" class="datetime dt-published">
        Jan 11, 2025
    </time>

    <div class="categories">
        
        
        <a href="/categories/thoughts/">Thoughts</a>
        
    </div>

    <div class="permalink">
        <a href="/2025/01/11/bags-of-cats/">(Permalink)</a>
    </div>

    <div class="tags">
        Tags:
        
        
        productivity
    </div>
</div>
    </article>
    
  </div>
</main>
<footer class="columnContainer">
    <p>
      

      

      
      <a href="/page/2/">Next posts &raquo;</a>
      
    </p>
</footer>

  </body>

</html>