
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
AI Usage: Are You Vibing or Building? Your Wallet Might Know
This post was originally published on Israeli Tech Radar.
Artificial intelligence is rapidly changing how we work and create. We’re using it for everything from drafting quick emails to designing complex systems. But how we interact with AI — the “usage model” — significantly impacts both the results we get and the money we spend, if your not spending money on A.I / plan to but not dure on what stay tuned and lets start thinking in “token” which might fit in to 2 code categories:
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
Doing literally anything with go-task and why should ya?
This is a common approach I adopted to manage tasks
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.