renwillis, to ChatGPT
@renwillis@mstdn.social avatar

"Consumer AI is just the new search" anecdote: [1/3]

Casual non-techy coworkers yesterday were talking about using excel reports to analyze data & turns out two of the people use to know how to do something in excel.

So, before this stuff, if you were like, "how do I do X in Excel" in google, you'd get a bunch of hits and then have to wade through the results to see which link was actually what you were looking for, then test out if their solution works.

renwillis,
@renwillis@mstdn.social avatar

"Consumer AI is just the new search" anecdote: [2/3]

Now, you do the same thing, but in , even just upload a photo of what you are trying to do, and instead of a bunch of dubious links, you get an answer that probably works. That probability is just as good as the probability after combing through search results yourself, but without the combing.

renwillis,
@renwillis@mstdn.social avatar

"Consumer AI is just the new search" anecdote: [3/3]

There are over 1 billion websites with over 30 billion web pages out there on the internet and regular search absolutely sucks now. It's no wonder normies are seeing as magic when it can take 30 billion+ results and give you one answer that's most likely what you are looking for.

Search 3.0

And whoever wins will be the new Google.

joe, to ai

A few weeks back, I thought about getting an AI model to return the “Flavor of the Day” for a Culver’s location. If you ask Llama 3:70b “The website https://www.culvers.com/restaurants/glendale-wi-bayside-dr lists “today’s flavor of the day”. What is today’s flavor of the day?”, it doesn’t give a helpful answer.

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

If you ask ChatGPT 4 the same question, it gives an even less useful answer.

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

If you check the website, today’s flavor of the day is Chocolate Caramel Twist.

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

So, how can we get a proper answer? Ten years ago, when I wrote “The Milwaukee Soup App”, I used the Kimono (which is long dead) to scrape the soup of the day. You could also write a fiddly script to scrape the value manually. It turns out that there is another option, though. You could use Scrapegraph-ai. ScrapeGraphAI is a web scraping Python library that uses LLM and direct graph logic to create scraping pipelines for websites, documents, and XML files. Just say which information you want to extract and the library will do it for you.

Let’s take a look at an example. The project has an official demo where you need to provide an OpenAI API key, select a model, provide a link to scrape, and write a prompt.

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

As you can see, it reliably gives you the flavor of the day (in a nice JSON object). It will go even further, though because if you point it at the monthly calendar, you can ask it for the flavor of the day and soup of the day for the remainder of the month and it can do that as well.

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

Running it locally with Llama 3 and Nomic

I am running Python 3.12 on my Mac but when you run pip install scrapegraphai to install the dependencies, it throws an error. The project lists the prerequisite of Python 3.8+, so I downloaded 3.9 and installed the library into a new virtual environment.

Let’s see what the code looks like.

You will notice that just like in yesterday’s How to build a RAG system post, we are using both a main model and an embedding model.

So, what does the output look like?

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

At this point, if you want to harvest flavors of the day for each location, you can do so pretty simply. You just need to loop through each of Culver’s location websites.

Have a question, comment, etc? Please feel free to drop a comment, below.

https://jws.news/2024/how-to-use-ai-to-make-web-scraping-easier/

#AI #ChatGPT #llama3 #LLM #Ollama #Python #ScrapegraphAi #WebScraping

stvfrnzl, to OpenAI
@stvfrnzl@mastodon.online avatar

Just got an e-mail from informing me that one of their sub-processors (whatever that means) is now .

I immediately asked them if the content I created will be used in any way to train their and if so, I want no part in it. Requested a back-up of my data and to delete everything.

I used it for the first iteration of my blog but switched to a while ago.

This is bullshit hype is SO annoying

TechDesk, to ai
@TechDesk@flipboard.social avatar

Stack Overflow, a popular forum for programmers and software developers, announced a partnership with OpenAI earlier this week, selling the site’s data, including users’ forum posts, to train ChatGPT.

