ATRIUMsearch → argument graph
MechanismArticle

In a hybrid AI workflow, cheap local models should handle high-volume scanning while expensive frontier models like Claude Code handle judgment calls.

Alex Finn's security scanning setup pairs a cheap local model that scans code every 20 minutes with Claude Code, which reviews findings once a day to judge what's real. ✦ AI generated

Alex Finn · Lenny's Newsletter · 2026-07-13 · original ↗

A local model (GLM 5.2) scans code every 20 minutes and dumps findings into a Markdown file. Claude Code checks that report once a day and decides what's real and worth fixing. The local model does the volume work cheaply; the frontier model does the judgment work precisely. Trying to run Claude Code every 20 minutes instead would cost thousands a month.

Read full article ↗excerpt · fair-use quotation

Around this claim