Discussion about this post

User's avatar
Devin obrien's avatar

Great read. I didn’t know you read plays regularly…I still do to. Will Arbery is my favorite writing right now. Thanks for the Martina Majok rec!

Expand full comment
Dan Oblinger's avatar

I have found an unusual way to use these tools and I've been surprised at how much improvement I see over straightforward usage of an LLM.

I use Claude code for my programming. And I am shocked at how much of a speed up I get. Of course it's important that I'm really watching what it's doing, and often things work out. Much better if we talk about how one might approach something before it begins actually doing it.

But being at the cursor prompt all day has caused me to broaden the ways I use it. If I have a specific question, and I know the answer is likely to be on the web somewhere my best bet is not to ask Claude no ChatGPT. Instead, I ask directly at the cloud code prompt. Claude code is not trained to make guesses on things, it seems to favor, looking things up and then synthesizing an answer based on what it finds. So if I wanted to know how to change some behavior in an application, for example, if I ask, chat, GPT or Claude, it will give me a generalized answer from within inside of its LLM. But if I ask the same question to cloud code. It will do some web searches, and then synthesize an answer based on what it read. I find the system is much much less likely to hallucinate when it's done this. And, I have a better understanding of whether or not I should trust the system since I can see specifically what searches it did in constructing its answer. Anyway, I thought I would share.

Expand full comment
4 more comments...

No posts