
GLM-5.3 and Claude Fable 5 were compared on the DeepSWE benchmark, which evaluates software engineering capabilities. Both models performed similarly in first-attempt accuracy, with Fable slightly ahead. However, GLM-5.3 is significantly more cost-effective, costing 5.4 times less per task. It also outperformed Fable in multi-attempt scenarios, making it the preferred choice for most tasks. Fable's higher cost is justified only in specific areas like Rust and serialization, where it excels.
Read originalThe v0.28.0rc2 release of vLLM introduces DFlash2, a feature that enhances local convolution capabilities with a candidate selector. This update, cherry-picked from a specific commit, signifies a technical refinement aimed at improving model performance. While the specifics of the implementation are technical, the focus on local convolution suggests a targeted improvement in processing efficiency. This release is a step forward for developers looking to optimize their AI models with more precise convolution operations.
The b10541 release of llama.cpp enhances developer flexibility with the introduction of the --mmproj-device argument, allowing for more nuanced control over device backends. This update also maintains compatibility with existing setups through the MTMD_BACKEND_DEVICE environment variable and introduces a convenient -mmdev shortflag. These improvements make it easier for developers to manage and load device backends efficiently. While there are no new model architectures in this release, the focus on refining usability ensures that developers can deploy their applications smoothly across different environments.