- Steam App
- AI Pals Engine (3410930)
- Event type
- patch note
- Published
- 8 February 2026 - 18:16:43 UTC
- Source
- steam_community_announcements
Happy Sunday! You might recall we used an MCP Tool to generate images in the last Devlog about Behaviors. This Devlog takes a closer look at how that actually works.Tools/Agents/Skills are a hot topic right now. Frontier models have improved drastically in recent months, particularly regarding coding tasks. But most of these advancements can also be used in a more general way to do all kinds of things. We're getting dangerously close to the point where I can replace myself with a coding agent and simply supervise it! Anyway, we will see this expand into more capable open models in the future as more training data gets integrated for this task, in addition to native capabilities within the chat format.A tool call to retrieve realtime information from the web🛠️What is Tool Calling?Ultimately, it is just a program following a protocol (AI Pals Engine uses MCP - Model Context Protocol): the ...