goose/llms are better at writing code when you get it to fetch the docs first. documentation and specifications are becoming more and more important, it's not just for humans anymore.
It keeps going over the files looking for code when it has already done so many times. Adding some caching like Claude does would help I think. But yeah gotta keep input tokens to minimum to not go broke
Can confirm!
One of the first things I ever did with AI when it first dropped was to use it to upgrade a TradingView indicator I manually coded in Pinescript v4 to v5.
It was completely useless at first, but then I got the idea to feed it the documentation before prompting & it eventually worked a charm.
It was an EXCRUCIATING process since they still didn't have web scraping abilities & I literally had to copypasta the whole damn documentation (realizing in the process that it had limited recall capabilities & had to constantly refresh/remind it).
What a time to be alive. 🤙
Goose is a tool that allows you to install tools to enable llms like ChatGPT to have free reign over your computer(if you want).
So you can tell it to go work on a program and keep iterating on it in a loop until the tests pass and stuff like that.