Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
HumanLayer: High-Stakes Agent Approval
Learn how to give AI agents safe access to high-stakes tools using human approval workflows. Explore Python metaprogramming and succinct agent-facing signatures for secure and effective AI agent integration.
I’ve been hacking on a python SDK and server side layer that enables human-as-tool and human approval workflows for autonomous AI Agents. I’ll go through the basics of how it works, how we did some basic python metaprogramming to improve function calling accuracy, and using closures for succinct agent-facing method signatures. I’ll demo a workflow in which a human can respond to a CLI prompt or a slack message to approve/reject a high-stakes function call
HumanLayer SDK ensures human approval for AI agent function calls.
SDK enabling human-in-the-loop approval for LLM function calls and orchestration.