Skip to content

Instantly share code, notes, and snippets.

@kwhinnery
Last active April 9, 2026 22:07
Show Gist options
  • Select an option

  • Save kwhinnery/4370228864372befc0e66efcec69e716 to your computer and use it in GitHub Desktop.

Select an option

Save kwhinnery/4370228864372befc0e66efcec69e716 to your computer and use it in GitHub Desktop.
Notes and links from Kevin's SDK code mode talk at TSAI Demo Day!

SDK Code Mode 🤖

https://dub.sh/kevin_tsai

SDK code mode is an MCP server design which gives a model two tools:

  • search_docs - given a search string, return relevant documentation content for API usage as directed.
  • execute - enables the model to make API requests with an authenticated SDK client.

Using a typed SDK enables agents to operate an API using fewer tokens over fewer turns. It also enables coding agents to generate accurate integration code for APIs in the context of larger projects.

Important links

About Kevin

DevRel and marketing @ Stainless. Formerly DX and API platform team at OpenAI. DX at Deno, Retool, and Twilio.

@kevinwhinnery

https://kevin.mn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment