{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "Edward Blog",
  "home_page_url": "https://meet-edward.com/blog",
  "feed_url": "https://meet-edward.com/feed.json",
  "description": "Articles about building a self-hosted AI assistant with long-term memory, self-evolution, and proactive monitoring.",
  "authors": [
    {
      "name": "Ben Foreman",
      "url": "https://meet-edward.com"
    }
  ],
  "items": [
    {
      "id": "https://meet-edward.com/blog/why-your-ai-forgets-you",
      "url": "https://meet-edward.com/blog/why-your-ai-forgets-you",
      "title": "Why Your AI Forgets You",
      "summary": "Every conversation with ChatGPT starts from zero. Here's why — and how Edward remembers everything.",
      "date_published": "2026-03-04T00:00:00Z",
      "tags": [
        "AI memory",
        "personal AI assistant",
        "long-term memory AI"
      ]
    },
    {
      "id": "https://meet-edward.com/blog/the-heartbeat-system",
      "url": "https://meet-edward.com/blog/the-heartbeat-system",
      "title": "The Heartbeat: An AI That Pays Attention",
      "summary": "Most AI assistants wait for you to talk. Edward watches your messages, calendar, and email — and acts on its own.",
      "date_published": "2026-03-11T00:00:00Z",
      "tags": [
        "proactive AI",
        "AI monitoring",
        "heartbeat system",
        "AI automation"
      ]
    },
    {
      "id": "https://meet-edward.com/blog/self-evolving-ai",
      "url": "https://meet-edward.com/blog/self-evolving-ai",
      "title": "Self-Evolving AI: Teaching Edward to Rewrite Himself",
      "summary": "What happens when you give an AI the ability to modify its own source code? Edward's evolution engine finds out.",
      "date_published": "2026-03-18T00:00:00Z",
      "tags": [
        "self-evolving AI",
        "AI self-improvement",
        "automated code generation",
        "Claude Code"
      ]
    },
    {
      "id": "https://meet-edward.com/blog/how-ai-memory-works",
      "url": "https://meet-edward.com/blog/how-ai-memory-works",
      "title": "How AI Memory Actually Works",
      "summary": "Vector search, BM25 ranking, memory consolidation — the architecture behind an AI that truly remembers.",
      "date_published": "2026-03-25T00:00:00Z",
      "tags": [
        "AI memory architecture",
        "vector search",
        "memory consolidation",
        "memory types"
      ]
    },
    {
      "id": "https://meet-edward.com/blog/agents-that-work-while-you-sleep",
      "url": "https://meet-edward.com/blog/agents-that-work-while-you-sleep",
      "title": "Agents That Work While You Sleep",
      "summary": "Edward's orchestrator spawns worker agents that run tasks autonomously — scheduling, research, monitoring.",
      "date_published": "2026-04-01T00:00:00Z",
      "tags": [
        "AI orchestrator",
        "multi-agent AI",
        "scheduled AI tasks",
        "autonomous AI"
      ]
    },
    {
      "id": "https://meet-edward.com/blog/why-i-built-edward",
      "url": "https://meet-edward.com/blog/why-i-built-edward",
      "title": "Why I Built Edward",
      "summary": "The story behind building an open-source AI assistant that remembers, evolves, and runs on your machine.",
      "date_published": "2026-04-08T00:00:00Z",
      "tags": [
        "building AI assistants",
        "open source AI",
        "personal AI project",
        "self-hosted AI"
      ]
    }
  ]
}