Use case · Filter / Gate · Pairwise Match
Use Jev for SEO Internal Linking
Analyze candidate page pairs and find high-quality internal links by turning SEO matching into repeated yes/no decisions.
Input
How to Use Claude Code
Structured state sent to the decision layer.
Decision
Claude Code Pricing Guide
Should Page A link to Page B?
586Pages analyzed
8,790Decisions
45.1sExample total time
$0.21Example total cost
How it works
Turn the workflow into decisions.
Crawl pages and collect content + metadata.
Generate candidate page pairs.
Ask Jev whether a real link relationship exists.
Check whether suitable anchor text is already present.
Let a human or generative model handle edge cases.
Try this pattern
Should Page A link to Page B?
state: {
source: "...",
context: "..."
}
question:
"Should Page A link to Page B?"
pattern:
"Filter / Gate · Pairwise Match"
When not to use Jev
If the task requires open-ended writing, deep synthesis, or novel code generation, keep a generative model in that step. Use Jev around the decision points.