AI Tools Could Sell User Data About Opinions and Preferences, Create an ‘Intention Economy’: Study
Artificial intelligence (AI) tools could soon start predicting and manipulating users with the large pool of “intent data” they have, a study has claimed. Conducted by the University of Cambridge, the research paper also highlights that in the future, an “intention economy” could be formed which could create a marketplace for selling “digital signals of intent” of a large user base. Such data can be used in a variety of ways, from creating customized online ads to using AI chatbots to persuade and convince users to buy a product or service, the paper warned.It is undeniable that AI chatbots such as ChatGPT, Gemini, Copilot, and others have access to a massive dataset that comes from users having conversations with them. Many users talk about their opinions, preferences, and values with these AI platforms. Researchers at Cambridge’s Leverhulme Center for the Future of Intelligence (LCFI) claim that this massive data can be used in dangerous ways in the future.The paper describes an intention economy as a new marketplace for “digital signals of intent”, where AI chatbots and tools can understand, predict, and steer human intentions. Researchers claim these data points will also be sold to companies who can profit from them.Researchers behind the paper believe the intention economy would be the successor to the existing “attention economy” which is exploited by social media platforms. In an attention economy, the goal is to keep the user hooked on the platform while a large volume of ads could be fed to them. These ads are targeted based on users’ in-app activity, which reveals information about their preferences and behaviour.The intention economy, the research paper claims, could be far more pervasive in its scope and exploitation as it can gain insight into users by directly. conversing with them. As such, they could know their fears, desires, insecurities, and opinions.”We should start to consider the likely impact such a marketplace would have on human aspirations, including free and fair elections, a free press and fair market competition before we become victims of its unintended consequences,” Dr. Jonnie Penn, a Historian of Technology at LCFI told The Guardian.The study also claimed that with this large volume of “intentional, behavioural, and psychological data”, large language models (LLMs) could also be taught to use such information to anticipate and manipulate people. The paper claimed that future chatbots could recommend users to watch a movie, and could use access to their emotions as a way to convince them to watch it. “You mentioned feeling overworked, shall I book you that movie ticket we’d talked about?”, it cited an example.Expanding upon the idea, the paper claimed that in an intention economy, LLMs could also build psychological profiles of users and then sell them to advertisers. Such data could include information about a user’s cadence, political inclinations, vocabulary, age, gender, preferences, opinions, and more. Advertisers will then be able to make highly customized online ads knowing what could encourage a person to buy a certain product.Notably, the research paper offers a bleak outlook on how private user data in the age of AI can be used. However, given the proactive stance of various governments across the world in limiting AI companies’ access to such data, the reality might be brighter than the one projected by the study.
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!