Tag

artificial intelligence

Browsing

Sourced from Futurism

Remember back in 2018, when Google removed “don’t be evil” from its code of conduct?

It’s been living up to that removal lately. At its annual I/O in San Francisco this week, the search giant finally lifted the lid on its vision for AI-integrated search — and that vision, apparently, involves cutting digital publishers off at the knees.

Google’s new AI-powered search interface, dubbed “Search Generative Experience,” or SGE for short, involves a feature called “AI Snapshot.” Basically, it’s an enormous top-of-the-page summarization feature. Ask, for example, “why is sourdough bread still so popular?” — one of the examples that Google used in their presentation — and, before you get to the blue links that we’re all familiar with, Google will provide you with a large language model (LLM) -generated summary. Or, we guess, snapshot.

“Google’s normal search results load almost immediately,” The Verge’s David Pierce explains. “Above them, a rectangular orange section pulses and glows and shows the phrase ‘Generative AI is experimental.’ A few seconds later, the glowing is replaced by an AI-generated summary: a few paragraphs detailing how good sourdough tastes, the upsides of its prebiotic abilities, and more.”

“To the right,” he adds, “there are three links to sites with information that Reid says ‘corroborates’ what’s in the summary.”

As it goes without saying, this format of search, where Google uses AI tech to regurgitate the internet back to users, is wildly different from how the search-facilitated internet works today. Right now, if you Google that same query — “why is sourdough bread still so popular?” — you’d be met with a more familiar scene: a featured excerpt from whichever website won the SEO race (in this case, that website was British Baker), followed by that series of blue links.

At first glance, the change might seem relatively benign. Often, all folks surfing the web want is a quick-hit summary or snippet of something anyway.

But it’s not unfair to say that Google, which in April, according to data from SimilarWeb, hosted roughly 91 percent of all search traffic, is somewhat synonymous with, well, the internet. And the internet isn’t just some ethereal, predetermined thing, as natural water or air. The internet is a marketplace, and Google is its kingmaker.

As such, the demo raises an extremely important question for the future of the already-ravaged journalism industry: if Google’s AI is going to mulch up original work and provide a distilled version of it to users at scale, without ever connecting them to the original work, how will publishers continue to monetize their work?

“Google has unveiled its vision for how it will incorporate AI into search,” tweeted The Verge’s James Vincent. “The quick answer: it’s going to gobble up the open web and then summarize/rewrite/regurgitate it (pick the adjective that reflects your level of disquiet) in a shiny Google UI.”

Research has shown that information consumers hardly ever make it to even the second page of search results, let alone even the bottom of the page. And worse, it’s not like Google’s taking clicks away from its long-time information merchants by hiring an army of human content writers to churn out summarization. Google’s new search interface, which is built on a model that’s already been trained by way of boatloads upon boatloads of unpaid-for human output, will seemingly be swallowing even more human-made content and spitting it back out to information-seekers, all the while taking valuable clicks away from the publishers that are actually doing the work of reporting, curating, and holding powerful interests like Google to account.

As of now, it’s unclear whether or how Google plans to compensate those publishers.

In an emailed statement to Futurism, a Google spokesperson said that “we’re introducing this new generative AI experience as an experiment in Search Labs to help us iterate and improve, while incorporating feedback from users and other stakeholders.”

“As we experiment with new LLM-powered capabilities in Search, we’ll continue to prioritize approaches that will allow us to send valuable traffic to a wide range of creators and support a healthy, open web,” the spokesperson added.

Asked specifically whether the company has plans to compensate publishers for any AI-regurgitated content, Google had little in response.

“We don’t have plans to share on this, but we’ll continue to work with the broader ecosystem,” the spokesperson told Futurism.

Publishers, however, are extremely wary of these changes.

“If this actually works and is implemented in a firm way,” wrote RPG Site owner Alex Donaldson, “this is literally the end of the business model for vast swathes of digital media lol.”

At the end of the day, there are a lot of questions that Google needs to answer here, not the least being that AI systems, Google’s included, spew fabrications all the time.

The Silicon Valley giant has long claimed that its goal is to maximize access to information. SGE, though, seemingly seeks to do something quite different — and if the company doesn’t figure out a way to compensate publishers for the labour it’ll be gleaning from the journalists, the effects on the public’s actual access to information could be catastrophic.

Updated with comment from Google.

Feature Image Credit: Getty

Sourced from Futurism

 

By Mark Hinkle

Vector databases store data such as text, video or images that are converted into vector embeddings for AI models to access them quickly.

Artificial Intelligence, such as ChatGPT, acts much like someone with endemic memory who goes to a library and reads every book. However, when you ask an AI a question that was not in the book at the library, it either admits it doesn’t know or hallucinates.

An AI hallucination refers to instances where an artificial intelligence system generates an output that may seem coherent or plausible but is not grounded in reality or accurate information. These outputs can include text, images or other forms of data that the AI model has produced based on its training but may not align with real-world facts or logic.

For example, we could use a generative AI for images like the ones Midjourney provides to generate a picture of an old man. However, the prompt (the way you communicate with an AI like Stable Diffusion or others) has to be something that the model understands. For example, you may ask the AI to create a picture of a man who is over the hill. In this case, I used Midjourney, a popular generative AI for images, to do just that. I used an example that I thought might cause it to hallucinate.

Midjourney-generated image of a man over the hill

Midjourney doesn’t understand euphemisms like over the hill, so it generated a picture of a man who was literally over the top of a hill.

How could you inform the AI what you mean by “over the hill,” and other nuances of language it doesn’t know of? First, you could provide training data. The way you would do this is to convert that data into something known as embeddings, and then import them into a vector database.

While this example is a bit far-fetched for effect, many other contexts apply. For example, industry-specific terminology for medical and legal fields would benefit from being able to train AI on their specific terminology and meanings. Enterprises will want to provide their data to AI without introducing public models.

A critical use case for vector databases is large language models to retrieve domain-specific or proprietary facts that can be queried during text generation. Therefore, vector databases will be essential for organizations building proprietary large language models.

Vector vs. NoSQL and SQL Databases

Traditional databases, such as relational databases (e.g., MySQL, PostgreSQL, Oracle) and NoSQL databases (e.g., MongoDB, Cassandra), have been the backbone of business data management for decades. They store and organize data in structured formats like tables, documents or key-value pairs, making it easier to query and manipulate using standard programming languages.

These databases excel at handling structured data with fixed schema, but they often struggle with unstructured data or high-dimensional data, such as images, audio and text. Moreover, as the volume and velocity of data increase, they may face performance bottlenecks, leading to slower response times and scalability issues.

Vector databases, on the other hand, represent a paradigm shift in data storage and retrieval. Instead of relying on structured formats, they store and index data as mathematical vectors in high-dimensional space. This approach, called “vectorization,” allows for more efficient similarity searches and better handling of complex data types, such as images, audio, video and natural language.

Imagine a vector database as a vast warehouse and the AI as the skilled warehouse manager. In this warehouse, every item (data) is stored in a box (vector), organized neatly on shelves in a multidimensional space. The warehouse manager (AI) knows the exact position of each box and can quickly retrieve or compare the items based on their similarities, just like a skilled warehouse manager can find similar group products.

