I've been using Claude Code for a couple of days
11–20 of 507 posts
Re: I've been using Claude Code for a couple of days
#12Re: I've been using Claude Code for a couple of days
#13The second paragraph is clearly sarcastic, but the rest seems genuine, so Im a bit confused.
Re: I've been using Claude Code for a couple of days
#14[flagged]
Re: I've been using Claude Code for a couple of days
#15Re: I've been using Claude Code for a couple of days
#16I must be the dumbest "prompt engineer" ever, each time I ask an AI to fix or even worse, create something from scratch it rarely returns the right answer and when asked for modification it will struggle even more. All the incredible performance and success stories always come from these Twitter posts, I do find value in asking simple but tedious task like a small refactor or generate commands, but this "AI takes the…
Re: I've been using Claude Code for a couple of days
#17More about my experience on my blog: https://hartenfeller.dev/blog/testing-claude-code
Re: I've been using Claude Code for a couple of days
#18The second paragraph is clearly sarcastic, but the rest seems genuine, so Im a bit confused.
I was confused untill I watched a video of it in use, nope it wasn't that sarcastic. https://youtu.be/W13MloZg03Y
Re: I've been using Claude Code for a couple of days
#19I must be the dumbest "prompt engineer" ever, each time I ask an AI to fix or even worse, create something from scratch it rarely returns the right answer and when asked for modification it will struggle even more. All the incredible performance and success stories always come from these Twitter posts, I do find value in asking simple but tedious task like a small refactor or generate commands, but this "AI takes the…
Can you clarify what tools and programming language you use? If find that the issue often is wrong tooling, exotic programming languages or frameworks.
Re: I've been using Claude Code for a couple of days
#20I must be the dumbest "prompt engineer" ever, each time I ask an AI to fix or even worse, create something from scratch it rarely returns the right answer and when asked for modification it will struggle even more. All the incredible performance and success stories always come from these Twitter posts, I do find value in asking simple but tedious task like a small refactor or generate commands, but this "AI takes the…
Where AI shines for me is as a form of a semantic search engine or even a tutor of sorts. I can ask for the information that I need in a relatively complex way, and more often than not it will give me a decent summary and a list of "directions" to follow-up on. If anything, it'll give me proper technical terms, that I can feed into a traditional search engine for more info. But that's never the end of my investigation and I always try to confirm the information that it gives me by consulting other sources.