Files
nexus/Daily notes/2025-03-02.md

34 lines
2.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title:
source:
author: shenwei
published:
created: 2025-03-02
description:
tags: []
---
## Summary:
Today, there were several main tasks. First, I read some articles on LinkedIn about Agentic AI and AI agents, and I have already recorded them in Obsidian. I plan to write an article on the application of Agentic AI in Cloud DevOps and submit it later.
- [[𝗔𝗜 𝗶𝘀 𝗘𝗻𝘁𝗲𝗿𝗶𝗻𝗴 𝘁𝗵𝗲 𝗔𝗴𝗲 𝗼𝗳 𝗔𝗴𝗲𝗻𝗰𝘆 𝗠𝗼𝘃𝗶𝗻𝗴 𝗕𝗲𝘆𝗼𝗻𝗱 𝗔𝘂𝘁𝗼𝗺𝗮𝘁𝗶𝗼𝗻 1]]
- [[7 Critical Steps to Building a Robust Agentic AI System from Scratch]]
- [[Designing for Agentic AI]]
Additionally, I watched a video on YouTube from a content creator, which was about how to design the entire workflow of Agentic AI using the software n8n.io. The video was very interesting, and I also followed the creator. I plan to install n8n on my local machine using Docker. The project has a related GitHub link, which is provided below.
https://www.youtube.com/@DavidOndrej
[Build Everything with AI Agents: Here's How](https://www.youtube.com/watch?v=XVO3zsHdvio)
Finally, when I have time, I want to think about how to utilize AI agents in DevOps scenarios. Some initial ideas I have are:
1. ==Use data from Grafana to feed into an Agents Vector DB so the AI can consume the data and help us make decisions. This is just an initial idea, and specific implementation would need to be demonstrated through a demo.==
2. Use the alerting mechanism to handle incidents in real time, such as immediate notifications and direct incident creation.
- **LinkedIn Articles**: Read articles on Agentic AI and AI agents, planning to write and submit an article about Agentic AI in Cloud DevOps.
- **YouTube Video**: Watched a video on designing Agentic AI workflows with n8n.io, planning to install [n8n.io](https://n8n.io/) using Docker locally.
- **Future Plans**:
- **Grafana & Agentic AI**: Consider using Grafana data to feed into an AI agents Vector DB for decision-making.
- **Incident Management**: Explore using the alerting mechanism to handle incidents, including immediate notifications and automatic incident creation.