cd /news/large-language-models/agentic-coding-outperforms-human · home topics large-language-models article
[ARTICLE · art-65669] src=dotnetperls.com ↗ pub= topic=large-language-models verified=true sentiment=· neutral

Agentic Coding Outperforms Human

A developer spent an hour trying to optimize a Rust function but failed, then used a local LLM agent (Qwen 3.6 35B) in OpenCode to suggest and implement a faster, clearer solution. The LLM's alternative approach outperformed the developer's manual effort, highlighting how AI agents can overcome human cognitive biases like sunk-cost fallacy.

read1 min views2 publishedJun 24, 2026

I spent an hour trying to improve a function in my Rust program. Unfortunately, after all my work, it turned out my changes made it slower, so I had to discard the new version. In dismay, I loaded a local LLM in OpenCode (Qwen 3.6 35B with AutoRound) and asked it for some tips.

It came up with an idea I had not considered—split the function in two parts and remove a bunch of if

-statements. I had the LLM agent implement the code, and after benchmarking, I found the new version was faster. I spent some time tidying things up, and now the program is faster and clearer than before.

Interestingly, it seems that:

• My own coding failed as I tended to be reluctant to give up on a failed approach I had invested time in.

• The LLM came up with a completely different idea and implemented it.

• In this particular case, the LLM agent seems to have outperformed me.

I don't think this is proof that the LLM is a better programmer than I am. It does seem to indicate I tend to get stuck on trying to force a bad solution to work. Having a different approach altogether worked better in this case.

── more in #large-language-models 4 stories · sorted by recency
── more on @opencode 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/agentic-coding-outpe…] indexed:0 read:1min 2026-06-24 ·