the update.
date
Nov 22, 2025
URL
slug
the-update
status
Published
tags
Thoughts
summary
I need to publish something. It has been a long time.
type
Post
The reason to start this writing is quite fascinating.
I need to publish something. It has been a long time.
Every time – every single time – after a single post I “disappear” for months and sometimes years. The longest break between two of my posts is 13 months.
The first part I wrote couple of days ago, but then, I am still struggling getting that momentum of writing. Feeling lost in life is probably one of the most challenging phases, which you will need to overcome alone – solo mode.
There are a few thought on how to keep the format of my page and posts, but every time I come to a conclusion in my mind that being natural and expressing everything as is – is the most underrated styles.
Yesterday, I have published an NPM package for fun. Total vibe coded. Not a single line of code is by me.
I asked my slaves agents to build a small tool with a single method that evaluates maths expressions using AI models. For now, only OpenAI’s gpt4.1-mini is available, however in future any new other models can be added easily. The package is called califi and you can see the source code here. Well, I have also developed a demo site where you can test the tool in action.
The tool can be useful in various application where you need maths compute in the code. However, this project – both the package and the user interactive website for evaluating maths expressions with the tool – are for fun only and not ready for any production projects. It was the first npm package I have ever developed, and I just enjoyed the fun of the 40 minute process of “crafting” the thing (or telling my slaves agent workers to do the job).
Anyway, it was a very ADHD-type of writing this time as I was building my RSS feed fetching workflow at the same time as I wrote this post. Basically, I want the first client – Telegram – to be able to fetch my latest blog post and post it in my channel there. That’s the first step though. I’ll add more channels later on.