Hacker News new | ask | show | jobs
by yieldcrv 85 days ago
if it works it works

we live in a wholly unoptimized world because the available resources have been so high, while the benefits of optimizing have been so low. that has flipped now and there are tons of low hanging fruit to optimize.

I agree that benchmarks would be great, but thats only relevant to this one topic, not the overall agentic coded pull request concept itself

4 comments

It's relevant in that it's an example that people are doing the easy part - the coding - and skipping the hard part - the benchmarking and proving it works and provides value.

A PR without evidence it works and expectations for the benefits using the new feature would bring is kind of worthless.

It might work, but what's the point is sharing it if anyone can do the same in those 30 minutes with minimal effort?
> if it works it works

If it works in one case that doesn't mean it works consistently or well in the general case

I've made lots of things with Claude Code that just work... until I do things in a slightly different order and the whole thing explodes

Who says it works if the “author” isn’t thoroughly testing and reviewing it?

People who do this want the fun part of pretending they’re implementing a feature without actually putting in the hard work it takes to make something for real.

They want the repo maintainers to do all the hard, boring parts while they have fun. As if maintainers of open source projects don’t have enough thankless work on their plates. Good luck with that!