Vera CPU announced by NVIDIA at GTC 2026. The 88-core custom design realizes twice the efficiency and 50% faster speed than the previous model, and is scheduled to be available from the second half of 2026.
Zhipu AI's GLM-OCR reaches 94.62% on OmniDocBench v1.5 despite using only 0.9B parameters. I dug into its layout parsing, vertical text handling, and math recognition.
An open-source TTS model distilled from the ZipVoice architecture into four inference steps, delivering voice cloning with 1 GB of VRAM and 150x real-time speed. It also compares itself with the other TTS models covered on this blog.
Go 1.26 adds `//go:fix inline` to `go fix`, letting deprecated API calls be rewritten to new APIs at the source level. Google has already applied it to more than 18,000 changelists in its internal monorepo.
VoidZero, the developer of Vite, has released "Void", a full-stack web application platform built on Cloudflare, in early access. Deployment is completed with a single void deploy command, and no Cloudflare account is required.
Added --autoConnect option to Chrome DevTools MCP server, allowing coding agents to connect directly to an existing browser session. A deep dive into the background of the MCP vs CLI debate, browser operations with OpenClaw, and the risks of authenticated session delegation.
Anthropic announced the Claude Partner Network, backed by a $100M first-year investment. Certification, technical support, and a Code Modernization starter kit are meant to help enterprises adopt Claude.
GlassWorm has expanded to 72 Open VSX extensions, 151 GitHub repositories, and 88 npm packages, while a new supply-chain technique now abuses extensionDependencies as a delivery channel.
Agentic pipeline, which combines ReACT loop and searcher, achieved 1st place in ViDoRe v3 and 2nd place in BRIGHT. We established versatility for multiple domains using the same pipeline.