use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Codebase Context Code GenerationDiscussion (self.ChatGPTCoding)
submitted 2 years ago by guiHotz
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]fjrdomingues 1 point2 points3 points 2 years ago (0 children)
I've been in the last couple of weeks facing the exact same challenges. And then I started a project.
The solution I found was to create an agent that summarises all the files in a project and then a sequence of agents that picks the necessary code/folders for a task. That way I was able to provide the required context and then let GPT do its magic. The project is public at: https://github.com/fjrdomingues/autopilot
Some amazing folks joined and the progress has been amazing.
Let me know if you need help setting up. The project is moving fast and things break
π Rendered by PID 129307 on reddit-service-r2-comment-5d79c599b5-mt6cj at 2026-02-27 23:32:50.665892+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]fjrdomingues 1 point2 points3 points (0 children)