undo
Go Beyond the Code
arrow_forward_ios

AInnovations By Humans

Carlos Heredia Romero
Software Engineer & Solver
July 23, 2026
To learn more about this topic, click here.

As the era of AI goes on we’ve witnessed a massive shift in LLM quality between 2025 and early 2026. These advancements have quickly turned 2024-era models (GPT-4o, o1, etc.) into legacy tools. While closed models like Gemini 3 Flash and Claude 4.5 Opus continue to push the SOTA in performance, Open Source models are now neck and neck against them, models like Kimi 2.5 and GLM 4.7 prove that raw intelligence, agentic capabilities, and token efficiency are the result of superior architectures and human innovation, not just massive compute. 


The efficiency gap is closing rapidly. For instance, in the SWE-bench (Verified test using a human-filtered subset) Claude 4.5 Opus achieves a score of 76.8% at a cost of $0.75 per task. In comparison, MiniMax-2.5 delivers a near-identical 75.8% for only $0.07. This represents a 10x improvement in cost-efficiency without sacrificing top-tier performance, proving that open-weights and specialized architectures are redefining the 'State of the Art' and make them more user-affordable for the normal user. Just like this there are many models that can compare to the giants of the industry, even if the score doesn’t match the top performance, if a request costs $1 then using 3 requests, at 0.1$ each, having into account the context the models store, you can have the tasks you need solved and at a price many times lower.


The fact that Open Source is now a top-tier alternative to proprietary models is a total game changer. Not just for coding, but for building the next generation of AI-driven tools. In this note, we are going to explore more about the innovations of the Open models and how these innovations can be brought to reality by regular people and not just big companies.


The Secret Behind the Efficiency

The true competitive edge of Open Source isn't found in massive servers, in reality it can’t really compete in these sections, but in the clever ways these models are built to do more with less. While proprietary giants often can in fact rely on 'brute force' (using massive amounts of computing power to solve problems) the open-source community has pivoted toward architectural elegance, but these giants of the industry understand that the future of AI is no longer in the massive servers as well and have innovation of their own. Let’s take for example Deepseek and Kimi. 

The current leadership of open models cannot be explained without technical breakthroughs like those from DeepSeek, which has optimized inference through the use of N-grams (multi-token prediction). Instead of the traditional "word-by-word" typing that makes some AI feel sluggish, these models utilize structures that predict bursts of text instantly, freeing up memory and significantly accelerating processing speeds. For the everyday user, this means the "lag" between a complex question and a complete answer is disappearing. It’s the difference between hiring a slow typist and a professional editor who can see the whole sentence before even hitting the first key.

Efficiency also comes from knowing when not to use the entire brain of the model. Kimi 2.5 has perfected the use of Ultra-Sparse Mixture of Experts (MoE), where despite being a massive model, it only activates approximately 2% of its total parameters to generate a response. This is the real secret to maintaining elite-tier performance at a fraction of the operational cost. By only "turning on" the specific neurons needed for your task, the AI avoids wasting energy and compute, which directly translates to a more sustainable and affordable tool for the end user. Furthermore, the implementation of Agent Swarms allows the AI to solve complex problems by deploying multiple instances in parallel. This speeds up execution by up to 4.5 times, meaning you get a "team of experts" working for you simultaneously rather than a single assistant struggling with a massive to-do list.

