Marco SburlinoMarco Sburlino
HomeProjectsPostsAbout
  • Home
  • Projects
  • Posts
  • About

Marco Sburlino

Navigation

  • Home
  • Projects
  • Posts
  • About

Connect

GitHubEmailLinkedIn

© 2026 Marco Sburlino. All rights reserved.

Journal

Posts

Updates, insights, and behind-the-scenes looks at projects and research.

Agentic AI and MCP DeepLearningAI Certificates

April 28, 2026·
Marco Sburlino
LLMs
AI Agents
MCPs

Just completed two courses from DeepLearning.AI: "Agentic AI" and "MCP: Build Rich-Context AI Apps with Anthropic".

The Agentic AI course gave me a much better understanding of agentic design patterns like reflection, tool use, planning, and multi-agent workflows, and how these ideas move LLMs from simple prompting to more autonomous systems.

The MCP course then showed me how to actually connect those systems to the outside world. I learned the protocol's client-server architecture and its core primitives.

Together these have given me a solid foundation for building agents that are both autonomous and genuinely connected to real data sources. Excited to keep building and experimenting with these concepts.

Speakrow.com

March 8, 2026·
Marco Sburlino
Claude Code
Web Development

I’ve always been interested in geography and languages, and I often wondered: how many people in the world could I actually communicate with based on the languages I speak?

So I built a small side project for fun: Speakrow.

Speakrow.com lets you select the languages you speak and instantly shows your global linguistic reach. It updates an interactive world map to highlight where you can communicate, calculates the share of the world’s population you can reach, gives you a “survival score,” and breaks down your coverage by continent.

Just a fun hobby project combining my interests in languages, data, and maps. Go check it out!

Speakrow.com - Your Linguistic Reach

Speakrow.com - Your Linguistic Reach

Speakrow.com is a web app that shows what share of the world's population you can communicate with based on the languages you speak. You select the languages you know, and the app instantly updates an interactive world map to show where you can communicate. It also calculates your overall global coverage, provides a survival score, and breaks down your reach by continent with simple summary statistics.

Anthropic Claude Code Certificate

February 8, 2026·
Marco Sburlino
Claude Code
LLMs

Completed Claude Code in Action, a hands-on course focused on using Anthropic’s Claude for real development workflows.

Learned how to use Claude for code generation, debugging, refactoring, documentation, and structured problem-solving. Covered practical prompt strategies, iterative development with AI, and how to integrate Claude into day-to-day coding tasks to improve speed and code quality.

Strong focus on applying AI as a real coding assistant, not just theory, but practical implementation.

Exchange Program at KAIST

August 25, 2025·
Marco Sburlino
University
Exchange Program

Today I officially start my semester abroad at Korea Advanced Institute of Science and Technology in Seoul, South Korea.

During this exchange, I’ll be taking courses from the MBA programs while also immersing myself in Korean culture, exploring Seoul, and experiencing daily life in such a culturally rich and very different country.

I’m grateful for this opportunity and looking forward to the months ahead.

Forecasting Daily Electricity Load in Denmark: A Comparative Analysis with Renewable Energy Integration

August 10, 2025·
Marco Sburlino
R Programming
Data Science
University

As part of my MSc in Data Science at Copenhagen Business School, I recently completed a project in Predictive Analytics focused on forecasting daily electricity load in Denmark, a country with one of the highest levels of renewable energy integration. The study applied time series approaches like ARIMA and seasonal ARIMA, as well as dynamic regression models that included solar and wind generation data.

The goal was to explore how these methods perform when renewable energy is part of the system, and to address key questions: How do different forecasting techniques compare? Does including renewable generation improve accuracy? And how does forecast performance change across different time horizons and approaches?

This type of research is becoming increasingly important as energy systems worldwide shift toward renewables. Reliable forecasting helps grid operators balance supply and demand, plan for variability, and ensure stable access to electricity as countries move closer to decarbonization targets.

Forecasting Daily Electricity Load in Denmark: A Comparative Analysis with Renewable Energy Integration

Forecasting Daily Electricity Load in Denmark: A Comparative Analysis with Renewable Energy Integration

This report outlines my university project for the Predictive Analytics course at Copenhagen Business School. The study aimed to forecast daily electricity load in Denmark by comparing traditional time series approaches with models that integrate renewable energy generation data. Using a five-year dataset (2016–2020) from the Open Power System Data platform, the project followed a rigorous pipeline that included exploratory data analysis to identify strong weekly seasonality and structural breaks, followed by stationarity testing that necessitated first-order differencing. The core analysis involved training and evaluating three primary modeling techniques: a Seasonal Naive baseline, standard and seasonal ARIMA models, and a Dynamic Regression model incorporating wind and solar generation variables. These models were rigorously validated using Ljung-Box diagnostic tests and compared across different forecast horizons, ultimately revealing that while Auto-ARIMA performed best for short-term predictions, the Dynamic Regression model offered superior accuracy for longer 30-day forecasts by effectively capturing weather-driven demand fluctuations.