Earlier quoted context omitted.
Open-weights only are also not enough, we need control of the dataset and training pipeline. The average user like me wouldn't be able to run pipelines without serious infrastructure, but it's very important to understand how the data is used and how the models are trained, so that we own the model and can assess its biases openly.
Good luck understanding the biases in a petabyte of text and images and video, or whatever the training set is.
Unix philosophy and filesystem access makes Claude Code amazing
11–20 of 223 posts
Re: Unix philosophy and filesystem access makes Claude Code amazing
#12Re: Unix philosophy and filesystem access makes Claude Code amazing
#13> Anyone who can't find use cases for LLMs isn't trying hard enough That's an interesting viewpoint from an AI marketing company. I think the essential job of marketing is to help people make the connection between their problems and your solutions. Putting all on them in a kind of blamey way doesn't seem like a great approach to me.
Re: Unix philosophy and filesystem access makes Claude Code amazing
#14No mention/comparison to Gemini CLI? Gemini CLI is awesome and they just added a kind of stealth feature for Chrome automation. This capability was first announced as Project Mariner, and teased for eventual rollout in Chrome, but it's available right now for free in Gemini CLI.
Re: Unix philosophy and filesystem access makes Claude Code amazing
#15Let's do this. But entirely local. Local obsidian, local LLM, and all open source. That's the future I want.
Re: Unix philosophy and filesystem access makes Claude Code amazing
#16No mention/comparison to Gemini CLI? Gemini CLI is awesome and they just added a kind of stealth feature for Chrome automation. This capability was first announced as Project Mariner, and teased for eventual rollout in Chrome, but it's available right now for free in Gemini CLI.
Re: Unix philosophy and filesystem access makes Claude Code amazing
#17> Anyone who can't find use cases for LLMs isn't trying hard enough That's an interesting viewpoint from an AI marketing company. I think the essential job of marketing is to help people make the connection between their problems and your solutions. Putting all on them in a kind of blamey way doesn't seem like a great approach to me.
Re: Unix philosophy and filesystem access makes Claude Code amazing
#18> Anyone who can't find use cases for LLMs isn't trying hard enough That's an interesting viewpoint from an AI marketing company. I think the essential job of marketing is to help people make the connection between their problems and your solutions. Putting all on them in a kind of blamey way doesn't seem like a great approach to me.
I read the whole thing and could still not figure out what they’re trying to solve. Which I’m pretty sure goes against the Unix philosophy. The one thing should be clearly defined to be able to declare that you solve it well.
Re: Unix philosophy and filesystem access makes Claude Code amazing
#19Earlier quoted context omitted.
I read the whole thing and could still not figure out what they’re trying to solve. Which I’m pretty sure goes against the Unix philosophy. The one thing should be clearly defined to be able to declare that you solve it well.
What the company is trying to solve or what I'm solving with Claude Code?
Also about a tool being overly conplex. Something like find, imagemagick, ffmpeg,… are not complex in themselves. They’re solving a domain that itself is complex. But the tools are quite good the evidence is their stability where they’ve barely changed across decades.
Re: Unix philosophy and filesystem access makes Claude Code amazing
#20Let's do this. But entirely local. Local obsidian, local LLM, and all open source. That's the future I want.
I have many programs I use that I wish were a little different, but even if they were open source, it would take a while to acquaint myself with the source code organization to make these changes. LLMs, on the other hand, are pretty good at small self-contained changes like tweaks or new minor features.
This makes it easier to modify open source programs, but also means that if a program isn't open source, I can't make these changes at all. Before, I wasn't going to make the change anyway, but now that I actually can, the ability to make changes (i.e. the program is open source) becomes much more important.