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
31–40 of 119 posts
Re: Claude Code Unleashed
#32Am 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.
Re: Claude Code Unleashed
#33Am 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.
For example: changing the type signatures of all functions in a module to pass along some extra state, a huge amount of work. I ended up reverting the changes and replacing the functionality with thread local storage (well, dynamically scoped variables).
So, definitely not a panacea, but still well worth the money.
Re: Claude Code Unleashed
#34Re: Claude Code Unleashed
#35When I work side-by-side with Claude to fix bugs or ask it to fix problems. It constantly makes mistakes, like the other day it got the concept of batchItemFailures on an sqs queue completely wrong. How are people just firing them off to build stuff with any confidence?
https://ghuntley.com/stdlib/ applies to claude as well. AI won't magically know your codebase unless it is pretty vanilla - but then you teach it. If it makes a mistake, teach it by adding a rule. You have to confine the output space or else you quickly get whatever.
Re: Claude Code Unleashed
#36Are all these Claude Code articles adverts for people building wrappers around Claude Code? I'm starting to get quite sceptical about how good it actually is
Re: Claude Code Unleashed
#37Are all these Claude Code articles adverts for people building wrappers around Claude Code? I'm starting to get quite sceptical about how good it actually is
Claude code is very good, no idea about the wrapper and don’t really care. The “hidden” adverts do get on my nerves though
Re: Claude Code Unleashed
#38I 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…
This genuinely isn't an attack, I just don't think you can? The AI isn't granted copyright over what it produces.
Re: Claude Code Unleashed
#39Can 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?
So, it's kinda both. Terragon works on separate tasks in parallel, Claude Code farms out subtasks and sometimes also in parallel.
Re: Claude Code Unleashed
#40Earlier 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
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 natively.