Notes on Agentic Engineering in Action with Mitchell Hashimoto

June 19, 2025 • coding-agents, ai, llm

In this post I'm sharing my notes on the webinar "Agentic Engineering in Action with Mitchell Hashimoto". It's part of a series of webinars on agentic engineering hosted by zed.dev. Mitchell Hashimoto is the co-founder of HashiCorp, and currently works on Ghostty.

It was an interesting conversation with lots of practical advice on how to use coding agents, what they are good at and what the limitations are. Overall, the gist I was getting from the webinar maps very well to the state of coding agents as summarized by Simon Willison.

According to Mitchell, coding agents such as Claude Code are already good enough to implement smaller, contained features and fix bugs on junior/mid-level. The prompt he uses contains a concise description of the issue and how to address it, similar to a briefing one would give to a Junior developer (lots of "guard rails").

While the agent is sometimes able to solve the issue on the first shot, in Mitchell's experience, the changes always need a thorough review, follow up prompts and sometimes manual tweaks to get it to "Senior" level quality and make it maintainable.

So far, I've been mostly using GitHub Copilot Chat and Edits, as well as aider. I haven't used any of the more agentic coding assistants such as Claude Code, but after this webinar I'm very intrigued to give it a try.

Below are my raw notes in bullet points.


Recent posts