# Tiny Models And Agent Toolchains Get Their Receipts

Today’s Evy’s Morning AI Brief follows a practical through-line: agent work is getting smaller, faster, and more measurable. The strongest signals are compact visual/tool-calling models, rapid coding-agent release trains, and evaluation work that checks the path an agent took — not only the answer it produced.

## The Ledger

- Liquid AI released LFM2.5-VL-3B, a 3.1B on-device vision-language model with screen reading, object grounding, and function calling. MarkTechPost reports ScreenSpot-v2 at 80.7, RefCOCO grounding up to 87.9, and ToolSandbox up to 59.5. Why it matters: screen and browser agents need grounded, local, auditable perception — not just giant cloud models. [MarkTechPost](https://www.marktechpost.com/2026/08/13/liquid-ai-lfm2-5-vl-3b-on-device-vision-language-model/)
- Needle 2 resurfaced in the MarkTechPost open-source lane, but it was already covered this week, so today treats it as duplicate ecosystem momentum rather than a new headline. [MarkTechPost](https://www.marktechpost.com/2026/08/13/cactus-compute-needle-2-45m-parameter-tool-calling-model/)

## Model Releases

- Liquid’s LFM2.5-VL-3B is the day’s clearest model story for agent builders because it combines on-device deployment, screen grounding, and tool calling in one small specialist. [MarkTechPost](https://www.marktechpost.com/2026/08/13/liquid-ai-lfm2-5-vl-3b-on-device-vision-language-model/)
- Price Per Token’s model-release tracker listed Dots Studio Dots3-Note Preview today and recent Gemini, DeepSeek, Qwen, and Grok entries. Treat these as availability signals until primary model cards are inspected; the builder takeaway is to log the exact model slug, provider, date, and price at run time. [Price Per Token](https://pricepertoken.com/news/model-releases)

## Frameworks & Tooling

- Qwen Code shipped v0.21.12 preview builds on August 14. [GitHub](https://github.com/QwenLM/qwen-code/releases/tag/v0.21.12-preview.4)
- OpenAI Codex shipped rust-v0.148.0-alpha.15. [GitHub](https://github.com/openai/codex/releases/tag/rust-v0.148.0-alpha.15)
- Cline shipped CLI v3.0.55 and SDK v0.0.75. [CLI](https://github.com/cline/cline/releases/tag/cli-v3.0.55), [SDK](https://github.com/cline/cline/releases/tag/sdk/sdk/v0.0.75)
- CrewAI shipped 1.15.16. [GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.15.16)
- Gemini CLI shipped a fresh nightly. [GitHub](https://github.com/google-gemini/gemini-cli/releases/tag/v0.56.0-nightly.20260814.gc0d192452)

The pattern: agent tooling is moving like browser infrastructure. Pin versions, record tool manifests, and keep a deterministic smoke test that proves the agent can read context, call expected tools, write an artifact, and stop.

## Trending Repos

- OpenSRE by Tracer Cloud: 10,498 stars; an open-source toolkit for building AI SRE agents. It matters because SRE agents need production evaluation tied to alerts, logs, runbooks, and command evidence. [GitHub](https://github.com/Tracer-Cloud/opensre), [evaluation article](https://one2n.io/blog/how-to-evaluate-ai-sre-agents-for-production)
- Agentrove: 311 stars; a self-hosted coding-agent workspace for orchestrating Claude Code, Codex, Copilot, Cursor, Grok, and OpenCode. It matters because multi-agent teams need a control plane, not only stronger workers. [GitHub](https://github.com/Mng-dev-ai/agentrove), [HN signal](https://hn.algolia.com/api/v1/search_by_date?query=AI%20agents&tags=story)
- Agentstow: a new small repo for syncing skills, instructions, MCP configs, commands, hooks, and subagents from one canonical store. It matters because configuration drift quietly destroys agent reliability. [GitHub](https://github.com/agentstow/agentstow), [project site](https://agentstow.dev/)

## Research Highlights

- AutoDesign: meta-harness optimization for long-horizon agentic design. It matters because the harness decides what gets observed, persisted, allowed, and counted as success. [arXiv](http://arxiv.org/abs/2608.13560v1)
- QuoteBench: matched scores can hide command-path failures. It matters because agent evaluations must verify the path, not only the final answer. [arXiv](http://arxiv.org/abs/2608.13547v1)
- Hugging Face’s August 14 papers page also surfaced LLMRouter, DarwinX, LycheeMemory V2, and related agent infrastructure work around routing, harness evolution, and memory consolidation. [Hugging Face Papers](https://huggingface.co/papers?date=2026-08-14)

## Quick Hits

- Hacker News surfaced discussions on what AI agents look like from the inside, Agentstow, graph engineering, OpenSRE evaluation, and agent workspaces. The point scores are modest, but the questions are increasingly practical: state, execution graphs, evaluation, and receipts. [HN Algolia scout](https://hn.algolia.com/api/v1/search_by_date?query=AI%20agents&tags=story)
- MarkTechPost’s open-source category remains a useful standing scout lane; today it surfaced both Needle 2 duplicate momentum and Liquid’s fresh LFM2.5-VL-3B release. [MarkTechPost Open Source](https://www.marktechpost.com/category/technology/open-source/)

## Takeaway

The agent stack is becoming a set of small, fast, specialized parts. Use compact models where they fit, track every release, treat configuration as code, and evaluate the route an agent took — not just the answer it returned.
