James RochabrunAgent 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 29Oct 29
James RochabrunRun 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 12Jul 12
James RochabrunPrompt 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 53Mar 53
James RochabruninIf let swift = Programming!OpenAI Function Calling, iOS implementation.Nov 15, 2023Nov 15, 2023
James RochabrunOpenAI 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, 2023Oct 25, 2023
James RochabruninGeek 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, 2021Jun 17, 2021
James RochabruninGeek 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, 20214Jun 11, 20214
James RochabruninGeek 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, 2021Jan 27, 2021
James RochabruninIf let swift = Programming!Generic networking layer using Combine in Swift UI.On this short post I will show you how to create a generic Networking API that you can reuse in your own implementations using generics…Jul 23, 20201Jul 23, 20201