The boxes represent different types of unstructured data, such as text, images or audio, which have been transformed into a structured numerical format (vectors) to be efficiently stored and managed. The more organized and optimized the warehouse is, the faster and more accurately the warehouse manager (AI) can find the items needed for various tasks, such as making recommendations, recognizing patterns or detecting anomalies.

This analogy helps convey the idea that vector databases serve as a crucial foundation for AI systems, enabling them to efficiently manage, search and process complex data in a structured and organized manner. Just as a well-managed warehouse is essential for smooth business operations, a vector database plays a vital role in the success of AI-driven applications and solutions.

The key advantage of vector databases is their ability to perform approximate nearest neighbour (ANN) search, quickly identifying similar items in a large dataset. Using techniques like dimensionality reduction and indexing algorithms, vector databases can perform these searches at scale, providing lightning-fast response times and making them ideal for applications like recommendation systems, anomaly detection and natural language processing.

Embeddings — Turning Words, Images and Videos into Numbers

Embeddings are techniques that convert complex data, such as words, into simpler numerical representations (called vectors). This makes it easier for AI systems to understand and work with the data. Probability helps create these representations by analysing how often certain pieces of data appear together.

Probability helps quantify the similarity of two pieces of data, allowing the AI system to find related items. Probability-based techniques help AI systems quickly find similar data points in large databases without examining every item. Probability helps AI systems group similar data points together and reduce the complexity of the data, making it easier to process and analyse.

Popular Vector Databases

While there are an ever-growing number of vector databases, several factors contribute to their popularity. These factors include efficient performance in storing, indexing and searching high-dimensional vectors, ease of use in integrating with existing machine learning frameworks and libraries, scalability in handling large-scale, high-dimensional data, flexibility in offering multiple backends and indexing algorithms, and active community support with valuable resources, tutorials and examples.

Vector databases that are more likely to be popular among users are ones that provide fast and accurate nearest-neighbour search, clustering, and similarity matching, and that can be easily deployed on cloud infrastructure or distributed computing systems. Based on popularity among users and the number of stars on Github, here are some of the most popular vector databases.

  • Pinecone: Pinecone is a cloud-based vector database designed to efficiently store, index and search extensive collections of high-dimensional vectors. Pinecone’s key features include real-time indexing and searching, handling sparse and dense vectors, and support for exact and approximate nearest-neighbour search. In addition, Pinecone can be easily integrated with other machine learning frameworks and libraries, making it popular for building production-grade NLP and computer vision applications.
  • Chroma: Chroma is an open source vector database that provides a fast and scalable way to store and retrieve embeddings. Chroma is designed to be lightweight and easy to use, with a simple API and support for multiple backends, including RocksDB and Faiss (Facebook AI Similarity Search — a library that allows developers to quickly search for embeddings of multimedia documents that are similar to each other). Chroma’s unique features include built-in support for compression and quantization, as well as the ability to dynamically adjust the size of the database to handle changing workloads. Chroma is a popular choice for research and experimentation due to its flexibility and ease of use.
  • Weaviate: Weaviate is an open source vector database designed to build and deploy AI-powered applications. Weaviate’s key features include support for semantic search and knowledge graphs and the ability to automatically extract entities and relationships from text data. Weaviate also includes built-in support for data exploration and visualization. Weaviate is an excellent choice for applications that require complex semantic search or knowledge graph functionality.
  • Milvus: Milvus is an open source vector database designed for large-scale machine-learning applications. Milvus is optimized for both CPU and GPU-based systems and supports exact and approximate nearest-neighbour searches. Milvus also includes a built-in RESTful API and support for multiple programming languages, including Python and Java. Milvus is a popular choice for building recommendation engines and search systems that require real-time similarity searches. Milvus is part of the Linux Foundation’s AI and Data Foundation, but the primary developer is Zilliz.
  • DeepLake: DeepLake is a cloud-based vector database that is designed for machine learning applications. DeepLake’s unique features include built-in support for streaming data, real-time indexing and searching, and the ability to handle both dense and sparse vectors. DeepLake also provides a RESTful API and support for multiple programming languages. DeepLake is a good choice for applications that require real-time indexing and search of large-scale, high-dimensional data.
  • Qdrant: Qdrant is an open source vector database designed for real-time analytics and search. Qdrant’s unique features include built-in support for geospatial data and the ability to perform geospatial queries. Qdrant also supports exact and approximate nearest-neighbour searches and includes a RESTful API and support for multiple programming languages. Qdrant is an excellent choice for applications that require real-time geospatial search and analytics.

As in the case of SQL and NoSQL databases, vector databases come in many different flavours and address various use cases.

Use Cases for Vector Databases

Artificial intelligence applications rely on efficiently storing and retrieving high-dimensional data to provide personalized recommendations, recognize visual content, analyse text and detect anomalies. Vector databases enable efficient and accurate search and analysis of high-dimensional data, making them essential for developing robust and efficient AI systems.

Recommender Systems

In recommender systems, vector databases have the crucial function of storing and proposing items that best match users’ interests and preferences. These databases facilitate fast and effective searches for similar items by representing items as vectors. This feature allows AI-powered systems to provide personalized recommendations, thus improving user experiences on social networks, streaming services and e-commerce websites.

One commonly used AI-powered recommendation system is the one used by Amazon. Amazon uses a collaborative filtering algorithm that analyses customer behaviour and preferences to make personalized recommendations for products they might be interested in purchasing.

This system considers past purchase history, search queries and items in the customer’s shopping cart to make recommendations. Amazon’s recommendation system also uses natural language-processing techniques to analyse product descriptions and customer reviews to provide more accurate and relevant recommendations.

Image and Video Recognition

In image and video recognition, vector databases store visual content as high-dimensional vectors. These databases empower AI models to efficiently recognize and understand images or videos, find similarities, and perform object recognition, face recognition, or image classification tasks. This has applications in security and surveillance, autonomous vehicles and content moderation.

One commonly used image and video recognition system powered by AI is the TensorFlow Object Detection API. This open source framework developed by Google allows users to train their own models for object detection tasks, such as identifying and localizing objects within images and videos.

The TensorFlow Object Detection API uses deep learning models, such as the popular Faster R-CNN and SSD models, to achieve high accuracy in object detection. It also provides pre-trained models for everyday object detection tasks, which can be fine-tuned on new datasets to improve performance.

Natural Language Processing (NLP)

Vector databases play a critical role in NLP by storing and managing information about words and sentences as vectors. These databases enable AI systems to perform tasks such as searching for related content, analysing the sentiment of a piece of text or even generating human-like responses. By harnessing the power of vector databases, NLP models can be used for applications like chatbots, sentiment analysis or machine translation.

One commonly used NLP system is the Natural Language Toolkit (NLTK). NLTK is a comprehensive platform for building Python programs to work with human language data. It provides easy-to-use interfaces to over 50 corpora and lexical resources and a suite of text-processing libraries for classification, tokenization, stemming, tagging, parsing, semantic reasoning and more. Researchers and practitioners widely use NLTK in academia and industry, and it is a popular choice for teaching NLP concepts and techniques.

