is polluting google search results with non-sense?
➕ 3
💯 2
b
billowy-army-68599
04/04/2024, 1:55 PM
no, you’re not. It’s incredibly disappointing
🙌 2
g
great-sunset-355
04/04/2024, 1:56 PM
SEO is great though
a
adventurous-butcher-54166
04/04/2024, 3:27 PM
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"
❤️ 2
o
orange-policeman-59119
04/04/2024, 9:21 PM
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.
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.