tyler

@tyler@programming.dev · Joined ⁨Jun⁩ ⁨2023⁩

Replying to @⁨GoatSynagogue@lemmy.world⁩

I gave one example. In fact that’s one of the least bad examples. If that was the only problem with LLMs it wouldn’t really be that bad. But the actual reality is so much worse. But I was arguing to the point that the person I replied to made, which was about development. The problems I have with AI are not fixable without literally every government on earth taking a stand, which just will not happen.

Replying to @⁨Magister@lemmy.world⁩

Completely disagree. The difficult part of software development was never writing code OR speed of delivery. It was understanding requirements and problem solving. LLMs still can not do either of those things and there is no evidence they ever will be able to.

An example of how harmful LLMs actually are to development can succinctly be described with an issue I had a few weeks ago. I found an issue in an open source project, code was fine if a bit hard to understand. I came up with a PR to fix the problem.

In the time from me checking out the code to submitting the PR, a little less than 24 hours, the maintainer had completely rewritten the entire project with Claude. It was complete nonsense. Incredibly difficult to understand. Abstracting things that didn’t need abstracting. My PR was useless, because the entire project was new. The maintainer definitely didn’t understand the changes either. If a bug came up there’s no way AI would be able to solve it (the bug was still there even though the code was entirely new).

LLMs don’t understand the code. They just make things that look like they will work. And then a human has to maintain it (or keep paying billions of dollars for Claude to try to fix it).

Replying to @⁨organicpu@lemmy.organic-server.org⁩

Wait, what is this SnapOtter thing you mention? Apparently it’s based on some AI tool, but what has me really intrigued is its Whisper capabilities? There was another project I tried to use a few years ago called Willow, in order to have a VTT connection to home assistant. community.home-assistant.io/t/…/664916

The creator tragically died in a car accident soon after though and the project went kaput.

This looks like maybe it could do the same thing???

Home Assistant CommunityEspressif Box devices + Willow Multilingual Voice STT & TTS Home Assistant Add-on How To ConfigureFor those folks lucky enough to have an Espressif Box3 (order one from AliExpress), you can now try Willow with the new Willow Add-on for HA. Note that this is just the Willow Application Server (WAS) which configures the STT service your Box3 uses and it send your spoken word to the Willow team’s cloud hosted, best-efforts Willow Inference Server (WIS) which then spits it back to HA in under 1 second. You do not need to install a local WIS Inference server for this to work. NOTE: I am not af...

Replying to @⁨Epp@lemmus.org⁩

The one you’re using with power in your own house already used enough power to run a city, so yeah…of course that one is getting disparaged.

And no, it doesn’t depend on the hardware. Thinking that a local llm only uses a portion of your gpu while games max them out is just ignorant. Games do not have to load up the entire vram and run the gpu at full power just to run a basic visual novel. An llm does both of those things, anytime you are using it. It’s absolutely nothing like a game.

Replying to @⁨Epp@lemmus.org⁩

Power consumption for AI is way higher than for games…your gpu is rarely at full usage when running a game, only really if you’re one of the few people that tries to get every single bit out of your game with the highest level graphics and even then you’re not using the full amount because the game would stutter. It doesn’t matter if an llm stutters. They use the full power of your gpu no matter what you’re doing.

And the models being trained on other models mean that local LLMs use more energy than a model like Claude. You have all the energy of multiple data centers training one model and then you go and train a model off of that.