An execution stack for humans
PilaH is a text-based syntax that helps humans work on complex tasks. You can use it to:
<aside> 💡 It's a sort of call stack for humans https://en.wikipedia.org/wiki/Call_stack
</aside>
<aside> 💡
Post LLM 2025 update: You can think of PilaH as a Chain of Thought (CoT) syntax for humans
</aside>
Any project can be completed by executing a set of tasks and (optionally) by answering a set of questions. The PilaH system is designed based on this fact.
You use the PilaH system by creating a list of Tasks and Questions and then by working towards resolving them in a structured manner.
There are two main elements in the PilaH system are: Task and Question. In order to help the user resolve those elements, we also define three auxiliary elements: Result, Answer and Statement.