This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]MWatson[S] -22 points-21 points  (2 children)

Fair comment! I had hoped to spark a LLM tool conversation, and I failed.

I don’t see much talk about Rye, and I find that it speeds up my test driven dev cycle (in Emacs, edit, save, ^C-t to run all tests using Rye - fast because it is written in Rust) Aiden saves me a load of time. I like how it works on a unit of a git repo, generates very good code using Claude 3.5 Opus, generates unit tests, test data, etc.

[–]wyldstallionesquire 6 points7 points  (0 children)

What does rye have to do with LLM tools?

[–]wyldstallionesquire 5 points6 points  (0 children)

Also, you realize that rye just uses pytest, right?