frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Is anyone experimenting with different ways of using LLMs for coding?

130•yehiaabdelm•19h ago•158 comments

A fleshed-out IPv5 proposal

4•bigcityslider•56m ago•2 comments

AI Is Boring

5•sverp•5h ago•5 comments

SponsorBlock Critical Security Vulnerabilities

3•IDIRIS•5h ago•3 comments

Tell HN: Fewer PRs done with proper prompting, review, and refinement wins

6•tomerbd•7h ago•3 comments

How many failed startups have you launched?

17•steelebillings•11h ago•10 comments

Cadreen – memory, governance, self-healing, and execution as one system

5•ope_john•4h ago•0 comments

Ask HN: Since when does Craigslist's front page have emojis?

38•argee•3d ago•33 comments

Ask HN: Who is hiring? (July 2026)

240•whoishiring•2d ago•296 comments

Well it's been 3 years of unemployment and $250k in debt

5•buffer_overlord•8h ago•2 comments

Ask HN: Who wants to be hired? (July 2026)

146•whoishiring•2d ago•429 comments

An AI Koan

2•rcanand2025•6h ago•0 comments

Ask HN: What did you fail at and what did you learn from it?

5•basilikum•4h ago•0 comments

Claude Fable is useless for bioinformaticians

4•iqbal1980•6h ago•5 comments

Ask HN: Why are so many "AI evangelists" posting such insufferable content?

55•seattle_spring•1d ago•32 comments

How do you test institutional (or algo) trades under real market conditions?

2•TradingReality•8h ago•0 comments

Ask HN: Procrastination with AI?

3•caprock•8h ago•1 comments

Getting Rid of Scrolling

2•matteosaporiti•9h ago•1 comments

Ask HN: Possible issue impacting AWS Cloudwatch logs availability?

2•merek•9h ago•0 comments

Ask HN: ChatGPT Go Plan

2•czeizel•5h ago•1 comments

Tell HN: Old Reddit now requires login

84•jay_kyburz•2d ago•17 comments

Tell HN: Installing Cursor on iOS irreversibly changes your privacy settings

246•zkldi•3d ago•34 comments

Ask HN: Once you make your money from vibe coding innumerable products, then?

3•keepamovin•23h ago•14 comments

Ask HN: How do you get your open-source product good traction?

5•akarshhegde18•23h ago•3 comments

Ask HN: Are any startups hiring front-end developers, or are they just using AI?

3•Kathan2651•7h ago•2 comments

Seattle Just Had an Earthquake

12•tobinfekkes•1d ago•8 comments

I'm opening VSCode less and less every day

20•othmanosx•2d ago•20 comments

Ask HN: How to Delete the HN Account?

2•_exvi•8h ago•4 comments

Burned out, how do I get out of the rut?

7•brandgefahr•1d ago•21 comments

AskHN: Using 'claude -p' for running Mr.Jassy - AWS butler agent

2•anoop_kumar•21h ago•0 comments
Open in hackernews

Tell HN: Fewer PRs done with proper prompting, review, and refinement wins

6•tomerbd•7h ago
Unpopulate opinion: Fewer PRs done with proper prompting, review, and refinement usually win long term.

*3 thoughtful PRs a day > 40 poorly thought ones no matter how many AI agents reviewed them.*

Comments

4lx87•4h ago
Unpopular opinion: PRs are a massive waste of everyone’s time.

Competent engineers committing working increments of software straight to main and continuously integrated and deployed > PRs of any sort.

kypro•4h ago
This is an interesting take. Especially these days when AI reviews are fairly decent and arguably comparable to, if not better than, most human reviews in most ways.

I did this on a small microservice for a project recently where risk was constrained and I didn't see much value or appetite for human reviews. AI review, if clear, merge straight to main.

I suppose the risk is you have a vibe coder with AI psychosis blasting stuff into main on a mature project? Do you have have any sense for level of seniority, team size and size of code base that would allow this?

I get the sense everyone would need to be very senior 10+ years experience, with a relatively small team (< 10), on a medium sized and relatively modern code base?

4lx87•4h ago
IMO code/service owners. Orgs can be scaled by splitting code ownership into teams owning different services. And if someone isn’t competent enough to ship code on the service they’ve been assigned to work on, they aren’t qualified to be employed working in that thing. They aren’t providing value to the organization (probably net negative).

PRs don’t actually solve the “but what if someone ships crap” problem. Taking capacity from competent engineers to review and correct other employee’s code defeats the purpose of employing people: to add capacity.

Juniors/employees in training should be shadowing or paired with someone who is competent until they are competent, and assigned work at their level.