Chris Karani's Avatar

Chris Karani

@chriskarani

Building the Future https://bebop.cash

26
Followers
7
Following
195
Posts
15.11.2024
Joined
Posts Following

Latest posts by Chris Karani @chriskarani

fair play, wish there was some of these elements in African policy making

16.01.2026 01:53 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

soon e’ll have AI Relationships. can’t wait

16.01.2026 01:44 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

You actually get better results when you use a polite tone rather than a frustrated tone. Anthropic released a paper on this

16.01.2026 01:42 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Serger Brin said that if you threaten the AI it gives better results, pretty wild

16.01.2026 01:42 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

let’s build an agent harness and raise some capital bro

16.01.2026 01:30 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Reading plans from claude code in terminal is super not fun. I don't get how y'all are using it in terminal all the time vs something like Cursor that generates a nice readable markdown file.

16.01.2026 01:25 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Performance drops as context grows

16.01.2026 01:24 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

i think Apple is a lot further in the AI game than people think iykyk

15.01.2026 19:33 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image Post image

she looks Kenyan to me, I knew it

15.01.2026 03:35 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

working through bugs via playground is satisfying. Big up Chris Latner for this idea

15.01.2026 00:37 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Contemplating weather to adopt the swiftui style api or stick to the builder patter

15.01.2026 00:12 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - christopherkarani/SwiftAgents: Langchain but for swift πŸ¦β€πŸ”₯ Langchain but for swift πŸ¦β€πŸ”₯. Contribute to christopherkarani/SwiftAgents development by creating an account on GitHub.

github.com/christopherk...

14.01.2026 02:47 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Post image

Build AI Agents in swift with a SwiftUI like API

14.01.2026 02:24 πŸ‘ 4 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Post image

Build AI Agents in swift with github.com/christopherk...

07.01.2026 17:11 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
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

πŸ¦‘ 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

06.01.2026 20:43 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - christopherkarani/SwiftAgents: Langchain but for swift πŸ¦β€πŸ”₯ Langchain but for swift πŸ¦β€πŸ”₯. Contribute to christopherkarani/SwiftAgents development by creating an account on GitHub.

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

06.01.2026 20:43 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Building AI apps in Swift shouldn't require Python bridges.

I open sourced an AI stack:

πŸ¦β€πŸ”₯ SwiftAgents β€” LangChain for Swift (agents, tools, memory)
πŸ¦‘ Conduit β€” Unified LLM SDK (MLX, Claude, GPT, HuggingFace)
🦑 Zoni β€” RAG framework

Pure Swift 6.2. MIT licensed. Links in thread πŸ‘‡

06.01.2026 20:41 πŸ‘ 1 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0

Bitcoin might take 6 months to hit new highs, but smart money knows patience pays off. While others panic over the 20% drop, Bebop users can move their crypto instantly, globally, without waiting for banks. Ready to control your financial future? πŸš€

09.11.2025 12:14 πŸ‘ 2 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0

While courts debate if $25M blockchain moves are legal or criminal, Bebop users already know the truth: transparent, instant, self custodial finance beats the old system every time. No jury needed to decide your financial freedom. πŸš€

09.11.2025 12:15 πŸ‘ 2 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0

you either believe your the one, or stay on the side lines watching those who do

04.08.2025 04:54 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

if you always do what you’ve always done, you’ll always get what you always got

03.08.2025 17:12 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Ethereum's fee switch debate is heating up. While protocols argue over profits, Bebop puts you in control. No middlemen, no waiting. Would you trust a protocol with your financial future? πŸš€

03.08.2025 12:04 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Post image

turning my gym pics into anime has become my new favorite pass time πŸ˜‚

03.08.2025 12:17 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

The clearest photo of Mercury ever taken.

12.06.2025 14:42 πŸ‘ 9137 πŸ” 956 πŸ’¬ 219 πŸ“Œ 59
Self-improvement takes time. After all, you didn't turn into a piece of shit overnight.

Self-improvement takes time. After all, you didn't turn into a piece of shit overnight.

12.06.2025 17:07 πŸ‘ 4874 πŸ” 707 πŸ’¬ 45 πŸ“Œ 29
Preview
Tech CEOs are using AI to replace themselves They’re using AI avatars to talk to investors.

CEO is the easiest to be replaced by AI

www.theverge.com/news/673194/...

24.05.2025 11:34 πŸ‘ 11 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

The speed of crypto demands next-gen tools. AI agents are delivering predictive insights like never before. Inspiring to think how this levels the playing field for all investors! #AI #Crypto #Innovation #FutureTech

15.05.2025 03:01 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Unlock superhuman trading abilities with AI agents. These digital partners analyze vast datasets in seconds, offering insights that can redefine your crypto strategy. Truly inspiring to witness this evolution! #AITrading #CryptoAI #NextLevelInvesting

14.05.2025 20:28 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Tired of sifting through endless charts? AI agents are bringing clarity to the chaos of crypto markets. Inspiring tech that empowers YOU to make smarter decisions. What AI tools are in your arsenal? #AIinCrypto #MarketAnalysis #CryptoTrading

14.05.2025 18:30 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

AI AGENTS are truly a revolution, the future is shaping up quickly. in the next 5 years everything will have changed

13.05.2025 15:14 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0