RSSAmplifier

Blog

Luca Marturana

Software Engineer focused on product development, system design, and technical foundations that scale. Interested in AI, personal finance, and legal tech.

luca3m.meRSS feed ↗10 posts

Latest posts

Models Need Focus

One thing I realized building AI products is how much focus matters.

Fast LLM Evaluations at Spark: CSVs Over Frameworks

Note: This post was originally published on Spark’s blog as part of their AI Engineering Series.

Working with AI

Over the past year, I’ve been working a lot more with AI. I’m not a machine learning or deep learning expert — and honestly, I never set out to be — but in the last few years AI has become a technology you just can’t ignore. And actually learning how it works has actually been a lot of fun.

Programming in the AI Age

Exploring how artificial intelligence is transforming software development and the role of programmers in an AI-augmented future

Come rendere smart il termostato Immergas CARV2

Come trasformare un termostato Immergas CARV2 in un termostato smart utilizzando un interruttore Sonoff e un relé, per controllarlo da remoto e creare automazioni.

Why I chose Hey

As work is becoming remote, I’m realizing that writing skills are more and more essential. To further practice my skills of writing concisely and effectively, I’m going to try writing in a blog post here and there. I’m gonna start this one by talking about why I chose Hey for my email.

Operating systems are a huge pile of technical debt

Developers are responsible for creating new, powerful software. This is what we do, day in and day out. But much of the software we create is based on the work of others. It’s not only their software from yesterday, but also from years or decades before. That creates a complex set of challenges when it comes to understanding the behavior of our own software, let alone someone else’s.

Junior and senior engineers

3 years ago I got my first job as software engineer, there is a huge difference between writing university projects and shipping real working software, I learnt a lot of things that forged my mind.

Job change, lessons learned

Last October I did one of the hardest decision of my life, I left my job.

Median filter with Redis

Recently I had to implement a median filter algorithm, I found Redis very powerful to accomplish this! A very simple solution and scalable.