Close Menu
    Trending
    • Three OpenClaw Mistakes to Avoid and How to Fix Them
    • I Stole a Wall Street Trick to Solve a Google Trends Data Problem
    • How AI is turning the Iran conflict into theater
    • Why Your AI Search Evaluation Is Probably Wrong (And How to Fix It)
    • Machine Learning at Scale: Managing More Than One Model in Production
    • Improving AI models’ ability to explain their predictions | MIT News
    • Write C Code Without Learning C: The Magic of PythoC
    • LatentVLA: Latent Reasoning Models for Autonomous Driving
    ProfitlyAI
    • Home
    • Latest News
    • AI Technology
    • Latest AI Innovations
    • AI Tools & Technologies
    • Artificial Intelligence
    ProfitlyAI
    Home » The Skills That Bridge Technical Work and Business Impact
    Artificial Intelligence

    The Skills That Bridge Technical Work and Business Impact

    ProfitlyAIBy ProfitlyAIDecember 14, 2025No Comments10 Mins Read
    Share Facebook Twitter Pinterest LinkedIn Tumblr Reddit Telegram Email
    Share
    Facebook Twitter LinkedIn Pinterest Email


    Within the Creator Highlight collection, TDS Editors chat with members of our group about their profession path in information science and AI, their writing, and their sources of inspiration. At this time, we’re thrilled to share our dialog with Maria Mouschoutzi. 

    Maria is a Information Analyst and Challenge Supervisor with a powerful background in Operations Analysis, Mechanical Engineering, and maritime provide chain optimization. She blends hands-on business expertise with research-driven analytics to develop decision-support instruments, streamline processes, and talk insights throughout technical and non-technical groups.

    In “What ‘Thinking’ and ‘Reasoning’ Really Mean in AI and LLMs,” you tackle the semantic hole between human and machine reasoning. How does understanding this distinction influence the best way you method mannequin improvement and interpretation in your skilled work?

    AI has generated large hype lately. Hastily, many old-school ML-based merchandise are immediately rebranded as AI, and there appears to be a renewed demand for something that has AI slapped on it. Due to this, I consider that it’s now important for everybody to have a fundamental technical understanding of what AI is and the way it works, in order that they’re ready to judge what it may and can’t do for them.

    The reality is that we supply plenty of baggage in regards to the very nature of AI, originating in narratives from our sci-fi legacy. This baggage makes it simple to get carried away by all of AI’s thrilling and promising potential and overlook its precise present capabilities, in the end misjudging it as some type of magic resolution that’s going to alleviate all our issues. Non-technical enterprise customers are essentially the most vulnerable to this overexcitement about AI, typically imagining it as a black-box superintelligence, in a position to present right solutions and options to something. 

    For higher or for worse, this couldn’t be farther from the reality. LLMs — the primary scientific breakthrough all of the AI fuss is absolutely about — are impressively good at sure issues (as an example, producing emails or summaries), however not so good at different issues (for instance, performing advanced calculations or analysing multilevel trigger and impact relationships). 

    Having a technical understanding of what AI is and the way it basically works has immensely helped me in my skilled work. Primarily, it permits me to find legitimate AI use circumstances and to handle enterprise customers’ expectations of what can and can’t be performed. On a extra technical degree, it permits me to differentiate the particular elements that have to be utilized in particular contexts, in order that the delivered resolution has actual worth for the enterprise.

    For instance, if a RAG utility is required to look particular technical documentation and carry out calculations primarily based on data that’s present in that documentation, it signifies that a code terminal part must be included within the utility to carry out the calculations (as a substitute of letting the mannequin immediately reply).

    The place do you draw the preliminary inspiration to your articles, particularly the extra philosophical ones just like the “Water Cooler Small Discuss” collection?

    The preliminary inspiration for my “Water Cooler Small Discuss” collection got here from precise discussions I’ve skilled in an workplace, in addition to from pals’ tales. I believe that because of the tendency of individuals to keep away from pointless battle in company setups, typically some actually outrageous opinions could be expressed in informal discussions round a water cooler. And normally, nobody calls out incorrect info simply to keep away from battle or problem their colleagues.

    Although such conversations are benevolent and well-intended — actually only a informal break from work — they often result in the perpetuation of incorrect scientific info. Particularly for advanced and not-so-easy-to-intuitively-understand subjects like statistics and AI, we will simply oversimplify issues and perpetuate invalid opinions.

    The very first opinion that pushed me to jot down a whole piece about it was that ‘when you play sufficient rounds of roulette, you will finally win, as a result of the chances are about 50/50, and the outcomes are going to finally steadiness out.’ Now, when you’ve ever taken a statistics class, that this isn’t the way it works; however when you haven’t had that statistics class, and nobody calls this out, you might depart this dialogue with some unusual concepts about how playing works. So, my preliminary inspiration for that collection was primarily misunderstood statistics subjects.

    Nonetheless, the identical — if no more — misunderstandings apply these days to subjects associated to AI. The large hype that AI has generated has resulted in individuals imagining and spreading all types of misinformation about how AI works and what it may do, they usually typically achieve this with unimaginable confidence. That is why it’s so necessary to coach ourselves on the basics, irrespective of whether it is statistics, AI, or another subject.

    Are you able to stroll us by your typical writing course of for an in depth technical article, from preliminary analysis to ultimate draft? How do you steadiness deep technical accuracy with accessibility for a normal viewers?

    Each technical publish begins with a technical idea that I wish to write about — as an example, demonstrating how you can use a selected library or how you can construction a sure drawback in Python. For instance, in my Pokémon post, the aim was to clarify how you can construction an operations analysis drawback in Python. After figuring out this core technical idea that I wish to deal with, my subsequent step is normally to seek for an acceptable dataset that can be utilized to exhibit it.

    I consider that that is essentially the most difficult and time-consuming half — discovering a very good, open-source dataset that may be freely used to your evaluation. Whereas there are many datasets on the market, it’s not so trivial to search out one that’s freely obtainable, with full information, and fascinating sufficient to inform a very good story.

    For my part, the flavour of the dataset you will use can have a big effect on the recognition of your publish. Structuring an operations analysis drawback utilizing Pokémon sounds way more enjoyable than utilizing worker shifts (eww!). Total, the dataset ought to thematically match the technical subject I’ve chosen and make for a considerably coherent story. 

    Having recognized the technical subject of the publish and the dataset I’m going to make use of, I then write the precise code. It is a quite easy step: write the code utilizing the dataset and get it to run and produce right outcomes. 

    After I’ve completed the code and I’ve made certain it runs correctly, I begin to draft the precise publish. I normally begin my posts with a quick intro on what initially sparked my curiosity on this particular subject (for instance, I needed to make a complex visualization for my PhD, and the searoute Python library made my life simpler), and the way this subject could be helpful to the reader (studying my tutorial explaining API calls to the Pokémon information API might help you perceive how you can write calls to any API).

    I additionally add some transient normal explanations, wherever acceptable, of the underlying theoretical premise of the use case I’m demonstrating, in addition to a brief introduction to the code libraries that I shall be utilizing.

    In the primary a part of the technical publish, I usually present how you can construction the code with Python snippets, and current step-by-step explanations of how the whole lot is taking part in out and the outcomes you’re anticipated to get if the whole lot runs accurately.

    I additionally like so as to add GIF screenshots demonstrating any interactive diagrams which might be included within the code — I consider they make the posts much more fascinating, simple to grasp, and visually interesting to the reader.

    And there you will have it! A technical tutorial! 

    What initially motivated you to begin sharing your information and insights with the broader information science group, and what does the method of writing give again to your skilled apply?

    Again in 2017, whereas writing my diploma thesis, I stumbled upon Medium and the In the direction of Information Science publication for the very first time. After studying a few posts, I bear in mind being fully mesmerized by the abundance of technical materials, the number of subjects, and the creativity of the posts. It felt like a knowledge science group, with writers of numerous backgrounds and at totally different technical ranges — there have been articles for each degree and for numerous domains.

    However other than appreciating the technicality of the tutorials that allowed me to be taught and perceive extra about information science, I additionally appreciated the creativity and storytelling of the posts. In contrast to a GitHub web page or a Stack Overflow reply, there was a sure creativity and artistry in many of the posts. I actually loved studying such posts — they helped me be taught a number of stuff about information science and machine studying, and over time, I silently developed the need to additionally write such posts myself.

    After serious about it for some time, I reluctantly drafted and submitted my very first publish, and that is how I revealed with TDS for the primary time in early 2023. Since then, I’ve written a number of extra posts for TDS, having fun with each as a lot as that first publish. 

    One factor I actually get pleasure from about writing technical items for TDS is sharing issues that I personally discovered difficult to grasp or particularly fascinating. Generally advanced subjects like operations analysis, possibilities, or AI can really feel scary and intimidating, discouraging individuals from even beginning to learn and be taught extra about them — I personally am responsible of this.

    By making a simplified, easy, even seemingly enjoyable model of a fancy subject, I really feel like I allow individuals to begin studying and studying extra about it with a mild, not-so-formal begin and see for themselves that it’s not so scary in any case.

    On the flip facet, writing has vastly helped me on a private {and professional} degree. My written communication has vastly improved. Over time, it has change into simpler for me to current advanced, technical subjects in a approach that enterprise non-technical audiences can grasp. Finally, placing your self ready to clarify a subject to another person in easy phrases forces you to fully perceive it and keep away from leaving ambiguous spots.

    Trying again at your profession development, what’s a non-technical talent  you would like you had centered on earlier?

    In a knowledge profession, an important non-technical talent is communication.

    Whereas communication is effective in any area, it’s particularly essential in information roles. It’s basically what bridges the hole between advanced technical work and sensible enterprise understanding, and helps make you a well-rounded information skilled.

    It’s because, irrespective of how robust your technical abilities are, when you can not talk the worth of your deliverables to enterprise customers and administration, they gained’t take you very far.

    It is very important be capable of clarify the worth of your work to non-technical audiences, converse their language, perceive what issues to them, and talk your findings in a approach that exhibits how your work advantages them. 

    Information and math, as worthwhile as they’re, can typically really feel intimidating or incomprehensible to enterprise customers. With the ability to translate information into significant enterprise insights after which talk these insights successfully is in the end what permits your information evaluation tasks to have an actual influence on an organization.


    To be taught extra about Maria’s work and keep up-to-date along with her newest articles, you may observe her on TDS or LinkedIn. 



    Source link

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleDisney öppnar sitt karaktärsarkiv för OpenAI
    Next Article The Machine Learning “Advent Calendar” Day 14: Softmax Regression in Excel
    ProfitlyAI
    • Website

    Related Posts

    Artificial Intelligence

    Three OpenClaw Mistakes to Avoid and How to Fix Them

    March 9, 2026
    Artificial Intelligence

    I Stole a Wall Street Trick to Solve a Google Trends Data Problem

    March 9, 2026
    Artificial Intelligence

    Why Your AI Search Evaluation Is Probably Wrong (And How to Fix It)

    March 9, 2026
    Add A Comment
    Leave A Reply Cancel Reply

    Top Posts

    The Rise of Semantic Entity Resolution

    September 14, 2025

    I Built an IOS App in 3 Days with Literally No Prior Swift Knowledge

    November 16, 2025

    Implementing IBCS rules in Power BI

    July 1, 2025

    DeepWiki omvandlar ditt GitHub-repo till en interaktiv kunskapsbas

    April 28, 2025

    AI Could Wipe Out 50% of Entry-Level White Collar Jobs

    June 3, 2025
    Categories
    • AI Technology
    • AI Tools & Technologies
    • Artificial Intelligence
    • Latest AI Innovations
    • Latest News
    Most Popular

    TDS Newsletter: The Rapid Transformation of Data Science in the Age of AI

    October 18, 2025

    AI is already making online swindles easier. It could get much worse.

    February 12, 2026

    Change-Aware Data Validation with Column-Level Lineage

    July 4, 2025
    Our Picks

    Three OpenClaw Mistakes to Avoid and How to Fix Them

    March 9, 2026

    I Stole a Wall Street Trick to Solve a Google Trends Data Problem

    March 9, 2026

    How AI is turning the Iran conflict into theater

    March 9, 2026
    Categories
    • AI Technology
    • AI Tools & Technologies
    • Artificial Intelligence
    • Latest AI Innovations
    • Latest News
    • Privacy Policy
    • Disclaimer
    • Terms and Conditions
    • About us
    • Contact us
    Copyright © 2025 ProfitlyAI All Rights Reserved.

    Type above and press Enter to search. Press Esc to cancel.