pull down to refresh

Yes, you'll be fine. Especially considering that you're above average or very close to non-standard knowledge, a kind of knowledge that makes you free and immune to all kinds of bullshit that comes to steal your freedom.
Not using it is extremely feasible since you haven't needed it so far. As mentioned in the article itself, AI is reactive and not active, it depends on commands even when you put it to do repeated tasks it's just following your “from to”. There's no point arming the enemy with something so trivial when we already have software that does it and it's not LLM.
reply
21 sats \ 2 replies \ @optimism 4h
There's no point arming the enemy with something so trivial
Arming "the enemy" how though?
reply
100 sats \ 1 reply \ @perscrutador 4h
Data. It's not because it's running locally that your information is completely protected, the model is processing and being trained, what guarantee do you have that it won't share insights with the developer, or that it will do so in a future moment of carelessness during an update or through an extraction from an agent who has an interest in data like this?
Most importantly, making yourself dependent on an AI makes you open to concepts where the AI is controlling many aspects of your life.
reply
what guarantee do you have that it won't share insights with the developer
For one, because I use my inference code, not "the developer's code", but it's good to check nonetheless. I'll run some wireshark tests later this week and let everyone know if I find something fishy in things like llama.cpp or transformers.
FWIW, your concern is not without precedent; see for example #1057075 for something that does exactly what you say. This is why as a coder, using a MS IDE or a fork of it is kind of a self-own, always has been (and it is not that great quality software anyway.)
Most importantly, making yourself dependent on an AI makes you open to concepts where the AI is controlling many aspects of your life.
Have to retain the skills. This is very true. We had a discussion about this not too long ago: #998489
reply
as if is just a trend? yes sure, there will be in the future better tech we can not even imagine today... let it pass. Using it is optional anyway.
reply
I currently just treat it as an advanced database engine that indexed the internet, with an extrapolation function. I'm kind of unhappy with the pre-applied tuning but at the same time unwilling to invest time and resources into re-training research right now, so I just test things.
The use-cases I use it for in "production", defensive summarization and speech-to-text, have not been bleeding edge for a long time. It's just nice that I can run that efficiently on my own hardware, without depending on SAAS/IAAS, now.
reply
You can do it yourself and you'll gain more knowledge by doing it. Maybe even ask a human friend for a review.
I've used AI for this and I've seen how silly it was to waste time on something I could do myself and still get out of my comfort zone. It puts you in a low-level dependency zone, modifying something that should be authentic out of a need to appear better to those who will read it, which you are not, robotic and shallow.
reply
21 sats \ 2 replies \ @optimism 4h
You can do it yourself
Transcribe hours of youtube videos to make them searchable? Sure I can, but I can spend my time better. My gpu is otherwise idle, so why not?
Defensive summarization is just an anti-clickbait measure to protect against wasting time reading articles based on a title that is not corresponding to the actual content, which unfortunately is common practice nowadays. Takes under 5s of GPU time for average articles, but would take me 10 minutes + frustration for each. I don't need more frustration from clickbait, I've been frustrated for years by this.
a need to appear better to those who will read it, which you are not, robotic and shallow.
I don't need to appear better though? I don't care about appearances.
reply
100 sats \ 1 reply \ @perscrutador 4h
This type of transcription existed in the community, but unfortunately it didn't catch on. By that I mean it didn't have to be done by you. And why do you need to summarize a video like this, when faced with situations like this the most common question I ask myself is whether it's worth it?
I don't care about appearances.
I misunderstood that you could use summarize to make it more presentable in an email or other type of communication. That's my criticism, but not yours.
reply
100 sats \ 0 replies \ @optimism 4h
This type of transcription existed in the community
It did, but why would I waste another human's time with something that can be automated?
And why do you need to summarize a video like this, when faced with situations like this the most common question I ask myself is whether it's worth it?
For example: nowadays in discussions, people will sometimes link you a 5 hour video or a podcast from some influencer that "proves their point". I am often in situations where I have to defend against all this nonsense for the "dayjob", so I just run it through transcription and grep through the text to find what was exactly said about a subject, and then can precisely seek a point in the video if I need more context.
It's a protective measure to somewhat balance the scales within Brandolini's Law, it works for now, but I fear it won't work for long, because we will just be confronted with ever-larger floods of slop.
I'm not insensitive to your proposed solution of just not using it and thus finding other ways of dealing with it - eventually we'll likely have to - but as a stopgap measure, it's a good experiment to find out how long this will work for.
I misunderstood that you could use summarize to make it more presentable in an email or other type of communication.
Oh! No, I don't need slop in my emails and I generally don't publish any AI output, unless it's test results or a joke.