frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Who is hiring? (August 2026)

175•whoishiring•18h ago•169 comments

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

115•whoishiring•18h ago•269 comments

Ask HN: In post AI world, who is responsible if the code break?

3•pranshuchittora•1h ago•7 comments

Show CVBoosta:Resume Optimizer that tailors your resume to every job

2•cvboosta•8h ago•0 comments

Ask HN: Does AI research need "world models" more than bigger LLMs?

2•unjuno•9h ago•2 comments

Base Power raises another $1B

2•daveorzach•12h ago•1 comments

Ask HN: Who is quitting? (August 2026)

22•ethanwillis•12h ago•0 comments

Ask HN: Who is firing? (August 2026)

16•ethanwillis•12h ago•5 comments

Local, Open source AI meeting recorder that sees and hears everything

8•puremetrics•1d ago•3 comments

Ask HN: Have LLMs Plateaued?

9•leandrobon•1d ago•26 comments

Ask HN: ReAct vs. Planning Pattern

7•hairymouse•16h ago•1 comments

Ask HN: Anyone still do work on Intel Macs?

21•senor_digimon•2d ago•28 comments

Tips for Landing a YC Internship?

6•cnnadozi•1d ago•10 comments

New open sourced eval tool for building agents

2•Thomeras•1d ago•3 comments

Tell HN: Amazonbot aggressively scraping my website and ignoring robots.txt

20•pera•2d ago•21 comments

Best way to avoid bloat and AI – selfcontaining OS

11•bialamusic•1d ago•4 comments

What is the downside of coaching that I may not be seeing yet?

6•ikut3hva•1d ago•1 comments

Ask HN: What's Next for LLMs?

5•apatheticonion•1d ago•5 comments

Ask HN: I still don't understand why AI agents need "skills"

16•skeptic_ai•2d ago•17 comments

Strategic Oil Reserves Down to a Record Low Two-Week Supply

23•megamike•4d ago•23 comments

Tell HN: HackerOne Announces Mandatory identity verification

17•0xmattf•3d ago•1 comments

Tell HN: Pretending not to use AI has made me a better developer

13•throwaway260803•17h ago•4 comments

Ask HN: How are you using AI to learn?

9•mfalcon•2d ago•23 comments

You've reached the end!

Open in hackernews

Ask HN: In post AI world, who is responsible if the code break?

3•pranshuchittora•1h ago
- Engineer / Person who wrote the PR. - Reviewer - Tester / Person who tested it

Comments

ventana•1h ago
Even in pre-AI world, there were no testers around me for the past many years, and those people who actually tested the final product before the release (their titles were probably something like "release engineer", not "Tester" or "QA") would file a bug if a problem is found, but they were never responsible for the bug I introduced. The commits had my name on them, and people would come to me with questions. If I could not answer the question because I forgot the code, I would sit down and figure out.

Now with AI, at least after a ~year of using AI for development, things haven't changed in terms of responsibility: my commits still have my name on them, and people will come to me with questions. If I cannot answer the question because I forgot the code or never wrote it in the first place, I will sit down and figure out.

As for the reviewer, I never saw anyone being grilled for stamping buggy code. People make mistakes all the time, including when reviewing someone's code. Code reviews are nice to have and catch real issues, but it's naive to think that they could protect from code breakage, regardless if it's post-AI or not.

pranshuchittora•1h ago
Makes sense, but since companies are using coding agents more. Like if you see some repos the top contributor is claude. Since PRs are being made by agents, if you do a git blame claude is the one responsible for the change. In that case who's responsible? Reviewer?
ventana•1h ago
It's not allowed where I work; the commits are signed by a human.
franktore•1h ago
Same goes for my workplace. Human-signed commits only. Companies which are not paying attention will learn eventually. Writing code with AI requires a lot of effort from developers. Specs must be crystal clear, testing philosophy must be good, edge-cases rooted out, regression tests written in advance and proven. In the end, a human being is responsible for the final output; be it the dev who controlled the agent, or the CEO who kicked all devs from the team and then told Claude to create an application.
Dinuda•59m ago
There shouldn't be a difference, no AI tool is responsibile for damage done to end customers.
pranshuchittora•11m ago
Makes sense...
kasey_junk•4m ago
If bugs slip through it’s a process failure, same as it ever was. So everyone associated with the process is at fault. From the ceo on down.