Hacker News new | ask | show | jobs
by tyree731 1113 days ago
Very cool. I’ve been using ChatGPT quite manually for similar effect here, though I’m often using it for fragments of code less than whole projects/files, given I’m often dealing with an existing codebase.
1 comments

A lot of my recent work has been focused on making this chat style coding work better with larger, pre-existing codebases.

I wrote up some notes on one effective approach:

https://github.com/paul-gauthier/aider/blob/main/docs/ctags....