Largo / Ostinato

Largo

a scripting language whose runtime is a persistent object database

A general-purpose language with Python-ish syntax. Every value, task, and stack frame lives on disk at all times — execution survives power failures, reboots, and machine migrations without any save/restore logic. Tasks suspend cheaply on time, I/O, or reactive data changes. Pre-alpha; a good time to get involved.

Ostinato

reliable LLM-driven agents via deterministic orchestration

An approach to building agentic applications where LLM calls are leaf nodes in an otherwise conventional async program. The program controls flow; the model handles language, dialogue, and fuzzy categorization. The process is deterministic, repeatable, and long-lived.

built on Largo


Discuss on Telegram.