
AI Chaos and Productivity How to Choose Your Core Tool Stack (and Stop the FOMO)
This post was originally published on Israeli Tech Radar.
TLDR; beyond the cost of conversations, this post is going to discuss the golden path and hopefully introduce the methodology of choosing the most fitted tool-set using a handful of tools which can help mold you A.I strategy. We’ve all heard of 10x developers and this post is aiming at building 10x teams which scale-well with A.I.
Read More
Taming the AI Beast: The Role of the LLM Gateway
In a personal setting, managing AI costs might be a matter of checking your credit card statement. But for an organization with multiple teams, projects, and AI providers, it’s a financial and operational challenge.
Read More
The Cost of Conversations
This post was originally published on Israeli Tech Radar.
We’ve all been there: a simple question to an AI model turns into a lengthy, back-and-forth “vibe session.” It’s effortless, it’s creative, and it feels free. But behind every token is a hidden cost, and the bill at the end of the month can be a surprise.
Read More
Pre-commit hooks using python library pre-commit
Pre-commit examples used in just-do-it repository
I really need a strict pre-commit considering the number of branches and tools i’m using.
Because the heart of the projects is tasks I want at the bare least .pre-commit-config.yaml to include the task --list-all command considering it compiles all the includes which may change name / location between branches.