Building MathsPrompt: a tool to help me review and practice problems for my degree

from blog Alex Strick van Linschoten, | ↗ original
TL;DR: I built a little app in Rust to help me revise and practice mathematics exercises. I input questions I’ve already studied / completed and the app gets more questions autogenerated via OpenAI’s GPT-4 API. All of this populates a database which is then queried to show me the questions and topic areas where I’m least confident. It’s just v0.1...