Tutorials Intermediate
Claude Agent SDK: Lock Down Tools With Permission Hooks
Stop runaway tool calls and agent spawning using canUseTool, PreToolUse hooks and deny rules.
9 min read·Kodetra Technologies
Jun 12How-to content for builders, indie hackers, and AI engineers. Less theory, more shipped code.
Tutorials Stop runaway tool calls and agent spawning using canUseTool, PreToolUse hooks and deny rules.
System Design Stop cache stampedes with locking, single-flight, and probabilistic early expiry.
Backend Build a reliable production job queue using only Postgres FOR UPDATE SKIP LOCKED.