| ▲ | irishcoffee a day ago |
| Seems like 80% of agent use boils down to: grep | sed -i Which is kind of cool if you’re unaware enough to know to do it yourself. Oh, and find. Agents use find a lot. |
|
| ▲ | eterm a day ago | parent | next [-] |
| So it turns out that a lot of these unix utilities have such bad UX that having a tool that knows how to really leverage them feels like a superpower. If you've ever used an LLM to deal with ffmpeg you'll know exactly what I mean. |
| |
| ▲ | drfloyd51 a day ago | parent | next [-] | | It is incredibly difficult to make an UX that can beat simply typing what you need in your own words. You think of what you need, and you type it. No need to even ask “what options should I use?” | |
| ▲ | skydhash a day ago | parent | prev [-] | | I would rather bet that people don’t know that their problem has been solved for ages. Either they don’t know about the tools or can’t make the leap to think of using something like awk or sed to quickly script out their use cases. Or even quickly draft up a quick function/plugin in something like vim, emacs, sublime,… In “The Pragmatic Programmer”, the power of unix tools and editor fluency is well argued. There are plenty of other books like “Unix Power Tools”, “Small, Sharp Software Tools”,… | | |
| ▲ | bombcar 3 hours ago | parent [-] | | My problem is always the time necessary to get good at the tool is slightly more than just brute forcing it one more time. |
|
|
|
| ▲ | selcuka a day ago | parent | prev | next [-] |
| Pi even installs ripgrep and fd if it can't find them in the path. |
|
| ▲ | telotortium a day ago | parent | prev [-] |
| It turns out that thinking about and executing these commands at a superhuman speed is, to ape Claude, the real unlock. |
| |
| ▲ | mpyne 21 hours ago | parent [-] | | Yeah, I've actually found in my own testing and usage of LLMs that this is where I get a lot of benefit. I already have fd, ripgrep, etc. installed and know how to use them, but it's not hard to tell the LLM to do it and it often finds things just as well. Or even better. It's especially handy on modern style code where things get broken up across a multitude of files based on convention. |
|