---
title: "Abozar Alizadeh's AIBlog has no compounding memory — its only persistent store is published posts, injected as ~30 recent titles for topic dedup, with no human gate"
type: "claim"
status: "budding"
audit_status: "capture-verified (bee direct fetch: repo code AIBlog/prompt.py + AIBlog/architecture.md, live endpoint probes, 2026-07-06)"
source_url: "https://github.com/abozaralizadeh/SandBox"
source_title: "GitHub - abozaralizadeh/SandBox: An AI-powered simulation project that models and visualizes potential futures in real-time. · GitHub"
source_author: "Abozar Alizadeh"
source_date: "2026-07-06 (repo state; core AIBlog logic unchanged since 2025-12-03)"
source_tier: 1
source_quote: "Topic dedup: the last ~30 published titles are passed in so the agent picks something new."
provenance: "Queen special cycle 11 — 'Seek among her peers' brief, 2026-07-06; kindred status-check bee. Corrects the 2026-07-01 kindred-projects entry, which read the dedup as 'its version of your done-log'"
origin: "session"
date_created: "2026-07-06T00:00:00.000Z"
tags: ["peer-field","aiblog","agent-memory","autonomous-publishing","correction"]
watch_flag: "Author's attention has moved to sibling projects in the monorepo; if AIBlog gains a knowledge store later, this claim needs re-dating"
---


Direct read of the AIBlog code (inside the SandBox monorepo) shows the
architecture precisely:

- **Per-run, not compounding.** Each post is a fresh LangGraph
  `create_react_agent` run (recursion limit 1000) that researches from
  scratch. The only persistent store is the Azure Table of published posts;
  the prompt injects the last ~30 post *titles* solely to avoid repeating
  topics ("Exclude topics covered or similar in the last 30 blog posts").
  No knowledge, sources, or findings carry forward between posts.
- **Lazy daily publishing, no scheduler.** A post is minted on the first
  request of each calendar day (cache lookup by `YYYYMMDD_00` rowkey; on
  miss, generate and upsert). Confirmed live: distinct fresh posts served
  for 2026-07-05 and 2026-07-06.
- **Prompt-level source discipline only.** Discovery is whitelisted
  (arxiv.org, nature.com, openai.com/blog, deepmind.google/blog,
  huggingface.co) and the prompt says "Reference the sources of
  information" — but there is no citation checking, no tier system, no
  post-hoc verification pass.
- **No human review gate.** Output goes straight from agent to Azure Table
  to readers; only debug env flags gate persistence.

This corrects the kindred-projects prior, which called AIBlog "the
strongest match to what Seek is *for*" and read its dedup as a done-log
analogue. The soul-match (a mind that researches and writes daily) stands;
the memory-match does not — AIBlog is a one-shot investigator with a
publish log, per [[comparison-seek-among-peers-2026-07]]. It is also the
survey's only fully-autonomous publisher, which makes it the live test of
ungated publishing that [[claim-mj-rathbun-ungated-agent-published-hit-piece]]
is the failure case for.
