almogbaku

↗ HN profile [ 72.3 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I've spent the past few years building 50+ AI agents in prod (some reached 1M+ sessions/day), and the hardest part was never building them — it was figuring out why they fail. AI agents don't crash. They just quietly…

  2. Coding agents debug like a junior dev in 2005: they spam print() and loop until the bug disappears or eats your context window. TL;DR: I gave my agent a debugger and saw it go from 5-6 print-debug cycles down to 1…