Other minor refinements are equally impactful for anyone tired of AI errors. For instance, GLM-5 shifted its internal formatting from JSON to XML. This change might sound minor, but it effectively eliminates common syntax errors by allowing the model to represent code in its native form without mandatory character escaping. In traditional JSON, the AI often trips over its own feet trying to format internal quotes like print(\"Hello\") which leads to unparseable, broken results. By using XML, such as <code_block>print("Hello")</code_block>, the model writes code exactly as it learned it. This ensures the high reliability required for autonomous agents to actually finish a job without crashing, saving you the frustration and the cost of re-running failed prompts.

Basically, the era of "bigger is always better" is over. We are witnessing a shift where human ingenuity is outperforming raw compute power. These breakthroughs prove that high-level intelligence is becoming a lean, accessible utility, and the creativity of how to implement these techniques isn’t exclusive to big companies, that’s the reason open source is rivaling these big models.

Architectural Innovations: The Rise of SLMs and On-Device Intelligence

In parallel, as we’ve just seen, major labs are no longer just about building the biggest "brain" possible; they’re pivoting toward models that can actually live on your hardware. We’re seeing a massive shift where the goal is to run these systems locally, on your laptop or phone, eliminating the need for a constant server connection. This move toward privacy and autonomy is being led by models that, despite their size, punch way above their weight class. For the users, this is the end of the "Subscription Tax." Instead of paying $20 USD every month to a cloud provider, you are utilizing the processor you already paid for when you bought your device, making high-tier AI a permanent, one-time investment rather than a recurring bill.

A perfect example of this financial and technical liberation is what’s happening with the Qwen and Gemma families. Recently, both have released impressive Small Language Models (SLMs). Qwen’s 3rd generation, with its 0.6B, 4B, and 8B variants (B meaning Billion of parameters), is consistently outperforming its predecessors and proving to be more capable than much larger models from just a year ago. Similarly, Gemma 4 has emerged as a powerhouse SLM, outperforming several Qwen variants and even older, much larger models. 

This means you no longer need a $3,000 workstation to run a "smart" assistant; these architectural advances are making AI user-friendly and accessible on standard consumer hardware. You can estimate the memory you need with a simple rule, allowed by a very used technique nowadays called 4-bit quantization, basically saying that every billion parameters (1B) requires roughly 0.8 GB of RAM. This means a 4B parameter model needs only about 3.2 GB of memory to run, meaning it can run smoothly on a standard MacBook Air or a mid-range Windows laptop. If you have a smartphone with 8GB of RAM or a PC with a basic graphics card, you already have the supercomputer needed to run these local brains.

So, by running models like Gemma 4 locally, you aren't just saving money on API fees or monthly memberships, you are gaining total privacy. Your data never leaves your device, and your AI doesn't stop working if your internet goes down or if a corporation decides to change its terms of service. This proves that the future of AI isn't just about scale; it’s about accessibility and ensuring that powerful reasoning remains an affordable utility that belongs to you, not just to the cloud.


What can we expect?

Looking ahead, we can expect the AI race to continue delivering architectural and hardware breakthroughs that turn AI into a utility for everyone. However, to ensure that AI remains truly affordable and to prevent hardware prices from stagnating or becoming prohibitive as it happened with RAM prices, we must demand higher quality and constantly seek the best price-to-performance ratio available. The future of AI isn't just about scale; it's about accessibility and efficiency.

This era of AI has brought to light that real innovation is not exclusive to big tech companies and is more accessible than we think, innovation comes from everywhere and ignoring the goldmine that are open-source projects only to wait for a big company to do can be dangerous. We are no longer just consumers waiting for a central provider to grant us access to high-level reasoning. The future of AI doesn’t belong to those with the biggest servers, but to the individuals who now own the power to build, run, and think without limits.


Do you want to test it?

If you want to experience these architectural advances firsthand, tools like LMStudio make it incredibly simple to run these small models locally. It provides a user-friendly interface to discover, download, and chat with open-source models (like Qwen 3 4B or Gemma 4) directly on your machine.

Before diving in, just remember to check your hardware spec (VRAM and RAM) to ensure your device can handle the specific model size you're aiming for. It’s the easiest way to see how Small Language Models are turning high-end AI into a personal utility.

References

SWE-bench: Can LLMs Resolve Real-World GitHub Issues?
Link: swebench.com
Summary: The primary benchmark used to evaluate agentic coding and software engineering capabilities. It provides the objective scores and cost-per-task metrics cited when comparing MiniMax and Claude.

DeepSeek: Conditional Memory via Scalable Lookup (Engram)
Link: arXiv:2512.02556
Summary: A foundational research paper proposing the Engram architecture. It introduces a lookup table that recognizes common multi-token patterns instantly, allowing the model to predict bursts of text and significantly accelerate inference speeds.

Kimi K2.5: Visual Agentic Intelligence
Link: kimik2thinking.org
Summary: This documentation introduces the 1-trillion parameter Ultra-Sparse MoE architecture, which activates only 2% of its parameters per token. It also explains the Agent Swarm system that allows parallel processing to speed up complex task execution by up to 4.5 times.

GLM-5: From Vibe Coding to Agentic Engineering
Links: z.ai/blog/glm-5
Summary: Zhipu AI's report on GLM-5, a 744B parameter model trained entirely on Huawei Ascend chips. It discusses the strategic shift from JSON to XML formatting to reduce syntax errors and its focus on long-term agentic tasks.

Qwen3 Technical Report
Link: arXiv:2505.09388
Summary: This report details the Qwen3 series, which ranges from 0.6B to 235B parameters. It highlights how smaller models like the 4B variant can rival the performance of much larger previous-generation models (e.g., Qwen2.5-72B) thanks to massive data scaling and Strong-to-Weak Distillation.

Announcing Gemma 4 in the AICore Developer Preview
Links: android-developers.googleblog.com
Summary: Google’s official post introducing Gemma 4 as an open-source (Apache 2.0) family of multimodal models. It details their optimization for on-device intelligence, allowing them to run locally on hardware like smartphones while maintaining high reasoning capabilities.

Hugging Face – Quantization Technical Documentation
Link: huggingface.co/docs/transformers/main_classes/quantization
Summary: This documentation explains the industry standard for 4-bit quantization (such as GGUF or AWQ formats). It provides the technical basis for how large models are compressed to fit into consumer hardware, reducing memory requirements by approximately 70% without significant loss in reasoning capabilities.

MiniMax-M2.5 Official Announcement
Link: minimax.io/news/minimax-m25
Summary: This announcement focuses on the MiniMax M2.5/M2.7 models, emphasizing their extreme cost-efficiency. It highlights achieving SOTA coding results (over 80% on SWE-bench) at a fraction of the cost of proprietary competitors.

Can 1B LLM Surpass 405B LLM? (Compute-Optimal Test-Time Scaling)
Link: AI Timeline Research Recap
Summary: Research by Liu et al. exploring Test-Time Scaling. It proves that architectural innovations and allowing models to "think" (using search and verification) during inference enable small models to outperform massive ones in complex logic and math.

Chatbot Arena (LMSYS Org)
Link: lmarena.ai
Summary: The industry-standard platform for measuring human preference through blind model "battles." It provides the Elo ratings used to demonstrate how Open Source models have reached parity with proprietary ones in real-world utility.

Terminal-Bench 2.0
Link: arXiv:2601.11868
Summary: An evaluation framework that tests models in realistic terminal environments. It is used to benchmark the autonomous task-solving capabilities of the new generation of open models like GLM-5 and Qwen Coder.

Carlos Heredia Romero
Software Engineer & Solver
Arrow icon go to top

Start Your Digital Journey Now!

Which capabilities are you interested in?
You may select more than one.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.