Tag: #agent-loop
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Loop Design — Between Infinite Loops and Giving Up Early
Agent loops fail in two directions: the infinite loop that repeats the same call dozens of times, and the early stop that quits at the first obstacle. Part 4 of the harness engineering series covers retry caps, the three
2026-08-12 · 5 min read #llm#agent#harness-engineering#하네스엔지니어링#AI에이전트Anatomy of an AI Harness — The Scaffolding That Turns a Model Into an Agent (Loop, Tools, Context, and Building Your Own)
The model is the engine; the harness is the car. Put a different car around the same engine and the driving experience changes completely. In 2026, the real center of gravity in AI engineering isn't the model — it's the
2026-05-14 · 16 min read #ai-harness#ai-agent#llm#agent-loop#tool-execution