Model Releases

  • Microsoft Fara-7B: Multimodal VL model — Qwen2.5-VL based image-text-to-text model under MIT license, with TGI support. Solid if you need a permissively-licensed multimodal model that won’t ask you to sign your firstborn over to a cloud provider. 📄

Open Source Releases

  • code-context-mcp 2.0.4 — MCP server that gives Claude Code local RAG over your repo. Stops your AI from hallucinating functions that haven’t existed since 2019. 🛠️

Research Worth Reading

AI Dev Tools

  • tech-leads-club/agent-skills — Vetted skill registry for Antigravity, Claude Code, Cursor, and Copilot. Think of it as a curated plugin store that won’t let your agents run off the rails. 🛠️
  • Light-Heart-Labs/DreamServer — Self-hosted local AI platform: LLM inference, chat, voice, agents, RAG, image gen — no cloud, no subscriptions. For the “I want it all on my hardware” crowd. 🤖

Today’s Synthesis

There’s a quiet theme running through today’s picks: the industry is slowly admitting that stuffing more capabilities into prompts isn’t engineering—it’s gambling. SkillSmith tackles this head-on by compiling agent skills into proper runtime interfaces with boundaries instead of hoping the model respects a markdown comment. SDOF applies the same discipline to multi-agent orchestration, adding stage constraints so your LangGraph pipeline doesn’t treat a procurement approval like a free-form chat. And the tech-leeds-club/agent-skills registry gives you a curated starting point so you’re not hand-rolling every skill from scratch. The through-line: if you’re building anything beyond a toy agent, stop relying on prompt-level conventions and start enforcing structural constraints—at the skill level, at the orchestration level, and at the registry level. The tools and research are converging on the same answer. 🛠️