Had to make a new one and this looked better
All checks were successful
Build and Push Image / Build and push image (push) Has been skipped
All checks were successful
Build and Push Image / Build and push image (push) Has been skipped
This commit is contained in:
parent
040d90ce73
commit
b9210910f5
@ -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 😄
|
# 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*
|
*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 |
|
| Repetitive tasks | ✅ | AI handles math and logic |
|
||||||
| Creative decisions | ❌ | AI lacks the ability to think creatively |
|
| 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.*
|
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! 🌟
|
|
Loading…
x
Reference in New Issue
Block a user