A place where I gather my thoughts and ideas
-
How to make existing applications more intelligent using LLMs
AI is everywhere, and companies are trying to label their products to ensure they do not get left behind in the race. This is a fair attempt, as most of the general public sees that a product using AI feels more advanced and innovative. However, we need to make sure we are implementing AI in…
-
AI ready web applications
OpenAI released the operator feature to the public on 23/01/2025. This feature will allow an AI agent to leverage a web browser to browse web applications and perform tasks while confirming essential decisions with the user. This feature can have many benefits, but this made me think that we may need to give a little…
-
Coldstart improvements in legacy but money-making dotnet applications
Before we dive into the details, let’s clarify what a cold start is. Cold start refers to a problem where a system or its part was created or restarted and is not working at its normal operation[1]. I’m going to talk about how quickly a web application can handle a request from the cold. It’s…