TTTebogo Tsekaintebza.hashnode.dev·Apr 13 · 10 min readHow I Run Over 20 AI Agents Locally and Deploy One to Production at a TimeThis article was originally published on tebogosacloud.blog. I have over 20 AI agents. Only one is in production. That is not a constraint. It is a strategy. A system with one excellent production ag00
TTTebogo Tsekaintebza.hashnode.dev·Apr 2 · 18 min readThe Missing Test Suite: Why AI Projects Fail Before ProductionMost AI projects never ship. The gap isn't the model — it's the lack of testability. The Uncomfortable Truth Gartner predicted that through 2022, 85% of AI projects would deliver erroneous outcomes d00
TTTebogo Tsekaintebza.hashnode.dev·Mar 31 · 9 min readBuilding an LLM Judge That Doesn't Lie to YouOur first LLM judge gave a 9/10 to a page where the hero text was completely invisible. Dark grey text on a dark background image. The CSS was syntactically valid. The HTML was well-structured. Every tag was correct. The page was unusable. And our ju...00
TTTebogo Tsekaintebza.hashnode.dev·Mar 30 · 10 min read5 Models, 467 Actions, 1 Winner — What We Learned Comparing LLMs on Real Code GenerationWe tested five AI models on the same task 467 times. Each run produced a complete deployable website — not a code snippet, not a function, not a patch. A real site with HTML, CSS, JavaScript, and assets. The question: can cheaper models match Claude ...02ME
TTTebogo Tsekaintebza.hashnode.dev·Mar 30 · 9 min readBeyond Text: How We Built an Evaluation Framework for Multi-File AI OutputsMost LLM benchmarks evaluate text. HumanEval checks if a function passes unit tests. SWE-bench measures whether a model can patch a repository. MBPP scores single-function completions. None of these work when your AI agent generates an entire website...00