Skip to content
View fadhilmch's full-sized avatar
💻
💻

Block or report fadhilmch

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
fadhilmch/README.md

Hello World! I'm Fadhil 👋

Machine Learning Engineer · ML Platforms · Agentic systems · Production Software

@agent(id="fadhilmch", based_in="Stockholm 🇸🇪", roots="Indonesia 🇮🇩")
class Fadhil(MachineLearningEngineer):
    """Ships the model, then keeps it alive."""

    toolkit = [Python, Go, JS, K8S, Kubeflow Pipeline, Azure, GCP]

    def solve(self, problem):
        while not problem.is_clear:
            problem = self.ask(problem, "but why?")

        return self.ship(simplest_thing_that_works(problem))

    @llm_eval(metrics=["relevance", "retrieval_recall", "groundedness", "latency"])
    def did_it_work(self, response):
        return response.is_relevant and response.is_grounded

    def on_error(self, error):
        return self.learn(error)  # production is where the interesting bugs live

👨🏻‍💻 About Me

  • 💻 A Machine Learning Engineer & Software Engineer at Electrolux
  • 📚 Amplified my passion in Machine Learning with an MSc from KTH Royal Institute of Technology, Sweden
  • 💡 Got my entrepreneurial hat on as the Founder of Icarus Virtual Sports Platform and some small SMEs.
  • 🎸 Spent some rad time before as Machine Learning Engineer Intern at Spotify

🚀 What I Do

  • 🤖 Building agentic workflow and multi-agent system for business process improvements.
  • 🏗️ Building Experimentation Platform to fuel the data-driven culture & decision-making.
  • 🎰 Developing Multi-armed Bandits Model for optimizing ML models deployment & experimentation.
  • 🌍 Exploring Kubeflow Pipeline to support ML models lifecycle.
  • 🧪 Crafting and deploying machine learning models to support business needs.
  • 🏛️ Creating robust software architecture and cloud solutions.
  • 💡 Digging deep into data to pull out valuable insights.
  • 🚀 Optimizing product development through data-driven experimentation.
  • 🌱 Spreading the innovation with the power of AI and data-driven decision-making.

🧭 Things I care about

  • 🔬 Evaluation that tells us whether an AI system actually works
  • 🛠️ ML platforms that make the right path the easy path
  • 🧪 Experimentation infrastructure that helps teams learn instead of guess
  • 🧱 Boringly reliable services: observable, fault-tolerant, and simple to operate
  • 💡 Starting with the user and the problem, then choosing the technology

🧰 Toolbox

Python · Go · SQL · Kubernetes · Kubeflow Pipelines · Terraform · Azure · Google Cloud · BigQuery · Redis · MLflow · RAG · LLM evaluation · A/B testing · multi-armed bandits

🌍 Let's connect

If you're working on production AI, ML platforms, experimentation, or evaluation, I'd enjoy the conversation.

Linkedin Badge GitHub Fadhilmch Instagram Badge Twitter Follow Gmail Badge

Pinned Loading

  1. big-data-project big-data-project Public

    Predicting Sentiment on Social Media Data Using Supervised Approaches. This project was developed as part of the DM2583 Big Data in Media Technology at KTH Royal Institute of Technology, Spring 2019.

    Jupyter Notebook 2 1

  2. mentimeter mentimeter Public

    An interactive real-time presentation where the audience can interact with the presenter by giving answers or votes. User can create their own presentation with several configurations. Developed us…

    JavaScript 27 14

  3. image_colorization image_colorization Public

    Forked from handarbeni/image_colorization

    Implementation of image colorization model as a project in DD2424 - Deep Learning in Data Science at KTH

    Jupyter Notebook

  4. treki-app/client treki-app/client Public

    An application developed using React Native to track our Treki Devices (Bluetooth Low Energy Devices).

    JavaScript 3

  5. Face-recognition-RKB/facenet_explore Face-recognition-RKB/facenet_explore Public

    Face recognition system for Indonesian faces. Use the facenet architecture.

    Python 1 1

  6. ipdw-project ipdw-project Public

    Forked from bt-s/BOOKIO

    A book-sharing platform where any logged in user can lend out or give away a book for free. Part of Interaction Programming and Dynamic Web Course, KTH Royal Institute of Technology. Developed usin…

    JavaScript