this post was submitted on 13 May 2025
459 points (100.0% liked)

TechTakes

1869 readers
176 users here now

Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.

This is not debate club. Unless it’s amusing debate.

For actually-good tech, you want our NotAwfulTech community

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] brygphilomena@lemmy.dbzer0.com -1 points 6 days ago (8 children)

My opinion is it can be good when used narrowly.

Write a concise function that takes these inputs, does this, and outputs a dict with this information.

But so often it wants to be overly verbose. And it's not so smart as to understand much of the project for any meaningful length of time. So it will redo something that already exists. It will want to touch something that is used in multiple places without caring or knowing how it's used.

But it still takes someone to know how the puzzle pieces go together. To architect it and lay it out. To really know what the inputs and outputs need to be. If someone gives it free reign to do whatever, it'll just make slop.

[–] swlabr@awful.systems 21 points 6 days ago (5 children)

That’s the problem, isn’t it? If it can only maybe be good when used narrowly, what’s the point? If you’ve managed to corner a subproblem down to where an LLM can generate the code for it, you’ve already done 99% of the work. At that point you’re better off just coding it yourself. At that point, it’s not “good when used narrowly”, it’s useless.

load more comments (3 replies)
load more comments (5 replies)