Can I have an LLM that thinks and runs commands like Cursor but for general tasks rather than just programming?
>>107651635Wait for computer use agents
You can just use Claude Code. Even though the main purpose is for programming, you can easily tell it to do some other things. For example, I asked it to create a directory structure by years in my b folder, then I asked it to verify the exif data of each picture and move to the correct directory.I could do that with a simple script, but I wanted to test out how well Claude could handle tasks like that. It kinda worked
>>107651635Define "general tasks".If you give those AI Agents full access they can pretty much do anything as long as it has a text interface. They can even use GUIs by emulating mouse and keyboard with python commands.