Business-as-Code with LittleHorse 1.0
coltmcnealy
17 points
7 comments
March 18, 2026
Related Discussions
Found 5 related stories in 43.5ms across 3,471 title embeddings via pgvector HNSW
- Show HN: Altimate Code – Open-Source Agentic Data Engineering Harness aaur0 · 18 pts · March 19, 2026 · 47% similar
- The Little Book of C ghostrss · 65 pts · March 26, 2026 · 43% similar
- Show HN: Baton – A desktop app for developing with AI agents tordrt · 60 pts · April 01, 2026 · 43% similar
- Show HN: Orloj – agent infrastructure as code (YAML and GitOps) An0n_Jon · 19 pts · March 26, 2026 · 42% similar
- Show HN: LiteParse, a fast open-source document parser for AI agents freezed8 · 11 pts · March 20, 2026 · 42% similar
Discussion Highlights (3 comments)
coltmcnealy
We just launched LittleHorse Server 1.0: an open-source workflow engine for Business-as-Code (SDKs in Java, Python, C#, and GoLang), built for microservices, event-driven systems, and long-running processses. Business-as-Code lets you write code that orchestrates your business process at a high level, while handling low-level integration for you. Similar idea to Infrastructure-as-Code but for your business process logic rather than infra configuration. LH also has a two-way integrations with Kafka: our Kafka Connectors signal waiting workflows or trigger new ones, and the Output Topic produces a CDC-style stream of workflow events into Kafka. Would love feedback if you're dealing with stuff like retries / DLQ's / SAGA / Outbox Pattern, etc.
rtolsma
This is interesting. How does it compare with Temporal or other orchestrators? Does this let you take business SOPs and convert it into workflows?
tschoppcity
Good stuff. I'm excited to look into deeper / experiment with this project.