4 ms·
Curious why not the MCP? I use that
by kvirani 11mo ago
Curious why not the MCP? I use that
- s900mhz 11mo agoWhen I have a bug I’m iterating on it’s much easier and faster to have it write out the playwright script. That way it does not have to waste time or tokens performing the same actions over and over again. Think of it as TDD.
- simonw 11mo agoI don't really like MCPs, at least when I'm working with coding agents like Claude Code or Codex CLI. I'd rather let the agents write code that can do anything the underlying library is capable of, rather than restricting them to just the functionality that the MCP exposes. It's more token efficient too since I don't need to load the full MCP description into my context.