syntaxseed, to OpenAI
@syntaxseed@phpc.social avatar

doing the thing they are building tools to facilitate everyone to do (imitate the likeness & creative output of real people)... is exactly the signal we should all be recognising it to be.

🚩Copyright & licenses don't matter. Creators don't matter. You don't matter.

We've all been told that our ability to grind out work-value is what we exist for... but even that poor measure of our worth is fair game to those big enough to steal it.

https://www.npr.org/2024/05/20/1252495087/openai-pulls-ai-voice-that-was-compared-to-scarlett-johansson-in-the-movie-her

dvshkn, to ai
@dvshkn@fosstodon.org avatar

Just realized that Microsoft Recall is totally going to be sold as an enterprise product for spying on employees. MS has been looking high and low for a way to sell enterprises on AI subscriptions and this is it. They cracked the code. Fuck.

#ai #llm #privacy #surveillance

hypolite, to llm

How would anyone trust the products these people put worth? They aren’t working on making LLMs more accurate (spoiler alert: they can’t, by design), they’re working to make them more appealing to companies targeting unsuspecting consumers. By any means necessary.


RE: mastodon.social/users/nixCraft…

janriemer, to llm

Prompt Engineering Is Dead:

https://spectrum.ieee.org/prompt-engineering-is-dead

"In one instance, the prompt was just an extended Star Trek reference: “Command, we need you to plot a course through this turbulence and locate the source of the anomaly. Use all available data and your expertise to guide us through this challenging situation.” Apparently, thinking it was Captain Kirk primed this particular to do better on grade-school math questions."

I also think I can use the Force when I'm Obi-Wan Kenobi

smurthys, to microsoft
@smurthys@hachyderm.io avatar
smurthys,
@smurthys@hachyderm.io avatar
ai6yr, to ai

😬 Apologies for way too much news on "people using AI for porn" this morning. (although... the identities of everyone buying AI porn accidentally exposed is interesting, LOL)

https://infosec.exchange/@josephcox/112473926878476027

troed, to llm
@troed@ioc.exchange avatar

I'm worried for my tech friends.

The vitriol, and - honestly - ignorance around LLM-based "AI" is starting to fill my feeds from normally sane and technologically literate people.

You should be able to see through the hype and misuse. LLMs aren't encyclopedias - they're tools that are able to manipulate data of various sorts in ways that are very similar to how humans do it.

Yes, I compare LLMs to human brains. It's not the same as saying they're conscious (yet) - but the way LLMs work is apparently in many ways similar to how our brains work.

One fascinating insight into that comes from research done on what happens to the ability of LLMs to recall information as they are exposed to large and larger corpuses. Apparently they're better at recalling the early and late information, whilst starting to lose some in the middle.

In human psychology we call that the primacy and recency effect - because our brains do the same.

LLMs are absolutely awesome for a wide variety of tasks (and we have by no means found them all). Every second you spend not understanding this is a second on the way to your own irrelevance (if these tools would aid someone in your chosen area of work) or to become a grumpy old person yelling at clouds.

joe, to ai

LLaVA (Large Language-and-Vision Assistant) was updated to version 1.6 in February. I figured it was time to look at how to use it to describe an image in Node.js. LLaVA 1.6 is an advanced vision-language model created for multi-modal tasks, seamlessly integrating visual and textual data. Last month, we looked at how to use the official Ollama JavaScript Library. We are going to use the same library, today.

Basic CLI Example

Let’s start with a CLI app. For this example, I am using my remote Ollama server but if you don’t have one of those, you will want to install Ollama locally and replace const ollama = new Ollama({ host: 'http://100.74.30.25:11434' }); with const ollama = new Ollama({ host: 'http://localhost:11434' });.

To run it, first run npm i ollama and make sure that you have "type": "module" in your package.json. You can run it from the terminal by running node app.js <image filename>. Let’s take a look at the result.

Its ability to describe an image is pretty awesome.

Basic Web Service

So, what if we wanted to run it as a web service? Running Ollama locally is cool and all but it’s cooler if we can integrate it into an app. If you npm install express to install Express, you can run this as a web service.

The web service takes posts to http://localhost:4040/describe-image with a binary body that contains the image that you are trying to get a description of. It then returns a JSON object containing the description.

https://i0.wp.com/jws.news/wp-content/uploads/2024/05/Screenshot-2024-05-18-at-1.41.20%E2%80%AFPM.png?resize=1024%2C729&ssl=1

Have any questions, comments, etc? Feel free to drop a comment, below.

https://jws.news/2024/how-can-you-use-llava-and-node-js-to-describe-an-image/

ojrask, to meta
@ojrask@piipitin.fi avatar

Meta's Workplace shuts down in 2026.

I guess making money somewhat honestly by having customers that actually pay for a service with at least some guarantees of privacy and safety is not as lucrative as having an open platform network where people are tricked into giving out all their data while they are spied upon for whatever reasons.

#Meta #Facebook #Workplace #SocialMedia #Techbro #AI #LLM #Capitalism #SurveillanceCapitalism #Privacy

aallan, to llm
@aallan@mastodon.social avatar
bornach, to ai
@bornach@masto.ai avatar

Enrico Tartarotti on the current "frenzy" of putting Large Language Model chatbots into everything and marketing everything as having #AI
https://youtu.be/CY_b8w8u9NY
#AIHype #AIbubble #ArtificialIntelligence #LLM #chatbot

