#idea #programming #ai #prompt #llm # [[Epistemic status]] #shower-thought #to-digest # Related > [!TODO] Related # TODO > [!TODO] TODO # Python library for [[Prompt|prompt]] graph engineering Let's take Bob the sales man, his prompts typically are: - Hey Alice, how are you? - Nice to meet you, blabla - Some [[Social hacks]] - ... - Insert credit card In the same sense, I want to be able to do this: ```py # prompt_graph is something like lambda calculus thing / einops / lisp style # serie of prompt inference, processing, aggregation, etc. customisable # in a human-friendly way prompt_graph = get_prompt_graph_from_the_cloud() text = execute_prompt_graph(prompt_graph) ``` # External links