Model Releases

  • Qwen/Qwen3.8-Flash-Next — Latest in the Qwen family, an image-text-to-text model with conversational capabilities. Available in transformers safetensors format, ready for endpoints.
  • zai-org/GLM-5.3-Flash — A multilingual (en/zh/ar) text-generation and conversational model from the GLM series. Supports FP8 quantization and comes with arxiv paper backing.
  • OBLITERATUS/Qwen3.8-27B-OBLITERATED — An abliterated, uncensored version of Qwen3.8-27B built for red-team and AI safety research. Available in MLX and GGUF formats, Apache 2.0 licensed.
  • unsloth/Qwen3.8-Flash-Next-GGUF — Unsloth-quantized GGUF of the Qwen3.8-Flash-Next model. Drop-in replacement for anyone running local inference with Ollama or similar.
  • unsloth/GLM-5.3-Flash-GGUF — GGUF quantizations of GLM-5.3-Flash, including iMatrix variants. Same multilingual support, just easier to run locally.
  • sensenova/SenseNova-U1.5-8B-MoT — A native multimodal 8B model that handles image generation, editing, and any-to-any tasks. Supports custom code and is bilingual en/zh.

Open Source Releases

  • rohitg00/ai-engineering-from-scratch — A learn-it-build-it-ship-it guide for AI engineering. Good if you want to understand the full pipeline without the tutorial-hop.
  • ComposioHQ/awesome-claude-skills — Curated list of Claude skills, resources, and tools for customizing Claude workflows. Useful reference if you’re building agentic setups around Claude.

Research Worth Reading

AI Dev Tools

  • JetBrains/go-modern-guidelines — Guidelines to help AI coding agents write idiomatic Go. Straightforward value if your team uses Copilot or similar for Go development.
  • K-Dense-AI/scientific-agent-skills — 163 validated skills plus 100+ scientific databases turned into agent skills for biology, chemistry, medicine, and drug discovery. 175k+ scientists already using it.
  • calesthio/OpenMontage — Open-source agentic video production system with 12 pipelines, 100+ tools, and 700+ skill files. Turns your coding assistant into a video studio — niche but wild.
  • addyosmani/agent-skills — Production-grade engineering skills for AI coding agents. 90k stars, compatible with Cursor, Claude Code, Codex, and Antigravity.

Today’s Synthesis

The quantized GGUF releases of Qwen3.8-Flash-Next and GLM-5.3-Flash make it practical to run capable models locally, and paired with addyosmani/agent-skills , you can assemble production-grade agentic workflows without cloud dependencies. But before you hand over the reins, the paper on agents pushing humans out of the loop is a direct warning: “human in the loop” degrades fast once agents gain autonomy, and retrofitting oversight after deployment is far harder than baking it in from the start. The actionable takeaway is to prototype your agent pipeline now using local quantized models and validated skills, but instrument explicit guardrails — escalation thresholds, permission boundaries, audit logging — as core features, not afterthoughts.