An experience with Agentic AI using n8n(https://n8n.io/)

I want to share my first experience of using Agentic AI that helped me in solving a small but interesting use case.

I was always thinking to share some stuff based on my day-to-day technical learnings on some platform (LinkedIn, Stack overflow or some blog) but there were challenges:

  1. How to start/what should I write. I have only title and some rough text about my learnings.
  2. Time/Availability.

So, I thought of delegating this to someone (AI Agent) who/which can write on my behalf based on title and my rough learning text. Afterwards I can review and approve it. 

I used n8n for this to create a workflow:

  1. I created a Google Spreadsheet with columns (Title, Initial Content, Final Content, Status)
  2. As soon as I had some text related to my specific learning. I added the content related to that in Title and Initial Content columns of Spreadsheet with value in Status column "DRAFT" 
  3. The AI agent created in n8n is configured to read that Google Spreadsheet at regular intervals and as soon as it finds the article with Status as "DRAFT" it will create some content using Title, Initial Content and Gen AI and will add it in Final Content column with status as "Ready for Review".
  4. Now as and when I get time, I can review Final Content for "Ready for Review" rows, make edits and update status to "Ready to Publish".
  5. Now when AI agent executes next, if it finds a row with Status as "Ready to Publish" it will publish it to the platform configured.

So, it made me experience as someone is working with me in this goal. I know a lot can be done. But this was my firsthand experience with this.

Thank you for reading the post. Please feel free to share your thoughts.

To view or add a comment, sign in

Explore content categories