Joe Biden's AI Legacy

William McNamara • December 11, 2024

Not much to undo anyway


With the Biden Administration soon coming to an end, I wanted to look back at the progress made in the last couple years in the tech space, specifically the meaningful regulation of Artifiicial Intelligence.


To recap the timeline, the Biden Administration took three major steps: 


(1) the Blueprint for an AI Bill of Rights, which created a rubric for the effective governance of Artificial Intelligence. 


(2) the Executive Order on Safe, Secure, and Trustworthy Development and Use of Artificial Intelligence which was the legal setting in practice of administrative policy informed by the blueprint.


(3) The National Security Memorandum on Artificial Intelligence, which fulfilled a directive set forth by the Executive Order to craft formalized strategy and policy for Artificial Intelligence in the National Security space.


Executive Order


I’ve written previously about how the Executive Order was and remains to this day the most significant policy initiative in the AI regulation space. It both encouraged the development and use of AI applications across the executive branch, while establishing guardrails to protect against some of the negative outcomes of algorithmic approaches.


In my opinion, the most consequential and long lasting product to come out of the Executive Order is the Office of Management and Budget (OMB) guidance on the management of AI systems in federal agencies. The guidance extends the EO’s directives on civil rights and critical safety by providing definition to the types of applications that will be considered within the scope of those areas. This gives the Department of Justice something to work with in investigating potential civil rights violations that arise from the use of algorithmic systems.


National Security Memorandum


The Biden Administration has not taken a strong stance on the use of lethal autonomous weapons. In 2023 there was a Political Declaration by the Biden State Department that the military use of AI should be in compliance with international humanitarian law. To be clear this was not a binding action in any way so much as a “hey guys we should do this” message to other nations.


The Executive Order then later reiterated the Political Declaration while setting no administrative restrictions on the development or deployment of lethal autonomous weapons. I thought at the time that this was a missed opportunity that was then missed again with the National Security Memorandum, which focused instead on what we should be doing rather than what we shouldn’t be doing, while briefly referencing again the non-binding political declaration.


It is disappointing that the Biden Administration made no effort to back up their loose declaration that lethal autonomous weapons are an area for concern. 60 countries have singed the Political Declaration committing to a shared desire to move on this issue, but there was no leadership to create any law international or otherwise to curb lethal autonomous weapons.


What comes next?


The Executive Order was a good start, and created a rubric for future administrations sympathetic to this issue to work with, unfortunately that is not what we are about to get. President-Elect Trump has already indicated that he will revoke the Executive Order and likely every other memoranda and guideline the Biden Administration has created around this issue in compliance with a broader deregulatory stance he has in most areas. This is a bad indication for any meaningful progress toward AI governance for at least the next four years, but doubly unfortunately there isn’t much to undo anyway. The Biden Administration made progress, but fell embarrassingly short on this issue, and we are entering 2025 with no meaningful law to control the development of AI.


By William McNamara October 15, 2024
ColabFold has changed the game for amateur protein folding analysis
By William McNamara February 3, 2024
Getting started with Deepmind's revolutionary model for protein folding
By William McNamara December 22, 2023
A continuation of genome sequencing analysis
By William McNamara November 7, 2023
A good step but not nearly enough
By William McNamara August 1, 2023
Introductory methods for genome sequencing
By William McNamara March 19, 2023
Like many music enthusiasts, the most used app on my phone by far is Spotify. One of my favorite features is their daily or weekly curated playlists based on your listening tastes. Spotify users can get as many as six curated ‘Daily Mixes’ of 50 songs, as well as a ‘Discover Weekly’ of 30 songs updated every Monday. That’s more than 2k songs a Spotify user will be recommended in a given week. Assuming an everage of 3 minutes per song, even a dedicated user would find themselves spending more than 15 hours a day to listen to all of that content. That…wouldn’t be healthy. But Spotify’s recommendations are good! And I always feel like I’m losing something when these curated playlists expire before I can enjoy all or even most of the songs they contain. Or at least I did, until I found a way around it. In this articule, I’m going to take you through Spotify’s API and how you can solve this problem with some beginner to intermediate Python skills. Introduction to Spotify’s API Spotify has made several public APIs for developers to interact with their application. Some of the marketed use cases are exploring Spotify’s music catalogue, queuing songs, and creating playlists. You can credential yourself using this documentation guide . I’d walk you through it myself but I don’t work for Spotify and I want to get to the interesting stuff. In the remainder of this article I will be talking leveraging Spotipy , an open source library for python developers to access Spotify’s Web API. NOTE : At the time of writing, Spotipy’s active version was 2.22.1, later versions may not have all of the same functionality available.
By William McNamara December 8, 2022
Evolutionary strategies for feature engineering
By William McNamara December 2, 2022
Another recap of analytical methods
By William McNamara September 22, 2022
Another experiment with NASA data
By William McNamara September 17, 2022
creating synthetic data for incomplete NASA dataset
Show More