Sameena
joined April 29, 2025
  • Are Data Scientists Becoming AI Supervisors?

    With the rapid adoption of agentic AI, automated feature engineering, AutoML, and AI-assisted analytics, I’m starting to wonder whether the role of a data scientist is changing faster than many expected. Tasks that once required hours of manual work—data cleaning, exploratory analysis, feature selection, model tuning, and even insight generation—can now be partially automated by(Read More)

    With the rapid adoption of agentic AI, automated feature engineering, AutoML, and AI-assisted analytics, I’m starting to wonder whether the role of a data scientist is changing faster than many expected.

    Tasks that once required hours of manual work—data cleaning, exploratory analysis, feature selection, model tuning, and even insight generation—can now be partially automated by AI systems.

    A recent trend highlighted by industry leaders and platforms like Databricks, OpenAI, and Snowflake suggests that data professionals may spend less time building models and more time validating outputs, governing AI systems, and translating results into business decisions.

    Does this mean the future data scientist will look more like an AI supervisor and strategist than a traditional model builder?

    Or do you think deep statistical and machine learning expertise will remain the primary differentiator despite advances in AI tooling?

    Curious to hear how others see the role evolving over the next few years.

  • Are we trying to use RAG for problems that should be solved with traditional tools?

    I recently came across a discussion about using a Retrieval-Augmented Generation (RAG) system to audit CAD files (STEP/OBJ) for geometry issues, missing features, and manufacturing errors. It made me wonder whether we’re sometimes reaching for LLMs when deterministic tools might be a better fit. CAD validation already has established approaches: Geometry kernels Rule-based checks Mesh(Read More)

    I recently came across a discussion about using a Retrieval-Augmented Generation (RAG) system to audit CAD files (STEP/OBJ) for geometry issues, missing features, and manufacturing errors.

    It made me wonder whether we’re sometimes reaching for LLMs when deterministic tools might be a better fit.

    CAD validation already has established approaches:

    • Geometry kernels
    • Rule-based checks
    • Mesh validation algorithms
    • Manufacturing and tolerance analysis tools

    A RAG system could potentially help explain issues, summarize findings, or assist engineers in navigating documentation. But can it reliably detect errors in complex 3D models, or does that stretch beyond what RAG was designed for?

    I’m curious how others draw the line between:

    • Problems that benefit from LLMs and retrieval systems
    • Problems that are fundamentally better handled by traditional software engineering and domain-specific algorithms

    Have you encountered a project where AI initially seemed like the right solution, but a conventional approach turned out to be more accurate, scalable, or maintainable?

  • Which data science bootcamps or courses are worth it for career changers over 35?

    Hello! I’m considering switching to a career in data science and wanted to get advice from the community. I’m in my late 30s and looking for programs that provide practical experience in Python, machine learning, and data analytics. Are there any bootcamps or online courses that stand out for career changers? Preferably ones that: Offer(Read More)

    Hello! I’m considering switching to a career in data science and wanted to get advice from the community. I’m in my late 30s and looking for programs that provide practical experience in Python, machine learning, and data analytics.

    Are there any bootcamps or online courses that stand out for career changers? Preferably ones that:

    • Offer hands-on projects
    • Are affordable
    • Provide support in Spanish or with subtitles

    Any experiences or recommendations would be really helpful!

  • Is AI redefining the future of data reporting?

    Data reporting is rapidly evolving from static dashboards and manual reports to AI-assisted insights, automated narratives, and real-time decision systems. As organizations adopt AI-driven analytics, the role of reporting teams, reporting tools, and even dashboards themselves is starting to change. How do you see AI reshaping the future of data reporting and business intelligence?

    Data reporting is rapidly evolving from static dashboards and manual reports to AI-assisted insights, automated narratives, and real-time decision systems.

    As organizations adopt AI-driven analytics, the role of reporting teams, reporting tools, and even dashboards themselves is starting to change.

    How do you see AI reshaping the future of data reporting and business intelligence?

  • How can hallucinations in LLM outputs be detected in production systems?

    Large Language Models are increasingly being used in production systems for tasks such as document analysis, customer support, and knowledge retrieval. One challenge that continues to appear is hallucinated responses, where the model generates plausible but incorrect information. While techniques such as RAG (Retrieval-Augmented Generation), prompt constraints, and temperature tuning can reduce hallucinations, they do(Read More)

    Large Language Models are increasingly being used in production systems for tasks such as document analysis, customer support, and knowledge retrieval. One challenge that continues to appear is hallucinated responses, where the model generates plausible but incorrect information.

    While techniques such as RAG (Retrieval-Augmented Generation), prompt constraints, and temperature tuning can reduce hallucinations, they do not fully eliminate the issue.

    In real-world deployments, what are the most reliable architectural or programmatic approaches to detecting hallucinated outputs before they reach end users?

    For example:

    • Are there effective verification pipelines that compare generated answers against trusted sources?

    • Can secondary models or scoring systems be used to validate outputs?

    • Are there production-ready strategies for confidence scoring or factual consistency checks?

    I’m particularly interested in approaches that work at scale in production environments, rather than experimental research techniques.

Loading more threads