Ask HN: What is your average acceptance rate for code suggestions from an agent?
1–10 of 11 posts
Re: Ask HN: What is your average acceptance rate for code suggestions from an agent?
#2Re: Ask HN: What is your average acceptance rate for code suggestions from an agent?
#3This is as reported by the agent or research so I am not sure what it means, did you scroll through some options or had to re-request one, but it points to a low rate of acceptance
Re: Ask HN: What is your average acceptance rate for code suggestions from an agent?
#4Re: Ask HN: What is your average acceptance rate for code suggestions from an agent?
#5Re: Ask HN: What is your average acceptance rate for code suggestions from an agent?
#6Yes when you're trying to do too big of things or you're prompt engineering skills need improvement.
>or am I missing a key technique to get better results?
You must be specific for what you want. Think of you being a senior dev and you're giving specific instructions to a junior dev who doesnt know better; who WILL misinterpret and do the very least to achieve what you asked for.
Almost like a Jinn/Geni they'll seemingly try to do the wrong thing if you arent clear and specific in your prompt.
Worse yet, sometimes, the AI will run off into left field doing all kinds of dumb stuff. hugely breaking the app and then you cry and start reverting hours of git changes. or worse HARD RESET.
Re: Ask HN: What is your average acceptance rate for code suggestions from an agent?
#7You mean short suggestions like copilot, or something like Claude Code that spitting out diffs?
Re: Ask HN: What is your average acceptance rate for code suggestions from an agent?
#8Re: Ask HN: What is your average acceptance rate for code suggestions from an agent?
#9Re: Ask HN: What is your average acceptance rate for code suggestions from an agent?
#10Yep, that's completely normal. Your experience is exactly how most developers use AI coding assistants. You're not missing anything. Think of the AI as a super-eager junior developer, not a senior architect. It's great for getting a first draft on the page, but it needs your guidance and context to get the code production-ready. It doesn't know your team's specific style guide or the complex business logic you have i…