Creating 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…Mar 2451Mar 2451
Agent 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…Oct 29, 20244Oct 29, 20244
Run 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…Jul 1, 2024502Jul 1, 2024502
Prompt 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…Mar 5, 20243363Mar 5, 20243363
Published inIf let swift = Programming!OpenAI Function Calling, iOS implementation.Nov 15, 2023153Nov 15, 2023153
OpenAI 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…Oct 25, 2023101Oct 25, 2023101
Published inGeek CultureSynchronizing 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…Jun 17, 202197Jun 17, 202197
Published inGeek CultureCreate a generic networking layer using async/await.Completion handlers are closures, self-contained blocks of functionality that can be passed around and used in your code. They get passed…Jun 11, 20212534Jun 11, 20212534
Published inGeek CultureCompositional SwiftUI ListIn this post, I want to share with you an example of how to mix UIKit and SwiftUI in your projects. For that, I created a small library…Jan 27, 202172Jan 27, 202172