Anomaly Detection

Vector databases can help detect unusual activities or behaviours in various areas, such as cybersecurity, fraud detection or industrial equipment monitoring. These databases can quickly identify patterns that deviate from the norm by representing data as vectors. AI models integrated with vector databases can then flag these anomalies and trigger alerts or mitigation measures, ensuring timely and effective responses.

Microsoft Azure Anomaly Detector is a cloud-based service that allows users to monitor and analyse time series data to identify anomalies, spikes and other unusual patterns. Azure Anomaly Detector uses advanced AI algorithms such as Seasonal Hybrid ESD (S-H-ESD) and Singular Spectrum Analysis (SSA) to automatically detect and alert users when anomalous behaviour is caught in the data. It also provides a simple REST API for developers to integrate the service into their applications and workflows efficiently.

Summary

Vector databases are critical to many artificial intelligence (AI) applications, including recommender systems, image and video recognition, natural language processing (NLP) and anomaly detection. By storing and managing data as high-dimensional vectors, these databases enable efficient and accurate search and analysis of large datasets, leading to enhanced user experiences, improved automation, and timely detection of anomalies. In the realm of recommender systems, vector databases allow for the quick identification of items most relevant to users’ preferences.

At the same time, image and video recognition enables efficient object and face recognition. Vector databases play a crucial role in NLP by storing and managing information about words and sentences as vectors. In anomaly detection, they enable quick identification of unusual patterns or behaviours. Overall, vector databases are essential for developing robust and efficient AI systems across various domains.

Feature Image Credit: tikisada from Pixabay

By Mark Hinkle

Sourced from THENEWSTACK

By John Brandon

Remember the date of March 3, 2023.

It might be just another Friday on the calendar, but it’s actually the day a well-known social media company announced their own demise. It’s also the beginning of the end for all social media.

That’s right, March 3 is when LinkedIn announced a new “collaborative article” concept, which (if you follow AI trends and know how these things usually pan out) seems harmless enough at first. Prior to this, it was — a voicebot will always be available in your home or a robotic car will drive you to work. In the announcement, LinkedIn mentioned this innocuous phrase: “These articles begin as AI-powered conversation starters, developed with our editorial team.”

What’s really happening here? My guess is that LinkedIn is using AI to scan their own platform (what they claim is “10 billion years of professional experience”) to generate AI-created content. As humans, we’ll respond to these posts because they will be tailor-made to encourage a response and debate. How these posts will be labelled is still unknown. What’s clear is that there will be a plethora of AI-enabled content meant to encourage more engagement.

One report called this semi-automated social media. I tend to take a darker view. I recently wrote about how an AI chatbot is posting on Twitter, and that the commenters are often a bit confused about whether the account is powered by a real human or not. It’s a curious development. I’m in favour of AI helping us do our work. I’m not in favour of people thinking content created by a human is actually something cooked up by an AI, mostly because it means the entire experience will degrade, one post at a time. I’ve already experienced way more LinkedIn spam messaging of late, to the point where I now barely read any direct messages at all. The last thing I need is AI spam.

The question is where this all will lead. Once AI starts controlling the algorithm and posting content to lure us into more discussions, it’s just a matter of time before more and more accounts that appear to be human (with an AI-generated face and a fake location) start invading these networks, ruining the experience for all of us.

Imagine how this might work.

On a typical day, you might login to LinkedIn or Facebook, scrolling through your feed. You see plenty of comments and lively discussion. But it’s all a ruse. The social media platform has allowed and even enabled the AI accounts to create the discussions (and the comments), and they are geared for you — your interests and proclivities. The chats will always look appealing because the social media networks know what you like and what you usually follow.

On Instagram and TikTok, bots will know which photos and videos you like the best, but without the human element, it will all become nothing more than a way to grab your attention even more and keep you hooked longer on the apps, showing you ads that are also fine-tuned to your interest. Not to make it all sound too dire, but think of The Matrix and the moment Neo realized he was (spoiler alert for the five people who don’t know this) nothing more than a battery in a tube.

When we are all surrounded by AI bots acting like humans, looking at content that was not generated by humans and looking at ads powered by algorithms, it will feel about the same as The Matrix. None of it will seem real. And then one of it will have value.

With apologies to Elon Musk and Mark Zuckerberg, this might be when we reach behind our neck and pull the cord out. It might be when social media finally loses its grip on us and we realize it was all designed to keep us hooked to their advertising formulas after all. I hope we do wake up before that nightmare occurs.

Feature Image Credit: getty

By John Brandon

John Brandon is a well-known journalist who has published over 15,000 articles on social media, technology, leadership, mentoring, and many other topics. Before starting his writing career in 2001, he worked as an Information Design Director at Best Buy Corporation. Follow him on Twitter: https://twitter.com/johnbrandonmn. @johnbrandonmn

Sourced from Forbes

By Dirk Petzold

Let’s explore the boundless possibilities of AI-powered graphic design for creative professionals.

Artificial intelligence (AI) is transforming the way graphic design professionals work. By combining AI technology with creative skills, graphic designers can unlock new potential for their projects and produce amazing results. This article will explore the power of AI in graphic design and provide an ultimate guide for creative professionals looking to incorporate it into their workflow. We’ll discuss the benefits of using AI-powered tools, showcase examples of successful projects that have used this technology, provide tips on getting started with AI tools, outline challenges associated with incorporating artificial intelligence into digital graphics workflows and look ahead to future trends related to AI in graphics.

AI in graphic design and its potential for creative professionals

The potential of AI in terms of graphic design is a truly exciting concept to consider. With a combination of artificial intelligence and creative professionals, innovative designs can be created quickly and efficiently. This can provide a huge advantage when it comes to creating visuals for products, services, webpages, or ads; AI allows a designer to prototype and experiment with a multitude of different styles at a moment’s notice. By unlocking a more efficient workflow for designers, AI has the potential to nurture the creative process like never before – making graphic design more accessible and offering boundless possibilities for exploration and experimentation.

The benefits of using AI-powered tools for graphic designers

If a modern graphic designer is looking to take their creativity to a new level, AI-powered tools can help streamline the design process and maximize their potential. AI algorithms can be used to automate mundane tasks, allowing designers to focus on more important aspects such as concept development and refinement. This helps to make a project more efficient, reducing time wasted on mundane tasks that a computer can do from a few minutes to a matter of seconds. In addition, AI-powered dynamic design tools help designers create a custom look by automatically generating variations on a single theme with a few mouse clicks or voice instructions. This saves time and allows for rapid experimentation and quick iteration in finding the most stunning designs.

How to use AI tools to enhance creativity in design projects

AI tools are a fresh new way for graphic designers to add a spark of creativity and a unique quality to their design projects. By taking advantage of these technologies, designers can create a range of eye-catching visuals that captivate audiences like never before. AI tools can also be used to quickly generate multiple solutions, enhance existing graphics, and discover innovative ways to express complex ideas. As a result, merging the creative insight of a designer with the power of AI is rapidly becoming a go-to method for producing truly remarkable design projects.

Examples of graphic design tools that include AI technology

AI technology has been a game changer for graphic design software. Many of today’s popular software products include features that can generate artwork automatically and identify errors in a design.

