The key developments in open-source LLMs

Published on July 24, 20262 min read

The landscape of Large Language Models (LLMs) is developing at an unprecedented pace. While the market was initially dominated by closed, proprietary systems from big tech companies, the open-source community is making a fundamental catch-up. This offers developers and entrepreneurs new opportunities for building applications, particularly around data sovereignty and cost control. In this article, we highlight three key, overarching trends.

1. The rise of efficient, smaller models (SLMs)

Larger is no longer necessarily better. The industry is shifting part of its focus to Small Language Models (SLMs). Thanks to more efficient training methods and the use of extremely high-quality datasets, models with billions instead of trillions of parameters perform at a level previously unthinkable for their limited size. This significantly lowers the barrier to entry and the costs for inference (generating responses). To be verified: comparative benchmark scores of the most recent generation of 7B and 8B models against older, closed top models.

2. On-device AI and local processing

Partly thanks to the optimization of these smaller models and improved frameworks for quantization, LLMs are increasingly running locally on consumer hardware such as laptops and smartphones. This offers crucial advantages for privacy, as data for interpretation or summarization no longer needs to leave the device. When building complex web applications, local processing also ensures predictable server costs and lower latency. For up-to-date data on the performance of local hardware, you can view our benchmark results.

3. The debate on licensing and the term 'Open'

The term 'open-source' is under significant pressure in the AI landscape. Although many leading models publish their model weights ('open weights'), they simultaneously impose restrictions on commercial use or limit access to the original training data and the source code of the training process. An active, industry-wide debate is currently ongoing about what actually makes an AI model open-source according to strict standards. To be verified: the current status of the 'Open Source AI Definition' publication by the Open Source Initiative (OSI).

Conclusion

The rapid evolution of open-source LLMs is democratizing access to artificial intelligence. The focus has shifted from raw computing power to efficiency, local processing, and a critical look at intellectual property. For application builders, this means greater architectural freedom of choice, provided close attention is paid to licensing terms and actual hardware capabilities.