Model Releases

  • thinkingmachines/Inkling — A multimodal MoE model handling image/audio/text-to-text conversations, Apache-2.0 and US-region. Another entry in the “make the model eat everything” sweepstakes 🤖
  • ATH-MaaS/OvisOCR2 — Qwen3.5-0.8B fine-tune built for OCR and document parsing, including tables and formulas to markdown, with vLLM support. Actually useful if your pipeline still chokes on scanned PDFs 📄
  • AngelSlim/Hy3-GGUF — Quantized GGUF build of Tencent’s Hy3 with imatrix, ready for local text generation. For the folks running models on whatever spare GPU they can find 🛠️

Research Worth Reading

Today’s Synthesis

The throughline today is that the gap between a model and a working system is where the real engineering lives. SPINE makes the point bluntly: robot demos don’t fail because the model is dumb, they fail because calibration and platform glue — the “spinal cord” — is missing. That’s the same lesson buried in OvisOCR2 : a fine-tune on Qwen3.5-0.8B only matters because it ships vLLM support and actually parses tables to markdown instead of hand-waving the integration. Meanwhile Interventional Grounding Audits gives you a black-box way to check if your CoT is reasoning or just narrating — directly useful before you trust an agent in that fragile integration layer. Concrete takeaway: stop evaluating models in isolation. If you’re dropping thinkingmachines/Inkling or a local Hy3-GGUF build into a pipeline, budget more time for the spinal cord than the brain, and run a premise-dependency audit on anything claiming to reason before it touches production.