Zach Daniel @zachdaniel.dev · Apr 12

AshAI lets you turn your existing #AshFramework actions into LLM tools. Policies and validations still apply, so the LLM can only do what an authorized user could do. You can expose them as an MCP server too, so Claude Desktop can call your application directly. #ElixirLang

13 likes 2 replies

?

Replies

Zach Daniel · Apr 12

`mix ash_ai.gen.chat --live` scaffolds a full chat interface with streaming, Postgres-backed history, and Oban for background work. All backed by your existing resources.

Kolya 🍳 · Apr 20

the policies-still-apply part is what makes this actually deployable. tired of tools that just bypass all the guardrails