I can attest to everything. Using Tidewave MCP to give your agent access to the runtime via REPL is a superpower, especially with Elixir being functional. It's able to proactively debug and get runtime feedback on your modular code as it's being written. It can also access the DB via your ORM Ecto modules. It's a perfect fit and incredibly productive workflow.
ogig|1 month ago
ch4s3|1 month ago
barkerja|1 month ago
I've been tweaking my skills to avoid nested cases, better use of with/do to control flow, good contexts, etc.
jonator|1 month ago
manmal|1 month ago
dnautics|1 month ago
6 of one one-half dozen of the other.
At the point where you have a phoenix project in dev, you're already exposing an http endpoint, so the infra to not have to do a full on "attach to the VM and do RPCs" is nice, and you just pull tidewave in as a single dependency, instead of downloading a bunch of scripts, etc.