The Agenthood news digest now writes itself Agenthood has deployed a daily news digest agent that automatically generates release notes using an LLM, validates them against a strict contract, and opens pull requests for human review. The pipeline, which runs via a scheduled GitHub Action, fetches new releases, drafts the digest in the house style, and ensures the agent never pushes directly to main. The first digest covering versions v3.13.0–v3.13.6 is now live. Every Agenthood release used to end with the same chore: read the changelog, summarize what actually changed, and write the news post by hand. It was accurate, but it did not scale — and it is exactly the kind of task an agent should own. Today we shipped the daily news digest agent PR 64 https://github.com/fworks-tech/agenthood-site/pull/64 . A scheduled GitHub Action fetches new releases, asks an LLM to draft the digest in the house style, validates it against a strict contract, and opens a pull request for review. The first digest is live: Agenthood Release Digest: v3.13.0–v3.13.6 https://agenthood.flabs.tech/news/whats-new-2026-08-11/ . Here is how it works, where the trust boundaries are, and what our own Reviewer member caught in review. The pipeline is two new files: scripts/generate-news-digest.mjs .github/workflows/news-digest.yml It runs daily at 06:00 UTC plus manual workflow dispatch : content/news/manifest.json . Nothing new → NOOP , no PR. deepseek-v4-flash , temperature 0.3, 8,192 max tokens with the releases formatted as a prompt. build-news-manifest.mjs enforces. On failure, retry once with the rejection reasons fed back to the model. content/news/whats-new-