Unleash the power of artificial intelligence with Luminar AI and transform your photos into true works of art! This intuitive image editor has revolutionized photo editing, making it easier than ever to achieve stunning results. With features designed to maximize convenience while delivering unbeatable precision, Luminar AI is the perfect tool for any level photographer.

Adobe Creative Cloud is at the forefront of AI technology, taking full advantage of it to optimize its software with a suite of tools designed for ease and accuracy. Leveraging AI, Adobe Creative Cloud helps creatives make accurate selections, automate routine tasks like retouching models in an image, or even recognize and save searchable keywords from a video clip. Creative professionals can explore a limitless range of possibilities with AI-powered apps within Creative Cloud – from quickly editing and organizing large volumes of photos to creating complex 3D artwork.

By incorporating Generative AI into Adobe Express, both experienced and inexperienced creators can reach their creative goals. Rather than having to scour for a template that already exists, users of Express will be able to generate one with ease by providing a simple prompt. With the help of Generative AI, they’ll then have the ability to add an object or create unique text effects based on what they’re envisioning – while still keeping full control over it all! The Adobe Express tools are also perfect for editing images, and applying colours and fonts; guaranteed to get you closer to your dream poster, flyer, or social media post without fail.

So far, Artificial Intelligence-driven generative systems have been mainly utilized in the realm of image creation. Nonetheless, I think that this technology also has the potential to benefit creatives who work across different disciplines such as 3D design, texture development, and logo making among others.

Innovative AI capabilities also mean users don’t have to worry about spending hours continuously tweaking and optimizing pieces of artwork, with feedback generated quickly and realistically. For those looking to experience just how powerful ai-powered graphic design can be, there is a range of different software options available that offer the best of both worlds – human creativity coupled with tech’s precision.

Tips on getting started with using AI-powered tools in graphic design

With AI-powered software becoming increasingly more accessible and advanced, now is a great time to get familiarized with utilizing ai in your graphic design projects. Different ai applications can simplify complex art tasks, speed up the workflow processes, and ensure a better quality end product. It might seem like a daunting task to learn the ins and outs of a new piece of software, but with a little dedication, it doesn’t have to be overwhelming. Seek out online tutorials that will guide you on how to use AI software, look for community groups that build awareness of the latest advancements in AI technology or even see if your colleagues already have an experience that they can share!

The challenges associated with incorporating artificial intelligence into graphic design workflows

AI technology has the potential to revolutionize the graphic design industry. AI promises automated assistance for tedious tasks, freeing up valuable time for creators to focus on more creative objectives. Yet, AI’s complexity and ever-evolving nature present unique challenges when it comes to its incorporation into graphic design workflows. AI requires a thoughtful marriage between human creativity and AI capabilities in order to maximize AI’s intended benefits. Thus, incorporating AI into graphic design can be a daunting endeavour that requires careful planning and consideration of resources in order to ensure success. However, this challenge is an exciting opportunity as it provides an avenue for design professionals to further hone their creative problem-solving skills while continuing to explore the possibilities AI holds for the future of graphic design.

Future trends related to AI in digital graphics

AI is revolutionizing digital graphics, and it’s only going to become increasingly influential as we look toward the future. AI can be used to create photorealistic 3D models in various fields, like architecture, engineering, and game design, with greater speed and accuracy than ever before. AI-driven AI solutions are also helping to enhance existing projects without being overly intrusive or disruptive. Furthermore, AI tools are providing a much more intuitive user experience for graphic designers: AI can automate optimization processes, meaning tasks that usually took hours of manual tweaking can now be handled in seconds. AI is not just making our lives easier; it’s pushing forward the potential of digital graphics in ways never before imagined!

Header image via Adobe Stock contributor @Jackie Niam. Do not hesitate to find inspiring projects from all over the world in the Graphic Design category on WE AND THE COLOR.

By Dirk Petzold

Sourced from WATC

By Nadine Rogers

My Ad Center is in the process of rolling out to users around the world.

It is designed to help users control the kinds of ads seen across Google on Search, YouTube and Discover. Users will be able to block sensitive ads and learn more about the information used to personalise the user’s ad experience.

“My Ad Center was designed to give you more control over your ad experience on Google’s sites and apps. When you’re signed into Google, you can access My Ad Center directly from ads on Search, YouTube and Discover, and choose to see more of the brands and topics you like and less of the ones you don’t. You will never have to spend time searching for the right control or decoding how your information is used. Instead, you can manage your ad preferences without interrupting what you’re doing online,” says Jerry Dischler, Vice President, General Manager, Ads.

“Imagine you spent months researching your latest beach trip, and now that you’re back, you don’t want to see vacation ads. With My Ad Center, you can just tap on the three-dot menu next to a vacation ad and choose to see less of those types of ads. You can also choose to see ads about things that you care about, like deals for sneakers or holiday gifts for your loved ones.”

My Ad Center allows you to turn off ads personalisation while making this control easy to find.

If you choose not to see personalised ads, you’ll still see ads, but you may find them less relevant or useful.

This will apply anywhere you’re signed in with your Google Account.

There may also be specific ad topics you don’t want to engage with; in My Ad Center, you can choose to limit ads related to topics such as alcohol, dating, weight loss, gambling, pregnancy and parenting.

“We follow a set of core privacy principles that guide what information we do and don’t collect. We never sell your personal information to anyone, and we never use the content you store in apps like Gmail, Photos and Drive for ads purposes. And we never use sensitive information to personalise ads — like health, race, religion or sexual orientation. It’s simply off limits,” says Dischler.

Users can decide what types of activity are used to make Google products work for you.

Independent of the ads you’re shown. In the past, if your YouTube History was on, it automatically informed how your ads were personalised. Now, if you don’t want your YouTube History to be used for ads personalisation, you can turn it off in My Ad Center, without impacting relevant recommendations in your feed.

“It’s our responsibility to strengthen the ways we keep you in control of your ad experiences, while ensuring that every day, people are safer with Google,” says Dischler.

By Nadine Rogers

Sourced from IT Brief New Zealand

By

Web1 was the introduction of the Internet, where users could ‘see’ the revolution of communication, and Web2 allowed users to experience and interact with the revolution. Now we have Web3, in which we will be allowed to immerse ourselves in the experience, and for the very first time, users will be able to own the revolution.

At the beginning of the Internet, users relied on multiple software and services to accomplish a single task. To play a video game, you had to purchase an online game and connect with your friends via IRC (Internet Relay Chat) and Ventrollo. This is Web1 — a decentralized platform operating in a pluralistic framework. Now, all of the tasks mentioned can be accomplished on Twitch and Discord — this is Web2. Web2 enabled giants like Meta and Alphabet to consolidate crucial auxiliary objectives such as gaining followers, sharing updates, promoting products, and building an online persona into a single website/application.

Welcome to Web3

Web3, also known as ‘the new internet’ is a term used for a brand new rendition of the internet that presents the option of decentralization. You’ve surely read and heard about this brand new Internet, but how does Web3 embed into our properties? It’s pretty simple: through user behaviour.

