I have about six or seven backlogs full of tech debt, bugs, and other various enhancements that every team _wants_ to do, but we either don’t have the bandwidth or know-how to do right now.
I spend a lot of time at my org doing one of the following things:
1. figuring out how to onboard engineers and bootstrap them to do their own work to draw down their backlogs
2. show the team cool ideas to spark their interest or bring them from “I’m never using this useless crap AI” to “oh, wow, I never thought of that… fires up a terminal and creates own cool thing”
3. creating a backlog of other things people want to automate but never wrote down/thought through that Claude can do in short order for immediate value
1. Start with the ‘brainstorm’ session where you explain your feature or the task that you're trying to complete.
2. Allow it to write up a design doc, then an implementation plan - both saved to disk - by asking you multiple clarifying questions. Feel free to use voice transcription for this because it is probably as good as typing, if not better.
3. Open up a new Claude window and then use a git worktree with the Execute Plan command. This will essentially build out in multiple steps, committing after about three tasks. What I like to do is to have it review its work after three tasks as well so that you get easier code review and have a little bit more confidence that it's doing what you want it to do.
Overall, this hasn't really failed me yet and I've been using it now for two weeks and I've used about, I don't know, somewhere in the range of 10 million tokens this week alone.
You will simply need a lot of GPU cores/VRAM. On my $4,000 Mac Studio M2 Ultra with 64GB of RAM, I can comfortably run deepseek-r1:32b, but a) load times can be annoying (i.e. if you are switching models for different tasks, or let them idle out) and b) you can certainly tell that it requires tuning of the context length, temperature, etc. based on what you need to do.
Compare that with the commercial models where a lot of that is done on a large scale for you.
I spend a lot of time at my org doing one of the following things:
1. figuring out how to onboard engineers and bootstrap them to do their own work to draw down their backlogs
2. show the team cool ideas to spark their interest or bring them from “I’m never using this useless crap AI” to “oh, wow, I never thought of that… fires up a terminal and creates own cool thing”
3. creating a backlog of other things people want to automate but never wrote down/thought through that Claude can do in short order for immediate value