Tuesday 21 March 2023

New top story on Hacker News: Show HN: Pair: Open Tool for Coding with GPTs, Built by Coding with GPTs

Show HN: Pair: Open Tool for Coding with GPTs, Built by Coding with GPTs
6 by wskish | 2 comments on Hacker News.
Github Copilot is a great tool for leveraging GPTs while coding, but I find that it is too “open loop” for more complex tasks that require Q&A, feedback to guide it in a particular direction, iteration on code execution errors, etc. There is a large class of tasks that are better accomplished in an iterative, stateful chat-like interface. I have been experimenting with a local command line chat interface to GPT-4 and my mind was blown once again a few days ago when I copied documentation for a pretty involved API into the model context and managed to chat-guide GPT-4 to implement the API in under 30 minutes, complete with a ridiculous amount of unit test coverage. This involved a lot of manual copy and pasting back and forth and other friction points that could be removed by a streamlined REPL interface optimized for code interactions. It occurred to me that it would be fun to build such a tool, and as the ultimate act of dogfooding, try to build it with GPT! So PAIR is the starting point here. You can see a recent commit message has a log of my interactions with the model that produced that commit. Next step is to add better mechanisms to manage the model input context (e.g. make it easy for the model to see the latest version of a source file when needed) followed by mechanisms for allowing the model to suggest changes via diffs that are quickly reviewed and accepted by the human in the loop before being applied to the file and tested. I would love to hear from others who have experimented with GPT pair programming in a chat-style interface and any feedback you might have on your experience with it.

Previous Post
Next Post

post written by:

0 comments: