AI Agents became all the rage in 2025, and I created my first agent to tackle a problem I have been thinking of for a long time: organizing the mess of files on my local machine. I took the help of the Gemini 2.5 Pro model to develop the code for the File Organizer. 

AI Agent to Organize Local Files in MacBook Pro

n8n Workflow: I found myself generating a lot of videos to post on X and wanted to automate at least part of the workflow. n8n seemed like a great fit. This simple workflow is the first iteration that doesn't include X api calls. It picks up a keyword from a spreadsheet, feeds it into Gemini to generate a video prompt, feeds the prompt into Veo 3 to create a video and upload it to Google Drive, and updates the status as Done back in the spreadsheet. It also updates the video prompt in the sheet against the keyword to help construct the X post.  
I used a local Docker installation of n8n.

You may also like

Back to Top