Prefect & Controlflow look like an awesome combo and I love the clean API of CF and also the possibilities it opens up.
I have a use case where I read in file paths, break them down into parts ie version, department etc and then want to map them onto tasks in a production tracking system.
I want to learn from what users did the last 100 times and suggest them the right tasks to map too with AI.
This means I have a dataset of file parts and what was the wrong and the right choice in the past.
So I could train a custom AI but I'm also wondering if CF might be a solution?