top | item 36989545

(no title)

jtmarmon | 2 years ago

I just had it fix some outdated copy in a part of the UI. The nice thing is I didn't have to find the file myself, I just described what was wrong like I would a junior eng and let it find and fix it. Worked on the first try!

discuss

order

williamzeng0|2 years ago

That's exactly the use case we want. We also let you specify the file path (ex: "main.py").

We noticed that Sweep's search works way better if there are comments, because the comments match up really well with the search queries (language <-> language is easier than language <-> code)

applgo443|2 years ago

May be rewriting user's description might help you match code better?

Similar to the prompt engineering for previous era GPT completion models.

applgo443|2 years ago

Did you consider first asking LLM to explain what a code snippet does and use that instead?

It'd significantly increase the costs though.