Claude Code

Claude Code

Your monitoring watches the wrong thing

Five systems, same mistake. The monitoring checked whether the process was alive, not whether the work was done. Every one of them reported healthy while it was broken.

Lees artikel →
Claude Code

Claude Code security: what the agent may touch

Telling an agent it may do everything is not a permission. The safety layer reads your settings, not your encouragement. How to enforce the boundary instead of agreeing to it.

Lees artikel →
Claude Code

July Build Log: Merged Is Not Deployed, and Green Is Not Verified

678 logged failures across five projects in one month. Four of them keep coming back, and they share a shape: I measured a proxy for the thing I cared about, and the proxy was fine while the thing was broken.

Lees artikel →
Claude Code

Claude Code hooks: stop the agent from reading your .env

A PostToolUse hook tells you the secret was read. A PreToolUse hook on Read and Grep stops it from happening. The difference between the two is the whole point of hooks.

Lees artikel →
Claude Code

MCP or CLI? Which servers to keep, and which to replace with a CLI call

The shift I see in practice: work moving from MCP servers to direct CLI calls. Not because MCP is dead, but because it has a context tax. A decision rule for which servers to keep and which to replace.

Lees artikel →
Claude Code

June Build Log: The Month My Systems Lied to Me

Four of my AI products reported green while quietly broken. A scan said completed with zero pages. A gate passed code it should have blocked. Here is the honest June build log: what lied, and the checks I built to catch it.

AI
Lees artikel →
Claude Code

One Harness, Five Model Families: Running Codex, GLM, Kimi and DeepSeek Through Claude's Agentic Loop

If you benchmark frontier models with a single chat call, you measure the wrong thing. Here is how I drove Codex, GLM, Kimi and DeepSeek through the same Claude CLI agentic harness via a local proxy, the lane-hardening bugs, and what the numbers say.

Lees artikel →
Claude Code

GLM-5.2 Through the Claude Harness: The OpenRouter Route

GLM-5.2 looks mediocre at coding if you call it the way most benchmarks do. Run the same model through a real agentic harness via OpenRouter and it jumps to frontier-Claude tier. Here is the exact recipe, and the counter-data.

Lees artikel →
Claude Code

Mijn complete Claude Code setup: 38 skills, 11 agents, en hoe ik ze allemaal coördineer

Een complete walkthrough van mijn productie-Claude-Code-setup. 38 skills, 11 sub-agents, persistent memory, en de governance-laag eromheen. Geen abstractie, concrete file-paths en patronen voor AI peers en hobbyisten.

AI
Lees artikel →
Claude Code

De 7 MCP-servers die je vandaag NIET zou moeten installeren (en waarom)

Niet alle MCP-servers zijn veilig. Sterker: sommige worden veelvuldig gebruikt en zijn structureel onveilig. Een eerlijke lijst van 7 patronen die ik in 2026 niet meer zou installeren, en wat de alternatieven zijn.

Lees artikel →
Claude Code

Self-learning loops: hoe je AI-systeem suggesties doet die je daadwerkelijk wil opvolgen

Een AI-systeem dat suggesties doet die je negeert is alleen maar ruis. Een AI-systeem dat patronen herkent en suggesties doet die je vaker wel dan niet aanneemt, dat is een leerloop. Hoe je die bouwt zonder volledige autonomie weg te geven.

AI
Lees artikel →
Claude Code

Context engineering: hoe je je AI-assistent precies de juiste informatie geeft (zonder ruis)

Prompt engineering is dood. Context engineering heeft het overgenomen. Het verschil, en hoe je voorkomt dat je AI-assistent verzandt in ruis. Voor AI peers en hobbyisten die voorbij de eerste experimenten zijn.

AI
Lees artikel →