| ▲ | mrdependable 5 hours ago | |
My imagination may be lacking, but what would you realistically use a tool like this for? | ||
| ▲ | wanderingstan 4 hours ago | parent | next [-] | |
For me, I recently wanted to assemble a “supercut” of my videos of attempts at learning to bunny-hop a bike. The tool was able to craft a python script that used ffmpeg to edit out the no-motion portions of the videos and stitch them together. This would have taken ages to do by hand in iMovie, and probably just as long to look up the needed parameters in ffmpeg, but Claude code got it right in the first try, and worked with me to fine-tune the motion detection threshold. | ||
| ▲ | rjtavares 4 hours ago | parent | prev | next [-] | |
I've been using Google's Antigravity (which has a similar UI) to do data analysis and making reports. Skills are really useful for that. | ||
| ▲ | 4 hours ago | parent | prev | next [-] | |
| [deleted] | ||
| ▲ | CamperBob2 2 hours ago | parent | prev | next [-] | |
I don't use a Mac so can't run Cowork, but the normal Claude CLI is pretty good at general automation tasks (as is Codex-CLI and Gemini CLI.) Most recent example: I wanted to try out GLM-image when it dropped the other day, but didn't feel like spending an hour dealing with multifile, multidirectory HuggingFace downloads and all the usual Python dependency headaches. So I made an empty directory, ran Claude Code, and told it "Please download all files from https://huggingface.co/zai-org/GLM-Image/tree/main into this directory and test the model." An hour later, I tabbed back to the console window and there was the sample image file. Looking at the transcript, sure enough, it ran into all the usual headaches and hassles... but the difference is I didn't have to deal with them. Note that I didn't tell it "Use uv to test the model" -- I just YOLOed it with my system Python installation. If I later find that it broke something else, oh, well... that sounds like a job for Claude, too. Another thing that's nice about these CLI tools is that they hide the differences between terminals pretty effectively. I ran this particular task in a Windows DOS box, but could just as easily have used PowerShell, a Mac, or a Linux terminal. The idea of not having to care what OS I'm running is an alluring one, given the steady enshittification of Windows. | ||
| ▲ | wetpaws 4 hours ago | parent | prev [-] | |
[dead] | ||