Ardan Labs

Ardan Labs

Creator
0 followers

Deep‑dive Go courses and systems/performance engineering topics relevant to building reliable services.

Optimizing Local AI: Kronk + Metrics for Gauging Performance
VideoApr 2, 2026

Optimizing Local AI: Kronk + Metrics for Gauging Performance

The video introduces Kronk’s new “playground” tool for locally running AI models, showing how it automatically evaluates multiple configuration combos to identify optimal settings for a given machine. The presenter argues that traditional tokens-per-second (TPS) numbers are misleading, emphasizing that the...

By Ardan Labs
Rethinking AI Deployment: Self Contained AI with Go and Kronk
VideoMar 19, 2026

Rethinking AI Deployment: Self Contained AI with Go and Kronk

The video introduces Kron SDK, a Go‑based toolkit that lets developers embed the model serving logic directly into their applications, removing the traditional separate model server. By compiling the entire RAG stack—including a vector database—into one Go binary, developers can deploy...

By Ardan Labs
Turn Plain English Into SQL Queries with Go and LLMs
VideoMar 16, 2026

Turn Plain English Into SQL Queries with Go and LLMs

The video walks through a Go‑based prototype that lets users ask plain‑English questions about a DuckDB database and have a large language model generate the corresponding SQL, execute it, and return a natural‑language answer. The implementation follows a two‑prompt workflow: the...

By Ardan Labs
Bill Kennedy at FOSDEM'26: Directly Integrating LLM Models Into Go Applications
VideoMar 6, 2026

Bill Kennedy at FOSDEM'26: Directly Integrating LLM Models Into Go Applications

At FOSDEM ‘26 Bill Kennedy unveiled a new approach for integrating large‑language‑model inference directly into Go applications, bypassing traditional model‑server architectures. He explained how licensing costs and the need to run separate C‑or‑Python services have hampered Go developers. Ron Evans’ pure‑Go FFI...

By Ardan Labs