Bassam Ismail

Writing

Notes on engineering, leadership, and the craft.

Posts · Page 4 of 8

Define AI Agent Work as Verifiable Execution Slices
Jul 2026·Use AI agent task decomposition built around one outcome, changed surface, proof path, rollback, and stop condition instead of arbitrary small tasks.
Internal AI
Make Agent Integration Failures Explicit Before Asking Humans
Jul 2026·Classify AI agent integration errors before asking humans for context. Preserve missing input, unavailable capability, denied access, and stale sources.
Internal AI
Before an AI Agent Asks a Question, Make It Search
Jul 2026·Use AI agent context gathering to reduce avoidable team interruptions. Separate cheap lookups from decisions that genuinely need a human.
Internal AI
Restart AI Coding Sessions When Context Stops Being Verifiable
Jul 2026·Restart an AI coding session when context stops being verifiable. Use a checkpoint that preserves facts, uncertainty, and the next safe probe.
Internal AI
When Vault Migration Is Really a Cryptography and Trust-Boundary Problem
Jul 2026·Vault transit migration can fail after the database copy; validate key parity, token scope, and app decrypt paths before cutover.
Engineering
When the cluster was ahead of the code
Jun 2026·Terraform drift can make a clean apply silently roll back live changes. Learn how to spot reverts, stop, reconcile code, and deploy safely.
Engineering
Measuring Performance Work Before Declaring Victory
Jun 2026·Slow PRs need proof. Use Sentry traces, pg_stat_statements, dashboards, and sampling controls to measure real performance wins.
Engineering
When Project Risk Is an Accountability System, Not a Staffing Problem
Jun 2026·Project risk accountability fails when ownership, readiness, and escalation are invisible. Use ledgers and gates before adding staff.
Leadership
When Agents Can Write Their Own Skills, Retrieval Becomes the Product Boundary
Jun 2026·Wrong skill retrieval makes agent skill persistence risky. Treat skills as gated, versioned product surface with evals and tool limits.
Internal AI
Delete All GitHub Forks at Once
Jun 2026·Delete all your GitHub forks with the gh CLI: grant the delete_repo scope, list every fork with gh repo list --fork, and pipe them to gh repo delete --yes.
Engineering