496
submitted 3 days ago by [email protected] to c/[email protected]
top 50 comments
sorted by: hot top new old
[-] [email protected] 18 points 1 day ago

The thing is... AI is making me smarter! I use AI as a learning tool. The absolute best thing about AI is the ability to follow up questions with additional questions and get a better understanding of a subject. I use it to ask about technical topics and flush out a better understanding that I ever got from just a text book. I have seem some instances of hallucinating in the past, but with the current generation of AI I've had very good results and consider it an excellent tool for learning.

For reference I'm an engineer with over 25 years of experience and I am considered an expert in my field.

[-] [email protected] 7 points 1 day ago

The article says stupid, not dumb. If I'm not mistaken, the difference is like being intelligent versus being smart. When you stop using the brain muscle that's responsible for researching, digging thru trash and bunch of obscure websites for info, using critical thinking to filter and refine your results, etc., that muscle will become atrophied.

You have essentially gone from being a researcher to being a reader.

[-] [email protected] 6 points 1 day ago

By that logic probably shouldn't use a search engine and you should go to a library to look things up manually in a book, like I did.

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

"digging thru trash and bunch of obscure websites for info, using critical thinking to filter and refine your results"

You're highlighting a barrier to learning that in and of itself has no value. It's like arguing that kids today should learn cursive because you had to and it exercises the brain! Don't fool yourself into thinking that just because you did something one way that it's the best way. The goal is to learn and find solutions to problems. Whatever tool allows you to get there the easiest is the best one.

Learning through textbooks and one way absorption of information is not an efficient way to learn. Having the ability to ask questions and challenge a teacher (in this case the AI), is a far superior way to learn IMHO.

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

Why bother learning anything when you can get the answer in a fraction of a second ?

[-] [email protected] 4 points 1 day ago* (last edited 1 day ago)

You're highlighting a barrier to learning that in and of itself has no value.

It has no value as long as those tools are available to you. Like calculator, where nowadays everyone's so used to them people have became pretty bad at math in head. While this is indeed not an issue since calculators are widely available to everyone, we're not really talking about doing math, but using critical thinking, which is a very important skill in your daily life

EDIT: Disclaimer: I'm a vivid AI user and I've defended it here before, but I'm not about to start kidding myself that letting the AI analyize and think for me makes me more intelligent

load more comments (1 replies)
load more comments (1 replies)
load more comments (2 replies)
[-] [email protected] 1 points 1 day ago

$100 billion and the electricity consumption of France seems a tad pricey to save a few minutes looking in a book...

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

Same, I use it to put me down research paths. I don't take anything it tells me at face value, but often it will introduce me to ideas in a particular field which I can then independently research by looking up on kagi.

Instead of saying "write me some code which will generate a series of caverns in a videogame", I ask "what are 5 common procedural level generation algorithms, and give me a brief synopsis of them", then I can take each one of those and look them up

load more comments (1 replies)
[-] [email protected] 15 points 1 day ago* (last edited 1 day ago)

I use it as a glorified manual. I'll ask it about specific error codes and "how do I" requests. One problem I keep running into is I'll tell it the exact OS version and app version I'm using and it will still give me commands that don't work with that version. Sometimes I'll tell it the commands don't work and restate my parameters and it will loop around to its original response in a logic circle.

At least it doesn't say "Never mind, I figured out the solution" like they do too often in stack exchange.

[-] [email protected] 7 points 1 day ago

But when it works, it can save a lot of time.

I wanted to use a new codebase, but the documentation was weak and the examples focused on the fringe features instead of the style of simple use case I wanted. It's a fairly popular project, but one most would set up once and forget about.

So I used an LLM to generate the code and it worked perfectly. I still needed to tweak it a little to fine tune some settings, but those were documented well so it wasn't an issue. The tool saved me a couple hours of searching and fiddling.

Other times it's next to useless, and it takes experience to know which tasks it'll do well at and which it won't. My coworker and I paired on a project, and while they fiddled with the LLM, I searched and I quickly realized we were going down a rabbit hole with no exit.

