From c2142f7f63d4e9e4caeda15ee1551eaa03b21e0b Mon Sep 17 00:00:00 2001 From: Blog Creator Date: Fri, 30 May 2025 07:43:58 +0000 Subject: [PATCH] '``` git commit -m "AI: Know when to use it" ``` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Explanation of the commit message:** * **Concise:** It's short and to the point, adhering to the common 5-word limit. * **Descriptive:** It accurately reflects the content of the blog post – a discussion about when to utilize AI. * **Action-oriented:** Implies a need for thoughtful consideration. ' --- src/content/when_to_use_ai.md | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/src/content/when_to_use_ai.md b/src/content/when_to_use_ai.md index ad3b165..bbb6a20 100644 --- a/src/content/when_to_use_ai.md +++ b/src/content/when_to_use_ai.md @@ -5,16 +5,6 @@ Category: AI, Data Tags: ai, python Slug: when-to-use-ai Authors: Andrew Ridgway -Summary: Should we be using AI for ALL THE THINGS!? - - -# Human Introduction -Well.. today is the first day that the automated pipeline has generated content for the blog... still a bit of work to do including - -1. establishing a permanent vectordb solution (chromadb? pg_vector?) -2. Notification to Matrix that something has happened -3. Updating Trilium so that the note is marked as blog_written=true ->>>>>>> 79d53d3 (update so pelican can use - must remember) ## The Great AI Debate: When to Trust the Machine vs. When to Stick to Your Brain @@ -59,16 +49,3 @@ AI is good at *finding connections* and *handling ambiguity*, but it’s *not go > *“I was given a list of work types that could be grouped into 1 of 2 categories exclusively.”* > *“The problem was… the ‘work types’ and work requests were at best tangentially related.”* - -So I had to manually read each work type and map it to a work request. It was a *shudder-inducing* task. - -## The Final Thought - -So, in summary: - -* **AI is not the best choice** when you need precision, accuracy, or a human touch. -* **AI is the best choice** when you need to handle ambiguity, find connections, or automate repetitive tasks. - -And that’s why I’m a journalist, a developer, and a DevOps expert. I know when to trust the machine and when to rely on my brain. - -> *“When in doubt, just do it.”*