Mauro Di Pietro

AI

GenAI with Python: Build Agents from Scratch (Complete Tutorial)

with Ollama, LangChain, LangGraph (No GPU, No APIKEY) Mauro Di Pietro · Follow Published in Towards Data Science · 15 min read · 10 hours ago — Photo by Mathieu Stern on Unsplash (All images are by the author unless otherwise noted) Intro Prompt Engineering is the practice of designing and refining prompts (text inputs) to enhance the behavior of Large Language Models (LLMs). The goal is to get the desired responses from the model

Read More »
AI

GenAI with Python: Coding Agents

Build a Data Scientist AI that can query db with SQL, analyze data with Python, write reports with HTML, and do Machine Learning (No GPU, No APIKEY) Mauro Di Pietro · Follow Published in Towards Data Science · 10 min read · 8 hours ago — Photo by Goran Ivos on Unsplash (Unless otherwise noted, all images are by the author) Intro In Generative AI, Agents are AI systems designed to process sequential reasoning, with

Read More »
AI

GenAI with Python: LLM vs Agents

Create an AI squad to automate literally anything on your laptop without GPU Mauro Di Pietro · Follow Published in Towards Data Science · 11 min read · 9 hours ago — In this article, I will show how to locally build Agents, which are the peak of Generative AI (GenAI) state-of-the-art, explaining the difference from normal LLM. Photo by Jeffery Ho on Unsplash Generally speaking, Intelligent Agents are entities acting with enough understanding to

Read More »