How are people using Claude to use this much API? I use it to write the occasional bit and the free one seems enough - I've only once been told to come back tomorrow.
Pro was not sufficient when i started to: Use git worktrees, type every command in plain english in CC. For example “commit and push”
Claude Code Unleashed
11–20 of 119 posts
Re: Claude Code Unleashed
#12How are people using Claude to use this much API? I use it to write the occasional bit and the free one seems enough - I've only once been told to come back tomorrow.
Re: Claude Code Unleashed
#13If people use Claude without a critical eye, our code bases will grow immensely.
Re: Claude Code Unleashed
#14This article reads like an ad for the author’s product.
But, hey; it worked on me. I'm going to try it, since I've been looking for exactly this.
Re: Claude Code Unleashed
#15It's already great at spinning up 5+ agents working on different PRs, triggered by just @mentioning claude on any github issue.
Re: Claude Code Unleashed
#16How are people just firing them off to build stuff with any confidence?
Re: Claude Code Unleashed
#17This is the dream, but we are not yet there. For any reasonable complex code base, CC needs guidance, like avoiding duplicate code/use library function. Write more tests. Sometimes there is a much more elegant solution for a problem. Claude will find it, but you need to hint and ask. If people use Claude without a critical eye, our code bases will grow immensely.
Sounds like the baseline for programming in teams. People are more likely to write their own helpers or install dependencies than knowing what's already available in the repository.
Re: Claude Code Unleashed
#18This is the dream, but we are not yet there. For any reasonable complex code base, CC needs guidance, like avoiding duplicate code/use library function. Write more tests. Sometimes there is a much more elegant solution for a problem. Claude will find it, but you need to hint and ask. If people use Claude without a critical eye, our code bases will grow immensely.
Re: Claude Code Unleashed
#19Whats the benefit of this over the Claude code github action? https://github.com/anthropics/claude-code-action It's already great at spinning up 5+ agents working on different PRs, triggered by just @mentioning claude on any github issue.
Re: Claude Code Unleashed
#20I added a web server ontop, so I can use Claudia from my phone now: https://github.com/getAsterisk/claudia/pull/216