Remix.run Logo
GolDDranks 18 hours ago

Re: Prompting to ask. Thanks, I'll try that. And I'm gonna try version 4 as soon as I can.

drcongo 14 hours ago | parent [-]

I've been using Claude 3.7 in Zed for a while, and I've found that I've been getting better at asking it to do things (including a lot of Django ORM stuff). Each project I work on I now have a `.context.md` that gives a decent outline of the project, and also includes things I specifically don't want it to do, like create migrations or install packages. Then with the actual prompting, I tend to ask it to plan things first, and to stop and ask me if it thinks I've missed out any detail. I've been pretty impressed with how right it gets things with this setup.

And tiny tip, just in case you've never noticed it, there's a little + button just above the prompt input in Zed that lets you add files you want added to the context - this is where I add the `.context.md` whenever I start work on something.