## Short Segments Microsoft's new open-source tool, the code-testing-generator, is redefining how developers approach unit testing. This polyglot agent, now available in the dotnet-test plugin, completes 92.1% of tasks, outperforming the stock Copilot's 78.9% on Microsoft's internal benchmark. Today, we'll explore how this tool fills a critical gap left by traditional coding assistants, and later, we'll dive into Liquid AI's latest release, the LFM2.5-2.6B model, which promises to revolutionize on-device AI capabilities. Microsoft has open-sourced the code-testing-generator, a polyglot agent that writes and verifies unit tests, now available in the dotnet-test plugin. This tool addresses a common shortfall in coding assistants by autonomously deciding on frameworks, file locations, and assertions after analyzing the repository. On a 152-task benchmark, it completed 140 tasks, significantly outperforming the stock GitHub Copilot, which completed 120 tasks under the same conditions. Designed for deployment within existing coding agents, it ensures code remains local, making it particularly beneficial for startups and mid-market teams that lack the resources for extensive repository research. Industries with stringent regulatory requirements, such as financial services and healthcare, stand to gain the most, as the agent can backfill tests on untested modules and raise coverage before releases. This development offers a practical solution for teams looking to enhance their testing processes without incurring additional overhead. ## Feature Story Liquid AI's release of the LFM2.5-2.6B model marks a significant shift in AI deployment, enabling powerful on-device capabilities without the need for cloud-based inference. This agentic model, with its 2.69 billion parameters and a 131,072-token context window, is designed to run entirely on local hardware, from smartphones to high-end workstations. By eliminating the need for cloud APIs, Liquid AI offers developers free inference, low latency, and enhanced privacy, fundamentally altering the economics of deploying AI agents. The LFM2.5-2.6B model is particularly notable for its ability to plan, call tools, and execute multi-step tasks autonomously, making it suitable for a wide range of applications, including robotics and personal computing. Its open weights and public availability on platforms like Hugging Face under the lfm1.0 license mean that developers can fine-tune and deploy the model on their existing hardware, whether they're solo developers or part of a larger enterprise. The model's architecture, which includes short convolutions and grouped-query attention, is optimized for tool-calling and agentic workloads, although it is not recommended for coding or knowledge-heavy tasks. Liquid AI's approach contrasts with the industry's focus on larger, more expensive models by prioritizing the elimination of marginal inference costs. This makes the LFM2.5-2.6B model an attractive option for developers looking to deploy AI agents at scale without incurring significant costs. With support for formats like GGUF and ONNX, and compatibility with tools such as llama.cpp and vLLM, the model is versatile and accessible for a wide range of use cases. For enterprises and OEMs, the ability to push the same weights to device fleets offers a scalable solution for deploying AI capabilities across multiple devices. Meanwhile, mid-market teams can self-host the model on a single GPU, such as the NVIDIA H100 SXM5, to serve approximately 1.3 billion tokens per day. This flexibility in deployment options ensures that the LFM2.5-2.6B model can meet the diverse needs of different organizations, from small startups to large enterprises. As the AI landscape continues to evolve, Liquid AI's LFM2.5-2.6B model represents a significant step forward in making advanced AI capabilities more accessible and cost-effective. By enabling on-device inference, the model not only enhances privacy and reduces latency but also empowers developers to build more responsive and autonomous applications. As more organizations explore the potential of on-device AI, the LFM2.5-2.6B model is poised to play a pivotal role in shaping the future of AI deployment.