Am I the only person who hasn't found the time, money, permission from work, resources, etc to be able to produce software like this? I'm still at my corporate 9-5 where they're still making the decision on whether we're allowed to use copilot yet.
Claude Code Unleashed
41–50 of 119 posts
Re: Claude Code Unleashed
#42This article reads like an ad for the author’s product.
Of course, the question is price. It's "free during beta".
Re: Claude Code Unleashed
#43Can someone explain to me like I'm from 2020 what these multiple agents are for? Is it something like starting five different Claude Code sessions in parallel to fix five different issues? Or are they collaborating in some capacity?
yes
Re: Claude Code Unleashed
#44Whats 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.
I guess this uses your subscription, when the GH action doesn't. That alone is a significant benefit, as I've turned the action off due to cost.
Re: Claude Code Unleashed
#45I am using Claude Code full-time for about 6 weeks* with the $20/month subscription. I am trying out building different products from ideas I have already had. It frees me a lot of time to talk about my founder journey. I have not needed multiple agents or using CC over an SSH terminal to run overnight. The main reason is that LLMs are not correct many times. So I still need time to test. Like run the whole app, or c…
Rewriting it to something sane would be harder and more time consuming than just writing a decent implementation upfront.
Re: Claude Code Unleashed
#46I'm hoping this will commodify the BaaS sector which is good news if you're competing on efficiency and functionality as opposed to relying on network effects.
Re: Claude Code Unleashed
#47Earlier quoted context omitted.
I guess this uses your subscription, when the GH action doesn't. That alone is a significant benefit, as I've turned the action off due to cost.
I think the GH action can also now use your subscription https://x.com/alexalbert__/status/1943332121814405412
EDIT: The command does it now, thanks! I tried if a few weeks ago and it didn't, so this is great.
Re: Claude Code Unleashed
#48Am I the only person who hasn't found the time, money, permission from work, resources, etc to be able to produce software like this? I'm still at my corporate 9-5 where they're still making the decision on whether we're allowed to use copilot yet.
I have yet to meet someone in meatspace who is competent and isn't of the opinion that LLM SaaS are fine for querying out a bit of bash or Python here and there, but not much else. Sometimes people or corporations on the Internet are like 'wow, our entire repo is vibbed, so cool' and when I go look it's as if a bootcamped intern wrote it unsupervised but with a lot more Markdown I'm not going to look at, or a toy or a simple tool gluing some libraries.
Re: Claude Code Unleashed
#49Earlier quoted context omitted.
Claude code is very good, no idea about the wrapper and don’t really care. The “hidden” adverts do get on my nerves though
I disagree. It's pricy and does crap code unless precisely instructed. Maybe because I was prompting in non-english langauge
I easily double my output with very little effect on quality. It does require constant supervision though, I don’t see AI producing professional quality code by any other mean than human supervision, for a looooong time.
Re: Claude Code Unleashed
#50Earlier quoted context omitted.
I disagree. It's pricy and does crap code unless precisely instructed. Maybe because I was prompting in non-english langauge
Don't do that. Quality of all models tanks in non-English unfortunately. It's fine for chat and translation tasks but their cognitive capacities does reduce a lot. One of the next features I'm expecting wrappers to add on top is auto-translation. In many work contexts it makes more sense to translate what the user said to English, process that and translate the answer back than ask the model to speak the language nat…