The strange thing about working with AI agents
The strange thing about working with AI agents is that it feels like you are doing everything and nothing at the same time. You spend hours or weeks...
Journal
Long-form notes, architecture logs, and technical writing.
The strange thing about working with AI agents is that it feels like you are doing everything and nothing at the same time. You spend hours or weeks...
Okay, I realized a couple of things this weekend, and honestly I’m still kind of amazed.I canceled my ChatGPT and Claude subscriptions and went all in on Chinese models and their cloud stack. I also used the DeepSeek API...
What if every software developer on earth was replaced by AI agents running 24/7?And I mean including AI/ML researchers code too.I mean ALL the code in Python, C++ etc. that causes the creation of our frontier models lik...
I’ve been building an offline prompt library application for my personal and professional use. Over time, I’ve added more prompts and now rely on it daily—both for work and for personal experiments. The idea is to store ...
Hey fellas. Long time no post.These days LLMs are creating so much that writing manually feels nice, especially with all the typos and weird exporessions.Recently I've been dealing with browser-based ML systems. There se...
Hi everyone.! Recently I've been working on a new webapp for my company.We will use it for our demos and videos. The goal here is to create a smart bundle that with just the click of a button (or a terminal enter), all t...
Hi fellow coders. If anybody reading my blog, how are you? How’s life been? Today was one of those “blue” days. Many things may have triggered it. Maybe a combination of things.Maybe I have been obsessive about...
Hi there. Today we will both talk about IT and non-IT context of the BDS movement and why it matters.The BDS movement is a collective that stands for boycotting of israeli global mega corporations and any other mega corp...
Hi everyone. I am building FinetuneYuno, world's easiest LLM fine-tuning app to use, fully open-source and free.Can run on Linux, MacOS and Windows. Fully Python3 based, has a simple WebUI, easy to install and run.Select...
Early neural networks, like the original perceptron (single layer) from the 1950s and the later multilayer perceptron from the 1980s, worked by adding up inputs multiplied by simple numbers (weights) and then passing the...