Skip to main content

Command Palette

Search for a command to run...

Tinker Updates - Tool Calling, Claude

Updated
1 min read
Tinker Updates - Tool Calling, Claude

End of day report for Tinker. Today, we added Tools API support which allows for more streamlined tool calling from AI agent. So far, it seems to be much better than the custom tool calling mechanism we implemented yesterday.

We’ve also switched our default model to Anthropic Claude Sonnet 4.0 since that model was consistently giving better results in coding (take it with grain of salt).

The behavior of Tinker largely resembles that of Copilot Codex and Claude Code. I guess I just have a more custom version that I can use to iterate and make better.

Next step: figure out whether LangGraph integration would be worth it for Tinker. LangGraph and its alternatives were pretty hot topic in the conventions and at a glance, it’s going to be beneficial to integrate it. Also want to see Composio is worth it.