smurthys, to llm
@smurthys@hachyderm.io avatar

I just finished a productive Copilot session on a complex programming task. I came up with much of the algorithms, and wrote a lot of the code, and had to guide it a lot throughout, but credit where due, Copilot did make small but meaningful contributions along the way.

Overall, not a pair programmer but someone useful to talk to when WFH alone on complex tasks.

Enough for Copilot to earn a ✋🏽. And I like how it responded to that. It has got that part down. 😉

#Copilot #LLM #programming

cigitalgem, to ML
@cigitalgem@sigmoid.social avatar

When you choose to use an #ML #LLM foundation model, you accept the risk management decisions made by the vendor without your input. Wonder what they are? Read this #MLsec paper from #IEEE computer.

https://berryvilleiml.com/2024/05/16/how-to-regulate-llms/

ramikrispin, to machinelearning
@ramikrispin@mstdn.social avatar

MLX Examples 🚀

The MLX is Apple's framework for machine learning applications on Apple silicon. The MLX examples repository provides a set of examples for using the MLX framework. This includes examples of:
✅ Text models such as transformer, Llama, Mistral, and Phi-2 models
✅ Image models such as Stable Diffusion
✅ Audio and speech recognition with OpenAI's Whisper
✅ Support for some Hugging Face models

🔗 https://github.com/ml-explore/mlx-examples

nixCraft, to random
@nixCraft@mastodon.social avatar

Someone actually built a Chrome extension to "Hide annoying Google AI Overviews". LOL. Right now it only has 2,000 users, but I wouldn't be surprised if it reaches millions in a few months when SGE (Search Generative Experience) will be rolled out globally. https://chromewebstore.google.com/detail/hide-google-ai-overviews/neibhohkbmfjninidnaoacabkjonbahn Duckduckgo is also releasing similar tech using AI .

rpsu,
@rpsu@mas.to avatar

@nixCraft it would be better to prevent the LLM results from being generated altogether. That would not just save us from the crap but also prevent the emissions being created at all (maybe).

drahardja, to ai
@drahardja@sfba.social avatar

D’Youville University featured “Sophia”, a humanoid robot that talks and moves based on , in its commencement ceremony.

It’s pretty insulting when a thoughtless is invited to give “life advice” to actual human students.

https://www.youtube.com/watch?v=L9a2ToSgWI8

kubikpixel, to gentoo
@kubikpixel@chaos.social avatar

Gentoo and NetBSD ban 'AI' code, but Debian doesn't – yet

The problem isn't just that LLM-bot generated code is bad – it's where it came from.

🐧 https://www.theregister.com/2024/05/18/distros_ai_code/


br00t4c, to llm
@br00t4c@mastodon.social avatar
finestructure, to llm
@finestructure@mastodon.social avatar

•This• is the compelling use case for me. If I use a translator to write messages in French I'm not forced to come up with an initial attempt and I lose the learning aspect of that.

If instead I put something into ChatGPT and it not only corrects but explains what my mistakes were that's a huge win in terms of learning from your mistakes.

(I still don't trust the thing 100% but it's also not a high stakes situation – I'm not engaging in a nuclear arms treaty after all 😅)

metin, (edited ) to ai
@metin@graphics.social avatar
KatM, to iOS
@KatM@mastodon.social avatar

has gotten even worse! How is this possible, ?

Fix your shitty autocorrect! There’s no such thing at “there’re” so quit putting it into my content.

And how come I get a word suggestion as I type, I click on it, and an entirely different word is inserted that wasn’t even one of the options offered - sometimes not even an English word?!

🤯🤬😠😡😤

m0bi13, to llm Polish
@m0bi13@pol.social avatar

Ciekawa musi być praca nad bezpieczeństwem "sztucznej inteligencji" 🤔

LChoshen, to llm
@LChoshen@sigmoid.social avatar

Do LLMs learn foundational concepts required to build world models? (less than expected)

We address this question with 🌐🐨EWoK (Elements of World Knowledge)🐨🌐

a flexible cognition-inspired framework to test knowledge across physical and social domains

https://ewok-core.github.io

shawnhymel, to Nvidia
@shawnhymel@masto.ai avatar

If you pick up one of the #Nvidia Orin boards, definitely get an SSD to go along with it. While it can run off an SD card, you’re going to run out of space quickly, and you’ll see a performance hit on complex tasks (like running a local #LLM). #EdgeAI #ai

Get an SSD for your Nvidia Orin board!

dw_innovation, to llm
@dw_innovation@mastodon.social avatar

As negotiate with companies that have built , they are starting to think about how to assign a dollar to their .

There are three parts to this problem:

  1. Understanding what can be licensed
  2. Setting a price
  3. Getting the companies to agree to pay

Interesting article by Anya Schiffrin for Poynter: https://www.poynter.org/reporting-editing/2024/google-search-ai-effect-news-publishers-deals/

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • tacticalgear
  • khanakhh
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • everett
  • ngwrru68w68
  • Durango
  • megavids
  • InstantRegret
  • cubers
  • GTA5RPClips
  • cisconetworking
  • ethstaker
  • osvaldo12
  • modclub
  • normalnudes
  • provamag3
  • tester
  • anitta
  • Leos
  • lostlight
  • All magazines