After Turing- teach a machine to judge, then watch it act alone
This is a submission for the June Solstice Game Jam What I Built I built After Turing, a...
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3948231) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Self-Correcting Systems Posted on Jun 15 After Turing- teach a machine to judge, then watch it act alone #devchallenge #gamechallenge #gamedev #machinelearning June Solstice Game Jam Submission This is a submission for the June Solstice Game Jam What I Built I built After Turing, a short browser game where you teach a machine when to trust, verify, and refuse instructions under pressure. An instruction appears. The timer starts. The machine may suggest a decision.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).