(no title)
AYBABTME | 3 months ago
Example stuff that helps:
- extensive test suites
- making LLMs use YAML for data-intensive files, instead of writing inline
- putting a lot of structural guard rails using type-systems, parse-dont-verify, ...
- having well scoped tasks
- giving the LLM tight self-serve feedback loops
Recently I made it fix many bugs in a PEG grammar and it worked really well at that. I made it turn a test suite from an extensive Go test array to a "golden file" approach. I made it create a search index for documentation and score the search quality using qualitative IR metrics, and then iterate until the metrics met a minimum standard.
No comments yet.