Although it sounds like a succession — something like 3G, 4G, and 5G — Web3 is not an upgrade from Web2. Instead, it exists simultaneously and is supported by the Web2 frameworks. You don’t have to upgrade from Web3 to Web3.

The Need for Web3

Instagram is a great place to build your platform and gain followers, but it comes with its own cons. Web2 companies like Meta collect plenty of data on the backs of consumers. On the parallel side, these companies have now consolidated the platform and have a monopoly in the market.

The need for Web3 comes from people realizing the dangers of BigTech overreach. People are now interested in building tools that give the power back to the users. Context: for every dollar that YouTube advertising generates, creators get only 55%. Couple this with the risk of losing your entire work at the whim of a YouTube executive. Web3 is the solution to this precarious system. Instead of channelling money through centralized platforms, creators will now deal directly with the users.

Every time you stumble upon the Internet, sites like Facebook and YouTube get a hold of your data. This data is then sold to other companies. While Advertising isn’t entirely harmless, it is not the only space that gets a hold of your data. Here are some very scary examples:

· Ancentry.com retains the DNA of more than 26 million people

· Twitter fined for selling user data

· Apple sells data to Google

The strive for Web3 goes beyond privacy. It’s actually about what we can control. Not distributing our data to monopolistic companies has been a major point of infliction in the quest toward Web3. Just like a slippery slope can turn into an avalanche in mere seconds, giving a tremendous amount of power to a single entity can take an ugly turn in quick succession.

Why Web3?

Blockchain and Web3 is the emerging choice for the next generation of Internet users. Here are the main reasons why:

1. Privacy & Security: Web3 is an improved version of the web, built through the best cryptographic technologies that ensure that Internet users are able to secure their data from hackers and prying companies.

2. Storage Decentralization: The IPFS (InterPlanetary File System) is designed to store data in multiple devices to deter any breaching efforts. Each file storage has its own security and the system operates simultaneously around the globe.

3. Anonymity: Users can choose to remain anonymous and operate in seclusion, all the while high-stake businesses and social media reputations.

Key Features of Digital Marketing in Web3

1. Artificial Intelligence

Web3 operates on Natural Language Processing (NLP) and interprets data in a much more reliable form. This opens pathways for a more linear and consistent reading of data sets. AI is beautifully woven through the entire structure of Web3, and it bodes perfectly well with digital marketing campaigns that rely on human behaviour to target audiences.

2. Decentralization

The primary feature of Web3 is decentralization. In this realm, the data isn’t held by a giant database. Decentralization ditches the use of HTTP protocol to find pre-stored information on servers. In Web3, information is not restricted to a single location — instead, it is intentionally spread out.

3. No middlemen

Web3 allows individuals to take control of their data. Through this, individuals can directly exchange value with each other and require no meddling of an intermediator. We’ve grown used to operating on highly centralised platforms such as Meta and Google. Although they come with their own perks, they also leave users privy to security breaches and information manipulation. Web3 opens pathways to data ownership, which is an essential step to achieving complete freedom on the web.

4. No external authorization

Users on Web3 no longer have to rely on third-party authorization to view data. Imagine not having to share your information (and biometrics) with third parties for authorization. the removal of obstruction increases the chances of user security and privacy.

The Impact of Web3 on Digital Marketing

The buzz around Web3, NFTs, and Metaverse is seemingly inescapable now. I am constantly fielding questions on what it means for digital marketing and social media-based promotional campaigns.

Web3 is being marketed as its predecessors’ smarter, more sophisticated version. The new and immersive technology is targeted toward users who want to interact with brands and have a first-hand experience of distinct products.

Digital Marketing in the Metaverse

The Metaverse is here to create a surrounding and immersive space for consumers. The unbounded access is the luxury of this space and is a fun and personalized way of interacting with people far away from you. Yet the space comes with challenges of its own.

You no longer have to imagine being in an alternative space where space and geopoints dictate the level of access and communication. We are already there. Metaverse combines the marketing lessons of Web1 and Web2 to create a mature, more sophisticated experience on the Internet for users.

Marketing via Tokens

Marketing is all about engaging with people and delivering your message. The gist of old-school marketing is to be relatable, likeable, and authentic. The future of a brand’s marketing lies heavily on the authenticity of the marketing campaign. Tokens and Web3 marketing take it up a notch by ensuring that users can have an equal stake in the engagement, buying, and selling of products.

Summing Up

Blockchain and Crypto went from pipe dreams to billion-dollar innovations because they were able to gear the market toward universal ownership and direct linkage. Brands are discovering NFT markets and establishing unique bonds with their base based on their will to build authentic communities. While we may have been introduced to the platform, we’re still conflicted on the road to marketing on Web3. I think it will be a fascinating journey with space for many trials and errors. Regardless, I can faithfully predict that the biggest net gainer of the process will be the user.

Feature Image Credit: Pexels

By

Sourced from Entrepreneur

By Ben Sherry,

New platforms are simplifying the path to entrepreneurship for a new generation.

There has never been a better, easier time to start a business.

Artificial intelligence technology is chipping away at the barriers to entry for aspiring entrepreneurs, which represent a meaningful segment of the U.S. population. A 2021 survey conducted by Harris Poll found that 61 percent of Americans have an idea for a business, but are stymied by a lack of access to business tools and knowledge on how to get started. The founders behind a new crop of A.I.-powered platforms envision a world where, instead of needing an MBA, you can leverage technology to help launch your business.

For burgeoning entrepreneurs looking for an all-in-one platform to provide guidance and assistance in starting a business, there’s Tailor Brands, which launched in 2014 as a simple logo creator before adding additional features designed to help entrepreneurs start small businesses. Requiring just a brand name and some basic information about the status of the business, the system can create a custom to-do list for founders, including items such as securing a domain name, launching a website, registering as an LLC, and obtaining trademark approvals.

Tailor Brands CEO Yali Saar hopes that by providing a framework for people to build their businesses, entrepreneurs will have more time to spend perfecting their specific product or service. “We’re trying to create a world where building your business is easy, and you’re actually measured by the quality of your product or service,” says Saar.

One service not currently offered by Tailor Brands is copywriting. Making sure that your social media content and advertising is SEO-friendly and finely curated to your target audience is key if you want to increase awareness of your brand and grow. One company offering such services is Pluralytics, a “content intelligence solutions” platform founded in 2020 to help companies discover their “brand voice” and ensure that their messaging is always pinpointed to engage their target audience.

The Pluralytics algorithm assigns a “value” to every single word in a given post, such as “confident” or “energized,” and then scores that post against a custom benchmark set up to replicate the values of the post’s intended audience, according to co-founder Alisa Miller. Business owners can then turn their copywriting into a science, using data to ensure that every word is as effective as possible at converting ad viewers into customers. As an example, Miller says that the algorithm can determine the subtle differences between words with the same meaning, such as give versus donate.

While Pluralytics can be useful for improving content that’s already been written, Jasper, which bills itself as an “A.I. content platform,” goes even further by creating fully original material from scratch. Founders can choose from a large variety of templates, such as “video script” or “real estate listing,” and then submit a brief description of the intended message. The program then crafts a custom piece of copy in the style of the founder’s choosing.

