Benjamin Patch

Guides for Building Ethical & Impactful AI Software

Articles tagged with best practices

When Vibe Coding Fails: Python Kickstart (part 1)

Written by Benjamin Patch

Welcome to part one of my Python Kickstart series! Let's discuss why you should still learn Python in the age of vibe coding. Then we'll get our feet wet by learning about running Python code. An introduction to variables, the print function, basic errors, and code comments. Let's get started!

Read More

Simple Python Virtual Environments: Linux and Mac

Written by Benjamin Patch

Python is the most widely used programming language for projects involving artificial intelligence and machine learning. But regardless of what you use Python for, virtual environments are critical to essentially all development workflows. In this guide, you will learn why virtual environments are important and how to create and manage them.

Read More

Responsible AI: Ethical Principles for Humanity

Written by Benjamin Patch

In this brief but eye-opening exploration of responsible AI, you'll discover the critical ethical challenges facing our technological future. More than a cautionary tale, this article offers a roadmap for developing AI that amplifies human potential while safeguarding our fundamental values.

Read More