Elektrine lite

← Feed

@Modern_medicine_isnt@lemmy.world

Post #1144690

2026-04-05 16:56 UTC

So I am so ewhat pro AI. But hear me out. I sometimes refer to myself as an automation engineer. I spend a lot of my time automating the set up and use of various software tools. For those who know the term Infrastructure As Code is a part of my job too. And soo many tools have shitty UIs and even shittier apis. The rise of AI is going to add pressure to have better apis because that is what the AI uses. So even if AI falls flat on it’s face in a few years, any improvements in apis is a vig win for me. And since the automation I write is for my coworkers, not external customers, anyone in tech benefits from this. Now for me personally, I work ina lot of different languages and DSLs. I rarely spend enough time in any one of them to really memorize the syntax. I pretty much can’t write a working program without some sort of reference. So, I can tell AI exactly what I want it to do, and it can code and test until it runs. Then I can use that as my syntax reference and make it do what it is supposed to do. That ends up being much faster than me having to google various syntaxes to see where I need a semicolon vs a comma, or where I need to use [] instead of {}. So it helps me. And I do love using AI to file my jira tickets. Works great for those of us who’s work is interrupt driven. We often file the ticket after we’ve solved the problem.

Replies (6)

  • It will end up as an assistant rather than take over the world at least while it is affordable I truly believe an AI winter is coming

    Open ##1144689

  • @jj4211@lemmy.world 2026-04-07 10:22

    Problem with the theory is that people believe in LLM strongly enough that whatever pressure there is within a market to be vaguely similar evaporates. SQL certainly has dialects, but at least the basics are vaguely similar, as an example. Working with a vendor that is oddly different from every other vendor in the space and we applied pressure to implement more typical interfaces. Their answer was “just have an LLM translate for you and use our different and frankly much weirder interface”. When we did cave and use it and demonstrated the biggest LLMs failed, they said at least they give you the idea. Zero interest in consistent API with LLM as an excuse. On the write your code for you, it has to be kept on a short leash and can be nightly a nightmare if not overseen, though it can accelerate some chore work. But I just spent a lot of time last week trying to fix up someone’s vibe coded migration, because it looked right and it passed the test cases, but it was actually a gigantic failure. Another vibe coded thing took 3 minutes to run and it was supposed to be an interactive process. The vibe coded said that’s just how long it takes, if it could be faster, the AI would have done it and none of the AI suggestions are viable in the use case. So I spent a day reworking their code to do exactly the same thing, but do it in under a second. For the jira ticket scenario, I had already written a command line utility to take care of that for me. Same ease of use instead of using jira GUI and my works torturous workflows, but with a very predictable result. So LLM codegen a few lines at a time with competent human oversight, ok and useful, depending on context. But we have the similar downside as AI video/image/text creative content: People without something substantial to contribute flood the field with low quality slop, bugs and slow performance and the most painful stuff to try to fix since not even the person that had it generated understood it.

    Open ##1149174

  • @Washedupcynic@lemmy.ca 2026-04-08 04:50

    Fuck me if I want to have sessions that aren’t recorded and transcribed by AI. Tech companies lie all the time about what they promise, (like encrypting their data,)[arstechnica.com/…/zoom-to-pay-85m-for-lying-about…) and then just pay the fines after the fact, because scraping our data to train models made more profit than the fine. Yes, my doctor rolled out a system for telehealth that prompted me to sign documents agreeing to the use of AI. A procedure code and diagnosis code is the only thing that’s required for medical billing in instances where prior approval for services isn’t required, there’s no need for a transcription of our entire fucking session word for word for my DR to bill and get paid. AI is being forced down our throats in so many industries that have NOTHING to do with writing code, for the purposes of reducing headcount because the line must go up.

    Open ##1158106

  • @mcv@lemmy.zip 2026-04-05 17:24

    Or they'll make apis shittier because they don't want AI using it. However, Copilot has made it a lot easier to navigate through Azure's incomprehensible menu structure.

    Open ##1675902

  • @FlashMobOfOne@lemmy.world 2026-04-05 17:42

    The closest facsimile I have in my work is occasionally running an Excel formula I've written through Copilot in order to find a formatting error or to help fix an Access query, but If fundamentally understand what I'm doing, can validate that the produced result is correct, and can fix it if I have to somewhere down the line. It's good you've found some simple ways to use it, but in the vast majority of work I do, it would take longer if I used AI because everything produced using an LLM has to be human-validated regardless, so I might as well not skip the important step of learning and understanding it. I never use it to ideate and never use it for anything that isn't eminently simple, like creating a sheet with x number of columns and rows or something like that. I hate the idea of the environmental impact and that helps me avoid it.

    Open ##1675903

  • @bigredgiraffe@lemmy.world 2026-04-06 15:30

    I am in the same boat, long time infrastructure automation engineer as well. Sometimes it’s faster to explain how terraform or whatever needs to act and then fix the issues rather than having to sift through the docs for every provider. I also do a similar thing to you with code, I also have to read a lot of other people’s code in languages I don’t know to help troubleshoot things and while I can usually follow the logic it is such a time saver to have AI to read the docs for the libraries and languages for me to at least find the part of the docs I need to read faster than searching myself. Overall, I also agree with the sentiment on AI most of the time and all of its criticisms are definitely valid but I think too many people try to use AI to do their work for them instead of using it more like a rubber duck you can program with normal language.

    Open ##1675905