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.

Replies (11)

I just make sure to always open up a new session and try to keep the context small
One of the things I like about cursor is adding in documentation references so you can just @ the document as you need it.
That goose-thingy seems cool. Can you hit me with a ELI5 what it is and how I can set it up? ๐Ÿ˜‚
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.
โ†‘