top | item 47168236

(no title)

ChrisMarshallNY | 3 days ago

I've been using ChatGPT (Thinking). I like how it has learned how I do stuff, and keeps that in mind. Yesterday, I asked it to design an API, and it referenced a file I had sent in, for a different server, days earlier, in order to figure out what to do.

I'm not using it in the same way that many folks do. Maybe if I get to that point, I'll prefer Claude, but for my workflow, ChatGPT has been ideal.

I guess the best part, is that it seems to be the absolute best, at interpreting my requirements; including accounting for my human error.

discuss

order

ryoshu|3 days ago

Oof. I turned the history referencing off. I use ChatGPT for wildly diverging topics and it will bring things up that have zero relevance to what I'm currently looking for if history is on.

ChrisMarshallNY|3 days ago

Yup. I can see that being a problem. My use is pretty linear, so that isn't an issue. I think that you might be able to establish different "contexts," though I haven't tried.

I will see whether or not I can “wipe the slate clean,” between projects.

I would also NEVER use it for any confidential/proprietary stuff that can’t leak.

The project I’m working on is not open-source, but we don’t really care too much, if it leaks. I don’t send in any credentials; just source.

Right now, it’s helping me design tests in Postman, to validate the API.

el_benhameen|3 days ago

I like this feature and rely on it too. I get that some people hate it and that it can make some pretty insidious mistakes when it uses it, but I’ve found it valuable for providing implicit context when I have multiple queries for the same project.

Worth noting that Claude also has a memory feature and uses it intelligently like this, sometimes more thoughtfully than cgpt does (fewer “out of left field” associations, smoother integration).

tracker1|3 days ago

The past few weeks, Claude has started doing that as well... ie recognizing my preference to use Deno for scripting or React+mui when scaffolding a ui around something.

I've been using the browser/desktop for planning sessions on pieces of a larger project I'm putting together and it's been connecting the dots in unexpected ways from the other conversations.

I think the one disappointment is that I can't seem to resume a conversation from the web/desktop interface to the code interface... I have to have it generate a zip I can extract then work from.