Remix.run Logo
kridsdale1 5 days ago

I bet you could easily get an LLM to write a python script that would do that for you.

WillAdams 5 days ago | parent [-]

Can the LLM also convince IT to allow me to run Python?

I'd like an all-in-one tool of an LLM front-end which can access multiple files since that is more easily explained/permission granted for.

calgoo 5 days ago | parent [-]

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