Other articles


  1. Festina Lente - Make haste slowly while learning technology

    The phrase festina lente—“make haste slowly”—was used by the Roman emperor Augustus as a personal motto. Suetonius reports that Augustus repeated it to his generals and administrators as a guiding principle: advance steadily, but never recklessly; act with urgency, but never without reflection. In that sense, the slogan …

    read more
  2. Talk at Politecnico di Milano

    I was invited to give a talk at Politecnico di Milano at Osservatorio Big Data. The event took place on November 4th, 2025, and I my talk was "Guida galattica per data product AI-ready", which means "Hitchhiker's guide to AI-ready data products".

    I shared the experience we had at TeamSystem …

    read more
  3. Switch to UV

    I just moved the git repo of this blog from an old conda+pip based setup to using uv. On Mac, start by

    brew install uv
    

    Then, I initialized the uv project and just imported the dependencies specified in the requirements.txt file.

    uv init --python 3.13
    uv add …
    read more
  4. Talk at Codemotion 2025

    I've been speaking at Codemotion for the first time in October 2025 thanks to the work done over the last months at TeamSystem. With my colleague Mattia De Leo, we presented our recent work on building AI assistants based on knowledge graphs and large language models. The talk was well …

    read more
  5. Speaking at Big Data London 2025

    I've been for the first time at Big Data London in September 2025. I gave a talk with my colleague Andrea Romeo about a challenging task we faced at TeamSystem. We developed an offloading of thousands of SQL Server tenants via CDC (Change Data Capture) to a data lake via …

    read more
  6. Weight AI Eng skills by page count

    I am currently reading "AI Engineering" by Chip Huyen and am really enjoying it. I spent some years as data scientist in the past, and now I found some analogies between data science and AI engineering. The analogy is in the way the industry is talking about the discipline and …

    read more
  7. Book review: thinking in bets

    Wanna bet?” triggers us to engage in that third step that we only sometimes get to. Being asked if we are willing to bet money on it makes it much more likely that we will examine our information in a less biased way, be more honest with ourselves about how …

    read more
  8. Learn basics of MCP with FastMCP

    I was looking for a resource to get a deeper understanding of MCP (Model Context Protocol). Rather than looking for resources or books, I opted for RTFM. Actually not the MCP manual as I would not have fun reading protocol specs. I took FastMCP and went through the docs. I …

    read more

social