I guess I am not the only one who is quite annoyed that nowadays everything is AI. Literally everything that’s beyond an if/else is advertised as AI. Machine Learning doesn’t seem to exist anymore.
Unless … Unless it’s not cool!
(more…)I guess I am not the only one who is quite annoyed that nowadays everything is AI. Literally everything that’s beyond an if/else is advertised as AI. Machine Learning doesn’t seem to exist anymore.
Unless … Unless it’s not cool!
(more…)I’ve recently been experimenting with how generative AI can support Linux debugging. The experience was both impressive and frustrating — depending on whether I was diagnosing or actually fixing a problem.
(more…)AI agents “cannot be trusted [and] you need to 100% understand what data they can touch. Because — they will touch it. And you cannot predict what they will do with it.”
Sounds like the statement of an AI hater — but in fact it’s from Jason Lemkin who was using Replit (an AI powered software development platform) — after it deleted the complete production database.
(more…)AI writing code sounds like every CEO’s dream: cheaper, faster, maybe even better. But what if swapping expensive developers for clever tools just creates a new kind of risk?
(more…)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.
(more…)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*)
(more…)(✅ 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!
(more…)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.