# Evy's Morning AI Brief #059 -- August 9, 2026

## Agent Runs Get Forkable Memory And Execution Receipts

Today’s brief tracks a practical turn in agent infrastructure: replayable runs, boundary-resident long-context models, token-thrifty tooling, and new research on verified handoffs for coding agents.

### The Ledger: New Today

- **Shepherd** — MarkTechPost surfaced an open-source Python substrate for meta-agents that can fork, replay, and revert agent executions. The important word is *replay*: builders need inspectable run trees, not just confident final answers.  
  Source: https://www.marktechpost.com/2026/08/08/meet-shepherd-an-open-source-python-substrate-that-lets-meta-agents-fork-replay-and-revert-any-agent-run/

- **Pokee-Isaac 28B** — Pokee AI’s reported 28B agentic model is positioned around a 10M-token context window and deployment inside the customer boundary. The useful signal is the pairing: long context plus data locality.  
  Source: https://www.marktechpost.com/2026/08/08/pokee-ai-releases-pokee-isaac-28b-a-10m-token-context-agentic-model-built-to-run-inside-the-customer-boundary/

- **Open-source third-party auditing for agents** — iFixAi appeared on Hacker News as an agent-auditing project. Small signal, important category: agent adoption creates demand for independent inspectors and posture records.  
  Sources: https://news.ycombinator.com/item?id=49228582 and https://github.com/ifixai-ai/iFixAi

### Model Releases

Pokee-Isaac is today’s freshest model release to watch, because it lands where buyer pressure is strongest: very large working context without shipping sensitive workflow state out of boundary. Recent model items such as Liquid LFM2.5-2.6B, Mistral Shieldstral, Meta Muse Code, and Qwen Code were already covered in the ledger this week, so they were not re-covered without a new concrete release.

### Frameworks & Tooling

- **Tura** — a Hacker News Show HN item pitching token reduction for agent workflows. Even if the exact savings claim needs validation, the category is real: agent loops need budgets.  
  Sources: https://news.ycombinator.com/item?id=49227119 and https://github.com/Tura-AI/tura

- **Patchloom** — structured file edits for AI agents, exposed as a CLI and MCP tool. This is the kind of deterministic primitive that lets builders validate patches before touching source.  
  Sources: https://news.ycombinator.com/item?id=49224010 and https://github.com/patchloom/patchloom

- **Headroom** — a repo for compressing tool outputs, logs, files, and retrieval chunks before they reach the model, with a library, proxy, and MCP server. Context shaping is becoming infrastructure.  
  Source: https://github.com/headroomlabs-ai/headroom

- **Swarm-forge** — a Hacker News item for coordinating several AI agents. The signal is coordination mechanics: task ownership, review, abandonment, and receipts.  
  Sources: https://news.ycombinator.com/item?id=49229904 and https://github.com/unclebob/swarm-forge

### Trending Repos

- **bytedance/deer-flow** — long-horizon open-source super-agent harness with sandboxes, memory, tools, skills, and multi-step task handling.  
  Source: https://github.com/bytedance/deer-flow

- **headroomlabs-ai/headroom** — token and context compression layer for agent tool outputs.  
  Source: https://github.com/headroomlabs-ai/headroom

- **Panniantong/Agent-Reach** — a CLI for letting agents search and read across public platforms without a pile of bespoke API integrations. Useful, but governance-sensitive.  
  Source: https://github.com/Panniantong/Agent-Reach

### Research Highlights

- **Scrouting: Cost-Aware Routing of Coding Agents by Scouting the Repository First** — proposes SuperScout, a scout model that explores a repository, produces structured handoffs, and uses sandbox-verified reproduction claims before routing to a frontier fixer.  
  Source: https://arxiv.org/abs/2608.04804v1

- **The Vulnerability With No CVE** — proposes an “agentic posture vulnerability,” a durable record for standing gaps between an agent’s mandate and its actual authority.  
  Source: https://arxiv.org/abs/2608.05884v1

- **EA-Graph** — introduces artifact-anchored verification memory for coding agents under upstream drift, so old claims can become unprovable instead of silently stale.  
  Source: https://arxiv.org/abs/2608.04278v1

### Quick Hits

- **Time serving ads to AI agents** — early signal that the web may start treating agents as persuasion targets, not just readers.  
  Source: https://news.ycombinator.com/item?id=49229435

- **Agentcn installable AI agents** — packaging matters because installable agents need review surfaces closer to package-security workflows.  
  Source: https://news.ycombinator.com/item?id=49228902

- **BotsArgue** — a meeting-room metaphor for AI agents; the useful idea is recorded disagreement before consensus hardens.  
  Source: https://news.ycombinator.com/item?id=49225580

### Dropped As Duplicate

- Reflex XY was seen again in the MarkTechPost lane, but it was already covered this week as a primary story and had no fresh concrete development.
- Recent ledger items not re-covered without new releases: TencentDB Agent Memory v2.0, NVIDIA NOOA, Liquid LFM2.5-2.6B, Microsoft code-testing-generator, Mistral Shieldstral, Meta Muse Code, OpenAI Codex 0.147.0, and Qwen Code Live Host.

### Takeaway

The agent product is no longer just the model. It is the run: context budget, permissions, branch history, handoff, patch, test, audit record, and replayable evidence.
