Why Did the Robot Do That? https://insights.sei.cmu.edu/sei_blog/2016/12/why-did-the-robot-do-that.html (exploring robots saying out loud what they're trying to do)
miniblog.
Related Posts
After further playing with my LLM project, I'm surprised how hard it is to tune with system prompts.
My agent kept saying "obviously" even though my prompt said "helpful, professional". Eventually I found that a "courteous" prompt gets "of course" which is better but not ideal.
I'm working on arity errors in Garden, my toy programming language.
Rather than just saying "expected 3, got 4 arguments", I'm trying to report where the extra argument is, or what extra argument was expected.
Interpreters versus compilers as a spectrum, and a fun worked example of optimising Brainfuck:

