Model Releases

  • VibeThinker-3B: Math & Code Reasoning Fine-tune — WeiboAI fine-tunes Qwen2.5-Coder-3B into VibeThinker-3B, targeting math, code reasoning, and instruction‑following. MIT licensed with TIE support, backed by arXiv:2606.16140. 🤖
  • GLM-5.2-FP8: FP8 Quantized Variant — ZAI releases an FP8‑quantized version of GLM‑5.2, enabling more efficient inference while retaining the MoE DSA architecture. MIT licensed and endpoint‑compatible. 📊

Open Source Releases

AI Dev Tools

  • OpenCode v1.17.9: Agent step limit enforcement and Copilot header fix — Honors configured agent step limits by forcing a final text response instead of failing mid‑run, fixes Devstral model detection with different provider ID casing, and passes configured custom headers to Copilot model requests. These fixes improve reliability of multi‑step agent runs and provider compatibility. 🛠️

Community Finds

Today’s Synthesis

Imagine a CLI‑based coding assistant that not only branches sessions and plugs in any LLM, but also logs every tool call to a tamper‑evident chain for EU AI Act compliance. Start with tau‑coding‑agent 0.3.1 as the shell and UI backbone. Hook in karst 0.2.1 via its MCP server to fetch graph‑grounded code snippets, cutting token usage and giving you audit‑grade citations. Then wrap the whole pipeline with vaara 1.5.0 to issue hash‑chained receipts for each agent step, timestamped with external anchors, so you can prove what the agent read, wrote, and decided. The result is a dev‑tool that lets you iterate quickly, keep token budgets low, and still hand over a full audit trail when regulators ask. It’s a tiny stack, but it covers policy, performance, and provenance in one go. 🤖🛡️📈 tau‑coding‑agent’s plugin system lets you plug in verification tools, turning the CLI into a sandboxed runner where every command is logged. karst’s graph‑grounded snippets cut token use and provide citations that vaara can capture for auditability, meeting EU AI Act’s traceability. You end up with a token‑efficient, auditable assistant you can drop into CI.