1786873380

Cisco Just Open-Sourced an AI That Hunts Vulnerabilities for Under $1


Cisco open-sourced Antares and, honestly, when I first saw the news my reaction was mild confusion. Cisco? The router and switch company, dropping open source AI models? It makes sense once you look closer, but that first impression sticks. Worth clearing up a misunderstanding before going further. When people say Cisco "open-sourced" Antares, this isn't the code behind Cisco products, no IOS, no router firmware, nothing like that. This is the weights of a family of language models, released open-weight under the Apache 2.0 license on Hugging Face. Two are out already: Antares-350M and Antares-1B. A third, Antares-3B, is still on the way. So what do these models actually do? They're not general-purpose coding assistants, nothing like Copilot. They have one very narrow job: vulnerability localization. You give them a description of a security issue, or a CVE, and they dig through a repository looking for the files most likely to contain that problematic code. It's triage, not fixing. Cisco is explicit about this too, it doesn't replace SCA, doesn't replace secret scanning, doesn't replace dynamic testing, and definitely doesn't replace human review. It just speeds up the first pass, that's it. ## <br>The cost numbers are the real hook This is where things get interesting, at least to me. The cost figures are honestly the strongest part of this whole story, and I think that's the thread worth pulling. A full evaluation run with Antares cost under a dollar and took around fifteen minutes on a single GPU. Compare that to GPT-5.5 doing the same job: close to $141 and several hours of runtime. GLM-5.2, the best open-weight model in Cisco's comparison, still landed around $12 per run. So we're talking about a gap of more than 170x in cost, for performance that, on their benchmark, came close to GPT-5.5 on metrics like the File F1 score. Worth pausing here for a second. Because this is, in my opinion, the single most relevant point of the whole release, and it's easy to miss it while talking about "just another open source model." ## <br>Why running locally is the whole point Running locally isn't some minor technical detail, it's basically the reason Antares exists in the first place. Think about it: when you're scanning proprietary source code for security flaws, sending that code to a third-party API is a problem all on its own. Doesn't matter how many data processing agreements or how much encryption sits in between, for a lot of organizations, especially government, finance, critical infrastructure, crossing that trust boundary just isn't an option. Models this size, small enough to fit on a single GPU and run on-premise, even air-gapped, solve that directly. That's the underlying argument. And this isn't an isolated release either. It fits alongside other pieces Cisco has been shipping, CodeGuard, a set of secure coding rules built for AI agents, and the Foundry Security Spec, a broader framework for agentic security evaluation. Put the pieces together and you start seeing something like a stack forming: CodeGuard tries to prevent the vulnerability upfront, while the code is being generated, and Antares catches what slips through afterward. Makes sense as a strategy, even if, underneath it, it's still pretty well-packaged marketing around real products. There's a wider reading here too, one I think matters to anyone working with this stuff day to day. For a long time the dominant narrative was always bigger model, more parameters, more general capability. Antares pushes a bit against that current. A model with 350 million or a billion parameters, tuned tightly for one narrow task, competing closely with giant models on a specific metric, that says something about where part of the industry might be heading. Small, specialized, cheap to run. Not the only direction, not even close, but one worth watching. Who actually benefits from this in practice? Cisco points to universities, public sector institutions, small security teams, organizations that never had the budget to run frontier-scale models at the volume this kind of work requires. There's a genuine access argument here, not just nice-sounding talk. That said, worth keeping some skepticism. The benchmark used to compare Antares against GPT-5.5 and GLM-5.2 was built by Cisco itself. It's called the Vulnerability Localization Benchmark, their ruler, measured by them, published by them. Doesn't invalidate the results, but it's not neutral either, and it's worth reading the numbers with that in mind rather than just repeating them. For anyone wanting to try it, both available models are on Hugging Face, with access to the model files subject to a request process through Cisco. They run through Transformers, vLLM, SGLang, Docker Model Runner, and there are quantized versions compatible with llama.cpp and Ollama. The command-line tool connects to any OpenAI-compatible inference endpoint you configure. Not fully plug and play, but not far off either. Still curious how Antares-3B is going to hold up once it's out.

(0) Comments

Welcome to Chat-to.dev, a space for both novice and experienced programmers to chat about programming and share code in their posts.

About | Privacy | Donate
[2026 © Chat-to.dev]