Is it able to process a prompt on each file in a folder-full of files and then return the collated results?
That's the functionality which I could use for my day job, but I'm not finding an LLM which directly affords that capability (without programming or other steps which are difficult on my work computer).
have it generate a rust/go binary that calls the api or ollama etc. It runs in a for loop over the files you give it with a prompt you add as a command line argument and off you go! :)
Claude code should be able to wire that up in about 10 min including going off and setting up gitlab actions for testing etc :D
That's the functionality which I could use for my day job, but I'm not finding an LLM which directly affords that capability (without programming or other steps which are difficult on my work computer).