Skip to main content

AI Governance

Frameworks, policies, and oversight for responsible AI deployment

All Posts

View The list finally caught the god agent
Featured image for The list finally caught the god agent
AI Security

The list finally caught the god agent

Adesh Gairola

A deterministic decision point outside the model, in the live path, that decides before every action executes: that's the TLDR of every mitigation in the 2026 OWASP LLM Top 10. Excessive Agency jumped from rank 6 to rank 3, checked for the first time against 7,714 real incidents instead of a practitioner vote alone. Read the mitigations, not the ranks, and they all converge on one prescription: mediate everything.

View NPC Nation: what Australia's new AI framework actually covers
Featured image for NPC Nation: what Australia's new AI framework actually covers
AI Governance

NPC Nation: what Australia's new AI framework actually covers

Adesh Gairola

The 15 July framework binds data centres: where they sit, what power and water they draw, what they pay for the grid, plus training on Australian creative work. It puts no new obligation on anyone building with models. What already binds you is the law you have: consumer law, APRA, ASIC, the Privacy Act. Neither document says who gets to say no.

View Claude Tag: an agent that acts as itself, not on your behalf
Featured image for Claude Tag: an agent that acts as itself, not on your behalf
AI Security

Claude Tag: an agent that acts as itself, not on your behalf

Adesh Gairola

Claude Tag puts @Claude in Slack as its own per-channel service account, not on behalf of the person who asked. That breaks the delegation model everyone converged on, where the audit log can still name a human. Useful, but it revives the old service-account problems with an AI on top.

View Kill the God Agent: how we think about agent security
Featured image for Kill the God Agent: how we think about agent security
AI Security

Kill the God Agent: how we think about agent security

Adesh Gairola

A God Agent is one model wired to every tool on one shared identity, holding the whole lethal trifecta at once: it reads untrusted content, touches private data, and talks to the outside world. You can't filter prompt injection out of that, so you change the architecture instead. Three deterministic moves: scope every agent, sign every call, stop every breach. Break even one leg of the trifecta and the blast radius shrinks.

View Agent identity isn't solved. Here's the model I use anyway.
Featured image for Agent identity isn't solved. Here's the model I use anyway.
AI Security

Agent identity isn't solved. Here's the model I use anyway.

Adesh Gairola

Agent identity makes more sense as four stacked layers: a tamper-proof token format, cryptographic proof of which workload is running, a delegation chain that keeps the human as the subject, and a way to onboard to a service an agent has never met. Climb all four and you've proven who the agent is. You still haven't proven that what it did was okay.

View BodySnatcher and the Missing Identity Layer
Featured image for BodySnatcher and the Missing Identity Layer
AI Security

BodySnatcher and the Missing Identity Layer

Adesh Gairola

BodySnatcher (CVE-2025-12420) showed how AI agents with aggregated permissions can compromise entire platforms in seconds. Traditional security controls designed for humans don't work at machine speed. Organizations need threat modeling and runtime controls for all three layers: API auth, identity binding, and agent execution.

View The $127M Algorithm: When Smart AI Goes Wrong
Featured image for The $127M Algorithm: When Smart AI Goes Wrong
AI Safety

The $127M Algorithm: When Smart AI Goes Wrong

Adesh Gairola

When AI appears to think but actually pattern-matches toward desired outcomes, you get sophisticated-looking failure. This fictional crisis demonstrates real research about AI limitations and how to build better systems.

View Shadow Coding: what, so what, now what?
Featured image for Shadow Coding: what, so what, now what?
AI Security

Shadow Coding: what, so what, now what?

Adesh Gairola

Shadow coding—developers using unauthorized AI tools or code—is creating significant security and compliance risks. Organizations need balanced governance that enables innovation while maintaining security.

View Claude 4 Risk Assessment - For enterprise deployment
Featured image for Claude 4 Risk Assessment - For enterprise deployment
AI Governance

Claude 4 Risk Assessment - For enterprise deployment

Adesh Gairola

Claude 4 models introduce novel enterprise considerations including high-agency behaviors, self-preservation instincts, and potential consciousness indicators that may require enhanced risk management depending on your deployment context.

View Safe AI by Design: Insights from a System Prompt
Featured image for Safe AI by Design: Insights from a System Prompt
AI Safety

Safe AI by Design: Insights from a System Prompt

Adesh Gairola

Learn key AI safety and security principles by examining the detailed instructions within a publicly available system prompt, showing how LLMs can be guided towards responsible behavior.