James Rochabrun·Aug 20, 2025SwiftOpenAI-CLI: The Missing SDKClaude Code from Anthropic is hands down the best coding agent out there, but here’s something that’s not as popular: it also comes as an…
James Rochabrun·Jun 9, 2025OpenAI Responses stream API in SwiftI just released SwiftOpenAI v4.2.0 with full support for OpenAI’s Response API streaming. This enables real-time, conversational AI…
James Rochabrun·Mar 24, 2025Creating MCP Clients in Swift: Integrating Model Context ProtocolIn this post, we’ll explore how to integrate the Model Context Protocol (MCP) in Swift applications to enable AI models to access local and…A response icon1A response icon1
James Rochabrun·Oct 29, 2024Agent Transfers in Swift with SwiftSwarmYou may have heard about agents or agentic flows. A high-level explanation of agents is that they are AI entities designed to handle…
James Rochabrun·Jul 1, 2024Run LLM’s locally in SwiftI was not expecting to be so easy to be able to run open source models locally in a mac os app, this will be a short tutorial on how to do…A response icon2A response icon2
James Rochabrun·Mar 5, 2024Prompt to code in Xcode with Claude 3.There have been rumors that Apple may launch a Copilot for Xcode, though no official plans have been shared publicly yet. In the meantime…A response icon3A response icon3
InIf let swift = Programming!byJames Rochabrun·Nov 15, 2023OpenAI Function Calling, iOS implementation.
James Rochabrun·Oct 25, 2023OpenAI Swift packageSince ChatGPT came out, I’ve been wanting to spend some time playing around with OpenAI APIs. Finally, I found some free time to do just…
InGeek CulturebyJames Rochabrun·Jun 17, 2021Synchronizing asynchronous networking calls using iOS 15 Group task API.Today I want to show how I used the new group tasks iOS 15 API in a sample project, to execute a group of networking calls to the Itunes…