this post was submitted on 29 Jun 2025
94 points (95.2% liked)

Technology

72017 readers
3074 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
top 19 comments
sorted by: hot top controversial new old
[–] wise_pancake@lemmy.ca 25 points 1 day ago (1 children)

That tracks with my experience

You have to very carefully scope things for them and have a plan for when they inevitably screw up.

[–] criss_cross@lemmy.world 4 points 1 day ago (1 children)

They’re great for bootstrapping in my experience but then really fall apart when you need it to do something surgical on a larger codebase.

[–] wise_pancake@lemmy.ca 2 points 1 day ago (2 children)

Mine too

I’ve been working on an app and it was fantastic for the basics, then I decided to refactor an API and Claude code would run for hours without really getting there.

Also a good warning: I just had to completely rewrite an mcp server I had Claude build because when I needed to update it, the whole server was one giant if/else statement and utterly unmaintainable.

[–] criss_cross@lemmy.world 2 points 1 day ago (1 children)

Yeah I was trying to pull out a nested react component and styles out of a larger component that got to be almost 1500 lines. Claude and GPT both struggled to get down what styles were required and what that subcomponent was actually doing. And generating tests around just made a fuck ton of spaghetti.

Which is fine. LLMs don’t have to be great at everything. But it’d be nice if people stopped saying I’m gonna be out of a job because of em.

Also a good warning: I just had to completely rewrite an mcp server I had Claude build because when I needed to update it, the whole server was one giant if/else statement and utterly unmaintainable.

I’ve noticed that in some of my bootstrapped code (also an MCP server :) ). I think it tends to bias towards single file solutions so it tends to be a lot less maintainable.

[–] wise_pancake@lemmy.ca 1 points 23 hours ago

Maybe fastmcp is too new for Claude, it’s much less code and still one file

Is that why they like tailwind so much? Philosophically tailwind just seems unsustainable to me, css specifying the intent of an element seems nicer.

[–] AA5B@lemmy.world 1 points 12 hours ago* (last edited 12 hours ago) (1 children)

I’m having this argument with one of my junior guys who wants to just go with the generated code. We finally got his code functional, months late, and now need to get it maintainable

AI is a useful tool that can help speed up some of the tasks of coding but it’s not magical. It’s never a final result

AI could really help me get more done if we could weed out people following it blindly

[–] wise_pancake@lemmy.ca 1 points 7 hours ago

At least with AI it's easy to see how shitty it gets as the codebase grows working on even a toy project over a week.

Then again, if you have no frame of reference maybe that doesn't feel as awful as it should.

[–] credo@lemmy.world 3 points 1 day ago (2 children)

I use LLMs for one thing only, turn my own ADHD ideas into something others can understand.

[–] Zos_Kia@lemmynsfw.com 2 points 1 day ago (1 children)

I use it to role play historical counter factuals, like how I could win the battle of Cannae through tactics, or how I could invent the telegraph in 13th century France. It's worth every watt <3

[–] mapleseedfall@lemmy.world 1 points 1 day ago

Wait a second this is brilliant! You can roleplay like a general in any history battles and see if you can do it differently!

[–] AA5B@lemmy.world 1 points 12 hours ago

Hah, I do sort of the opposite. My management has drunk the koolaid on ai - now I use it to translate my specs into something obviously ai generated for more acceptance

[–] Dasus@lemmy.world 2 points 23 hours ago

Yesterday I honestly had the bot flip and flop on an answer while deeply apologising and everytime saying "now you can actually trust, I checked and rechecked and now it's definitely correct".

Like a simple question with two choices.

It didn't know the answer so then it prompted to choose from two answers. One which confidently said one thing and one which confidently said the other. I called it out on making me choose the answer to a question I asked. Then it decided itself. I then questioned it. It changed it mind. And around and around we went for like 20 minutes, everytime it swearing this time it isn't hallucinating.

They suck so bad for most things, but they're useful for some very niche things, but even for those, they still sort of suck at those as well a not non-significant. They're definitely shouldn't be used for official shit, but they very much are.