I’ve recently tried out Claude Code for a bit, I’ll make sure to give the suggested approach a go! It sounds like a nice workflow. But I’m negatively surprised with the amount of money CC costs. Just a simple refactoring cost me about 5min + 15min review and 4usd, had I done it myself it might have taken 15-20min as well. How much money do you typically spend on features using CC? Nobody seems to mention this
Turning Claude Code into my best design partner
21–30 of 87 posts
Re: Turning Claude Code into my best design partner
#22Earlier quoted context omitted.
Indeed, switching partially from Cursor to Claude Code increased the bill by a lot! Fortunately I use Claude Code mostly at work and I had no trouble to convince my boss to pay for it. But I’m still not sure how I’ll continue building side projects with Claude Code. Not sure I want to spend $20 each time I want to bootstrap an app in an evening just for fun…
Why not to subscribe to pro or max? I calculated my CC usage this month (I'm on a Max 200$ plan), it’s close to 2.5k$... Its just crazy to use API at price right now.
That being said, Claude Code produces the best code I've seen from an AI coding agent, and the subscriptions are a steal.
Re: Turning Claude Code into my best design partner
#23Over the last 2 weeks (evenings only) I've spend a lot of time crafting the "perfect prompt" for claude code to one shot the project. I ended up with a rather small CLAUDE.md file that references 8 other MD files, ranging from project_architecture, models_spec, build_sequence, test_hierarchy, test_scenarios, and some other files. It is a project for model based governance of Databricks Unity Catalog, with which I do…
Re: Turning Claude Code into my best design partner
#24Earlier quoted context omitted.
Projects using AI are the best documented and tested projects I worked on. They are well documented because you need context for the LLM to be performant. And they are well tested because the cost of producing test got lower since they can be half generated, while the benefit of having tests got higher, since they are guard rails for the machine. People constantly say code quality is going to plummet because of those…
I find it funny that we had to invent tools that will replace, say, 20%+ of developers out there to finally have developers to write docs :-))
IOW there’s very clear ROI on docs today, it wasn’t so earlier.
Re: Turning Claude Code into my best design partner
#25I’ve recently tried out Claude Code for a bit, I’ll make sure to give the suggested approach a go! It sounds like a nice workflow. But I’m negatively surprised with the amount of money CC costs. Just a simple refactoring cost me about 5min + 15min review and 4usd, had I done it myself it might have taken 15-20min as well. How much money do you typically spend on features using CC? Nobody seems to mention this
Re: Turning Claude Code into my best design partner
#26Earlier quoted context omitted.
Long after we are all gone and the scrum masters are a barely remembered historical curiosity, there shall remain, humble and eternal, the waterfall model.
A waterfall, frozen, in time?
Re: Turning Claude Code into my best design partner
#27I’ve recently tried out Claude Code for a bit, I’ll make sure to give the suggested approach a go! It sounds like a nice workflow. But I’m negatively surprised with the amount of money CC costs. Just a simple refactoring cost me about 5min + 15min review and 4usd, had I done it myself it might have taken 15-20min as well. How much money do you typically spend on features using CC? Nobody seems to mention this
> had I done it myself it might have taken 15-20min as well. Could you spend that 15-20min on some other task while this one works in the background?
Re: Turning Claude Code into my best design partner
#28Over the last 2 weeks (evenings only) I've spend a lot of time crafting the "perfect prompt" for claude code to one shot the project. I ended up with a rather small CLAUDE.md file that references 8 other MD files, ranging from project_architecture, models_spec, build_sequence, test_hierarchy, test_scenarios, and some other files. It is a project for model based governance of Databricks Unity Catalog, with which I do…
That's pretty novel. What framework is actually running the agents in your experiment?
I plan to do a more detailed write down sometime next week or the week after when I've "finished" my 100% vibe coded website.
Re: Turning Claude Code into my best design partner
#29With OpenAI I find ChatGPT just slows to a crawl and the chat becomes unresponsive. Asking it to make a document, to import into a new chat, helps with that.
On a human level, it makes me think that we should do the same ourselves. Reflect, document and dump our ‘memory’ into a working design doc. To free up ourselves, as well as our LLMs.
Re: Turning Claude Code into my best design partner
#30Earlier quoted context omitted.
I find it funny that we had to invent tools that will replace, say, 20%+ of developers out there to finally have developers to write docs :-))
The difference today is the docs are being read. In the before times, unless you were building a foundational library, docs would get updated when a presentation was needed to announce a great success, or maybe not even then. Nowadays if you want coding agents to be efficient, doc quality is paramount. IOW there’s very clear ROI on docs today, it wasn’t so earlier.