Entropic Thoughts

Actor-Motivation Forecasting Web Tool

Actor-Motivation Forecasting Web Tool

I read through the last article on actor–motivation forecasting, and found it annoying that there’s no way to intuitively play with parameters and watch live results from comparative statics. Then a thought struck me: “Wait, isn’t this type of thing exactly what Simon Willison would tell an llm to write for him?”

Sure enough. I puttered about with an llm for about an hour, and it birthed a web-based actor–motivation forecasting tool (wactomo) for me. Here’s the same example as in the last article, but updated a little to reflect my better understanding of the situation.1 I suppose it’s a weakness that the tool does not document what the scale represent. In this case, it is “wants Israel to exist.”

The tool itself will make little sense to someone who does not understand actor–motivation forecasting already. But a brief overview of the tool-specific functionality:

It’s quite amazing that I barely wrote any of the code for this. I didn’t even write the actor-motivation forecasting functions: I asked an llm to translate the Python code I had from before into ES6. It seems that llm​s are really good at frontend development.