Use LLMs to handle tedious tasks

Use LLMs to handle tedious tasks There are some times where there are tedious tasks that need to be done in our software projects. We know how to do it but usually delay them because they are boring, not challenging and painfully long. The LLMs (Large Language Models) promise faster and better software development. Could we use a LLM to do them? Could we leverage the LLMs to free them from these chores? [Read More]
llm  ai  war-story 

The case for LLMs: faster development

The case for LLMs: faster development Introduction Artificial Intelligence is all over the place in software development these days. From the first AI services that could generate images, to the code generation tools like GitHub Copilot, ChatGPT, Google Gemini, etc. I wrote in other post that LLMs are not going to replace software engineers, but they are going to empower them in a lot of cases. This post is a war story of mine, where I used a LLM service to create a new command for a CLI command tool written in a compiled language that I do not master. [Read More]
software  ai  llm 

Can LLMs replace engineers?

Can LLMs replace engineers? This post provides my opinion about how a LLMs cannot replace a senior software engineer, even if the CEOs and other executives believe that it is possible. Introduction I have been using Artificial Intelligence (in the form of LLMs) for several years already. My experience working with LLMs is limited to working with ChatGPT, Cursor and GitHub Copilot as of May 2025 (when this post was written). [Read More]
software  ai  llm