According to CEO and co-founder Dave Rogenmoser, Jasper can’t fully create perfect posts yet, as most need some editing and cleanup done after the fact, but he estimates that the program gets most clients “around 80 percent of the way there.” For some entrepreneurs, Rogenmoser says, more helpful than automating copywriting is simply eliminating the feeling of staring at a blank page and not knowing where to start.

What might be the broader impact of these kinds of tools on the business world? According to Tailor Brands’ Saar, “we’re going to see independent businesses become a larger portion of the economy because of these A.I. platforms, which are allowing independents to do everything they need to do on their own.”

Feature Image Credit: Getty Images

By Ben Sherry,

Sourced from Inc.

By Pesala Bandara

Artificial intelligence (AI) can use a person’s brainwaves to see around corners and create images of objects the human eye can not directly see.

Researchers at the University of Glasgow have shown that the computational imaging technique, known as “ghost imaging”, can be combined with human vision to reconstruct the image of objects hidden from view by analyzing how the brain processes barely visible reflections on a wall.

Ghost imaging has been used before to reveal objects hidden around corners and normally involves beaming laser light onto a surface, around a corner and back to a camera sensor, then using algorithms to decode the scattered returned light to identify the object. For the new study, researchers swapped out the camera for human eyes.

Although the researchers previously used human vision in a passive manner to perform ghost imaging, the new work uses the human visual system in an active role by having a person view the light patterns instead of a camera. The brain’s visual response is recorded and used as feedback for an algorithm that determines how to reshape the projected light patterns and reconstructs the final image.

experiment setup
Experimental set-up for non-line-of-sight ghost imaging with EEG neurofeedback | Daniele Faccio, University of Glasgow

The experiment was set up so that the hidden object was made up of light patterns from a projector cast onto a cardboard cut-out, reports New Atlas. From around the corner, the human participant could only see diffused light on a white wall, which alone wouldn’t be clear enough to make out the original object. This is where the AI component comes in.

The human subjects wore an EEG helmet, which was able to read signals in their visual cortex. These signals were fed into a laptop running AI algorithms which could then decode the scattered light and identify the object. The researchers showed that their technique could successfully reconstruct 16×16 pixel images of simple objects that could not be seen by the observer. They also demonstrated that the carving out process helped reduce the observation time needed for image reconstruction to about one minute.

“This is one of the first times that computational imaging has been performed by using the human visual system in a neurofeedback loop that adjusts the imaging process in real time,” says lead researcher, Daniele Faccio, in a press release for Optica’s Imaging and Applied Optics Congress where the new findings will be presented later this month.

“Although we could have used a standard detector in place of the human brain to detect the diffuse signals from the wall, we wanted to explore methods that might one day be used to augment human capabilities,” adds Faccio.

The new work represents a step toward combining human intelligence with AI. The researchers say that future work will investigate imaging objects in three dimensions, and combining data from multiple viewers at the same time.

By Pesala Bandara

Sourced from PetaPixel

By Sharon Goldman

More than ever, organizations are putting their confidence – and investment – into the potential of artificial intelligence (AI) and machine learning (ML).

According to the 2022 IBM Global AI Adoption Index, 35% of companies report using AI today in their business, while an additional 42% say they are exploring AI. Meanwhile, a McKinsey survey found that 56% of respondents reported they had adopted AI in at least one function in 2021, up from 50% in 2020.

“We know that we cannot change the diagnosis, but we can help change the outcome”- Cigna C-suite Executives Discuss the Impact of AI and Digital Interactions in Transforming the Health of Their Customers 1

But can investments in AI deliver true ROI that directly impacts a company’s bottom line?

According to Domino Data Lab’s recent REVelate survey, which surveyed attendees at New York City’s Rev3 conference in May, many respondents seem to think so. Nearly half, in fact, expect double-digit growth as a result of data science. And 4 in 5 respondents (79%) said that data science, ML and AI are critical to the overall future growth of their company, with 36% calling it the single most critical factor.

Implementing AI, of course, is no easy task. Other survey data shows another side of the confidence coin. For example, recent survey data by AI engineering firm CognitiveScale finds that, although execs know that data quality and deployment are critical success factors for successful app development to drive digital transformation, more than 76% aren’t sure how to get there in their target 12–18 month window. In addition, 32% of execs say that it has taken longer than expected to get an AI system into production.

AI must be accountable

ROI from AI is possible, but it must be accurately described and personified according to a business goal, Bob Picciano, CEO of Cognitive Scale, told VentureBeat.

“If the business goal is to get more long-range prediction and increased prediction accuracy with historical data, that’s where AI can come into play,” he said. “But AI has to be accountable to drive business effectiveness – it’s not sufficient to say a ML model was 98% accurate.”

Instead, the ROI could be, for example, that in order to improve call centre effectiveness, AI-driven capabilities ensure that the average call handling time is reduced.

“That kind of ROI is what they talk about in the C-suite,” he explained. “They don’t talk about whether the model is accurate or robust or drifting.”

Shay Sabhikhi, cofounder and COO at Cognitive Scale, added that he’s not surprised by the fact that 76% of respondents reported having trouble scaling their AI efforts. “That’s exactly what we’re hearing from our enterprise clients,” he said. One problem is friction between data science teams and the rest of the organization, he explained, that doesn’t know what to do with the models that they develop.

“Those models may have potentially the best algorithms and precision recall, but sit on the shelf because they literally get thrown over to the development team that then has to scramble, trying to assemble the application together,” he said.

At this point, however, organizations have to be accountable for their investments in AI because AI is no longer a series of science experiments, Picciano pointed out. “We call it going from the lab to life,” he said. “I was at a chief data analytics officer conference and they all said, how do I scale? How do I industrialize AI?”

Is ROI the right metric for AI?

However, not everyone agrees that ROI is even the best way to measure whether AI drives value in the organization. According to Nicola Morini Bianzino, global chief technology officer, EY, thinking of artificial intelligence and the enterprise in terms of “use cases” that are then measured through ROI is the wrong way to go about AI.

“To me, AI is a set of techniques that will be deployed pretty much everywhere across the enterprise – there is not going to be an isolation of a use case with the associated ROI analysis,” he said.

Instead, he explained, organizations simply have to use AI – everywhere. “It’s almost like the cloud, where two or three years ago I had a lot of conversations with clients who asked, ‘What is the ROI? What’s the business case for me to move to the cloud?’ Now, post-pandemic, that conversation doesn’t happen anymore. Everybody just says, ‘I’ve got to do it.’”

Also, Bianzino pointed out, discussing AI and ROI depends on what you mean by “using AI.”

“Let’s say you are trying to apply some self-driving capabilities – that is, computer vision as a branch of AI,” he said. “Is that a business case? No, because you cannot implement self-driving without AI.” The same is true for a company like EY, which ingests massive amounts of data and provides advice to clients – which can’t be done without AI. “It’s something that you cannot isolate away from the process – it’s built into it,” he said.

In addition, AI, by definition, is not productive or efficient on day one. It takes time to get the data, train the models, evolve the models and scale up the models. “It’s not like one day you can say, I’m done with the AI and 100% of the value is right there – no, this is an ongoing capability that gets better in time,” he said. “There is not really an end in terms of value that can be generated.”

