Google Partners The Associated Press to Bring Real-Time Information to Gemini
Google announced a new partnership with The Associated Press (AP) on Wednesday. The collaboration is focused on the Mountain View-based tech giant’s artificial intelligence (AI) products and services, which are powered by its Gemini AI models. The company highlighted that with this partnership, the US-based not-for-profit news agency will deliver “a feed of real-time information” to help improve the responses of the Gemini platform. While the tech giant did not reveal the finer details, this might also allow Gemini to get access to real-time information faster.Google Announces AI-Focused Collaboration With APGoogle’s announcement comes after rival OpenAI signed several such partnerships with news and media companies such as Condé Nast, Vox Media, World Association of Newspapers and News Publishers (WAN-IFRA), and the Wall Street Journal’s parent organization News Corp. These partnerships offer multiple benefits to AI firms. First, as the publicly available data is quickly being exhausted in training the newer and more advanced AI models, companies are now looking for high-quality data to continue the advancement of large language models (LLMs). Entering a partnership also lets AI firms gain. access to firewall-protected content which typical web crawlers cannot find. Alternatively, such deals also protect the company from any risk of copyright infringement lawsuits. Finally, such collaborations require the content platform to send structured data, which also makes it convenient for AI firms to quickly sort and feed into the AI system. While Google did not reveal any financial details of the deal, it highlighted that AP will deliver a feed of real-time information which will be used to improve the usefulness of results shown in the Gemini app. The post also mentioned that the company is entering limited partnerships to “identify specific types of information and data”. Google explained in a separate post that its AI-based partnerships are focused on receiving content in specific key areas such as closed and offline datasets, metadata and signals, and real-time structured factual information for verification purposes. As per the tech giant, the aim of these collaborations is not just to source high-quality data but also to use such data to broadly improve its AI products and services. For the latest tech news and reviews, follow Gadgets 360 on X, Facebook, WhatsApp, Threads and Google News. For the latest videos on gadgets and tech, subscribe to our YouTube channel. If you want to know everything about top influencers, follow our in-house Who’sThat360 on Instagram and YouTube. Nothing Said to Raise Funding, Crosses $1 Billion in Lifetime Sales
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!