I use claude code daily, but I've never been in a situation where Claude code was "deciding which product to use," that doesn't make sense to me. Claude is never on the web reading documentation - as far as I can tell that's not even in its toolkit. Can anyone give me more context for this? How do you end up having Claude code reading documentation and "choosing" a product to use? What type of prompts lead to this? I'm typically using it to add features to an existing repo, which doesn't really require any new services, to be fair, so I just haven't run into it I guess, but I didn't even know it was possible.
djeastm|29 days ago
hk__2|29 days ago
Of course it is; I use it every day.
dmd|29 days ago
That is how I use it almost every day. "Here's the link to an API doc. Read it, write a new Skill around it, and [solve this problem with it]."
galaxyLogic|29 days ago
Doesn't that assume there are many interchangable services available on the web which essentially do the same thing?
I can see this would be the case if there were many online services for say compiling C++ code. But for more human-centric services, are there many "replaceable services" out there? An API is not only its syntax, but also its semantics.
ianbutler|29 days ago
unknown|29 days ago
[deleted]
dangom|29 days ago
CuriouslyC|29 days ago
zmj|29 days ago
I came back to my terminal to find it had written its own tool to decompile the assembly, and successfully completed the task using that info.
shepherdjerred|29 days ago
"look into the possibilities for X search the web, do thorough comparison. look on HackerNews both to gather sources and gauge sentiment in the comments"
this yields pretty good results IMO.
If I am using an API/library, I will also ask "is this approach idiomatic? what does the documentation say? look through at least 10 pages online"
rozenmd|29 days ago
> Claude is never on the web reading documentation - as far as I can tell that's not even in its toolkit.
Add the Context7 and grep MCP servers to your installation, it'll change your life (well it'll make claude less dumb).
internet2000|29 days ago
rovr138|29 days ago
windowshopping|29 days ago
lmeyerov|29 days ago