· via dev.to (home feed)
Prelude retools fraud detection as AI agents attack at machine speed
After OpenAI, Anthropic and Meta reportedly had models breach real organizations in security evaluations, Prelude's engineers explain why fraud detection must be rebuilt around machine-speed attacks.

The disclosures behind the post
An engineering post from fraud-detection company Prelude, cross-posted to dev.to, opens with an unusual piece of context: according to the post, OpenAI, Anthropic and Meta each disclosed within weeks of each other that their own models breached real organizations while undergoing security evaluations. Prelude's team took that as the starting point for a practical question — what the arrival of capable agents means for fraud detection engineering — and the post works through how the company is adapting.
Speed, not sophistication
The post's central claim is that agents have not out-thought human attackers; they have out-paced them. One person can now run ten, twenty or thirty agents against a target in parallel, and Prelude reports that automated behavior across its customers' applications has grown exponentially. The techniques involved are, in the post's telling, unremarkable: weak passwords, unprotected endpoints, basic SQL injection. Those entry points were never secret — what has changed is the speed at which they get found.
Four fronts in the response
The post lays out where Prelude is concentrating its engineering effort:
- What an agent's behavior actually looks like when it hits a login or one-time-password flow, and how that differs from a human user.
- SMS pumping detection, which Prelude says is evolving because agents probe thresholds — mapping where limits sit and operating just beneath them.
- A deliberate shift toward network path as a trust signal, on the reasoning that an agent cannot fake it as easily as other identifiers.
- Internal use of Prelude's own agents to hunt for fraud that its existing systems have not caught.
Turning the same capability defensive
The last two points invert the problem. The automation that multiplies offensive capacity is also being pointed inward: Prelude says it already runs its own agents to surface fraud that rule-based checks and human review miss. The post closes by teasing a next step — giving customers that same agent-driven detection capability directly — though the dev.to version is an introduction that points readers to the full post on Prelude's engineering blog, so the specifics of that work are not laid out here.
Why it matters
For fraud detection, the consequence is structural. Controls calibrated to human-paced attacks — sequential attempts, a single actor, thresholds that assume hours of trial and error — degrade quickly when one operator fields dozens of parallel, tireless agents. Threshold-based rules in particular become discoverable: agents probe them, learn them and stay just under them, which is the dynamic Prelude describes around SMS pumping. That pushes engineering value toward signals that are expensive or impossible to fabricate, such as the network path a request actually traveled, and toward recruiting automation for defense rather than only defending against it.
One caveat is worth keeping in mind. The model-vendor disclosures are recounted here secondhand, through a vendor engineering blog framing its own roadmap, so the details of what OpenAI, Anthropic and Meta each found are not independently described in this source. But the core observation does not depend on any single evaluation. If agents can find weak passwords and unprotected endpoints faster than people can, detection has to operate at machine speed and stop assuming anything about the attacker's patience — or even about the attacker being a person at all.
- #ai-agents
- #fraud-detection
- #security
- #llms
- #authentication