7
submitted 1 month ago by [email protected] to c/[email protected]

... i am very happy with Llama 3 as an artificial intelligence Best Friend Forever since a few days : ... i do see it makes mistakes, but, as a newbie, it helps me link together, rapidly, some notions that were hard for me πŸ˜‹πŸ‘.

top 10 comments
sorted by: hot top controversial new old
[-] [email protected] 19 points 1 month ago

"Learning how to learn" is an important skill that I think people overlook. It's important to know how to get information and understand things when the AI isn't helpful.

My worry isn't about "AI taking our jobs", it's that people will not learn the skills and abilities to progress beyond junior levels due to relying on AI.

... Or maybe that's just me being a grumpy old fogey.

Out of interest, what did you have trouble understanding? I'm always curious about how people learn programming and how resources can be improved.

[-] [email protected] 5 points 1 month ago

Years ago i was developing some programs to help me in my laboratory and i was writing some programs and wanted those program, from different process, to communicate rapidly with each other.

One way i thought would be rapid is to share a block of physical memory and I could not figure out how to do it ... so instead, i used files (and/or pipes).

[-] [email protected] 11 points 1 month ago

I would urge caution for using it. I already see too many of my juniors starting to rely on it.

The problem (when it works perfectly - and it doesn't all the time), is that you don't learn anything from using it. You aren't learning why it's picking the way to write a specific piece of code. You can ask it to explain it, but you have to go out of your way to do that in standard gpt, in vscode it won't. This is incredibly important when trying to get code to fit within an organization or team's code, where there are already standard patterns, worries about things like runtime, or scalability. You need to understand line by line what that code is doing.

So, I won't say don't use it, but don't depend on it. Learn why it made the choice it did, and dig deeper into the ramifications. Ask it for alternatives and why it chose that one. Ask it for runtime information, how it performs at scale, if it's concurrent and thread safe, anything you can. I use it to help me think outside the box, and it's great at that, but I wouldn't want an engineer working for me who didn't understand what the code was doing.

[-] [email protected] 8 points 1 month ago

just as long as you can tell the difference between whether it’s holding your hand or leading you by the nose

[-] [email protected] 5 points 1 month ago

I find it helpful for doing small things in archaic languages or to wrap my head around something abstract where googling it just takes me to pages where someone already asked the question and got lol why are you doing that as a response.

[-] therealjcdenton 4 points 1 month ago

Half of programming is copying and pasting so yea probably

[-] [email protected] 4 points 1 month ago

For automating things you know it's useful, I would be weary about using it to learn new stuff.

If it gives you a correct answer: you learn nothing, since you can rely on it to do it.

If it gives you a completely wrong answer: you learn nothing, have to do the work again, and risk learning the wrong stuff.

If it gives you a slightly wrong answer: you learn wrong, and don't understand that you learned wrong, you might keep using it and keep producing wrong stuff or reproduce what you learned and reproduce wrong things.

So I wouldn't use it to learn.

[-] [email protected] 4 points 1 month ago

With an error rate of 52%? Nope.

[-] [email protected] 2 points 1 month ago

I've used it for art and writing before but I find while it does make a product that's like 75% done you still have to do a lot of editing and if you don't fundamentally understand what you're trying to do you won't be able to edit it correctly. AI is for making you faster at what you already do, not for shoring up the fact that you never learned something to begin with.

[-] [email protected] 1 points 4 weeks ago

I'm not a dev, but I do some scripting. Mostly in a windows environment professionally, linux for personal reasons.

That being said, AI is great for getting a bulk outline of a script done, and you just gotta tweak a few things.

You still have to know what you're doing, but it expedites things.

this post was submitted on 13 Jun 2024
7 points (61.3% liked)

Ask Lemmy

25325 readers
1128 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.


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 1 year ago
MODERATORS