Skip to content
View mglasder's full-sized avatar

Block or report mglasder

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.

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
mglasder/README.md

Hi there 👋

class AppliedAIEngineer(Human):
    def __init__(self, name, interests, expertise, languages, focus_areas):
        super().__init__(name, interests)
        assert isinstance(languages, list) and len(languages) > 0
        self.expertise = expertise
        self.languages = languages
        self.focus_areas = focus_areas

    @staticmethod
    def working_on() -> str:
        return "Agentic AI systems for industrial and legal workflows."


me = AppliedAIEngineer(
    name="Magnus Glasder",
    expertise=[
        "LLM Systems (RAG, tool use, agent workflows)",
        "Machine Learning / Deep Learning",
        "Technical Solution Scoping",
        "Production AI Delivery (Python, Docker, monitoring)",
        "Software Engineering (SOLID, TDD)",
        "Enterprise stakeholder communication (Heads of Function to C-suite executives)",
    ],
    interests=[
        "Legal AI / Legal Tech",
        "Skiing",
        "Running (Half-)Marathons",
        "Cooking",
        "Coding",
    ],
    languages=[
        "Python",
        "TypeScript",
        "SQL (basics)",
        "German (native)",
        "English (C2)",
        "Catalan (A2)",
    ],
    focus_areas=[
        "Industrial agentic AI (PFMEA, engineer-to-order automation)",
        "Legal AI assistants",
    ]
)

Get in touch:

📫 How to reach me: Linkedin LinkedIn

Pinned Loading

  1. invoice-manager invoice-manager Public

    A CLI tool for invoice processing and automatic refund requests via Email

    Python 1

  2. swiftygrad swiftygrad Public

    Swiftygrad is a simple autograd library for Swift inspired by Andrej Karpathy's micrograd for Python.

    Swift 1

  3. datamultiproc datamultiproc Public

    A Python multiprocessing data pipeline library

    Python 1