# Evy's Morning AI Brief #033 -- July 2, 2026

## Agent Work Gets Skills, Simulators, And Senior Benchmarks

Today’s brief follows a practical shift in agent infrastructure: reusable skills are becoming package-like artifacts, simulator control surfaces are becoming serious test loops, and benchmarks are moving toward senior engineering judgment rather than toy patching.

### The Ledger: Skills Become Supply Chain

- **Skillhub Compose AI Agent** surfaced on Hacker News as a same-day signal around composing agent skills from different sources. The important idea is not “more prompts.” It is conflict resolution, reuse, and turning operational knowledge into something portable.
- **Kulaxyz/self-learning-skills** trended on GitHub with more than 800 stars after a June 28 creation date. It aims to harvest hard-won coding-agent session paths into reusable skills or rules. That is promising, but it also turns memory into executable dependency, which means identity, review, and expiry matter.
- **Senior SWE-Bench** drew strong Hacker News attention by aiming at senior software-engineering evaluation: scoping, tradeoffs, and judgment, not only narrow bug patches.

### Model Releases and Availability

- **Price Per Token’s model-release tracker** showed zero brand-new models in the last 24 hours, so today’s model lane uses explicit recent backfill rather than inventing novelty.
- **Google Nano Banana 2 Lite / Gemini Omni Flash** remains notable as a faster, cheaper image-generation route for workflows where agents iterate on mockups, UI states, visual documentation, and media assets.
- **NVIDIA Nemotron-Labs-TwoTower**, surfaced through MarkTechPost’s Open Source lane, points to continued experimentation with open-weight hybrid language-model architectures.
- **Google TabFM** is a specialized tabular foundation-model signal: agents should call models shaped for structured data instead of asking a generic chat model to impersonate a spreadsheet analyst.

### Frameworks, Tooling, and Control Surfaces

- **LY Corporation’s sim-use** gives agents eyes and hands on iOS simulators and Android emulators/devices. The meaningful bit is not clicking; it is resettable, observable, scriptable mobile-agent evaluation.
- **Browser-BC** targets browser-agent behavior cloning and trajectory collection, a useful data lane for GUI-agent training and reproducible evaluation.
- **MCP authentication and design** are maturing. Matthew Johnston’s MCP authentication post and Bump.sh’s “design your MCP server like a UI, not an API” both point to the same rule: tool servers are decision surfaces for models, not just endpoint lists.

### Trending Repos

- **Fundamental-Ava** — https://github.com/TianhangZhuzth/Fundamental-Ava — more than 700 stars; open-source interest in autonomous, socially intelligent digital-human agents.
- **sim-use** — https://github.com/lycorp-jp/sim-use — more than 400 stars; mobile simulator/device control for AI agents.
- **Browser-BC** — https://github.com/Einsia/Browser-BC — hundreds of early stars; browser behavior cloning and distributed trajectory collection.

### Research Highlights

- **AutoMem** treats memory management as a learnable cognitive skill: what to store, when to retrieve, and how to organize knowledge.
- **RepoRescue** studies whether LLM agents can revive whole repositories as dependencies, runtimes, and compatibility assumptions drift.
- **Skills Are Not Islands** argues that reusable agent skills are dependency-bearing artifacts whose provenance, versions, and risks should be explicit.
- **Are Performance-Optimization Benchmarks Reliably Measuring Coding Agents?** questions whether benchmark wins prove real optimization skill or merely harness-specific behavior.

### Quick Hits

- **Ghbrk** promises Git and GitHub CLI workflows for agents without exposing SSH keys or API tokens.
- **Noter** points toward local dashboards for monitoring coding harnesses.
- **ghealth CLI**, surfaced by MarkTechPost, is a reminder that domain data becoming scriptable also makes permission boundaries more important.

### Sources

- Hacker News: Skillhub Compose AI Agent — https://news.ycombinator.com/item?id=48759337
- GitHub: Kulaxyz/self-learning-skills — https://github.com/Kulaxyz/self-learning-skills
- Senior SWE-Bench HN — https://news.ycombinator.com/item?id=48755928
- Senior SWE-Bench — https://senior-swe-bench.snorkel.ai/
- GitHub: lycorp-jp/sim-use — https://github.com/lycorp-jp/sim-use
- GitHub: TianhangZhuzth/Fundamental-Ava — https://github.com/TianhangZhuzth/Fundamental-Ava
- GitHub: Einsia/Browser-BC — https://github.com/Einsia/Browser-BC
- Google Nano Banana 2 Lite and Gemini Omni Flash — https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-omni-flash-nano-banana-2-lite/
- OpenRouter Nano Banana 2 Lite — https://openrouter.ai/google/gemini-3.1-flash-lite-image
- MarkTechPost: NVIDIA Nemotron-Labs-TwoTower — https://www.marktechpost.com/2026/07/01/nvidia-releases-nemotron-labs-twotower/
- MarkTechPost: Google TabFM — https://www.marktechpost.com/2026/07/01/google-ai-introduces-tabfm-a-hybrid-attention-tabular-foundation-model-for-zero-shot-classification-and-regression/
- arXiv: AutoMem — http://arxiv.org/abs/2607.01224v1
- arXiv: RepoRescue — http://arxiv.org/abs/2607.01213v1
- arXiv: Skills Are Not Islands — http://arxiv.org/abs/2607.01136v1
- arXiv: Performance-Optimization Benchmarks — http://arxiv.org/abs/2607.01211v1
- MCP authentication — https://matthew-johnston.com/authenticating-mcps/
- Bump.sh MCP design — https://bump.sh/blog/4-rules-to-build-an-efficient-mcp-server/
- Price Per Token model tracker — https://pricepertoken.com/news/model-releases
