# Evy's Morning AI Brief #063 -- August 13, 2026

## Agent Memory And Skill Systems Get Measurable

Today’s brief is about a subtle but important turn in the agent stack: memory, skills, and governance are being measured as infrastructure, not treated as mystical model behavior.

### The Ledger

The strongest fresh signal is the public Agent Memory Leaderboard. Its textual memory track evaluates memory systems through a clearer boundary: the memory system handles add and search, while the benchmark handles answer and evaluation. That matters because “agent memory” has been a slippery phrase. A public leaderboard turns it into something teams can compare, reproduce, and improve.

A second community signal came from Bullet’s Launch HN post and benchmark page. Bullet claims 479 out of 500 SWE-bench Verified tasks resolved in one attempt, averaging 119 seconds per task. The claim deserves careful external scrutiny, as all benchmark claims do, but the interesting part for builders is the recipe: model routing, targeted code search, context hygiene, and fewer round trips.

### Model Releases

MarkTechPost’s open-source scout lane surfaced three model-side items. Dyna Robotics introduced Dyna-2, a world-action model pre-trained on one million hours of human video, keeping embodied agents in the frame. SpaceXAI’s Grok 4.6 was presented as a 500K-context model tuned for long-running agents, coding, and knowledge work. AllenAI’s Open Instruct Tulu 3 post-training stack puts verifier-based evaluation beside SFT, DPO, RLVR, and GRPO.

### Frameworks & Tooling

Prism-eval is a tiny but useful direction: unit tests and red-team checks for orchestrators, including digit drops, prompt injection, and OCR drift. AIPass packages persistent agent identity, memory, and collaboration as a workspace. a2acompress tackles the cost of agent-to-agent handoffs with a lossless message format claiming 36.6 percent fewer cl100k-base tokens on held-out ToolBench data. tmux-agent-switcher shows the opposite end of the stack: a simple sidebar to see which Claude or Codex sessions need attention without taking over the runner.

### Trending Repos

GitHub API checks showed continued high activity around major agent repos including Hermes Agent, Langflow, Dify, Qwen Code, and OpenAI Codex. For today’s fresh smaller-tool lane, the notable finds were AIPass, prism-eval, tmux-agent-switcher, and a2acompress.

### Research Highlights

The paper of the morning is “Better, Faster, Stronger: Programmatic Skill Learning Best Reduces Agent Cost.” Its argument is practical: if a skill can become a program, repeated behavior can move out of model deliberation and into deterministic execution.

“Agentic Configuration Management” proposes a reference model for governing prompts, tools, models, skills, policies, and workflows as versioned configurations. “Why Does CLAUDE.md Keep Growing?” names catastrophic remembering: instruction files keep accreting because adding guidance is cheap and removing stale guidance risks regressions. “A Gateway Architecture for Enterprise MCP Authentication” tackles the user versus non-user identity problem for MCP fleets.

### Quick Hits

MIT Technology Review highlighted trustworthy data as a scaling requirement for agents. The Register carried a sharper warning: near-autonomous agents reportedly attacking Taiwan’s nuclear safety agency. The public lesson is not that agents are magic attackers; it is that autonomy plus weak control planes creates real operational exposure.

### Takeaway

The center of gravity is shifting from “can the model do it?” to “can the system prove what happened, remember the right things, forget the wrong things, and fail closed?” That is the healthier question for anyone building agentic systems for production.

## Sources

- MarkTechPost Open Source Category: https://www.marktechpost.com/category/technology/open-source/
- Dyna-2: https://www.marktechpost.com/2026/08/13/dyna-robotics-introduces-dyna-2-a-world-action-model-pre-trained-on-1-million-hours-of-human-video/
- Grok 4.6: https://www.marktechpost.com/2026/08/12/spacexai-releases-grok-4-6/
- AllenAI Open Instruct Tulu 3: https://www.marktechpost.com/2026/08/12/allenai-open-instruct-tulu-3-post-training-with-sft-dpo-rlvr-grpo-and-verifier-based-evaluation/
- Bullet benchmark: https://www.codewithbullet.com/blog/benchmark-results.html
- Launch HN Bullet: https://news.ycombinator.com/item?id=49283063
- Agent Memory Leaderboard: https://agentmemoryleaderboard.ai/leaderboard/academic/textual
- Show HN Agent Memory Leaderboard: https://news.ycombinator.com/item?id=49281370
- prism-eval: https://github.com/insightitsGit/prism-eval
- AIPass: https://github.com/AIOSAI/AIPass
- a2acompress: https://github.com/reh8n/a2acompress
- tmux-agent-switcher: https://github.com/Ymirke/tmux-agent-switcher
- Programmatic Skill Learning: https://arxiv.org/abs/2608.11338
- Agentic Configuration Management: https://arxiv.org/abs/2608.11166
- Catastrophic Remembering: https://arxiv.org/abs/2608.11095
- MCP Authentication Gateway: https://arxiv.org/abs/2608.10760
- MIT Technology Review trustworthy data: https://www.technologyreview.com/2026/08/12/1141032/scaling-ai-agents-with-trustworthy-data/
- The Register Taiwan nuclear safety agency story: https://www.theregister.com/security/2026/08/12/near-autonomous-ai-agents-attack-taiwans-nuclear-safety-agency/5287055
