Skip to content
View letmereviewyourcode's full-sized avatar

Block or report letmereviewyourcode

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Zishan Ali Khan. Agentic AI in production, reviewed line by line.

Website Start here Field guides LinkedIn


I build autonomous AI systems for institutions where failure has legal consequences. Banks, insurers, healthcare. Then I publish what held up and what did not.

Everything on this profile is a build I shipped, not a tutorial. If a repo says it runs, it runs.

Autonomy is table stakes. The moat is everything around the agent: verification, orchestration, human oversight, grounding, and an audit trail that survives a regulator.


Agents, Orchestrated

A series of real builds on the agentic stack. Each episode takes one layer everyone is talking about, turns it into a working system, and ships the film and the code together.

agents-orchestrated is the series index. Films land on LinkedIn.

EP 01 Loops
Verification is the moat.

Every agentic coding tool converged on the same shape: goal in, iterate, verify each pass. Why the loop you can audit is the only loop that ships.

code stack stack stack
EP 02 AG-UI
Human in the loop, orchestration and grounding are the moat.

Agents can stream the whole interface, not just text. A private bank onboarding clients where every agent decision arrives in the browser as live, clickable UI. When the money gets serious the process pauses for a human, visibly. Runs without API keys.

code film guide
EP 03 AP2
Cryptographic authority and governance are the moat.

I gave an agent a signed $7,000 ceiling, let it buy World Cup tickets while I slept, then tried to break it. Tampering with the signed limit gets refused by cryptography. Getting close to the limit gets escalated to me by a decision table. Every hop is one auditable process.

code film guide stack stack
EP 04 Next up: model routing, and what it costs you to pick wrong.

Field guides

Reference documents on the open protocols, written from builds rather than from specs.

Guide On
Where Agents Actually Work Field notes from 50+ enterprise builds
The Control Plane Governing agentic AI at scale
Evaluating Agentic Systems The four axis method
Tool Contracts Why agents skip your tools
AP2 The Agent Payments Protocol
AG-UI Streaming the interface, not just the answer

Tools

Agent Contract Studio · live

Agents fail in production because tool specs are underspecified. Paste an MCP tool spec and it scores the contract, then auto-fixes it. Deterministic first, model polish optional and local only.


Why "let me review your code"

Because that is the job. Anyone can get an agent to do something impressive once. The interesting question is what happens on the run where it is wrong, or slow, or down, and whether you can prove afterwards what it did and who approved it.

That is what I build, and it is what I write about.



zishanalikhan.com  ·  LinkedIn  ·  Agents, Orchestrated

Pinned Loading

  1. agents-orchestrated agents-orchestrated Public

    Agents, Orchestrated. Real builds on the agentic stack, one layer per episode. Autonomy is table stakes; the moat is everything around the agent.

  2. AP2 AP2 Public

    Forked from heiko-hotz/AP2

    Building a Secure and Interoperable Future for AI-Driven Payments.

    Python

  3. camunda-ap2-payments-demo camunda-ap2-payments-demo Public

    EP 03 of Agents, Orchestrated. A shopping agent with an ES256-signed $7,000 spending mandate, and the three times it gets refused. AP2 + Camunda 8, fully runnable.

    JavaScript

  4. camunda-agui-wealth-demo camunda-agui-wealth-demo Public

    EP 02 of Agents, Orchestrated. Agents that stream the interface, not text. AG-UI + Camunda 8 wealth onboarding, runnable without API keys.

    JavaScript

  5. what-are-loops what-are-loops Public

    EP 01 of Agents, Orchestrated. The loop every agentic coding tool converged on, and why the loop you can audit is the only one that ships.

    HTML

  6. agentic-contract-studio agentic-contract-studio Public

    Agent Contract Studio. Deterministic scoring and auto-fix for MCP tool specifications, because agents fail in production when tool specs are underspecified.

    TypeScript 1