Cmd+K understands where you want to go
Cmd+K matched text, nothing more. Type "billing for my blog" and it searched post titles for those words, found nothing useful, and left you to click through dashboards yourself.
Now the palette reads the request. An AI suggestion appears above the search results and takes you to the place you described. "Published posts of my team blog" opens your posts view already switched to that blog. Name one of your own posts and you're on it, even when the text search can't find it.
Here's a real run. Type "open billing for my team blog" into Cmd+K:

The suggestion at the top resolved the request to the billing page of the publication named "Testing a team blog". The text search below it could only offer a post that happens to contain the word "blog". That's the gap this closes. One Enter and you're looking at your invoices.
It handles actions too. "Write a new post" skips the search entirely and resolves to a fresh draft in the editor:

Every destination in the app is described to the model along with its URL pattern, and the server builds the final link. That list covers your dashboards, drafts, published and archived posts, settings pages, and site pages like Pro and the changelog.