<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Acertijo del día</title>
    <description>The latest articles on DEV Community by Acertijo del día (@acertijodeldia).</description>
    <link>https://dev.to/acertijodeldia</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3973912%2F858f98cb-10d6-4a3f-a508-f6a9ae1d2e49.png</url>
      <title>DEV Community: Acertijo del día</title>
      <link>https://dev.to/acertijodeldia</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/acertijodeldia"/>
    <language>en</language>
    <item>
      <title>I built a daily logic puzzle site with open-answer checking</title>
      <dc:creator>Acertijo del día</dc:creator>
      <pubDate>Mon, 08 Jun 2026 10:15:31 +0000</pubDate>
      <link>https://dev.to/acertijodeldia/i-built-a-daily-logic-puzzle-site-with-open-answer-checking-1f4h</link>
      <guid>https://dev.to/acertijodeldia/i-built-a-daily-logic-puzzle-site-with-open-answer-checking-1f4h</guid>
      <description>&lt;p&gt;I built Riddle of the day, a bilingual daily logic puzzle site:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://acertijodeldia.com/en/" rel="noopener noreferrer"&gt;https://acertijodeldia.com/en/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The product is intentionally simple: one carefully chosen puzzle a day, with hints, explanations, streaks, and spoiler-free challenge links. No account, no ads, no feed.&lt;/p&gt;

&lt;p&gt;The technically interesting part is answer checking.&lt;/p&gt;

&lt;p&gt;For most puzzle sites, the user either selects from multiple choice or enters an exact expected answer. I wanted something more natural: users can write an open-ended answer, and the system tries to classify it as correct, partial, incomplete, or worth refining.&lt;/p&gt;

&lt;p&gt;Today’s puzzle is a good example:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://acertijodeldia.com/en/riddles/the-twenty-five-horses/" rel="noopener noreferrer"&gt;https://acertijodeldia.com/en/riddles/the-twenty-five-horses/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The challenge is not just getting “the number”; it is explaining why the strategy works and why fewer races cannot guarantee the result.&lt;/p&gt;

&lt;p&gt;I’m still refining the balance between:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;accepting equivalent explanations;&lt;/li&gt;
&lt;li&gt;not giving false positives;&lt;/li&gt;
&lt;li&gt;giving useful feedback without spoiling the solution;&lt;/li&gt;
&lt;li&gt;keeping the experience calm and fast.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’d be interested in feedback from people who have built similar natural-language evaluation flows.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>gamedev</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
