Security review and repair
Security work has the clearest empirical signal. QASecClaw keeps Semgrep as the high-recall scanner, then asks a coding-focused LLM to judge each candidate finding with source context. On OWASP Benchmark v1.2, false positives fall from 560 to 64, while recall drops by 3.1%. That is a useful trade for teams that already drown in scanner noise.
VulKey applies a similar discipline to repair. It does not pass only a CWE label or a full example patch. It predicts a repair pattern with a syntactic action and a security-specific key element, then conditions patch generation on that pattern. On PrimeVul, it reports 31.5% repair accuracy, 7.6 percentage points above the best baseline cited in the summary. The result supports a practical lesson: security models need compact, task-specific evidence, not just vulnerability names.