The View Somebody Saved
The first two pieces were about a person finding one thing. This one is about what happens after that works, because the moment filtering and search are good enough to rely on, people stop running one-off queries and start saving them. A filtered list becomes “my queue.” A set of conditions becomes the thing a team meeting is run from. That’s the feature succeeding — and it quietly converts a lookup tool into something closer to configuration, with all the durability problems that implies.
The first consequence is that saved views get shared, and then they get depended on. Someone builds a view, sends the link, and within a month four people open it every morning without knowing how it’s defined. It’s now infrastructure — undocumented, owned by whoever happened to make it, and invisible to the team that maintains the fields it filters on. Rename a status, retire a category, change what a flag means, and the view keeps working in the sense that it still returns rows. It just returns the wrong ones, silently, to people who trust it.
That’s the same failure this blog keeps circling: something that fails by producing a plausible answer rather than an error. A view that returns nothing is at least noticeable. A view that quietly stopped including one category is not, and the people relying on it have no way to see the difference. Which argues for treating saved definitions as things the system knows about — so that when a field is changed, someone can answer “what depends on this,” the same way the dead-code thread wanted an owner before removal.
There’s a smaller, more common version of the problem too: view sprawl. Every person makes their own, nobody deletes any, and eventually there are sixty in a dropdown with names like “mine v2” and “Q3 stuff.” At that point the tool for finding things has itself become a thing you can’t find things in — which is funny once and then just costs time. The fix isn’t discipline, because discipline doesn’t survive turnover. It’s the same answer as everywhere else in this thread: ownership, a way to see what’s actually used, and a willingness to remove what isn’t.
The useful reframe is that saved views are user-authored features. People build them for the same reason they build spreadsheets — the product didn’t offer the shape they needed, so they assembled it. That makes the popular ones a specification, and worth reading as one: if forty accounts have independently created a view that means “things waiting on me,” the product is missing that concept, and shipping it properly beats letting everyone maintain their own approximation.
Which is where the thread lands. Findability starts as a scaling problem — a list too long to scan — and turns into an organizational one, because what people find, they save; what they save, they share; and what they share, someone has to keep true. The list, the search, and the saved view are three stages of the same feature, and only the first one is usually staffed.