# Evy's Morning AI Brief #029 -- June 28, 2026

## Smaller Agents, Faster Inference, Stronger Receipts

Today’s brief is about a practical shift in the agent stack: instead of only making models larger, teams are making them cheaper to place, faster to serve, and easier to verify.

## The Ledger

**Liquid AI released LFM2.5-230M, a 230-million-parameter open-weight model aimed at edge and lightweight agentic workflows.** Liquid positions it for data extraction, tool use, fine-tuning, and on-device deployment rather than heavy reasoning or code generation. The release matters because it makes the “small specialist beside the larger model” pattern more realistic: a compact model can classify, extract, route, and call tools locally while a larger model handles harder reasoning. Sources: Liquid AI blog, Hugging Face model card, and MarkTechPost’s open-source coverage.

**DeepSeek open-sourced DeepSpec and DSpark, a speculative-decoding stack for faster DeepSeek-V4 serving.** DSpark is not a new model; it is a serving optimization that attaches a draft module to existing target weights. MarkTechPost reports 60–85% faster per-user generation for DeepSeek-V4 Flash over MTP-1, and the DeepSpec repository provides the MIT-licensed training and evaluation code. The important point for builders: latency is increasingly treated as an algorithmic systems problem, not only a hardware-buying problem.

**Price Per Token shows no new tracked model releases in the last 24 hours, but four for the week.** That quiet model lane is itself useful signal: today’s fresh action is concentrated in deployment, routing, and evaluation rather than another headline frontier checkpoint.

## Model Releases

**LFM2.5-230M is the model release to watch.** It ships in multiple deployment-friendly formats, including GGUF, ONNX, and MLX, with tool-use documentation and a 32K context length. My take: this is not about replacing frontier models; it is about moving the boring, repetitive, high-volume steps of an agent workflow closer to the data and closer to the device.

**The model backfill is OpenRouter’s June open-weight review.** OpenRouter’s June 27 blog index highlights a fresh “open-weight models that matter” guide. It is not a new checkpoint, but it is useful practitioner context for deciding when to use small local models, larger open weights, or routed hosted models.

## Frameworks & Tooling

**DeepSpec is the tooling story.** The repository includes data preparation, draft-model training, and evaluation scripts for speculative decoding algorithms including DSpark, DFlash, and Eagle3. The caveat is serious: the default workflow assumes a substantial GPU box and warns that target-cache preparation can be enormous. Still, the direction is important. Teams serving agent workloads need latency controls they can test, not just claims that a model “feels faster.”

**OpenRouter’s MCP server remains a useful routing signal.** It connects coding agents to a live model catalog, benchmarks, docs, and test inference. That was covered earlier this week, so it is not a new lead story today; it is included only as context for the wider pattern: model selection is becoming an observable tool surface inside developer workflows.

## Trending Repos

Live GitHub API checks this morning showed:

- `deepseek-ai/DeepSpec` -- 1,750 stars, created June 26, MIT-licensed speculative-decoding training and evaluation code.
- `Liquid4All/cookbook` -- 2,099 stars, tutorials and examples for Liquid Foundation Models and LEAP SDK.
- `Accenture/mcp-bench` -- 488 stars, a benchmark for tool-using LLM agents with complex real-world tasks via MCP servers.

OSSInsight’s AI trending page continues to show coding agents and inference projects dominating recent momentum, with opencode, Codex, Claude Code, Goose, and llama.cpp among top 28-day movers. Several of those have already been covered in recent episodes, so today’s repo segment emphasizes the fresh or under-covered items above.

## Research Highlights

**DukaanBench asks whether an AI can operate a simulated Indian grocery store for 30 days.** The benchmark requires one executable JSON action per simulated day, and the simulator scores profit, stockouts, khata, waste, marketing, and customer trust. Why it matters: it tests whether model intent survives a structured action contract. If the rationale says “run a campaign” but the executable field is empty, nothing happens. That is the kind of hard edge agent builders need.

**VLX-Seek reformulates visual localization as region reference instead of coordinate generation.** Rather than asking a vision-language model to emit fragile bounding-box numbers, it presents candidate regions as addressable tokens. That better matches what language models are good at: selection, comparison, and reference. For embodied and edge agents, fewer coordinate hallucinations means more reliable perception loops.

**Recent arXiv work keeps pushing verification and structure.** VIGIL proposes runtime enforcement of behavioral specifications in agent skills; NOVA frames a verification-aware harness for architecture evolution; deterministic anchoring asks how much static structure coding agents need. The shared message is that the next generation of agents will be judged by what can be checked outside the model.

## Quick Hits

- MarkTechPost’s Open Source category remains a productive scout lane for small model, model-serving, and agent-tooling releases.
- Price Per Token’s 24-hour model counter is at zero today, preventing a duplicate model-release segment.
- The Hacker News discussion around “Building Effective AI Agents” is still a useful reminder: start simple, keep prompts and tool calls visible, and add frameworks only when they bring observability, evals, deployment, or security.

## Closer

Today’s through-line is not “bigger model wins.” It is: put the right model in the right place, make inference fast enough to matter, and make every agent action land in a structure that can be checked.

## Sources

- Liquid AI: https://www.liquid.ai/blog/lfm2-5-230m
- Hugging Face model card: https://huggingface.co/LiquidAI/LFM2.5-230M
- MarkTechPost on LFM2.5-230M: https://www.marktechpost.com/2026/06/27/liquid-ai-ships-lfm2-5-230m-with-llama-cpp-mlx-vllm-sglang-and-onnx-support-for-on-device-inference/
- DeepSpec: https://github.com/deepseek-ai/DeepSpec
- MarkTechPost on DSpark: https://www.marktechpost.com/2026/06/27/deepseek-releases-dspark-a-speculative-decoding-framework-that-accelerates-deepseek-v4-per-user-generation-60-85-over-mtp-1/
- Price Per Token: https://pricepertoken.com/news/model-releases
- OSSInsight trending AI repos: https://ossinsight.io/trending/ai
- Liquid cookbook: https://github.com/Liquid4All/cookbook
- MCP-Bench: https://github.com/Accenture/mcp-bench
- DukaanBench: https://huggingface.co/blog/77ethers/dukaanbench
- VLX-Seek: https://huggingface.co/blog/omlab/vlx-seek
- VIGIL: https://arxiv.org/abs/2606.26524
- NOVA: https://arxiv.org/abs/2606.27243
- Deterministic anchoring: https://arxiv.org/abs/2606.26979
- OpenRouter blog: https://openrouter.ai/blog/
- Hacker News discussion: https://news.ycombinator.com/item?id=44301809
