ChatGPS Feedback for code development

Hi… I’m a newbee with chatGPT, but I was liking of my experience.

I used for help in code of a project with embeeded system with microcontroller.

Using MPLAB X IDE, XC8 compilar and others.

ChatGPT understand all of my needs and suggests additional features with amazing skills.

But after several updates and features added to project, several functions was changed names, parameters and others things, then in a more complex project, you will have a several compilation errors.

But ChatGPT helps so much. But a suggestion is try to maintain a coerence in all development process to generate a “better compilable” code in the end.

In this case, in the end I have several source files that “don’t talk”, but I know that all code that I need to be there, but I need to find usable parts, made changes.

Other thing, ChatGPT supply download links of source code, but all files was empty. I need to “copy and paste” all source code to use, because the download of invidual files or zip files don’t work.

Only suggestions, this tools is incredible.

this is a context window issue, because of the required compute to run a large file system through a neural net to produce a result, its often limit, what you will need to do is segmentise your codebase and get your agent to work on one folder at a time, i suggest making a couple of tools first before doing this, such as a dynamic code handle registry, that regularly cycles a fresh code handle registry, and dumps the regestry into each segment of your repository, this will allow the code agent to effectively containerise but remain aware of outside handles without getting bogged down with all the context that cant fit in its context window, hth

This topic was automatically closed after 23 hours. New replies are no longer allowed.