top | item 46865579

(no title)

kernc | 27 days ago

Other actionable insights are:

- Merge amendments up into the initial prompt.

- Evaluate prompts multiple times (ensemble).

discuss

order

sandos|27 days ago

Sometimes when I was stressed, I have used several models to verify each others“ work. They usually find problems, too!

This is very useful for things that take time to verify, we have CI stuff that takes 2-3 hours to run and I hate when those fails because of a syntax error.

xmcqdpt2|26 days ago

Syntax errors should be caught by type checking / compiling/ linting. That should not take 2-3 hours!