LLMs are a great tool, but they aren't a panacea. Sometimes I need an LLM, sometimes ViM macros, sed or a language server. Get familiar with a lot of tools and pick the right one for the task.

[-] [email protected] 6 points 1 day ago

But when it works, it can save a lot of time.

But we only need it because Google Search has been rotted out by the decision to shift from accuracy of results to time spent on the site, back in 2018. That, combined with an endlessly intrusive ad-model that tilts so far towards recency bias that you functionally can't use it for historical lookups anymore.

LLMs are a great tool

They're not. LLMs are a band-aid for a software ecosystem that does a poor job of laying out established solutions to historical problems. People are forced to constantly reinvent the wheel from one application to another, they're forced to chase new languages from one decade to another, and they're forced to adopt new technologies without an established best-practice for integration being laid out first.

The Move Fast And Break Things ideology has created a minefield of hazards in the modern development landscape. Software development is unnecessarily difficult and overly complex. Proprietary everything makes new technologies too expensive for lay users to adopt and too niche for big companies to ever find experienced talent to support.

LLMs are the breadcrumb trail that maybe, hopefully, might get you through the dark forest of 60 years of accumulated legacy code and novel technologies. They're a patch on a patch on a patch, not a solution to the fundamental need for universally accessible open-sourced code and well-established best coding practices.

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

People are forced to constantly reinvent the wheel from one application to another, they’re forced to chase new languages from one decade to another, and they’re forced to adopt new technologies without an established best-practice for integration being laid out first.

I feel this.

load more comments (4 replies)
load more comments (14 replies)
load more comments (2 replies)
[-] [email protected] 5 points 1 day ago

No it's am not

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

How are you using new AI technology?

For porn, mostly.

I did have it create a few walking tours on a vacation recently, which was pretty neat.

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

I just got an email at work starting with: "Certainly!, here is the rephrased text:..."

People abusing AI are not even reading the slop they are sending

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

I get these kinds of things all the time at work. I'm a writer, and someone once sent me a document to brief me on an article I had to write. One of the topics in the briefing mentioned a concept I'd never heard of (and the article was about a subject I actually know). I Googled the term, checked official sources ... nothing, it just didn't make sense. So I asked the person who wrote the briefing what it meant, and the response was: "I don't know, I asked ChatGPT to write it for me LOL".

load more comments (1 replies)
[-] [email protected] 16 points 2 days ago* (last edited 2 days ago)

Actually a really good article with several excellent points not having to do with AI 😊👌🏻 Worth a read

[-] [email protected] 13 points 2 days ago* (last edited 2 days ago)

I agree. I was almost skipping it because of the title, but the article is nuanced and has some very good reflections on topics other that AI. Every technical progress is a tradeoff. The article mentions cars to get to the grocery store and how there are advantages in walking that we give up when always using a car. Are cars in general a stupid and useless technology? No, but we need to be aware of where the tradeoffs are. And eventually most of these tradeoffs are economic in nature.

By industrializing the production of carpets we might have lost some of our collective ability to produce those hand-made masterpieces of old, but we get to buy ok-looking carpets for cheap.

By reducing and industrializing the production of text content, our mastery of language is declining, but we get to read a lot of not-very-good content for free. This pre-dates AI btw, as can be seen by standardized tests in schools everywhere.

The new thing about GenAI, though is that it upends the promise that technology was going to do the grueling, boring work for us and free up time for us to do the creative things that give us joy. I feel the roles have reversed: even when I have to write an email or a piece of coding, AI does the creative piece and I'm the glorified proofreader and corrector.

load more comments (1 replies)
load more comments (6 replies)
[-] [email protected] 31 points 2 days ago

Joke's on you, I was already stupid to begin with.

load more comments
view more: next ›
this post was submitted on 27 May 2025
496 points (90.0% liked)

Technology

70415 readers
3241 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. 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.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS