Haven’t seen Grace mentioned here:
github.com
GitHub - Gabriella439/grace: A prompt engineering functional programming...
A prompt engineering functional programming language
Beyond agentic coding with Grace (w/ Gabriella Gonzalez)
My favorite YouTube Haskeller Impure Pics had a great video about it. VERY interesting. I like the idea of guardrails on LLM’s and Grace achieves that quite elegantly. If prompt engineering is normally a declarative process, Grace changes that by using functional programming’s paradigm to encapsulate agents into safe(r) sub-processes that the type system is then able to check and iterate through within that sub agent sandbox. The way we protect our data through encapsulation and type checking is exactly how Grace is able to add those guardrails on these notoriously and confidently incorrect hallucination machines.