Scans X Posts for Scam Signals
The terminal uses Jev and GPT-6 Astra to scan X posts for scams. The author says it scanned 100,000 posts in 18 seconds.
THIS ENTIRE TERMINAL WAS BUILT USING JEV + GPT-6 ASTRA.
We put it to the test: 100,000 X posts scanned for scams in 18 seconds.
JEV + GPT-6 Astra is 750x faster and 800x cheaper.
A complete pass with heavy standalone LLMs would burn $620. We processed the whole dataset for 62 cents.
Why traditional AI moderation fails: everyone forces heavy reasoning models to write essays when you only need instant classification.
Our pipeline bypasses text generation entirely and runs 12 parallel binary checks per post:
> brand impersonation signature
> wallet drainer trigger
> malicious support redirec
The pipeline runs 12 parallel binary checks per post and bypasses text generation. The author says the dataset pass cost 62 cents.
Also filed under Triage & routing
- How to Build Things with Jev & OpenJevs
How to Build Things with Jev & OpenJevs In this video, we build a model router using both the API-based original Jev and also using Semif. Github: code will be up in ...
- Jev is HERE. How to use it
Jev is HERE. How to use it In this episode, I talk with Ryan Vogel about Jev, a new type of AI built for classification. Ryan shows how Jev takes an input plus ...
- Jev-Shaped Classification Wrapper
jevper is a Jev-shaped classification wrapper over OpenAI-compatible clients that returns probabilities and confidence.
- Local Jev Protocol Multi-Upstream Router
jev-switch is a local multi-upstream router for the Jev protocol with a Rust backend and React interface.