logoalt Hacker News

whateveracctyesterday at 4:43 PM6 repliesview on HN

why can't anyone just do things themselves anymore? it's all LLM crap


Replies

danudeyyesterday at 4:47 PM

For what it's worth, I've used Claude to write a lot of smaller utility tools that I wouldn't normally have the time to sit down and implement, but which also solve straightforward problems.

One small example is an extension for the `gh` cli where I give it a PR number and multiple branches and it cherry-picks that PR to those branches, or lets me know if some of the branches don't work. For managing multiple release branches it's very handy, but not so handy that I would have spent a lot of time and energy doing a good job of it.

This seems like a similar sort of thing - a user friendly way to do something that most people don't need, and most people who need it probably don't need it very badly.

I haven't used claude to replace my actual skills - researching, solving problems, etc. - but I do use it to replace all the stuff which is essentially 'spend a few hours reading API docs and writing boilerplate code'.

show 1 reply
saghmyesterday at 5:13 PM

git has a notoriously overcomplicated interface, so this is a scenario that I can honestly understand why someone wouldn't want to do it by hand

show 1 reply
vips7Lyesterday at 10:34 PM

People are lazy.

qurrenyesterday at 6:15 PM

They can, just in today's world, they just are not deemed impressive enough by the voting public to make it to the front page.

show 1 reply
MattGaiseryesterday at 5:14 PM

A tool like this never sees the light of day without an LLM. Git is complicated and use case for this is rather niche.

show 1 reply
voidfuncyesterday at 5:22 PM

Because I have better things to do with my time.

show 1 reply