Tag: #context
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3 posts
Questions to Understand Context — The Person Who Digs into the Why
Given the same task, the output of someone who digs into the background is different. From the gap between a surface request and the real problem, to grasping business context, stakeholders, and constraints, to asking "w
2026-06-16 · 15 min read #mindset#context#problem-solving#stakeholders#collaborationGo Complete Guide — Goroutine, Channel, Context, and Real-World Microservices (Season 2 Ep 3, 2025)
Go is famous for being easy to learn, but real production Go is full of non-obvious traps: Context propagation, Goroutine leaks, Channel deadlocks, nil interface gotchas. This post covers the true meaning of Go philosoph
2026-04-15 · 13 min read #go#golang#goroutine#channel#contextWhat 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#context