April 20, 2026 · 24 min read

Agentic security in production — the operations playbook

Twelve months of running multi-agent AI in a regulated context. SLIs that matter, the incident runbook, drift detection, continuous adversarial testing, secret rotation, compliance posture as code.

SecurityOperationsSREMulti-Agent AI
April 19, 2026 · 7 min read

Annexure VI as a query

The RBI FREE-AI incident reporting form, expressed as a Go struct and a Postgres table. Every entry is an auto-generated artefact from the runtime — not a form an operator fills in retrospectively.

FREE-AIComplianceIncident Response
April 17, 2026 · 15 min read

Why Go for production agentic AI

Stdlib over libraries, single binary over framework, fail-closed defaults over forgiveness. The boring-on-purpose case for choosing Go to ship a multi-agent system into a regulated environment.

GoMulti-Agent AIArchitecture
April 16, 2026 · 8 min read

BCP for AI — forced-failure drills

Fallback agents plus a CI step that replaces the primary agent with one that always errors. If the fallback doesn't produce a usable answer, the PR can't merge.

BCPResilienceMulti-Agent AITesting
April 15, 2026 · 7 min read

Sovereign AI is a policy, not a slide

Classification → provider allowlist. A pii-classified message can only reach a provider whose region is in the allowlist for pii. Sovereignty as a runtime gate, not a checkbox.

Data ResidencyGovernanceFREE-AI
April 14, 2026 · 8 min read

NPCI rail routing with human-in-the-loop

UPI, IMPS, NEFT, RTGS — which rail to use depends on amount, urgency, window, success-rate history. A deterministic chooser with a HITL gate above ₹2 lakh.

PaymentsNPCIFinTechHITL
April 13, 2026 · 7 min read

Policy as code, without the risk team having to ship code

A tiny CEL-style DSL plus a board-approved YAML file. The risk team adds a governance rule by editing a config file; engineering ships the rule by restarting the service.

GovernancePolicyFREE-AIDSL
April 12, 2026 · 7 min read

Deterministic KYC, the LLM just talks

PAN check-digit validation, Aadhaar offline KYC, DigiLocker, PEP/sanctions — all in Go code, not in a prompt. The LLM's job is to translate the verdict into something a human can read.

KYCRBIMulti-Agent AIFinTech