@eaton I’m not doing anything too special at the moment. I had reasonably accurate results with a GPT model in some manual testing, so I wrote a little Go code to iterate through a directory (a git repo) on my file system and ask an Ollama model to classify the code files based on my taxonomy. I tried the newish Ollama code-reasoning model, qwen2.5-coder, and it is - less accurate at the classification task than GPT. Trying to decide if I should tweak my prompt or try out some different models.