Hey everyone, my name is AbdulRahman Elzahaby (@egyjs), a software engineer from Egypt who’s recently fallen down the rabbit hole of LLMs. Like so many of us, you’ll find me in the thick of automation, bots, and making AI work for fast-tracking features and workflows.
As I started diving into complex, multi-agent workflow automat...
How a face-customization puzzle at HackMIT went from clicking sliders by hand to reverse-engineering a hidden formula from 10,000 API calls.
Face Value looked simple at first glance: ten sliders (Face, Skin, Hair, Brows, Eyes, Nose, Mouth, Glasses, Mole, Accessory), each 0-9, controlling a cartoon avatar. A hidden model scored every configuration, and the goal...
My project's docs had rules.
"One document, one responsibility." "Split anything over 45 lines."
I wrote that. The day before yesterday.
Here's how that was going.
OhNine is a free menu bar app that tracks Claude session and weekly usage limits in real time
It sends native alerts at 80%, 91%, and 100% so a session never ends without warning
The hard problem was never reading a number, it was making the warning arrive before the cutoff instead of after
Building a zero telemetry tool changed how I jud...
Welcome to the v0.0.2 release of Knowledge-and-Memory-Management, a tool designed for ingesting and managing knowledge from diverse sources. This release marks a clean release, stripping all hardcoded personal paths and replacing them with the portable $AGENT_HOME environment variable. For experienced developers, this version brings consistency and ease of deployment across environ...
Originally published on hexisteme notes.
A while back I wrote about why your vibe-coded app looks worse than you expect. That post diagnosed the cause. This one ...