Why High-Level Rust Wins Over Other High-Level Languages for Agentic Engineering
- Expressive types + compiler hints
- Mainstream lang w long-term support
- AI is proficient
- Great performance story
hamy.xyz/blog/2026-04_wβ¦
My average coding throughput across 3 phases:
β’ Before AI agents: 7 PRs/week
β’ Early agents: 12 PRs/week
β’ Current workflow: 20 PRs/week
That's roughly 3x my manual baseline and almost 2x my early agent workflow.
I tried Rust years ago to build a simple CSV parser and got absolutely nowhere in an hour. Then rewrote the same thing in Python in 15 minutes.
But fastforward to 2026 and AI is now a 24x7 tutor and coworker which vastly improves the infamous learning curve.
If Go had expressive types, it would be THE language. The deliberate design against sum types is why it's C-tier for me despite the excellent ecosystem, performance, and devx.
OpenCode web can power the same build-from-my-phone workflow as Claude Code remote control, but setup is more manual:
β’ Secure access via Tailscale
β’ Scripted startup + recovery
It works, but I wouldn't recommend it unless you're comfortable scripting your computer.