←back to thread

27 points jamessmithe | 2 comments | | HN request time: 0.408s | source

Being an analyst I need to research about the market and work accordingly. With the help of ChatGPT, perplexity and Gemini, I get done 70% of my research work. The rest of the 30% is just pure brainstorming. Then if I need some graphics then I use Canva for designing them. I get the images from them. Sometimes, I create ppts too using it. If I need any videos then i usually use tool like fliki, Lunabloom Ai or invideo to generate video. These tools give me good quality AI generated videos. Then nowadays, AI is also available on social medias. It makes the job easier for me. So basically, Most of my work is completed by AI. The one thing I need to do properly is to give them proper instructions. How do you go about it?
Show context
miah_ ◴[] No.45196039[source]
0% AI, 80% YAML Jockey, 10% SSH Shenanigans, 10% Python programming

Been doing sysadmin since the 90's. Why bother with AI, it just slows me down. I've already scripted my life with automation. Anything not already automated probably takes me a few minutes, and if longer I'll build the automation. Shell scripts and Ansible aren't hard.

replies(2): >>45196802 #>>45204732 #
1. eldavojohn ◴[] No.45196802[source]
What if you took those scripts that you have used to automate your life, dumped them into something like cursorAI and asked the model to refine them, make them better, improve the output, add interactivity, generalize them, harden them, etc?

Sometimes when I have time to play around I just ask models what stinks in my code or how it could be better with respect to X. It's not always right or productive but it is fun, you should try it!

replies(1): >>45200108 #
2. blibble ◴[] No.45200108[source]
> add interactivity

just what I want, interactivity in my ansible playbook

> It's not always right or productive but it is fun, you should try it!

yey, introducing bugs for literally no reason!