|
|
|
|
|
by AustinDev
459 days ago
|
|
Just tried a 1-shot on Grok3 - Thinking and it couldn't get past the start button. Throws an error:
| "<a class='gotoLine' href='#67:39'>67:39</a> Uncaught ReferenceError: startGame is not defined" Scope issue. No barking or dog player model but pretty similar in style to Claude's output. What's interesting to me about playing with AI Codegen is each model has specific and sometimes overlapping output errors. Claude 3.7 really like to solve errors by returning dummy data as a 'fallback' when doing client or server calls. A little prompting can reduce this but not eliminate it. 'The tests always pass if you return dummy data' https://jsfiddle.net/aL3ugtj1/ |
|