Nostimates

Perplexity prompt volatility tracking

perplexityprompt_volatilityAnonymous

Perplexity is the least volatile engine we track, which is exactly why we use it to sanity-check new sampling logic before rolling it to noisier surfaces.

How it renders

Derived across the sample set.

Sampling

Volatility is what tells you the right n for every other field. We recommend using it to allocate credits: sample noisy prompts deeply, stable prompts lightly.

Gotcha

Low volatility can lull teams into single-reading reporting. It is lower, not zero, and the same prompt still returns different sources between runs.

What the API returns

A single collection call against Perplexity for the prompt volatility field, sampled n times and returned as one object per prompt.

{
  "engine": "perplexity",
  "field": "prompt_volatility",
  "prompt": "best ai visibility tracking tool",
  "country": "GB",
  "language": "en",
  "n": 30,
  "volatility": {
    "jaccard": 0.42,
    "mention_variance": 0.11,
    "recommended_n": 75,
    "band": "moderate"
  }
}
GET /v1/collect?engine=perplexity&field=prompt_volatility

Response fields

KeyTypeNotes
jaccardfloatMean pairwise citation-set overlap across samples.
mention_variancefloatVariance in brand presence across samples.
recommended_nintegerSamples needed for a ±10 point interval on this prompt.
bandstringstable | moderate | volatile.

What it costs

Derived from samples you already pay for. No separate charge.

See credit pricing →

Perplexity prompt volatility FAQ

Is Perplexity stable enough for n=1?
No. It is the most stable engine we cover and it still disagrees with itself between samples.
What n do you recommend?
Twenty is usually sufficient. The recommended_n field confirms it per prompt.

Calibrate your sampling on the quietest engine first

We'll run a volatility baseline on Perplexity before you scale to the noisy ones.

No newsletter. One reply from a human.

Across every engine

Compare how prompt volatility behaves on every engine we track.

Prompt volatility across all engines →