Skip to content
Tech News
← Back to articles

Social Cache Busting

read original more articles

If you’ve ever tried chatting with a public figure, you probably know what I mean by “hitting the cache”. They produce slick soundbites that sound smart-ish, and could plausibly be connected to the question you asked, or what you said. But the responses aren’t bespoke. It’s like they have a lookup table, and compare the vague topic and sentiment of what you said to their roster of prepared responses, and return the best match.

This is not unique to public figures. I do it. I think almost everyone does it to some degree. And the degree tends to correlate with how often they get asked the question. (The same way a webserver serves cached versions of the most frequently-requested, slow-to-load pages.) Since public figures get asked the same questions a lot, it makes sense that they serve most traffic from the cache.

The cache can have good stuff in it, but it’s never as interesting as interacting directly with the origin. The cache is stale. The cache is optimized. The cache is safe.

How do we bust the cache?

The first step is to notice that we’re hitting it in the first place. If you are happy with the response you get, there’s no reason to bust the cache.

But if you’re talking to a performer, and they have a fake, glassy-eyed smile, and go through all the correct motions, while obviously being totally checked out, you’re not asking the right questions. Clearly, you are asking boring questions that everyone asks, and saying boring complements that everyone says: otherwise, they wouldn’t be able to leave the interaction on autopilot.

Sometimes, just awareness can bust the cache. The person realizes they’re talking to someone who is listening, rather than just waiting to talk. Respect demands respect.

But people giving canned responses sometimes aren’t even there to notice whether the person they’re talking to is paying attention.

In this case, a better approach is to try to ask a question that they’ve never been asked before — or make an observation astute enough to pull them back to reality. The question should be something that they are excited to answer: something that makes them learn something new by answering.

(Corollary: if you’re an interviewer, you have to do a lot of research, so you can build on everything they’ve already said, instead of starting from scratch.)

... continue reading