Expert Contributors Articles

Sorted By: Most Recent
Alex Vakulov Alex Vakulov
Updated on January 16, 2025

Can Metadata Standards Like C2PA Fight Deepfakes?

The C2PA standard enables embedding metadata into images and other media content to verify the presence of AI.

Image: Shutterstock / Built In
Liu Zuo Lin Liu Zuo Lin
Updated on January 16, 2025

__init__ vs. __new__ Methods in Python

In Python, the __init__ method initializes the attributes of a newly created object of a class, while the __new__ method creates and returns a new object of a class. Learn more about what each does and when to use which.

Image: Shutterstock / Built In
Nicholas Charles Nicholas Charles
Updated on January 16, 2025

How to Build a Speech-to-Text App in JavaScript With Web Speech API

Web Speech API can convert speech to text. Learn how to build a real-time speech-to-text web app using the API in JavaScript with code. 

Image: Shutterstock / Built In
Eric Kleppen Eric Kleppen
Updated on January 15, 2025

What Is the Turing Test?

In the Turing Test, a computer and human are asked questions to determine which is human. The computer passes if it is indistinguishable from the human. Here’s how the test works, a brief history, variations, limitations and how it’s used today.

Image: Shutterstock / Built In
Ali Chaudhry, Adi Andrei and Julius Cerniauskas Ali Chaudhry, Adi Andrei and Julius Cerniauskas
Updated on January 15, 2025

What Can We Expect From AI in 2025?

The hype around AI didn’t die down in 2024, so what will this new year hold?

Image: Shutterstock / Built In
Mohammed Alhamid Mohammed Alhamid
Updated on January 15, 2025

Ensemble Models: What Are They and When Should You Use Them?

Ensemble models combine multiple machine learning models together to increase prediction accuracy. Here’s how (and when) to use ensemble techniques for your machine learning models.

Image: Shutterstock / Built In
Suraj Vishwakarma Suraj Vishwakarma
Updated on January 15, 2025

Top React Component Libraries to Know

A React component library offers user interface tools and resources to make it easier to build a website in React. Here are some of the most popular libraries to know. 

Image: Shutterstock / Built In
Joe Procopio Joe Procopio
Updated on January 15, 2025

Agile Is Broken. Here’s What to Do Instead.

Yes, tech teams can live without Agile, Jira and Scrum.

Image: Shutterstock / Built In
Ronn Torossian Ronn Torossian
Updated on January 15, 2025

3 Ways Tech Is Changing How Users Engage with Brands in 2025

Here’s how to use technology to transform passive customers into active community members.

Image: Shutterstock / Built In
Soner Yıldırım Soner Yıldırım
Updated on January 13, 2025

How to Add Columns in a Pandas DataFrame

Pandas DataFrame presents data in tabular rows and columns. Adding new columns is an important task in data analysis. Here's four ways to do it in pandas.

Image: Shutterstock / Built In