The tools will keep changing. The principles will not. Part 3 — the final instalment — of "The Journey of a Business Analyst using AI" is live on the Learning Tree blog. Guest author Peter Agoro of The BA Mentor closes the series with the question most BAs skip over: how do you actually embed AI into your practice for the long term? Inside this post: - Start with one task, not the whole job. - Protect your judgement. - Build a prompt library and share it with your team. - Make the business case in delivery language — quantify hours, time to first draft, and rework — then prove value with a small pilot. - Stay curious, stay connected to the BA community, stay grounded in what Business Analysis actually is. Read Part 3: US: https://bit.ly/4dx23Yu Canada: https://bit.ly/4nSQyOl UK and EMEA: https://bit.ly/3PGl69G Sweden: https://bit.ly/49s2Ozv #learningtree #lifelonglearning #BusinessAnalysis #BusinessAnalyst #AI #GenerativeAI #POPIT #PromptEngineering #BABOK #IIBA #CBAP #DigitalTransformation #ChangeManagement #FutureOfWork
Embedding AI into Business Analysis Practice
More Relevant Posts
-
Data modelling isn’t just about connecting tables; it’s about designing strategies that make analytics scalable, manageable, and fast. You need strategies to turn a static dataset into a dynamic analytical system that scales with your business and delivers insights faster. 👉 Swipe through the carousel to see how each strategy I applied in my last project works in practice. Also, let me know which of these strategies you've applied in your projects and if there are others I can adopt as well. #DataModeling #DataAnalytics #BusinessIntelligence #AI #MachineLearning #PowerBI #DataEngineering #Scalability #PerformanceOptimization
To view or add a comment, sign in
-
Bridging the gap between business goals and technical execution business translators are becoming the key to successful data science projects. From better communication to smarter decision-making, they help organizations turn data into real business value. 🚀 Learn More....https://lnkd.in/gRQFiA26 #DataScience #BusinessIntelligence #AI #DigitalTransformation #Analytics
To view or add a comment, sign in
-
-
I have been trying to map how a data agent actually fits into a business workflow. The final chart looks simple now, but getting to this view took more thinking than I expected. At the beginning, I focused too much on the agent itself: what it could answer, what tools it could use, and what analysis it could produce. Building the map pushed me to look at the connections around the agent. I kept the map practical by using the kinds of tools, data sources and governance layers that many corporate teams already work with. A data agent needs a business question, the context behind it, agreed definitions and rules, governed data, validation checks, human review, a feedback loop, and a clear action path. Without those connection points, the agent may still produce an answer, but the business may not be able to trust it, repeat it, or act on it. That was my biggest learning from building this map. The AI box was the easiest part to place on the chart. The harder work was mapping what needs to sit around it so the output can be trusted, used and improved in a business setting. #AI #DataAnalytics #FinanceTransformation
To view or add a comment, sign in
-
-
Decision Trees: Simple, but seriously powerful 🌳 Decision Trees are often seen as “basic” algorithms but they’re far from trivial. While many associate them with classification tasks, they’re equally effective for regression and prediction problems. What makes Decision Trees powerful is one key idea: choosing the right root node. Get that wrong, and the entire model suffers. Get it right, and everything flows. So how do we decide the best split? 👉 Gini Impurity Measures how “impure” a node is: works base on probability [ Gini = 1 - p(\text{yes})^2 - p(\text{no})^2 ] - Lower values = better splits - Maximum impurity = 0.5 (when classes are evenly split) 👉 Entropy (from Information Theory) Measures uncertainty using logarithms: - Range: 0 (pure) → 1 (maximum uncertainty) - Also used to determine optimal splits 💡 Key Insight: Both aim to reduce uncertainty, but they do it differently. - Gini is faster and commonly used in scikit-learn - Entropy is more informative but slightly more computationally expensive 📊 What about numerical data? For features like age or income: - Sort values - Compute candidate split points (often midpoints) - Evaluate Gini/Entropy for each split - Choose the best one ❓ So when do we use Gini vs Entropy? - Use Gini when you want speed and similar performance - Use Entropy when you want deeper insight into information gain At the end of the day, both lead to similar trees the choice often comes down to preference and use case. Simple algorithm. Deep impact. That’s the beauty of Decision Trees. #MachineLearning #AI #DecisionTrees
To view or add a comment, sign in
-
-
RAG is not what most people think. Chunk → Embed → Search. That’s how it’s usually explained. But real-world systems are very different. Production-level AI doesn’t rely on just one method. It combines multiple approaches: • Keyword search (BM25) • Vector search (semantic meaning) • SQL (structured data) • Knowledge graphs (relationships) And the real game-changer? 👉 Routing the query to the RIGHT system. Not every question needs embeddings. Some need exact match. Some need structured data. Some need relationships. This completely changed how I see AI systems. Still learning - just sharing what I discover along the way. Have you seen this in real-world projects? 👇 #ArtificialIntelligence #GenerativeAI #MachineLearning #RAG #AIEngineering #DataEngineering #SoftwareEngineering #TechLearning #BuildInPublic
To view or add a comment, sign in
-
Many beginners struggle in Data Science—not because it’s difficult, but because they follow the wrong approach. Skipping fundamentals, avoiding projects, and inconsistent practice are the real roadblocks. 📊 Build strong basics. Apply what you learn. Stay consistent. Visit Here: https://360digitmg.com/ 💡 Practice is the bridge between knowledge and skill. #ProfessionalGrowth #DataScience #Upskilling #CareerDevelopment #AI #360DigiTMG
To view or add a comment, sign in
-
-
Built a 6-month forecast for a client this morning. Took 20 minutes in Excel with Claude. Used to take half a day. Client had 18 months of P&L data. Wanted to see the next six months under three scenarios — conservative, base, optimistic. Old way: pivot tables, manual scenario inputs, copy-paste, formatting. What I actually did: 1. Pasted the historical data into a fresh sheet 2. Asked Claude to project 6 months forward with three scenario columns and the assumptions visible 3. Asked it to format the output as a board-ready summary Twenty minutes. The model is cleaner than what I'd have built by hand because Claude flagged two assumptions I would have missed. Stop trying to use AI through a separate tab. Use it inside the work. Everything compresses. #AI #FinancialOperations
To view or add a comment, sign in
-
I keep watching people lose hours to the same task. You've got the data. It's sitting right there, clean enough. And then a person still has to sit down and turn it into the actual report — the writeup, the summary, the "here's what this means" that someone above them actually reads. Every week. Forever. It's the last mile of reporting, and it's weirdly untouched. We've automated the dashboards, the pipelines, the collection. The part where raw numbers become a readable report is still mostly a human typing. I don't think it should be anymore. So I'm going to try to fix it, and I'm going to write about it here either way — including if it turns out harder than I think, which it probably will. No grand plan. Just a problem I can't stop poking at and a hunch that AI can take a real swing at it. Starting now. If you've ever lost an afternoon turning a spreadsheet into something a human can read — what part actually eats the time? Genuinely asking; it shapes what I build. #buildinpublic #AI #dataanalytics
To view or add a comment, sign in
-
#Day 1 of learning "Business Data Analytics with AI" at Skill Shikshya. First day of the class and already delved into so much about 'Data' itself. Some useful insights of today's class; * Useful data ends with helpful strategies and valuable decision making. * Diverse Toolkit for Data Analysis and Four types of Analytics. *Analytics lifecycle from Collection to Decision making. #BusinessAnalytics #DataAnalytics #AI #Skillshikhshya #100DaysofLearning
To view or add a comment, sign in
-
The biggest lie in market research right now? "We're using AI." No. You bolted a summarization layer onto the same survey workflow you've been running since 2012. That's not AI-driven research. That's a shortcut on the back end of a broken process. Here's what I mean. Most "AI-powered" research platforms do one thing: they take your open-ended responses and generate a summary. Maybe a sentiment score. Maybe a word cloud that looks impressive in a deck. But the actual analytical work — the segmentation modeling, the driver analysis, the pricing optimization, the typing tool construction — still gets outsourced to a vendor who runs it manually in SPSS or R, takes four to six weeks, and delivers an Excel file you'll spend another week rewriting. The AI never touches the part that actually matters. That's starting to change. AI agents — not chatbots, not summarizers, but autonomous analytical systems that can plan a methodology, execute it, evaluate the results, and iterate — are entering the advanced analytics layer of market research for the first time. The difference matters. A summarizer reads your data and tells you what it says. An agent reads your data, determines the right analytical approach based on your research objective, runs it, and writes the insight narrative — while you maintain control of every decision. This is what we're building at CrowdMines.ai. Not another AI wrapper on a survey tool. An agent that works alongside researchers to do the advanced analytical work that currently takes weeks and costs tens of thousands of dollars. The researchers who thrive in the next five years won't be the ones who adopted AI first. They'll be the ones who adopted it in the right layer. #MarketResearch #AI #AIAgents #AdvancedAnalytics #CrowdMines
To view or add a comment, sign in
-
Catch up on the series: - Part 1: https://bit.ly/4tOEyic - Part 2: https://bit.ly/42UmTuH