What problem does it solve? Keeping up with daily LLM releases, tools, and benchmarks is time-consuming, and most news is irrelevant to a specific local inference setup. This Skill automates a daily digest that filters web findings for relevance to a Strix Halo / Hermes Agent / llama.cpp environment and avoids repeating past recommendations. ## Core Features & Use Cases - Deduplicated research: Reads the last 7 days of digests before writing, so models and tools already recommended are not re-reported. - Hardware-aware filtering: Prioritizes findings relevant to Ryzen AI MAX+ 395 (gfx1151), 128 GB unified memory, Ollama, Lemonade Server, llama.cpp with Vulkan/ROCm, and Tailscale. - Structured output with git delivery: Writes a dated Markdown digest with severity-tagged recommendations to ~/homelab/docs/digests/, then commits and pushes to the homelab repo. - Use Case: A cron job (llm-tools-daily-scout) runs each morning; the Skill searches Reddit, HuggingFace, and GitHub, writes llm-digest-2026-07-15.md with Critical/Evaluate/Watch recommendations, pushes it, and returns a short summary. ## Quick Start Run the daily LLM digest: search the last 24-48 hours of local AI news relevant to my Strix Halo setup, write the dated digest file, and commit it to the homelab repo.