AI Killed the GUI

The GUI's inevitable future is to be replaced by natural language apps, where we give instructions to our apps, similarly to how we instruct human beings.

  • Posted By: thomas
  • 2 October 2024
Read More

Stop Coding! Code is Debt!

Code is not an asset, it's debt! Sometimes code is a necessary liability to deliver working products, but code is never an asset.

  • Posted By: thomas
  • 26 September 2024
Read More

Stop using Git for Everything

Git is a marvelous tool, but it also adds overhead to your projects. This overhead is rarely justified for smaller applications. The solution is to get rid of it.

  • Posted By: thomas
  • 25 September 2024
Read More

Unit Testing is Mostly Useless

Unit testing indeterministic code is useless 98% of the time, because what you're testing isn't your code, but either your mock objects or your current database state.

  • Posted By: thomas
  • 24 September 2024
Read More

Put your SQL Straight into your Endpoint

In this article I demonstrate how you can improve your velocity 10,000x by ditching all 'best practices' and put your SQL straight into your endpoint controller.

  • Posted By: thomas
  • 23 September 2024
Read More

How to become a Solo Entrepreneur

Lean and Agile development is about as far away from lean and agile as it is possible to come. Watch me saving straight to production.

  • Posted By: thomas
  • 22 September 2024
Read More

Saving Straight to Production

Lean and Agile development is about as far away from lean and agile as it is possible to come. Watch me saving straight to production.

  • Posted By: thomas
  • 21 September 2024
Read More

A Financial AI Chatbot SaaS Company

This AI SaaS company was built in roughly one month. It provides financial advice on companies in Sweden using a database of 1.5 million companies combined with ChatGPT.

  • Posted By: thomas
  • 20 September 2024
Read More

Create an AI SaaS Company in a Week

I've just delivered another AI SaaS company to one of our clients. This time an IP AI chatbot SaaS, allowing users to ask IP related legal questions.

  • Posted By: thomas
  • 16 September 2024
Read More

O1 not Good Enough (for us)

After having played with OpenAI's latest O1 models, our conclusion is that it's unsuitable for our use cases.

  • Posted By: thomas
  • 14 September 2024
Read More

Adding Web Browsing to GPT-O1

In this article I illustrate how to add web browsing, internet search, and website scraping to GPT-O1, allowing it to access and browse the web.

  • Posted By: thomas
  • 13 September 2024
Read More

Project Strawberry, AKA GPT5 Released

5 minutes ago we got an email from OpenAI telling us we were one of few companies having been given access to GPT5, AKA project Strawberry, aka GPT-O1.

  • Posted By: thomas
  • 12 September 2024
Read More