this post was submitted on 01 May 2026
257 points (98.9% liked)

Technology

84324 readers
4045 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
you are viewing a single comment's thread
view the rest of the comments
[–] frongt@lemmy.zip 4 points 2 days ago (2 children)

If you spend that much effort, you might just do it without AI. Same amount of work, and you know it's not going to have non-deterministic behavior.

[–] partofthevoice@lemmy.zip 2 points 2 days ago* (last edited 2 days ago)

Well, I’d be spending that work on a re-usable platform / framework. So if the argument is “it’s as much work as doing the work yourself anyway,” then I think it may be worth it.

Same argument we had for building the SQL engine. It’s a lot of work upfront but maybe we can benefit from its functionality for long after that.

I wouldn’t be building a project-scoped work harness. I’d be building a work harness for projects.

Edit: downvote me all you want. The comparison to the SQL engine was a good one.

It’s about increasing the baseline of readily-available information, boiler-plate, test data, POCs… between the times (T1) that I have an idea and (T2) that I’m ready to start working on that idea. It’s not about having the agent do the work. Not at all. That’s a static benefit which is created once then reused countless times for the foreseeable future — like SQL.

[–] yucandu@lemmy.world -1 points 2 days ago (1 children)

without AI. Same amount of work

You want me to write an entire library for a brand new sensor that just came off the market, by parsing through and reading a hundred page datasheet manual, understanding i2c or SPI communication timings, configuration packets, etc...

When I can just drag and drop the PDF into ChatGPT and say "make a library for this sensor" and it spits out something that has been working without issue for the past 2 years?

Why? Why would I be that stupid?

[–] Miaou@jlai.lu 4 points 2 days ago (1 children)

I hear crazy claims like this but haven't seen anything close to this with my own eyes (yet).

I shudder at the idea that SPI or i2c are considered complex for someone supposed to interact with hardware. What will you do if a problem arises and you don't even know which pin does what?

[–] timwa@lemmy.snowgoons.ro 1 points 1 day ago

I2C/SPI - and indeed most hardware interfaces - are of course trivial to anyone skilled in the art. Digging through badly written vendor documentation though, then comparing it with the reference implementation that was buried on a website behind a sign that says "beware of the leopard" and which directly contradicts the documentation on various key points, is a non-trivial and ultimately unproductive use of time - and AI tools can be pretty good at that shit.

Generative AIs are a useful tool. Most of the criticisms of AI vendors are also valid (apart from the water one, that's just bullshit,) but that doesn't stop them being a useful tool - and engineers who learn to use them as a tool will be more productive and will be more employable than those who stick their fingers in their ears and insist on only producing artisinal code hand-whittled with their grandfather's tools.