Settings

Theme

Show HN: Lok – Treating LLMs more like infrastructure, not chatbots

github.com

1 points by ducks_ · 0 comments · 1 min read

Reader

Hi HN,

I've been building a small open-source CLI called Lok for orchestrating multiple LLMs in a single workflow.

Instead of a single "agent", Lok treats models as interchangeable tools: one can plan, another can execute or critique, and others can verify output. The focus is on inspectable, composable workflows rather than autonomous behavior.

It's local-first, CLI-driven, and intentionally small. I've been dogfooding it for real development work and documenting what works and what breaks as I go.

The accompanying post is mostly about the mental model behind the tool: thinking of LLMs as infrastructure and control planes rather than chat interfaces: https://jakegoldsborough.com/blog/2026/introducing-lok-multi...

Code is here if you want to poke at it: https://github.com/ducks/lok https://crates.io/crates/lokomotiv

I'm curious whether this framing resonates with others experimenting with multi-model workflows.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection