Chris Karani
banner
chriskarani.bsky.social
Chris Karani
@chriskarani.bsky.social
Building the Future

https://bebop.cash
🦑 Conduit

One API for all LLM providers:

• MLX (on-device, private)
• Claude, GPT-4, HuggingFace (cloud)
• Foundation Models (iOS 26)
• Ollama (local server)

```swift
let response = try await provider.generate(
"Hello",
model: .llama3_2_1B
)
```

github.com/christopherkarani/Conduit
GitHub - christopherkarani/Conduit: Unified Swift SDK for LLM inference across local and cloud providers 💫
Unified Swift SDK for LLM inference across local and cloud providers 💫 - christopherkarani/Conduit
github.com
January 6, 2026 at 8:43 PM
Build AI agents with @Tool macros:

```swift
@Tool("Search the web")
struct SearchTool {
@Parameter("Query")
var query: String

func execute() async throws -> [String] {
try await performSearch(query: query)
}
}
```

github.com/christopherkarani/SwiftAgents
GitHub - christopherkarani/SwiftAgents: Langchain but for swift 🐦‍🔥
Langchain but for swift 🐦‍🔥. Contribute to christopherkarani/SwiftAgents development by creating an account on GitHub.
github.com
January 6, 2026 at 8:43 PM
bruh, just follow mate
December 4, 2024 at 10:52 PM
soon come brother
December 4, 2024 at 10:51 PM
Dofus
December 3, 2024 at 6:02 PM