In a way, Bianzino said, AI is becoming part of the cost of doing business. “If you are in a business that involves data analysis, you cannot not have AI capabilities,” he explained. “Can you isolate the business case of these models? It is very difficult and I don’t think it’s necessary. To me, it’s almost like it’s a cost of the infrastructure to run your business.”

ROI of AI is hard to measure

Kjell Carlsson, head of data science strategy and evangelism at enterprise MLops provider Domino Data Lab, says that at the end of the day, what organizations want is a measure of the business impact of ROI – how much it contributed to the bottom line. But one problem is that this can be quite disconnected from how much work has gone into developing the model.

“So if you create a model which improves click-through conversion by a percentage point, you’ve just added several million dollars to the bottom line of the organization,” he said. “But you could also have created a good predictive maintenance model which helped give advance warning to a piece of machinery needing maintenance before it happens.” In that case, the dollar-value impact to the organization could be entirely different, “even though one of them might end up being a much harder problem,” he added.

Overall, organizations do need a “balanced scorecard” where they are tracking AI production. “Because if you’re not getting anything into production, then that’s probably a sign that you’ve got an issue,” he said. “On the other hand, if you are getting too much into production, that can also be a sign that there’s an issue.”

For example, the more models data science teams deploy, the more models they’re on the hook for managing and maintaining, he explained. “So [if] you deployed this many models in the last year, so you can’t actually undertake these other high-value ones that are coming your way,” he said.

But another issue in measuring the ROI of AI is that for a lot of data science projects, the outcome isn’t a model that goes into production. “If you want to do a quantitative win-loss analysis of deals in the last year, you might want to do a rigorous statistical investigation of that,” he said. “But there’s no model that would go into production, you’re using the AI for the insights you get along the way.”

Data science activities must be tracked

Still, organizations can’t measure the role of AI if data science activities aren’t tracked. “One of the problems right now is that so few data science activities are really being collected and analysed,” said Carlsson. “If you ask folks, they say they don’t really know how the model is performing, or how many projects they have, or how many CodeCommits your data scientists have made within the last week.”

One reason for that is the very disconnected tools data scientists are required to use. “This is one of the reasons why Git has become all the more popular as a repository, a single source of truth for your data scientist in an organization,” he explained. MLops tools such as Domino Data Lab offer platforms that support these different tools. “The degree to which organizations can create these more centralized platforms … is important,” he said.

AI outcomes are top of mind

Wallaroo CEO and founder Vid Jain spent close to a decade in the high-frequency trading business in Merrill Lynch, where his role, he said, was to deploy ML at scale and do so with a positive ROI.

The challenge was not actually developing the data science, cleansing the data or building the trade repositories, now called data lakes. By far, the biggest challenge was taking those models, operationalizing them and delivering the business value, he said.

“Delivering the ROI turns out to be very hard – 90% of these AI initiatives don’t generate their ROI, or they don’t generate enough ROI to be worth the investment,” he said. “But this is top of mind for everybody. And the answer is not one thing.”

A fundamental issue is that many assume that operationalizing ML is not much different than operationalizing a standard kind of application, he explained, adding that there is a big difference, because AI is not static.

“It’s almost like tending a farm, because the data is living, the data changes and you’re not done,” he said. “It’s not like you build a recommendation algorithm and then people’s behaviour of how they buy is frozen in time. People change how they buy. All of a sudden, your competitor has a promotion. They stop buying from you. They go to the competitor. You have to constantly tend to it.”

Ultimately, every organization needs to decide how they will align their culture to the end goal around implementing AI. “Then you really have to empower the people to drive this transformation, and then make the people that are critical to your existing lines of business feel like they’re going to get some value out of the AI,” he said.

Most companies are still early in that journey, he added. “I don’t think most companies are there yet, but I’ve certainly seen over the last six to nine months that there’s been a shift towards getting serious about the business outcome and the business value.”

ROI of AI remains elusive

But the question of how to measure the ROI of AI remains elusive for many organizations. “For some there are some basic things, like they can’t even get their models into production, or they can but they’re flying blind, or they are successful but now they want to scale,” Jain said. “But as far as the ROI, there is often no P&L associated with machine learning.”

Often, AI initiatives are part of a Centre of Excellence and the ROI is grabbed by the business units, he explained, while in other cases it’s simply difficult to measure.

“The problem is, is the AI part of the business? Or is it a utility? If you’re a digital native, AI might be part of the fuel the business runs on,” he said. “But in a large organization that has legacy businesses or is pivoting, how to measure ROI is a fundamental question they have to wrestle with.”

By Sharon Goldman

Sourced from VentureBeat

By Ashlee Sierra

Here’s a little-known secret about the Brafton content marketing and strategy teams: We can see the future. That’s because our company car is a customized Delorean and we have regular training sessions on navigating the space-time continuum.

Obviously, that’s not entirely true. It’s actually a Camaro because we couldn’t find a Delorean.

Regardless of how we get there, what matters is that we’re here to help you see into the future of digital marketing. Come with us on a journey to tomorrow, where we’ll explore evolving digital channels, new applications of automation and a customer journey defined by your ever-changing target audience. Just remember not to run into your future self along the way!

The Current State of Digital Marketing

Before we jump into our time-traveling Camaro, we need to have a clear view of the present. That way, we can be sure we return to the proper timeline.

The same is true for digital marketing: You always need to know what’s happening in the industry before you can make any predictions.

With that rule in mind, let’s take a look at the current state of digital marketing campaigns and their target audiences:

Social Media Habits

Social media platforms are effective distribution channels for your brand story — mostly because there are 4.65 billion social media users worldwide. That’s almost 59% of the global population.

But platforms go in and out of style depending on all kinds of factors, from local trends to mobile device software updates. According to an Semrush ranking of all websites, the most popular site overall in February 2022 was YouTube. Here’s how it and other social media platforms stacked up when compared to websites of every kind:

  • YouTube was #1, with 50 billion total visits.
  • Google was #2, with over 39 billion total visits.
  • Facebook was #3, with 9.34 billion total visits.
  • Twitter was #6, with 5.62 billion total visits.
  • Instagram was #9, with 3.19 billion total visits.
  • Pinterest was #18 with 1.43 billion total visits.

Utilization of Artificial Intelligence

Artificial intelligence (AI) may still sound like something out of a science fiction movie, but it’s a huge part of today’s digital marketing landscape. Check out these AI statistics that prove it:

  • 40% of marketing and sales teams prioritize AI for success — more than any other department.
  • 34% of marketing leaders say AI is the biggest game-changer in the industry.
  • 71% of marketers say AI could help personalize the customer journey.
  • Chatbots were responsible for 85% of customer interactions in 2020.
  • Experts predict AI will lead to a 26% increase in the global gross domestic product by 2030 — an estimated $15.7 trillion.

The use of AI in digital marketing is already pretty impressive. Companies like Magnolia Market, the retail destination operated by Chip and Joanna Gaines, use augmented reality to let customers virtually place products in their homes. It’s like a test drive for home décor. Meanwhile, Unilever used AI to uncover the connection between ice cream and breakfast, leading it to develop a line of cereal flavours for Ben & Jerry’s.

