You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The proposal is most easily explained with specific steps to carry out:
After the generation finishes, we would:
Ask the LLM what a QA person would manually test based on the project specification ("does snake move", "does the snake change direction when key is pressed" etc)
For each QA tsak, ask the LLM if the generated code is expected to pass the QA task just by inspecting the code, or if something seems to be broken
Advanced: Let the LLM optionally output code blocks that overwrites files if it detects that something is broken in the QA, and it can fix it
The text was updated successfully, but these errors were encountered:
The proposal is most easily explained with specific steps to carry out:
After the generation finishes, we would:
The text was updated successfully, but these errors were encountered: