this post was submitted on 05 Apr 2026
363 points (97.6% liked)
Technology
83529 readers
2064 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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 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.
There certainly is a group of people who believe in AI strongly. One part of them is just listening to the hype and jumpping on the wagon. Another part however is investing real time to understand it. They work to give it structure and guardrails so that it does what they want it to. And they help others do the same. But currently it still takes a lot of time investment to get good at using. And most people aren't expecting that.
But as the second group grows, and the methods for them to share the structure they have set up for AI mature, more people will be anle to use it without all the upfront time investment. That is when the pressure on tool vendors to improve their api interfaces will really heat up. AI compliant or whatever buzz word shows up will be a near requirment for a tool to get investor dollars. MCPs were an attempt to put a layer between the apis and the AI. But if the underlieing api sucks, MCP can't do much. I am not sure what will come next, but something more about the apis themselves is bound to spring up. Maybe even several standards. Thats ok, there can be several because AI can handle the context switching better than humans can.