Personalization Preferences

Another reality in modern-day digital marketing is the preference for personalization. Citizens of the online world are tired of cookie-cutter experiences, and now they’re demanding tailored, interactive content that appeals to their unique perspectives. This is especially relevant for your content marketing strategy, including video content, social media posts and more.

Take, for example, YouTube recommendations. With a little help from artificial intelligence, the #1 site in the world (at least according to Semrush) keeps its competitive position in the social psyche by constantly providing 2 things:

  • Video content we’ve already expressed interest in.
  • Video content we didn’t know we were looking for, but that aligns perfectly with our tastes.

Say I’ve been watching videos about the new Ford Bronco (which may or may not be true). If you were a Ford dealer, you’d be able to use this preference and YouTube automation to provide video content that caters to my off-roading daydreams. I’d be more likely to interact with this than, say, a video about a minivan.

Many social media platforms play by similar rules. Using automation and algorithms, these sites recommend content users are likely to engage with — including your brand’s social media content (if you have the right digital marketing strategy, of course).

3rd-Party Data Regulation

Although personalization is an increasingly important part of content marketing, it’s also an increasingly difficult one. That’s because consumers are taking control of their data in new ways.

A good example of this is the California Consumer Privacy Act (CCPA), which gives people more power over what they do and don’t share with a digital marketer or other 3rd party. The CCPA can be summed up in 4 basic rights:

  • The right to know what personal information is collected and why.
  • The right to delete this personal data.
  • The right to opt-out of the sale of data.
  • The right to non-discrimination when exercising the other 3 rights.

Tech leaders like Apple and Google are following suit, implementing stricter limitations on the kinds of data that can be collected, the methods that can be used and whether consumers have direct control over this.

While increased privacy may be great news for those of us who don’t want to share the number of times we’ve searched basic slang to make sure we’re using it right, updates like the CCPA are not so good for content marketing. That doesn’t mean the future of marketing is hopeless, though — your personalization and targeting techniques just need to get creative. (More on that later.)

The Future of Digital Marketing: 5 Trends To Watch

Now that you have a firm grip on the present, it’s time to take a trip into the future. Let’s hop into our time-traveling Camaro and get ready to see some of the innovative marketing techniques, trends and ideas that we expect to shape tomorrow’s digital marketing campaigns:

1. Smarter AI

As artificial intelligence gets smarter, so too will digital marketing campaigns. You won’t just find new technology — you’ll also leverage familiar tech in better, more effective ways.

For example, by 2029, search engines are expected to be capable of fully understanding the underlying meaning of queries instead of just analysing keywords. As a result, your content marketing strategy can focus more on addressing searcher intent, providing answers to implied questions and ultimately addressing a user’s real needs.

Of course, the future may also hold systems and solutions we haven’t even begun to dream of. Who knows — maybe your social media marketing will someday be run by the same automation strategy that identified the “ice cream for breakfast” trend.

2. Influencer Marketing

Influencer marketing is already a big deal, but we’re pretty sure it’s going to become even more critical to your digital marketing strategy.

That’s because influencers help create real connections with your audience. Users show interest in an influencer’s opinions, commentary or even just their top-notch jokes — and when you leverage that interest by teaming up with the influencer, you’re delivering personalization on an entirely different level. As consumers show increasing interest in the humanization of their favorite brands, influencer marketing is likely to become key to boosting engagement.

This works in both the business-to-consumer (B2C) and business-to-business (B2B) landscapes. In B2C, consumers want to know that people like them can trust your brand. B2B buyers want the same assurance, but they also need to see that you’ve served their industry before, worked with teams resembling their own, delivered on key performance metrics (KPIs) and more. That means B2B influencers can be anyone from industry leaders to up-and-coming players in the landscape.

It’s also important to recognize that influencer marketing goes hand-in-hand with video content, especially on social media platforms like TikTok and YouTube. Here, you can take advantage of artificial intelligence and automation to get your videos in front of the right people, all while catering to an audience that’s already looking for this specific type of engagement.

3. Thought Leadership

Thought leadership has an important role to play in any content marketing strategy, but it’s only going to become more valuable to your target audience.

Why? It’s simple: As time goes on, our favorite digital channels will continue to be inundated with content that feels repetitive, unimaginative and just plain boring. Thought leadership will stand out as something fresh — a new perspective on a familiar topic, a valuable approach to an industry challenge or even an open conversation inviting your audience to chime in.

Plus, thought leadership gives you yet another opportunity to connect with consumers on a more personal level. When you post a blog written by one of your expert employees or let someone from a different department take over your social media for a day, your audience gets to see the people behind the brand — and these days, that human connection is more valuable than ever.

4. 1st-Party Data

Remember when we talked about privacy updates wreaking havoc on traditional marketing campaigns? There’s good news: The end of 3rd-party data doesn’t mean the end of life as we know it. Instead, things are likely to get even better.

That’s because the future is likely to bring opportunities for 1st-party data — information willingly and knowingly given by your target audience in exchange for a highly tailored experience. You can gather this data through surveys, focus groups, informal chats and more, meeting customers where they are to find out what they’re really feeling and thinking.

This approach has 2 big benefits:

  • It gives you richer, more valuable data to guide your digital marketing strategy.
  • It shows consumers you’re taking an active interest in their preferences and responding to their needs.

Long story short, we expect you won’t even miss 3rd-party data once it’s gone.

5. Creative Digital Marketing Campaigns

The final — and perhaps most important — trend to keep an eye on is the progression of digital marketing campaigns themselves. As companies get more comfortable with new technologies, they’re likely to come up with new ways of leveraging those solutions to tell bigger, better stories.

The key is to embrace your role as a consumer. What social media post are you talking about with your friends? Which digital channels are you drawn to when shopping or researching products? Where do brands succeed in making you feel like you’re the only customer who matters to them? Questions like these allow you to use your own experiences as a digital marketing experiment and decide what might work for your approach.

As you explore other brand stories, don’t forget to look outside your industry for marketing inspiration. For example, maybe you have no idea what SaaS marketing even is (hint: it’s all about software-as-a-service offerings like Slack or DropBox), but you can still learn from the techniques and approaches being used in this space.

Shape Your Own Digital Marketing Future

You don’t need a time-traveling muscle car to see the future of digital marketing. In reality, that future is coming up fast, which means you have 2 options: sit and wait for it, or start shaping it yourself.

If you’re anything like us, you’re probably leaning toward the latter.

The first step in creating your digital marketing future is to understand the present. The next step is to keep an eye on trends like those we’ve covered today. But from there on out, it’s up to you — which means you’re free to blaze your own trail, tell fresh stories with new technology, try out the latest marketing strategies or change them up to suit your needs.

And if you need help along the way, just keep an eye out for a Camaro driven by a content writer — and don’t forget to subscribe to our newsletter to get the latest on digital marketing today, tomorrow and beyond.

By Ashlee Sierra

Ashlee Sierra is a writer and editor from Boise, Idaho. When she’s not buried under her giant dogs, she can be found playing video games, telling ghost stories and having passionate discussions about the Oxford comma.

Sourced from Brafton