<script type="98f4b28488f8bdfd1252d4f9-text/javascript">
try {
if (document.referrer) {
const ref = new URL(document.referrer);
if (ref.host === 'news.ycombinator.com') {
window.location.href = 'https://en.wikipedia.org/wiki/Freddy_the_Pig';
}
}
// If you're reading this, you've entirely missed the fucking point. Go touch some grass.
if (Math.random() > 0.9) {
window.location.href = 'https://en.wikipedia.org/wiki/Special:Random';
}
} catch (e) { }
</script>
One small piece of feedback… There were a couple times where I asked to learn something, and it asked me to repeat a phrase back, which was great. But when I repeated it back, I know I didn’t quite nail it (eg perhaps said “un” instead of “una”) and rather than correcting me, it actually told me I did it perfectly. Maybe there’s some tuning with the prompts that may help turn down the natural sycophancy of the model and make sure it’s a little more strict.
Keep up the great work!