How do you choose the right discipline?
Complete this sentence first: “we optimize ___ to improve ___, measured by ___”. If the first blank is a web page, the task is probably AI visibility. If it is a pipeline or API, it is application optimization. If it is model weights and inference, it is model optimization.
This prevents content advice from being applied to a GPU constraint, caching work from being called GEO, or an evaluation score from being presented as proof of organic visibility.
| Optimized object | Defensible metrics | Typical owners | Starting point |
|---|---|---|---|
| Page or website | Indexing, impressions, observed citations | SEO, content, web | LOOP method |
| LLM application | Task quality, cost, latency, cache | Product, AI, platform | Request logs and evals |
| Model | Benchmark quality, memory, throughput | ML engineering, research | Reproducible baseline |
| Evaluated system | Error rate, robustness, risk | Quality, security, domain | Versioned test set |
| Agent | Task success, tool errors, cost | Product, engineering, security | Tool contracts and traces |