This is my second yearly list of AI predictions. My first AI predictions from December 2023 are available here.
AI APIs for everything by 2026
APIs (Application programming interface) allow services to talk to each other. The late 2000s and early 2010s were the golden period of public APIs. Major tech companies like Facebook, Google, and Twitter offered extensive access to their platforms. Developers created loads of useful apps that improved the user’s experience.
Unified messaging apps like Pidgin meant that an individual could chat with friends from one single app no matter what platform they were on. Open API access enabled many other improved user experiences and companies like IFTTT made it easy for humans to connect things in novel ways. People could easily set up an automation that turned off a phone alarm and messaged the local parent group chat on WhatsApp when the local school district’s website contained the words “snow day” at 06:00am.
However, tech companies started locking down their APIs in an effort to control the user’s attention. Many tech companies introduced chat features for their products to lock the conversations to their platforms. Nowadays humans require many apps and platforms for the simple task of communicating in text with the occasional photo or video.
With AI, everything can be an API. Imagine the freedom of using a single app to send a group message to 20 humans and having an AI deal with the how. Some of those humans may only be accessible by SMS, WhatsApp, LinkedIn etc. An AI can navigate apps like WhatsApp and websites like LinkedIn, removing the need for those platforms to provide public APIs.
Given that AI can make phone calls, even offline services can be APIs.
Funny and obnoxious “are you human?” tests by 2025-06
“Jagged frontier” is a term that describes the (from a human perspective) uneven advances in AI. For instance, consider OpenAI’s gpt-4o model which was unable to correctly answer the “how many ‘r’ in ‘strawberry’” prompt even when challenged multiple times. Meanwhile, gpt-4o scored in the 90th percentile on the Uniform Bar Exam.
“Are you human?” tests need to be beyond the capabilities of AI but easy for humans. Fewer and fewer skills will meet this criterion over time. Tech companies are incentivised to find these skills to protect their platforms from AI users.
This will lead to some funny and obnoxious “Are you human?” tests in the short term. Be prepared to answer some strange questions before you can post your cat meme. Eventually, the platforms will have to pull back their “Are you human?” tests else they risk alienating the cash cows that are the actual humans using their platforms.
SaaS business models will struggle by 2027
Many Software as a Service (SaaS) companies have outsourced their server requirements to the cloud. They act as a solutions layer between customers who can move and cloud hardware which they don’t own. This is a sensible business model given that software is still relatively expensive to produce and maintain. However, AI will make software basically free very soon. It will become cheaper and easier for many current SaaS customers to migrate to their own software and access cloud providers directly.
Many SaaS customers may be hesitant to move to their own software. However, incumbent SaaS providers will also struggle to compete against the many new alternative AI-generated competition. Especially given how easy migration between SaaS platforms will become thanks to AI APIs.
It will be tough for employees of SaaS companies when software becomes free.
Novel creative approaches by 2026
Current AI models are great at writing generic boilerplate code. They are not currently good at coming up with novel solutions to coding problems. This is leading to a lot of inefficient and hard-to-maintain coding patterns being regurgitated by AI and introduced into codebases by eager yet inexperienced developers. However, AI frameworks are capable of generating non-derivative content.
In a recent hackdays project, we used techniques to extract comedic threads from a subject which were then used as context for non-derivative jokes. Similar patterns could be employed to generate efficient and novel coding solutions which could, in turn, be used directly or as training data for the next generation of models.
Open source offerings will match o3 performance in common benchmarks by mid-2026. A model-agnostic framework could utilise the best open source models and experts for each specific task. Model specialisation allows for better utilisation of resources and this technique is likely already being employed by OpenAI for o3.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
- ---
title: "AI Predictions"
author: Greg
layout: post
permalink: /2024/12/ai-predictions/
date: 2024-12-27 20:00:00 +0800
comments: True
licence: Creative Commons
categories:
- technology
tags:
- generative-ai
- llms
- gpt
- chatgpt
- ollama
- news
- predictions
- ---
This is my second yearly list of AI predictions. My first [AI predictions from December 2023 are available here](/2023/12/generative-ai-predictions/).
## AI APIs for everything by 2025-12
APIs (Application programming interface) allow services to talk to each other. The late 2000s and early 2010s were the golden period of public APIs. Major tech companies like Facebook, Google, and Twitter offered extensive access to their platforms. Developers created loads of useful apps that improved the user's experience.
Unified messaging apps like [Pidgin](https://www.pidgin.im) meant that an individual could chat with friends from one single app no matter what platform they were on. Open API access enabled many other improved user experiences and companies like IFTTT made it easy for humans to connect things in novel ways. People could easily set up an automation that turned off a phone alarm and messaged the local parent group chat on WhatsApp when the local school district's website contained the words "snow day" at 06:00am.
However, tech companies started locking down their APIs in an effort to control the user's attention. Many tech companies introduced chat features for their products to lock the conversations to their platforms. Nowadays humans require many apps and platforms for the simple task of communicating in text with the occasional photo or video.
With AI, everything can be an API. Imagine the freedom of using a single app to send a group message to 20 humans and having an AI deal with the *how*. Some of those humans may only be accessible by SMS, WhatsApp, LinkedIn etc. An AI can navigate apps like WhatsApp and websites like LinkedIn, removing the need for those platforms to provide public APIs.
Given that AI can make phone calls, even offline services can be APIs.
## Funny and obnoxious "are you human?" tests by 2025-06
"Jagged frontier" is a term that describes the (from a human perspective) uneven advances in AI. For instance, consider OpenAI's gpt-4o model which was unable to correctly answer the ["how many 'r' in 'strawberry'" prompt even when challenged multiple times](https://community.openai.com/t/incorrect-count-of-r-characters-in-the-word-strawberry/829618). Meanwhile, [gpt-4o scored in the 90th percentile on the Uniform Bar Exam](https://www.abajournal.com/web/article/latest-version-of-chatgpt-aces-the-bar-exam-with-score-in-90th-percentile).
"Are you human?" tests need to be beyond the capabilities of AI but easy for humans. Fewer and fewer skills will meet this criterion over time. Tech companies are incentivised to find these skills to protect their platforms from AI users.
This will lead to some funny and obnoxious "Are you human?" tests in the short term. Be prepared to answer some strange questions before you can post your cat meme. Eventually, the platforms will have to pull back their "Are you human?" tests else they risk alienating the cash cows that are the actual humans using their platforms.
## SaaS business models will struggle by 2027
Many Software as a Service (SaaS) companies have outsourced their server requirements to the cloud. They act as a solutions layer between customers who can move and cloud hardware which they don't own. This is a sensible business model given that software is still relatively expensive to produce and maintain. However, AI will make software basically free very soon. It will become cheaper and easier for many current SaaS customers to migrate to their own software and access cloud providers directly.
Many SaaS customers may be hesitant to move to their own software. However, incumbent SaaS providers will also struggle to compete against the many new alternative AI-generated competition. Especially given how easy migration between SaaS platforms will become thanks to AI APIs.
It will be tough for employees of SaaS companies when software becomes free.
## Novel creative approaches by 2026
Current AI models are great at writing generic boilerplate code. They are not currently good at coming up with novel solutions to coding problems. This is leading to a lot of inefficient and hard-to-maintain coding patterns being regurgitated by AI and introduced into codebases by eager yet inexperienced developers. However, AI frameworks are capable of generating non-derivative content.
In a recent hackdays project, we used techniques to extract comedic threads from a subject which were then used as context for non-derivative jokes. Similar patterns could be employed to generate efficient and novel coding solutions which could, in turn, be used directly or as training data for the next generation of models.
## Open source o3 performance by 2026-07
Open source offerings will match [o3 performance](https://arcprize.org/blog/oai-o3-pub-breakthrough) in common benchmarks by mid-2026. A model-agnostic framework could utilise the best open source models and experts for each specific task. Model specialisation allows for better utilisation of resources and this technique is likely already being employed by OpenAI for o3.
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEESYClA57JitMYg1JBb8nUVLEJtZ8FAmduulQACgkQb8nUVLEJ
tZ+XpA/8CDpyt+/6TkD6whjLsjQO+l5Lpgaha5ZB1ycuIFrY7P56VQ8wx6tXL63G
iHjFxKvu7KdaXLJRr0ogMSZxmSA69DzEu8VXy457clX+3ET4UppuPQCdqv8WmEhU
FIWuzUBwhY7we4F+JxPqCOTinq7ai5aeZxRUCqXYS8OiLxdMC76+D7Fv0ia2nMr8
wfDBO93cwaJxRmVS/phrUr2w8j5iOjflIqP5utl+e7uFq/BocfS+qfkBJBX/UXTy
lvRB4I5azhChKS2VMFZb8B/DLIaL4NnlhxgiuB+gQoOuaqxrrVA/i2IQ32k6WIoE
PsU3bkuKDwXyWMVwoxQpA98Tahv8JwaYRBAGCtw9TWEpFJIPUdRGx2J/H8SqnJnD
EwFyEhaVtZ+GP6+p/JeMZWa9W5yyjxlxw+nSXs2OcLnEU+RAaSgG+GD99RKpTCF6
CzEQg5KgiwOKKEaztpYNh7J3ZQQamqIqKLinG6NEirTb2KQ40lDRQ/F2UIf+5Fwi
jC33v76YIj8cGb/7qrZkX7Cne2DbXS/j13HSKEzkqxZFy5HAyWXqeneRlxmu41nd
g/HapZiWi1aOVPGDaUDw9AzrjLsW4t8TBPijwNQe2uNQ9ufdUbsRsvNmsFsI+XXB
w7ffdqTGvzoiBuMDdSrvSA5QAnreEpdkm+8lba0Fi9/B+0hcm/M=
=pHxu
-----END PGP SIGNATURE-----
Tags:
generative-ai, llms, gpt, chatgpt, ollama, news, predictions