<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">Give it to solve this bellow one minute in Haskell:<div><div style="display: block;"><div style="-webkit-user-select: all; -webkit-user-drag: element; display: inline-block;" class="apple-rich-link" draggable="true" role="link" data-url="https://projecteuler.net/problem=512"><a style="border-radius:10px;font-family:-apple-system, Helvetica, Arial, sans-serif;display:block;-webkit-user-select:none;width:300px;user-select:none;-webkit-user-modify:read-only;user-modify:read-only;overflow:hidden;text-decoration:none;" class="lp-rich-link" rel="nofollow" href="https://projecteuler.net/problem=512" dir="ltr" role="button" draggable="false" width="300"><table style="table-layout:fixed;border-collapse:collapse;width:300px;background-color:#E5E6E9;font-family:-apple-system, Helvetica, Arial, sans-serif;" class="lp-rich-link-emailBaseTable" cellpadding="0" cellspacing="0" border="0" width="300"><tbody><tr><td vertical-align="center"><table bgcolor="#E5E6E9" cellpadding="0" cellspacing="0" width="300" style="font-family:-apple-system, Helvetica, Arial, sans-serif;table-layout:fixed;background-color:rgba(229, 230, 233, 1);" class="lp-rich-link-captionBar"><tbody><tr><td style="padding:8px 0px 8px 0px;" class="lp-rich-link-captionBar-textStackItem"><div style="max-width:100%;margin:0px 16px 0px 16px;overflow:hidden;" class="lp-rich-link-captionBar-textStack"><div style="word-wrap:break-word;font-weight:500;font-size:12px;overflow:hidden;text-overflow:ellipsis;text-align:left;" class="lp-rich-link-captionBar-textStack-topCaption-leading"><a rel="nofollow" href="https://projecteuler.net/problem=512" style="text-decoration: none" draggable="false"><font color="#272727" style="color: rgba(0, 0, 0, 0.847059);">#512 Sums of totients of powers</font></a></div><div style="word-wrap:break-word;font-weight:400;font-size:11px;overflow:hidden;text-overflow:ellipsis;text-align:left;" class="lp-rich-link-captionBar-textStack-bottomCaption-leading"><a rel="nofollow" href="https://projecteuler.net/problem=512" style="text-decoration: none" draggable="false"><font color="#808080" style="color: rgba(0, 0, 0, 0.498039);">projecteuler.net</font></a></div></div></td><td style="padding:6px 12px 6px 0px;" class="lp-rich-link-captionBar-rightIconItem" width="36"><a rel="nofollow" href="https://projecteuler.net/problem=512" draggable="false"><img style="pointer-events:none !important;display:inline-block;width:36px;height:36px;border-radius:3px;" width="36" height="36" draggable="false" class="lp-rich-link-captionBar-rightIcon" alt="apple-touch-icon.png" src="cid:C00555F2-6DCF-4BEE-AF6F-8B80933F4848"></a></td></tr></tbody></table></td></tr></tbody></table></a></div></div>I have shown it solution, but anyway really doubt it is programmed</div><div>to remember anything :P</div><div><br></div><div>Greets, Branimir.<br><div><br><blockquote type="cite"><div>On 1. 4. 2023., at 18:52, Viktor Dukhovni <ietf-dane@dukhovni.org> wrote:</div><br class="Apple-interchange-newline"><div><div>On Sat, Apr 01, 2023 at 08:18:08AM +0200, Aloïs Cochard wrote:<br><br><blockquote type="cite">How can this be useful when you have to anyway review everything is doing<br>as he might to just randomly insert a bug or a security flaw???<br>I prefer to read poems by my human friends.<br><br>I highly recommend starting reading this paper at page 128 instead of<br>wasting your time on that prompt:<br>https://arxiv.org/pdf/2303.12712.pdf<br><br>Be ready for a good laughhi<br></blockquote><br>Part of the good laugh is on page 136:<br><br>    Let P be a point on the hyperbola<br><br>        x^2 + 3xy + 4x − 5y = −9y^2 − 133.<br><br>    Find the shortest possible distance from the origin to P.<br><br>The authors of the paper say that "GPT-4 produces a sound argument",<br>I beg to differ.<br><br>    Let u = 3y, then<br><br>        x^2 + xu + u^2 + 4x − (5/3)u = − 133.<br><br>    The degree-two part of which is positive-definite.  The linear terms<br>    just shift the origin. So the equation is actually:<br><br>        r^2 + rs + s^2 = RHS<br><br>    For a straight-forward to compute choice of r = x - a, s = u - b.<br><br>There are then two issues (just the first one is enough) with the prompt:<br><br>    * The equation can't represent a hyperbola, it would be an ellipse.<br>    * The ellipse doesn't exist, because the RHS constant is actually negative. <br><br>THe authors are just as prone to autopilot nonsense reasoning as GPT-4.<br><br>This rather reminds me of:<br><br>    https://math.stackexchange.com/questions/1594740/v-i-arnold-says-russian-students-cant-solve-this-problem-but-american-student<br><br>-- <br>    Viktor.<br>_______________________________________________<br>Haskell-Cafe mailing list<br>To (un)subscribe, modify options or view archives go to:<br>http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe<br>Only members subscribed via the mailman list are allowed to post.</div></div></blockquote></div><br></div></body></html>