Close Menu
    Trending
    • Futurwise: Unlock 25% Off Futurwise Today
    • 3D Printer Breaks Kickstarter Record, Raises Over $46M
    • People are using AI to ‘sit’ with them while they trip on psychedelics
    • Reinforcement Learning in the Age of Modern AI | by @pramodchandrayan | Jul, 2025
    • How This Man Grew His Beverage Side Hustle From $1k a Month to 7 Figures
    • Finding the right tool for the job: Visual Search for 1 Million+ Products | by Elliot Ford | Kingfisher-Technology | Jul, 2025
    • How Smart Entrepreneurs Turn Mid-Year Tax Reviews Into Long-Term Financial Wins
    • Become a Better Data Scientist with These Prompt Engineering Tips and Tricks
    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

    Reinforcement Learning in the Age of Modern AI | by @pramodchandrayan | Jul, 2025

    July 1, 2025
    Machine Learning

    Finding the right tool for the job: Visual Search for 1 Million+ Products | by Elliot Ford | Kingfisher-Technology | Jul, 2025

    July 1, 2025
    Machine Learning

    Meanwhile in Europe: How We Learned to Stop Worrying and Love the AI Angst | by Andreas Maier | Jul, 2025

    July 1, 2025
    Add A Comment
    Leave A Reply Cancel Reply

    Top Posts

    Futurwise: Unlock 25% Off Futurwise Today

    July 1, 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

    Why Oil, Gas Giant Chevron Is Laying Off Up to 8,000 Workers

    February 13, 2025

    Inference & Latency in Machine Learning Models | by Deepak Shisode | Feb, 2025

    February 14, 2025

    When Should You Get Your Business Ready to Sell? The Best Time to Start Is Now — Here’s Why.

    March 5, 2025
    Our Picks

    Futurwise: Unlock 25% Off Futurwise Today

    July 1, 2025

    3D Printer Breaks Kickstarter Record, Raises Over $46M

    July 1, 2025

    People are using AI to ‘sit’ with them while they trip on psychedelics

    July 1, 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.