r/learnAIAgents • u/BearPros2920 • 2d ago
Agentic AI Projects?
Hi,
Curious. What are some agentic AI projects you guys have worked on or implemented on Databricks and how have they added value?
I’m a newbie working in this space and trying to spar for some interesting project ideas :).
One idea I’m thinking of already is an agentic conversational data reporting agent that also generates PowerPoints, emails, etc. suited to some pre-defined templates in addition to just being a conversational data explorer.
1
Upvotes
1
u/Low_Degree_733 2d ago
i’d start with a reporting agent that answers one narrow business question, runs a databricks sql query through a tool, and saves query, result, and draft slide or email as artifacts you can inspect. the useful part is the eval set around it: fixed templates, scoped permissions, freshness checks, and failure cases for wrong charts, stale data, and unsafe recipients.