How to use LLM context to upgrade your project

How to use LLM context to upgrade your project In this post we pick up a Python 2.0 project and show how to use a LLM to upgrade a software project. This time we will be using contexts. Introduction I will upgrade the Djanban project as it should be done. Not only making it work with the latest versions of the software packages, but improving its quality and making sure there are guardrails that make impossible for the developers [Read More]
llm  ai  guide  showcase 

How to use a LLM to upgrade your project

How to use a LLM to upgrade your project In this post we pick up a Python 2.0 project and show how to use a LLM to upgrade a software project. Introduction I will upgrade the Djanban project as it should be done. Not only making it work with the latest versions of the software packages, but improving its quality and making sure there are guardrails that make impossible for the developers [Read More]
llm  ai  guide  showcase 

How NOT to use a LLM to upgrade your project

How NOT to use a LLM to upgrade your project In this post we pick up a Python 2 project and show how NOT to use a LLM to upgrade an outdated software project. This is a two-series go to the next post if you are only interested in how to do it correctly. Introduction We tend to only focus on positive outcomes, following active (positive) advice, etc. But what about negative one? [Read More]
llm  ai  guide  showcase