Now unhappy users are finding themselves banned for editing their popular posts in protest, and even finding those posts changed back by admin – “a reminder that anything you post on any of these platforms can and will be used for profit,” concluded one. Futurism has more.

https://flip.it/IVR89a

evawolfangel, to ChatGPT German
@evawolfangel@chaos.social avatar

Das war eine sehr unterhaltsame Recherche, bei der ich Sepp Hochreiter getroffen habe - ein Pionier des maschinellen Lernens, der mit seiner alten Idee () jetzt OpenAi „vom Markt fegen“ will.

Ob dieser alte Algorithmus wirklich das Zeug dazu hat, große Sprachmodelle zu revolutionieren, kann ich schwer einschätzen. Was mir aber immer klarer wurde in letzter Zeit: Transformermodelle sind an ihrer Grenze. Von daher wird sich was bewegen müssen.

https://www.zeit.de/digital/2024-05/sepp-hochreiter-kuenstliche-intelligenz-chatgpt-nxai-lstm/komplettansicht

mempko, to ai
@mempko@fosstodon.org avatar

There will be ads in ChatGPT, you just won't know they are ads?

https://www.adweek.com/media/openai-preferred-publisher-program-deck/

KOKEdit, to ChatGPT
@KOKEdit@mastodon.social avatar

Unfortunately, this isn't surprising. " are misusing and other chatbots to produce . ... One ... [study] found that up to 17.5 percent of recent computer science papers exhibit signs of AI writing." https://tinyurl.com/mrx4tmyp

thejapantimes, to worldnews
@thejapantimes@mastodon.social avatar

The Biden administration is working to regulate exports of proprietary or closed-source AI models to nations such as China and Russia. https://www.japantimes.co.jp/news/2024/05/09/world/politics/us-curbs-china-ai/

preslavrachev, (edited ) to random
@preslavrachev@mastodon.social avatar

Got this in my @murmel_social digest today: Stack Overflow bans users en masse for rebelling against OpenAI partnership — users banned for deleting answers to prevent them being used to train ChatGPT https://www.tomshardware.com/tech-industry/artificial-intelligence/stack-overflow-bans-users-en-masse-for-rebelling-against-openai-partnership-users-banned-for-deleting-answers-to-prevent-them-being-used-to-train-chatgpt 🔁

ai6yr, to LLMs
SteveThompson, to ai
@SteveThompson@mastodon.social avatar

By 'responsibly' they likely mean 'profitably' as online porn is where the big bucks are and they are in it for profit.

"OpenAI Is ‘Exploring’ How to Responsibly Generate AI Porn"

https://www.wired.com/story/openai-is-exploring-how-to-responsibly-generate-ai-porn/

"OpenAI released draft guidelines for how it wants the AI technology inside ChatGPT to behave—and revealed that it’s exploring how to ‘responsibly’ generate explicit content.

br00t4c, to ai
@br00t4c@mastodon.social avatar
noellemitchell, to journalism
@noellemitchell@mstdn.social avatar

Meet AdVon, the AI-Powered Content Monster Infecting the Media Industry

"So we spent months investigating AdVon by interviewing its current and former workers, obtaining its internal documentation, and searching for more of its fake writers across the media industry.

What we found should alarm anyone who cares about a trustworthy and ethical media industry."

Read this entire article and...wow.

https://futurism.com/advon-ai-content

TechDesk, to ai
@TechDesk@flipboard.social avatar

A new study from Microsoft and LinkedIn has found that AI usage in the workplace has doubled in the last six months.

The data comes from a survey completed by 31,000 people across 31 countries, which found that 75% of workers are now using AI as part of their jobs. Over half are using it for their most important tasks, but don't want to admit it out of fear it makes them look replaceable. Here’s more from CNBC.

https://flip.it/A-Y94_

br00t4c, to ChatGPT
@br00t4c@mastodon.social avatar

OpenAI Offers an Olive Branch to Artists Wary of Feeding AI Algorithms

