logoalt Hacker News

w4yailast Tuesday at 10:35 PM5 repliesview on HN

You guys are describing wonderful things, but I've yet to see any implementation. I tried coding my own agents, yet the results were disappointing.

What kind of setup do you use ? Can you share ? How much does it cost ?


Replies

dworkslast Tuesday at 10:55 PM

rlm-workflow does all that TDD for you: https://skills.sh/doubleuuser/rlm-workflow/rlm-workflow

(I built it)

show 2 replies
aprdmlast Wednesday at 12:22 AM

If you are not spending 5-10k dollars a month for interesting projects, you likely won't see interesting results

show 2 replies
throwaway7783last Wednesday at 1:14 AM

We have a very uncomplicated setup with claude code. A CLAUDE.md with instructions and notes about the repo and how to run stuff. We also do code reviews with Claude Code, but in a separate session.

It works wonderfully well. Costs about $200USD per developer per month as of now.

gopher_spacelast Wednesday at 6:04 AM

Paste the comment you replied to into a LLM good at planning. That’s something the codex/claude setups can create for you with a little back and forth.

canadiantimlast Tuesday at 11:39 PM

Check out Mike Pocock’s work, he’s done excellent work writing about red green refactor and has a GitHub repo for his skills. Read and take what you need from his tdd skill and incorporate it into your own tdd skill tailored for your project.

show 1 reply