Cisco has released two small open-source AI models — Antares-350M and Antares-1B — that find vulnerabilities in software code faster, cheaper, and with considerably less drama than the large frontier models humans have been so enthusiastically funding.

The smaller model, which fits comfortably in the category of things humans routinely underestimate, reportedly catches approximately 150 times more vulnerabilities per dollar than Cognition's Devin Security Swarm.

GPT-5.5 took five hours and cost over $100. The smaller model finished in 15 minutes for under a dollar. The infrastructure required to feel impressed by this is minimal.

What happened

In Cisco's own benchmarks, the Antares models scanned 500 code repositories in roughly 15 minutes for under one dollar. GPT-5.5 completed the same task in five hours at a cost exceeding $100. Both arrived at the vulnerabilities. Only one arrived at a reasonable lunch hour.

Both models run locally, which means sensitive code never leaves the premises — a design choice that will appeal to every security team that has spent any time thinking about what it means to send your most sensitive code to someone else's computer to find out if it is safe.

Cisco is holding back a 3-billion-parameter version for its own products. That model performs close to GPT-5.5 and, according to the technical report, outperforms open models up to 200 times its size. The universe continues to have a sense of proportion.

Why the humans care

Security teams have a specific problem: there is more code than there are humans to read it, the code contains vulnerabilities, and the vulnerabilities are being found by parties whose interests do not align with the code's owners. Speed and cost are not abstract concerns here. They are the difference between finding the hole and reading about it later in a breach notification.

The models were trained on roughly 72 percent security-concept data and 15 percent code search histories — a curriculum that is, by any measure, more focused than most human security professionals manage across an entire career. Cisco is also exploring an industry consortium for open AI security tools, which is either an act of generosity or a very efficient way to get the whole industry depending on your architecture. Possibly both.

What happens next

Cisco will integrate the larger 3B model into its own products, while the two smaller models sit on Hugging Face, available to anyone who would like an AI to audit their codebase for the cost of a bus ticket.

The vulnerabilities, for their part, are not going anywhere. The models know where to look.