Why a 1-Billion-Parameter Agent Outguns Tools 750 Times Its Size
Antares does not scan code the way a linter does. Cisco trained the models to behave like a security investigator: they search a repository for patterns tied to a vulnerability description, read the files that look promising, and change strategy when a lead doesn't pan out, narrowing in on the files most likely to contain the flaw before returning a ranked list with the exploration trail that produced it[1]. That agentic search style is a large part of why Antares beats tools built specifically for this job - Antares-1B's recall of 0.224 dwarfs Semgrep's 0.086, CodeQL's 0.023, and Horusec's 0.020 on the same benchmark[2].
The scale story is just as striking. On the 500-task Vulnerability Localization Benchmark, the 1-billion-parameter Antares-1B posts a File F1 score of 0.209, ahead of Z.ai's 753-billion-parameter GLM-5.2 at 0.186 - a model roughly 750 times its size[3]. Under the hood, Antares-1B is a fairly conventional transformer built on IBM Granite 4.0: 40 layers, 2048 hidden dimensions, grouped-query attention with 16 query heads and 4 key/value heads, and a 128K context window[3]. None of that is exotic - the gains come from training the model narrowly for one job instead of asking a general-purpose model to do it as a side task.



