We’ve heard it all a couple of times: “GenAI is replacing Software Developers”, Vibe Coding, … A C-Levels dream to (finally) get rid of expensive software developers by using AI.
Continue reading Is it finally over for Developers?!Tag: GenAI
Why do I feel triggered when Managers talk about AI?
I still don’t know why it triggers me so much when managers talk about “(Gen)AI” with such fascination. Maybe because I get the feeling that they tell themselves that IT problems will magically disappear?
But … what does ChatGPT say … the AI for sure must know (*cough*)
Continue reading Why do I feel triggered when Managers talk about AI?The truth about (Gen)AI
(✅ clickbait title)
Recently I attended a GenAI event organized by <big company>. All professional, interesting, insightful. Really good. (Really! I mean it! No sarcasm.)
Until it hit me like a blow during a discussion:
I DO KNOW the whole plot already!
Continue reading The truth about (Gen)AIHow to Exclude OpenAI GPTBot from future crawling a website
In order to tell OpenAI to stop crawling a website and thus not use the content for training GPT, OpenAI now supports to disallow GPTBot from accessing your site.
The Information can be found on the GPTBot – OpenAI API website:
Completely disallow GPTBot:
User-agent: GPTBot
Disallow: /
Allow/disallow certain parts of a website:
User-agent: GPTBot
Allow: /directory-1/
Disallow: /directory-2/
For WordPress sites, I can recommend the Virtual Robots.txt – plugin.