Hacker News new | ask | show | jobs
by mackatsol 1187 days ago
Can you give us a walk through of a session?

While I think I understand what is going on, seeing it in action will make more sense. Thanks!

1 comments

See https://github.com/jiggy-ai/pair/blob/main/example.md for a minimal example.

The bold parts are the user inputs.

First I give it a source file to put in the model context.

Then i give it an instruction, asking for a change to the source file to how two messages are output.

The model outputs a diff, which is extracted and presented for confirmation.

I accept the diff and the patch is applied to the source file.

You can ask to summarize the code, suggest for improvements, new features... and then you can just ask it to implement them :).