Tag: #agent-sdk
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3 posts
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-executionWhat is an AI Harness: Skills, Context, Hooks, and Permissions — The Orchestration Architecture Controlling AI
An AI Harness is an orchestration layer that wraps and controls AI models. We dissect the 7 building blocks — System Prompt, Tools, Context, Skills, Hooks, Permissions, and Memory — and show how to build one with the Cla
2026-03-23 · 35 min read #ai-harness#claude-code#agent-sdk#skills#contextClaude Code Complete Guide: Subagents, Hooks, Agent SDK — Everything About Agentic Coding
Anthropic Claude Code — an agentic coding tool that reads your codebase, edits files, and runs commands from the terminal. Complete guide to subagent parallelism, hook automation, Agent SDK for custom agents, and MCP ser
2026-03-22 · 23 min read #claude-code#anthropic#agentic-coding#agent-sdk#mcp