AI - dafaq are you using it for?
Posted by MegaSuplexMaster@reddit | sysadmin | View on Reddit | 35 comments
Its non stop, everyone everything chanting AI AI AI all damn day.
Yes ive used it, has it been a helpful assitant with correcting emails etc and helping with managing projects docuemntion sure. Aside from that I get allot of slop and bogus answers so I keep doing what ive always done. My company wants us to build an local LLM and add knowledge to it etc etc.. they keep yelling "agents agents" even though they have no idea what that means. My point of this rant is what have yall acctully used AI for in the company you work for. Would love to hear everyones rage or succsuss stories on this. Thanks
Due_Peak_6428@reddit
skill diff
Safe-Syllabub-6630@reddit
People say stuff like this all the time, but do you have specific examples of what AI does for you/makes you faster at at work? I'm sincerely asking. I honestly don't even know what I'd use it for. A lot of my coworkers say it's essential and they couldn't get by without it, but objectively I do the same amount and quality of work as these coworkers do so I'm confused on the specific use cases.
Due_Peak_6428@reddit
writing emails for me, making certificates, renaming files in folders, converting files to different formats..anything you need it can do for me
theragelazer@reddit
I don’t write code, but I know what I want, and what’s possible. With Claude, I can do it myself without needing to rely on software engineers.
Economy-Study-5227@reddit
Claude has a decent argument to collect most of my paycheck.
Valdaraak@reddit
Analyzing logs. Analysis and cleaning up of massive amounts of data. Categorizing and auto-routing files/emails.
sobrique@reddit
Boilerplate config for proof of concepts on platforms I am not familiar with. Not prod versions, just getting going with a minimum viable setup.
"What does this code do?" Especially in languages I don't really know.
First draft of documentation of design/procedures that I then edit/improve as needed.
ljr55555@reddit
First draft is a good tag line for AI - I use it for documentation and development, but I review and finalize whatever it produces. Sandbox system config that I refine to meet our needs.
Example - you can use PowerShell to create Visio diagrams. I can tell the LLM hostnames, IPs, and describe what the server does; it builds the PS script to create a Visio diagram of the environment. It doesn't always guess correctly on the communication lines, so i adjust anything that isn't real. It isn't aesthetically awesome, so I spend a little time moving things around to avoid overlapping lines. Viola, Visio diagram in half the time it takes to clickity click and make one.
sobrique@reddit
Yeah, quite. Genuinely think when used well, LLMs are improving my workflow - if only because as you say, I'm not spending half a day fiddling with a trivial visio, I'm spending a hour getting it 'finished'.
kkpc@reddit
If your company has a good KB DB, it can be trained on it, and it makes troubleshooting much faster. Give it your KB as a source and along with other public KBs, basic troubleshooting can be done quickly. Or even using as another set of eyes for edge cases.
QuantumRiff@reddit
Gave it an intune hex error code, and the diagnostic logs zip file from a client, and it told me the problem in about a minute, and how to fix it. I had been troubleshooting for a LONG time on why a deployment was not working on a particular machine.
Also gave it a PG "explain analyze" result, and it suggested ways to re-order the query. The query worked fine, till the table had hundreds of millions of records... Went from 3s down to about 240ms... (and a TON less disk IO)
dosman33@reddit
I'm a cranky old sysadmin, I've seen more dumb IT trends come and go than you can imagine. AI is NOT a trend, and it's not going away. Cynicism is often useful, but what's important to watch is the rate of change. In three years it's gone from a plausibly useful novelty for writing emails to actually taking over major software engineering work. Last week I was at a conference and saw first hand how vendors are already getting real-world results with AI running sophisticated troubleshooting on in-house systems (taking a services syslog errors and going all the way to discovering specific patch sets that need to be applied to resolve them, writing patches for new features, etc). I talked to a dev from Microsoft, and in his words, he hasn't written any code in months now, Claude is writing all of his code (with MS pushing this heavily internally). Humans only do reviews now, and AI is even taking over large parts of review work now. I've heard rumors this was the case, but this was the first time I've heard this in-person.
About a year ago I leaned into using AI as a troubleshooting assistant in some very nasty problems, and it's only getting better. It might take me a few hours to run through some tcpdumps, compare to the RFC, check a few different hosts for clean and bad captures, etc. AI easily digests stacktraces, tcpdumps, logs, etc and can give you line-by-line explanations of what you're seeing and it does it at lightning speed. If I hit a new technology or five while working on a problem, getting to talk to the manual and ask it questions is an order of magnitude faster than me reading the manual and figuring out what parts apply to my problem.
For now, the freely available open weight models out there are good, but not the same as the frontier models. If your company is willing to invest in a small in-house gpu cluster, do not pass go, do it now, you want to be the person with experience with setting this up and running it. The models are only getting better, and having infrastructure in place now will let you drop in updated models as they come out. But, an in-house model allows you to not worry as much about sharing sensitive information with the frontier models that are also scraping your information. At this point, this is a performance increase. Another thing is you can teach your in-house system to know YOUR environment, so it's not just guessing at your environment like when talking to a frontier model.
Mr_Zonca@reddit
I use it for researching problems I encounter, google search has been going down hill for years. I use it to write scripts or modify them, occasionally there are mistakes but testing the script ahead of time and allowing VSCode to highlight errors is something I already did when I wrote them before AI. If there are details for a script or troubleshooting that I identify as being critical for the solution I ask it to double check that part. I tell people who are against AI that back in the day some folks choose to stick with riding horses when cars were invented and they were fine with that.
wreckeur@reddit
Use case from this morning. Supporting a public school district. We're closing a school and redistributing staff to other buildings. Also renaming five schools in the process.
There are non-AD synced Google Groups (we're a Google Apps Domain) created for the NEW school staff email groups.
Got the CSV with all the staff that are moving and where they are moving to and which groups they need to be members of.
Exported all users from Google domain, cleaned it up to remove suspended accounts, student accounts, etc.
Dropped both of those CSV files into Gemini. Gemini went through the data in both CSVs to validate that all of the "moving" accounts are actually real, then created CSV files for each email group that i then used to bulk upload and populate each group. Took me less than ten minutes and a year ago, it would have taken a day.
After that it helped me generate a PowerShell script to create and populate the AD groups in under a minute.
Our tech team is tiny (me and four techs for 5500 students and 1000+ staff with devices for all) so being able to reclaim that time is huge for us.
chewb@reddit
generate a bunch of random names for a test environment
JerryRiceOfOhio2@reddit
nothing.
TNAgeGapGuy@reddit
Three full-time IT roles right now because of AI. OE for the win.
Role one is mostly document review, processing, and data integrity work. It's heavily automated on my end, so a 80-hours gets compressed into about 4-6 hours days total.
Role two is administration in my specialty area. The expertise was already there before AI tools came along, but they've let me build genuinely useful things - deeper monitoring, cleaner change workflows, dashboards covering the whole site. About two or three hours per day is enough to keep it running well.
Role three is the catch-all category. Upwork contracts, travel based consulting for new clients, plus whatever else comes through the door. The communication overhead would be unmanageable without the calendar system I built. It walls each role off from the others and flags any potential scheduling collisions before they become a problem.
itskdog@reddit
I've written a couple of remediation scripts for Intune, but I know PowerShell enough to know how to check it before using it.
That's the only thing I can see in my Copilot chat history that isn't just me testing something for someone else, or just me being stuck with writing an email and trying to get minor changes made to fix it up.
I don't read through loads of logs, so that's not a situation I need it for, but would probably give it a try, having seen the recommendation here.
Expensive-Rhubarb267@reddit
I use ChatGPT’s web search function to generate me a monthly report on ‘what’s new in the IT industry’.
devious_204@reddit
I do this with claude and the github awesome youtube channel that covers new projects in different areas a couple of times a week. The irony of getting an ai to summarize an ai generated youtube video about sometimes ai related projects. Claude has a basic rundown of my home lab stack and lets me know if there is anything interesting or cool that would align with what I do at home. At the office, things move more slowly.
Sprucecaboose2@reddit
Nothing. I am not a fan, and I don't really have a use case where I would rather not do things myself.
P13romancer@reddit
Scanning and creating reports, writing emails, presentation designing. Some coding but I don't trust as far as I can throw my desktop
After my response to a user being classified as "not work appropriate" because it was a dumb ass request, I've been using it to turn my emails into corpo garbage speak and now I'm getting praised for my professional turn around....
jreykdal@reddit
mostly for analyzing logs and creating small scripts to scratch itches that the developers don't have time to do.
Agents won't touch my computers any time soon.
antiduh@reddit
Its a wonder for logs. I use it to explain parts of large code bases.
StateOfAmerica@reddit
Using copilot it's reminded me plenty of times of things I have planned and forgotten about when it refers to my old notes.
The search and general back and forth is quite handy in my day to day.
What's not handy is when it's stuck on a point and end up arguing you're wrong when it's full of shit itself.
Tr1pline@reddit
Template an SOP. Also Q+A is faster than Google but that's about it.
weekendclimber@reddit
Set it off to create a full Bicep deployment of a privately connected Logic and Function App build in Azure. It's all done in Azure DevOps and it'll create a detailed pull request for me so that it can go through the standard CI security and validation steps.
Ace417@reddit
I’ve used it to OCR my terribly written notes so I could dump them in OneNote for projects. That’s about it
42andatowel@reddit
It's great for analyzing log files.....when troubleshooting. Just dump the log files in, get a plain English answer out.....
It's a more efficient form of searching out obscure error codes....i.e. search an error code on google, browse through multiple pages to find the one you want...or search the error code with AI, and then go to the link it gives you for where it derived it's answer from (don't just trust the answer yet).
Kurgan_IT@reddit
Nothing. I don't want to use it and I don't use it. Every time I've talked to someone who used it, it was spewing random bullshit.
Gesha24@reddit
This morning I told it to log in to my lab proxmox and figure out why the "server" (it's an HP mini PC) hangs and I have to restart it. It found e1000 errors, suggested it is a known bug and removing tcp offload and something else should help. I told it to make changes and write down what was done. I'll see if it keeps crashing, I have no time to actually look what's up with it.
Wartz@reddit
Why are there so many misspellings / typos? Are you trying to sneak this engagement / rage bait spam post by people's LLM spidey sense?
Deez_Gnuts@reddit
I use it all the time.
If i need to respond to an important email I will write it first and then have it clean it up and make it sound more professional.
I have it write scripts
I go through the CIS group policies and it tells me what it could break or not break, etc.
I have it pull data about microsoft licensing and how to clean it up
If you are going to use it to give you the answers to everything it isnt going to work. If you are going to use it to help you find the answers you need then it will work better for you. If that makes sense.
Kindly_Revert@reddit
Mostly speeding up automation that we already do. Its pretty good at writing terraform and following our existing code structure. So I can send it a text prompt to create a bunch of AWS infrastructure, read it, then approve its push to github if it looks correct.
Its also been a great help automating cert rotations on some old machines that don't support LetsEncrypt. I have a few Python scripts that pull from a central location to obtain the certificate and apply it.
dannydoan@reddit
AI has been a chant for several years now. What have you done to stay up-to-date? There are plenty of real use cases for AI beyond the buzz features like Local LLM, and AI Agents. They're still tools, they still need to through a quality process before deploying to production.
There are plenty of resources. Ranting to reddit seems like the least productive thing you could do.