Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Codecall: Orchestrating Tools Programmatically
This talk introduces Codecall, a system for programmatically orchestrating multiple tools using Deno sandboxes, reducing context bloat from individual tool calls.
Codecall changes how agents interact with tools by letting them write and execute code (in deno sandboxes) that orchestrates multiple tools programmatically (like an API) to do a task, rather than making individual tool calls that bloat the context and increase the token usage like in traditional agents