Show HN: Castra – Strip orchestration rights from your LLMs
4.5(1,000 reviews)
Paid· from US$20.00/mo
Launched in 2026
Sobre
I got tired of AI agents forgetting what they were doing the moment their context window filled. The current industry solution is to write massively bloated agent harnesses full of defensive spaghetti just to stop models from drifting.<p>The problem is treating chat history as project state. A conversation is not a ledger.<p>Castra is a compiled Go binary that strips orchestration rights from the LLM. State lives in an encrypted, local SQLite database (castra.db). The LLM is just a stateless exe
Pros
- +Strip orchestration rights from LLMs
- +Encrypted, local SQLite database for state
- +Stateless LLM exe
Cons
- −Limitado a conversas
- −Requer conhecimento de Go para configuração