Close Menu
    Trending
    • The AI Superfactory: NVIDIA’s Multi-Data Center ‘Scale Across’ Ethernet
    • Apple TV+ raises subscription prices worldwide, including in UK
    • How to Build a Business That Can Run Without You
    • Bots Are Taking Over the Internet—And They’re Not Asking for Permission
    • Data Analysis Lecture 2 : Getting Started with Pandas | by Yogi Code | Coding Nexus | Aug, 2025
    • TikTok to lay off hundreds of UK content moderators
    • People Really Only Care About These 3 Things at Work — Do You Offer Them?
    • Can Machines Really Recreate “You”?
    AIBS News
    • Home
    • Artificial Intelligence
    • Machine Learning
    • AI Technology
    • Data Science
    • More
      • Technology
      • Business
    AIBS News
    Home»Machine Learning»I Tried Working Like A Machine Learning Model For A Week And This Is What Happened | by MOUMITA BASU | May, 2025
    Machine Learning

    I Tried Working Like A Machine Learning Model For A Week And This Is What Happened | by MOUMITA BASU | May, 2025

    Team_AIBS NewsBy Team_AIBS NewsMay 1, 2025No Comments3 Mins Read
    Share Facebook Twitter Pinterest LinkedIn Tumblr Reddit Telegram Email
    Share
    Facebook Twitter LinkedIn Pinterest Email


    Spoiler: I by chance overfitted to Monday standup and obtained caught in an area minimal of Slack notifications.

    We speak rather a lot about AI at work — instruments, automation, LLMs changing interns. However what if I flipped it: what occurs if I attempt to work like a machine studying mannequin?

    For per week, I approached my 9-to-5 via the lens of ML paradigms: supervised studying, reinforcement studying, overfitting, and so forth. It was half productiveness experiment, half satire, half cry for assist.

    The premise was easy: I wouldn’t make choices. I’d solely act primarily based on labeled enter. Like a mannequin skilled on a clear dataset, I adopted specific directions, nothing extra.

    Instance:

    def respond_to_ticket(ticket):
    if ticket["label"] == "bug":
    fix_bug(ticket["module"])
    elif ticket["label"] == "characteristic":
    build_feature(ticket["description"])
    else:
    return "Can not classify."

    Duties grew to become binary. No exploration, no technique — simply excessive accuracy on predefined labels. It felt environment friendly at first. Till I spotted…

    • I ended asking “why are we doing this?”
    • I waited for labels as a substitute of initiating something

    Verdict: Nice for junior engineers. Terrible for individuals who wish to really feel alive.

    I assigned reward values to duties. Code merged = +1. Espresso = +0.5. Ending work earlier than 6PM = +3. I even tried tuning a “coverage.”

    Instance reward loop:

    reward = 0
    if pr_merged:
    reward += 1
    if no_meeting_missed:
    reward += 0.5
    if finished_before_6:
    reward += 3

    What occurred subsequent?

    • I obtained hooked on fast wins (small PRs > large tasks)
    • I gamified my time monitoring (Toggl grew to become my reward sign)
    • I found I’d reasonably refactor a linter than write documentation

    Ultimately, I used to be optimizing for the reward perform, not for precise worth. I used to be… productiveness overfitting.

    At this level, I spotted I used to be too good at sure patterns. Standup at 10:00 → Code until lunch → Panic about progress → False sense of management through calendar blocking.

    It felt like I had skilled a private mannequin on a slim dataset of “how I work” — and any deviation broke the system.

    Signs of overfitting:

    • Autocompleting Slack replies with out studying the message
    • Writing the identical utility perform 3 times in numerous providers
    • Treating code assessment like regex matching: search for syntax, ignore semantics

    Coding analogy:

    def process_input(input_data):
    if input_data in training_data:
    return memorized_output[input_data]
    else:
    return "404: Generalization Error"

    In some unspecified time in the future, I wrote three practically an identical capabilities for formatting dates in numerous microservices. The mannequin (me) had memorized the answer — and didn’t summary it.

    At 10:03 AM I obtained an e-mail from an exec:

    “Hey, can you’re taking a fast take a look at this deck?”
    No topic. No context. Simply vibes.

    It was an adversarial pattern. My mind froze like a mannequin uncovered to a stickered cease signal.

    Crash traceback:

    UnexpectedInputException: 'fast take a look at this' shouldn't be a acknowledged instruction.
    Did you imply: ‘do 6 hours of labor last-minute’?

    My “mannequin” began hallucinating worst-case outcomes:

    • “That is about layoffs.”
    • “They discovered my medium put up.”
    • “I’m going to have to write down bullet factors in a Google Slides deck.”

    Word: Adversarial robustness shouldn’t be a solved downside in people both.

    By Friday I attempted making use of classes from earlier within the week to new issues — reviewing a teammate’s Python pipeline though I normally write TypeScript.

    And it kinda labored! I introduced patterns from my code to theirs — DRY rules, testing conventions, even mild variable title bullying.

    Switch studying IRL:

    # Unique area
    def get_user_data(id: str) -> dict:
    # Basic, boring stuff
    move
    # New area
    def fetch_customer_profile(uid: str) -> dict:
    # Identical idea, new context
    move

    I didn’t want to start out from scratch — I reused weights from my “supply area” (frontend dev) and fine-tuned them for the brand new process.



    Source link

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleSurvey: 97% of SMBs Using AI Voice Agents See Revenue Boost, but Adoption Is Uneven
    Next Article How AI Is Rewriting the Day-to-Day of Data Scientists
    Team_AIBS News
    • Website

    Related Posts

    Machine Learning

    Data Analysis Lecture 2 : Getting Started with Pandas | by Yogi Code | Coding Nexus | Aug, 2025

    August 22, 2025
    Machine Learning

    Current Landscape of Artificial Intelligence Threats | by Kosiyae Yussuf | CodeToDeploy : The Tech Digest | Aug, 2025

    August 22, 2025
    Machine Learning

    Optimizing ML Costs with Azure Machine Learning | by Joshua Fox | Aug, 2025

    August 22, 2025
    Add A Comment
    Leave A Reply Cancel Reply

    Top Posts

    The AI Superfactory: NVIDIA’s Multi-Data Center ‘Scale Across’ Ethernet

    August 22, 2025

    I Tried Buying a Car Through Amazon: Here Are the Pros, Cons

    December 10, 2024

    Amazon and eBay to pay ‘fair share’ for e-waste recycling

    December 10, 2024

    Artificial Intelligence Concerns & Predictions For 2025

    December 10, 2024

    Barbara Corcoran: Entrepreneurs Must ‘Embrace Change’

    December 10, 2024
    Categories
    • AI Technology
    • Artificial Intelligence
    • Business
    • Data Science
    • Machine Learning
    • Technology
    Most Popular

    How Unfiltered AI Video Tools Are Redefining Accessibility

    June 12, 2025

    Impact investors aren’t always tracking the social or environmental outcomes: new research

    January 13, 2025

    When AI Speaks Human: GPT-4.5’s Turing Test Milestone and Cybersecurity’s Watershed Moment. | by Daulet | Apr, 2025

    April 12, 2025
    Our Picks

    The AI Superfactory: NVIDIA’s Multi-Data Center ‘Scale Across’ Ethernet

    August 22, 2025

    Apple TV+ raises subscription prices worldwide, including in UK

    August 22, 2025

    How to Build a Business That Can Run Without You

    August 22, 2025
    Categories
    • AI Technology
    • Artificial Intelligence
    • Business
    • Data Science
    • Machine Learning
    • Technology
    • Privacy Policy
    • Disclaimer
    • Terms and Conditions
    • About us
    • Contact us
    Copyright © 2024 Aibsnews.comAll Rights Reserved.

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