|
|
|
|
|
by screye
589 days ago
|
|
Not a hack as much as a PSA : There is no shame in dumping your whole codebase into claude. Use any tool (aidigest, Simon's tools). It just works. Especially useful for complex code bases. Same applies for RAG. Unless you're damn sure what you're looking for, don't load that 1 chunk in. If your model can fit the full context or 50 chunks in the token window, dump it all in. Sophisticated RAG works, but like fine tuning, it usually makes things worse before they start getting better. Speaking of finetuning. Same PSA. Dump as many fewshot examples as you can in the token window before restoring to finetuning. |
|