Expert Contributors Articles

Sorted By: Most Recent
Yuval Boger Yuval Boger
Updated on March 04, 2025

Should the Government Fund a Manhattan Project for Quantum Computing?

As quantum computing develops, we should ask whether it would benefit from an influx of government funding analogous to the Manhattan Project.

Image: Shutterstock / Built In
Matt Almassian Matt Almassian
Updated on March 04, 2025

Why Smart Companies Are Granting AI Immunity to Their Employees

Employees are using AI tools whether they’re authorized or not. Instead of cracking down on AI usage, consider developing an AI amnesty program. Learn more.

Image: Shutterstock / Built In
Lynn Kwong Lynn Kwong
Updated on March 03, 2025

Asyncio in Python: A Guide

Asyncio is a Python library that allows us to write concurrent code using the async/await syntax. Learn how to use this library to write asynchronous code.

Image: Shutterstock / Built In
Anish Dhar Anish Dhar
Updated on March 03, 2025

AI Coding Assistants Can Be a Huge Help — Just Not Where You Might Think

Most engineers don’t lose much time to coding. Instead, to boost productivity, AI assistants should help with all the sleuthing that goes into software development.

Image: Shutterstock / Built In
Peleg Porat Peleg Porat
Updated on March 03, 2025

5 Tasks Developers Shouldn’t Do With AI Coding Assistants

AI-powered coding assistants can help improve developer efficiency, but they are limited when it comes to debugging, predicting real-world performance impacts and more. Here’s why.

Image: Shutterstock / Built In
Rob Lowe Rob Lowe
Updated on March 03, 2025

How to Adopt AI Solutions While Safeguarding Data Privacy

To unlock the full benefits of artificial intelligence, companies and users need to understand how to protect the data that drives the systems.

Image: Shutterstock / Built In
Luke Kim Luke Kim
Updated on March 03, 2025

How to Build AI Programs with Customers at the Core

If you’re building an AI product, you need to make sure your users will actually find it useful. Here’s how.

Image: Shutterstock / Built In
Shesh Narayan Gupta Shesh Narayan Gupta
Updated on February 26, 2025

Understanding the RMSprop Optimizer: A Guide

Root mean square propagation (RMSProp) is an adaptive learning rate optimization algorithm designed to improve training and convergence speed in deep learning models.

Image: Shutterstock / Built In
Giorgos Myrianthous Giorgos Myrianthous
Updated on February 26, 2025

How to Fix AttributeError: ‘DataFrame’ Object Has No Attribute ‘Append’

AttributeError: ‘DataFrame’ object has no attribute ‘append’ is an error that occurs when the append() method is used in Pandas versions 2.0 and beyond. Learn how to resolve it.

Image: Shutterstock / Built In
Giorgos Myrianthous Giorgos Myrianthous
Updated on February 26, 2025

LightGBM: A Guide

Light gradient-boosting machine (LightGBM) is an open-source machine learning framework that specializes in handling large data sets and high-dimensional data. Learn more. 

Image: Shutterstock / Built In