Am I the only one who thinks that Pulumi AI aka `<...
# general
g
Am I the only one who thinks that Pulumi AI aka
<https://www.pulumi.com/ai/answers>
is polluting google search results with non-sense?
b
no, you’re not. It’s incredibly disappointing
g
SEO is great though
a
Agree – there is so much hallucination in there, referencing SDK symbols that don't exist and even answers with blatantly insecure configurations. They should disable SEO indexing on those until the answers have greatly improved. Until then you can use this shell function to Google search and exclude pulumi.com/ai results 🙂
Copy code
pulgoogl() {
     local search_term="$(echo -n "$1" | sed 's/ /%20/g')"
     open "<https://google.com/search?q=${search_term}+-inurl%3Apulumi.com%2Fai%2F>"
 }
$ pulgoogl "your pulumi related search term"
o
Hey, I lead the AI team here and we're aware of the issues and did not expect this outcome. We've taken a number of steps to address this including: • Removing nearly ⅔ of the results and proactively taking steps to delist them by making those pages return a 410 Gone and
noindex
meta tag, and submitting those as a sitemap to Google. • Building infrastructure to remove results that fail to type check or preview, which is in progress, to ensure that all results are grounded and helpful. We want Pulumi AI Answers to be a helpful resource that fills gaps in documentation, not replace or displace more accurate information, and we'll keep working toward that goal.