Hacker News new | ask | show | jobs
by Eridrus 58 days ago
I have no opinion on Affirm as a business, but going beyond the headline, this seems pretty unimpressive.

"over 60% of our pull requests (PRs) are agent-assisted" is a pretty low bar these days.

The off the shelf tools (Claude Code/etc) are all good enough that basically every PR should probably be LLM assisted at this point.

It's good for them that they have made progress, but "assistance" is not really at the frontier of what people are trying to get to.

The real question for software engineering is: how can we get to the point where simple prompts get to production quality code without human intervention. Human review is still ok, but we want to get getting to the point where most PRs are one shot, or with the LLM proactively asking the questions that are necessary, not the human having to repeatedly re-review the same code multiple times for quality.

Of course after that the goal is taking the hands off the wheel entirely, just purely filing tickets.

So far I think we're mostly just waiting on model improvements or accepting that the code we get is garbage, but I would love to hear people's experiences taking their hands off the wheel in production settings.