From b9210910f551fb172ed901133ffb5a783dc1311e Mon Sep 17 00:00:00 2001 From: armistace Date: Fri, 30 May 2025 16:27:36 +1000 Subject: [PATCH] Had to make a new one and this looked better --- src/content/when_to_use_ai.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/content/when_to_use_ai.md b/src/content/when_to_use_ai.md index 1913c35..665b080 100644 --- a/src/content/when_to_use_ai.md +++ b/src/content/when_to_use_ai.md @@ -1,3 +1,17 @@ +# 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 + +BUT it can take a note from trilium, generate drafts with mulitple agents, and then use RAG to have an editor go over those drafts. + +I'm particularly proud of the randomness I've applied to temperature, top_p and top_k for the different draft agents. This means that each pass is giving me quite different "creativity" (as much as that can be applied to an algorithm that is essentially munging letters together that have a high probability of being together) It has created some really interesting variation for the editor to work with and getting some really interesting results. + +Anyways, without further ado, I present to you the first, pipeline written, AI content for this blog + +--- + # When to use AI 😄 *A journalist, software developer, and DevOps expert’s take on when AI is overkill and when it’s just the right tool* @@ -37,6 +51,4 @@ So, when is it time to say “AI, nope”? When the data is messy, the tasks are | Repetitive tasks | ✅ | AI handles math and logic | | Creative decisions | ❌ | AI lacks the ability to think creatively | -In the end, AI is just another tool. Use it when it works, and don’t let it define your workflow. 😄 *And if you ever feel like AI is overstepping, remember: it’s just trying to be helpful. Sometimes it’s not the best choice. Sometimes it’s the only choice.* - -Let me know if you want a version with emojis or a table of contents! 🌟 \ No newline at end of file +In the end, AI is just another tool. Use it when it works, and don’t let it define your workflow. 😄 *And if you ever feel like AI is overstepping, remember: it’s just trying to be helpful. Sometimes it’s not the best choice. Sometimes it’s the only choice.* \ No newline at end of file