this post was submitted on 01 Feb 2025
25 points (62.6% liked)

Ask Lemmy

27866 readers
2075 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [email protected] or [email protected]. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email [email protected]. For other questions check our partnered communities list, or use the search function.


6) No US Politics.
Please don't post about current US Politics. If you need to do this, try [email protected] or [email protected]


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 2 years ago
MODERATORS
 

I have tried, unsuccessfully, to get various AI models to create a script that will curl or wget the latest Ubuntu LTS desktop torrent, even should that LTS version update in the future (beyond 24.01.1 LTS). The purpose is that I would like to seed whatever the latest LTS torrent is and I don't want to have to keep checking the Ubuntu page for updates, I want it automatic. I know that LTS is slow to change versions but I am annoyed that AI can't just write a decent script for this.

I also have downloaded rtorrent as a command line and will deal with how to make sure the latest LTS is used, as opposed to the prior one, with a different script later, but that's not what I'm trying to now.

I am not asking for a human to create this script for me. I am asking why AI models keep getting this so wrong. I've tried ChatGPT 4o, I've tried DeepSeek, I've tried other localized models, Reasoning Models. They all fail. And when I execute their code, and I get errors and show it to the models, they still fail, many times in a row. I want to ask Lemmy if getting an answer is theoretically possible with the right prompt or if AI just sucks at coding.

This shouldn't be too hard to do. At https://www.releases.ubuntu.com/, they list the releases. When curling the webpage, there's a list of the releases with version numbers some with LTS. New versions are always larger numbers. At https://ubuntu.com/download/alternative-downloads, they list the torrents. Also, all release torrents for desktop are in the format https://www.releases.ubuntu.com/XX.XX/desktop.torrent. I've tried to teach these models this shit and to just create a script for me, holy shit it's been annoying. The models are incredibly stupid with scripting.

I'm not a computer programmer or developer and am picking up more coding here and there just because I want to do certain things in linux. But I just don't understand why this is so difficult.

So my question is, is there ANY prompt for ANY model that will output successful code for this seemingly easy task, or is AI still too stupid to do this?

(page 2) 37 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 2 days ago (1 children)
[–] [email protected] 0 points 2 days ago (2 children)

i'm open to this possibility. tell me more.

load more comments (2 replies)
[–] [email protected] 1 points 2 days ago

Early in I was really interested in what I could get chat got to do with minimal guidance. It really didn't (at the time) have the ability to hold any kind of overarching "structure" or goal in mind. When it got something wrong, it would just wrongly keep trying the same thing.

I'm still interested in what a local AI buddy could do on its own, but in terms actually ever accomplishing anything, I think it still very much needs its hands held.

[–] [email protected] 1 points 2 days ago (1 children)

Find a decent torrent searching tool, ask the ai to search for it, have it create a filter using whatever, whether it be grep or regex, to check and compare the dates

If you're gonna do this, have something with chain of thought

[–] [email protected] -2 points 2 days ago

is chain of thought the same as the reasoning models or the same as DeepSeek when it shows it's thinking process?

I'm sadly not that familiar with grep or regex and torrent searches sometimes disappear. The Ubuntu website has a very standard format and doesn't change often. This shouldn't be that hard for AI to script. It just seems like AI is bad at scripting.

load more comments
view more: ‹ prev next ›