AI in Real Workflows
From Prompting to Agents
π Before vs After AI
β Before
- Manual coding
- Debugging alone
- Slow data exploration
- Repetitive tasks
β
After
- AI-assisted coding
- Faster debugging
- Rapid prototyping
- Automation mindset
π The Shift
I donβt code alone anymore.
I orchestrate AI.
π§ How I Use AI
π Data Work
- SQL/NoSQL generation
- Data cleaning
- Analysis
π€ AI Agents
- Natural language queries
- Retrieval + LLM
- Production systems
π» AI as a Coding Agent
- Write functions
- Refactor code
- Generate tests
- Debug errors
Think: delegate, not write
β‘ Live Demo
Take messy code β improve it
- Refactor
- Add tests
- Explain logic
β‘ Live Demo
π AI for Data Work
- Prompt β SQL
- Prompt β Python
- Prompt β Insights
π€ AI Agents (Simple View)
User Question β Search β Context β LLM β Answer
π₯ Why This Matters
- Works across industries
- Scales your productivity
- Reduces repetitive work
π§ͺ Hands-On Exercise
Build Your AI Assistant
π§© The Problem
You have messy data / task
Your goal: - Extract insights - Automate something
π Prompt Framework
- Role
- Task
- Context
- Constraints
- Output format
β Bad Prompt
Analyze this data
β
Good Prompt
You are a data analyst. Analyze this dataset and return 3 key insights in bullet points. Focus on trends and anomalies.
π§ͺ Your Turn
- Pick a task from your field
- Use the framework
- Improve your prompt
π§ Think Like This
How do I delegate this to AI?
βοΈ Optional Challenge
Build a Mini Agent
- Ask questions
- Refine answers
- Chain prompts
π¬ Discussion
- How would you use this at work?
- What can you automate?
π Final Thought
AI wonβt replace you.
But people using AI will.
π Thank You
Questions?