Open-weight multimodal models just gained a serious new entrant. Thinking Machines released Inkling with full weights, 64K and 256K context options, and a direct fine-tuning path through Tinker.
LLM
RSS FeedThe HN debate was not just “old hardware still works.” A patched ik_llama.cpp path got Gemma 4 26B-A4B running CPU-only on dual Ivy Bridge Xeons, raising practical questions about local inference cost, control, and fallback capacity.
HN readers focused less on leaderboard dominance and more on the package: Thinking Machines Lab is offering a multimodal MoE with controllable reasoning effort and Tinker-based fine-tuning as an open-weight base.
The coding-agent race is becoming more inspectable. xAI says it has open-sourced Grok Build, published the CLI code path, and reset usage limits for all users.
Agent risk has moved beyond the earlier blackmail experiments. Anthropic’s new simulations cover four failure modes: code sabotage, fraud assistance, motivated mislabeling, and coaching a human proxy.
Prompt injection is now a deployment blocker for agentic AI. OpenAI says GPT-Red training made GPT-5.6 Sol fail 6x less often than its best production model from four months earlier.
Sam Altman said usage of OpenAI's agentic products rose 2.5x in a week, a sharp adoption signal for Codex and ChatGPT Work. The number matters because agent workflows are moving from demos into recurring work.
Coding agents need real execution rights to be useful, but handing them a local machine is uncomfortable. Clawk drew HN interest by moving that work into a disposable, network-restricted VM.
NVIDIA’s first AI Model Co-Design post argues that LLM dimensions can be as important as scale for inference performance. Its rules of thumb include 128-aligned dimensions, preference for 256 or 512, NVFP4, and parallelism strategies for MoE models.
Anthropic measured how Claude’s expressed values shift by model and language across more than 300,000 anonymized conversations. The result is a four-axis profile that could become part of model evaluation and post-release monitoring.
The community interest came from a practical question: can a huge MoE model be useful on ordinary hardware? Colibri uses GLM-5.2’s sparse activation pattern to avoid loading the whole model into RAM or a GPU at once.
OpenAI says SWE-Bench Pro no longer reliably measures frontier coding capability after finding 30% of its public tasks broken. The cited issues include hidden requirements, contradictory instructions, strict tests and incomplete grading criteria.