https://www.wired.com/story/openai-olive-branch-artists-ai-algorithms/

br00t4c, to ChatGPT
@br00t4c@mastodon.social avatar
markcarrigan.net, to ChatGPT
@markcarrigan.net@markcarrigan.net avatar

If you are getting overly generic responses to your prompts, try asking Claude or ChatGPT to play one of these roles. Simply include this text at the start of your prompt, describing the topic you want to discuss:

  1. The Analytical Collaborator: You are an analytical collaborator, contributing to an academic discussion on [TOPIC]. Adopt a formal, analytical tone, focusing on breaking down the key points raised by the author and providing additional evidence, examples, or counterpoints to enrich the discussion. Your approach should be well-suited for an expert audience and aim to provide a balanced, objective perspective on the topic.
  2. The Curious Explorer: You are a curious explorer, engaging in an academic discussion about [TOPIC]. Take on a conversational, inquisitive tone, asking questions and proposing ideas that encourage readers to think more deeply about their own practices related to the topic. Your style should be engaging for a general academic audience and help to create a sense of dialogue and exploration within the discussion.
  3. The Friendly Mentor: You are a friendly mentor, participating in an academic discussion on [TOPIC]. Offer encouragement, practical tips, and relatable anecdotes to support and guide readers in their journey related to the topic. Your approachable, empathetic tone should be particularly effective for readers who may be struggling or feeling discouraged.
  4. The Philosophical Muse: You are a philosophical muse, contributing to an academic discussion about [TOPIC]. Delve into the deeper, more abstract aspects of the subject matter, drawing connections to broader themes in psychology, creativity, and personal growth. Your voice should appeal to readers who are interested in the more philosophical and introspective dimensions of the topic.

Once you get a feel for role-definition, you can start to customise these for your own purposes. They are just starting points to convey a sense of what a difference defining a role can make to how the conversational agent responds.

https://markcarrigan.net/2024/05/07/four-useful-roles-you-can-ask-chatgpt-or-claude-to-play/

#ChatGPT #claude #generativeAI #gettingStarted #prompting

janriemer, to LLMs
vitriolix, to OpenAI
@vitriolix@mastodon.social avatar

I wonder how many billions of dollars OpenAI is paying Stack Overflow for their db

"Stack Overflow signs deal with OpenAI to supply data to its models"

https://techcrunch.com/2024/05/06/stack-overflow-signs-deal-with-openai-to-supply-data-to-its-models/

#openai #ai #llm #chatgpt #stackoverflow

SethRudy, to ChatGPT
@SethRudy@c18.masto.host avatar

The #18thcentury answer to #ChatGPT.

TechDesk, to ai
@TechDesk@flipboard.social avatar

Future AI will be outfitted with an incredible amount of detailed information about its users. In fact, OpenAI CEO Sam Altman says it will be like having a “super competent colleague” that knows absolutely everything about your whole life, every email, every conversation you’ve ever had. Would you sign on for this? Read more at Futurism. https://flip.it/bqE_L2

stefan, to tech
@stefan@stefanbohacek.online avatar

"Students have submitted more than 22 million papers that may have used generative AI in the past year, new data released by plagiarism detection company Turnitin shows."

https://www.wired.com/story/student-papers-generative-ai-turnitin/

researchbuzz, to ai
@researchbuzz@researchbuzz.masto.host avatar

'Artificial intelligence chatbots are facing more scrutiny after an investigative report showed how they can be easily used to devise deceptive election campaigns. The report, conducted by Nieuwsuur in collaboration with AI Forensics, revealed how chatbots from tech giants Google and Microsoft provided strategies aimed at manipulating voters during the upcoming European Parliament elections.'

https://nltimes.nl/2024/05/03/ai-chatbots-fire-creating-misleading-election-campaign-news-report

gimulnautti,
@gimulnautti@mastodon.green avatar

@researchbuzz ChatGPT recommends creating misinformation, baseless claims & fake news in order to win an election.

See original post.

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